/*  
Theme Name: Revolutionary Rants
Theme URI: http://jess.bootc.net
Description: Revolutionary Rants theme
Version: 1.0
Author: Chris Boot
Author URI: http://www.bootc.net/
*/

body {
    margin: 0;
    padding: 0;
    background: url(background.png) #d00;
    text-align: center;
}

#container {
    margin: 0 auto;
    position: relative;
    width: 760px;
    text-align: left;
}

#title {
    height: 150px;
    background: url(heading.png);
}

#title h1 {
    display: none;
}

#title h2 {
    display: none;
}

#entries {
	width: 570px;
    font-family: "Century Gothic", "Trebuchet MS", "Verdana", sans-serif;
    font-size: 12px;
    line-height: 24px;
}

.entry {
    border: 1px solid #aaa;
    margin-bottom: 10px;
    position: relative;
    background-color: #fff;
}

.entry h3 {
    font-family: "Century Gothic", "Trebuchet MS", "Verdana", sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    
    margin: 0;
    padding: 5px 10px 3px;
    
    background: #eee;
    border-bottom: 1px solid #aaa;
}

.entry h3 a {
    color: #000;
    text-decoration: none;
}

.entry_date {
    font-family: "Century Gothic", "Trebuchet MS", "Verdana", sans-serif;
    font-size: 12px;
    line-height: 12px;
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
    
    position: absolute;
    right: 10px;
    
    margin: -22px 0 0 0;
    padding: 0;
}

.entry_body {
    text-align: justify;
    font-size: 15px;
    margin: 5px 15px;
}

.entry_body pre, .entry_body code {
    font-size: 12px;
}

.entry_body pre {
    border: 1px solid #aaa;
    background-color: #eee;
    padding: 10px;
}

.entry_body img {
    margin-right: 15px;
	float: left;
	border: 0;
}

.comment {
    border: 1px solid #aaa;
    background-color: #eee;
    padding: 0 10px;
    margin: 10px;
}

#comment_post_comment {
    width: 530px;
}

#sidebar {
    position: absolute;
    top: 150px;
	left: 580px;
	width: 180px;
    
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sidebar h2 {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

#sidebar a:link, #sidebar a:visited {
    color: #00e;
}

#sidebar li {
    font-family: "Century Gothic", "Trebuchet MS", "Verdana", sans-serif;
    border: 1px solid #aaa;
    margin-bottom: 10px;
    padding: 2px 5px 0px;
    
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    
    background: #eee;
}

#sidebar li ul {
    list-style-type: none;
    background-color: #fff;
    margin: 2px -5px 0 -5px;
    padding: 10px 0;
    border-top: 1px solid #aaa;
}

#sidebar li ul li {
    border: 0px;
    background-color: #fff;
    margin: 0 10px;
    padding: 0;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    color: #777;
}

#sidebar li ul li a:link, #sidebar li ul li a:visited {
    text-decoration: none;
    color: #00e;
}

#sidebar li ul li a:hover, #sidebar li ul li a:visited:hover {
    text-decoration: underline;
}

#calendar {
    padding: 0 !important;
}

#wp-calendar {
    width: 178px;
    background-color: #fff;
    font-weight: normal;
    font-size: 12px;
    
    text-align: center;
}

#wp-calendar caption {
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #aaa;
    padding: 2px 0;
}

#wp-calendar tfoot {
    font-weight: normal;
    text-transform: lowercase;
}

#wp-calendar a, #wp-calendar a:visited {
    text-decoration: none;
}

#wp-calendar a:hover, #wp-calendar a:visited:hover {
    text-decoration: underline;
}

#today {
    background-color: #ddd;
}

#footer {
    font-family: "Century Gothic", "Trebuchet MS", "Verdana", sans-serif;
    font-size: 11px;
    width: 570px;
}

#cc-logo {
    float: right;
    margin-left: 10px;
}

#cc-logo img {
    border: 0;
}

abbr, acronym {
    font-style: normal;
    border-bottom: 1px dotted;
}

