/*  
Theme Name: The Sub Report
Theme URI: http://www.thesubreport.com/
Description: Custom theme for The Sub Report
Version: 1.0
Author: Raymond Krause
Author URI: http://www.raykdesign.net
*/

body {
margin:2em;
font-size:1em;
font-family:Arial, Helvetica, sans-serif;
background-color:#ffffff;
/*background-image:url(images/body-bg.jpg);
background-position:top;
background-repeat:repeat-x;*/
}

#page {
background-color:#ffffff;
border:1px solid #ffffff;
}

#header {
margin:0 0 0 0;
padding:0 0 0 0;
background-color:#ffffff;
text-align:center;
}

#header img {
padding-top:20px;
border:none;
}

#header h1 {
margin:0 0 0 2em;
padding:2em 0 0 0;
font-size:1.2em;
display:none;
}

#header a {
color:#336699;
text-decoration:none;
}

.description {
margin:.1em 0 0 3.5em;
font-size:.7em;
text-transform:uppercase;
letter-spacing:.1em;
display:none;
}

#headerimg {
height:10em;
background-color:#ffffff;
/*background-image:url(images/header-bg.jpg);
background-repeat:no-repeat;
background-position:top center;*/
}

#content {
margin:0 0 0 0;
padding:0 0 0 1em;
font-size:.9em;
background-color:#ffffff;
}

.post {
margin:0 200px .5em 0;
padding:1em;
background-color:#ffffff;
border-bottom:1px solid #eeeeee;
}

.post h2 {
margin-bottom:0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.1em;
font-weight:bold;
}

.post a {
color:#5F8089;
text-decoration:underline;
}

.post a:hover {
color:#cc0000;
text-decoration:underline;
}

#sidebar {
float:right;
margin:0 0 0 1em;
width:190px;
background-color:#ffffff;
}

#sidebar h2 {
font-size:.9em;
color:#616161;
font-weight:bold;
border-bottom:1px solid #eeeeee;
}

#sidebar ul{
list-style:none;
display:block;
}

#sidebar li {
margin:0 0 .25em -1em;
font-size:.9em;
}

#sidebar li a {
margin:0 0 0 -1em;
color:#A50B0B;
text-decoration:none;
display:block;
background-color:#ffffff;
}

#sidebar li a:hover {
color:#616161;
text-decoration:none;
background-color:#eeeeee;
}

#footer {
clear:both;
font-size:.9em;
}

#footer a {
color:#5F8089;
text-decoration:underline;
}

#footer a:hover {
color:#cc0000;
text-decoration:underline;
}


