/*  
Theme Name: 3 colum / black / white / red
Theme URI: 
Description: 3 Cols. 990px wide. Left col. 195px. Right Col. 205px. Main Center Col. 550px.
Author: 
Author URI: 
*/

/* -- Basic page format -- */

body, h1, h2, h3, p {
 margin: 0;
 padding: 0;
}

body{
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size-adjust:none;
 font-style:normal;
 font-variant:normal;
 font-size: 12px;
 text-align: justify;
 vertical-align: top;
 background: #000000;
 color: #000000;
}

h1{
 font-size: 24px;
 font-family: 'Geneva, Arial, Helvetica, sans-serif',Verdana,Arial,Sans-Serif;
 font-weight: bold;
}

h1 a{
 font-weight: normal;
 color: #0000ff;
}

h3{
 font-size: 14px;
}

a{
 text-decoration: underline;
 color: #0000ff;
}

a:hover{
 text-decoration: underline;
 color: #ff0000;
}

.spacer20 {
height: 20px;
}

.spacer10 {
height: 10px;
}

img {
border: 0;
}

/* -------------------------------------- Header --------------------------------------- */

#header {
 height: 120px;
 width: 970px;
 background: #c82536;
 color: #ffffff;
 text-align: left;
 border: 1px solid #000000;
}

.blogtitle {
 height:40px;
 width:500px;
 padding: 20px 0px 0px 20px;
 font-family: "Monotype Corsiva", "Comic Sans MS", Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 40px;
}

.blogtag {
 height:60px;
 width:500px;
 float: left;
 font-size:15px;
 font-family:'Trebuchet MS', Arial, sans-serif;
 text-decoration:none;
 text-align: left;
 padding-left:20px;
}

/* -------------------------------------- Top Bar --------------------------------------- */

#topbar {
 background: #c82536;
 padding: 0px 0px 0px 0px;
 height: 30px;
 text-align: left;
 border: 1px solid #000000;
}

#topnav{
 font-weight: bold;
 font-size: 15px;
 float: left;
 height:25px;
 width:600px;
 text-align: left;
 margin: 5px 0px 0px 10px;
}

#topnav a{
color: #ffffff;
 text-decoration: none;
}

#topnav a:hover{
color: #000000;
 text-decoration: none;
}

ul.topnav{
height:25px;
line-height:20px;
float:left;
list-style:none;
margin: 0px;
padding: 0px;
}

ul.topnav li{
float:left !important;
list-style-type:none;
/* border-right:1px solid #0000ff; */
margin:0px 0px 0px 0px;
padding:0px 10px 0 10px;
}

/* ------------- Search box ----------------- */

#topsearch {
 height:30px;
 width:300px;
 float:right;
 margin:4px 0px 0px 0px;
}

#s {
background: #ffffff;
width: 200px;
height: 15px;
color: #000000;
font-weight: bold;
border: 1px solid #000000;
}

#topbar form {
float:right;
width:300px;
}

/* -------------------------------------- Body ----------------------------------------- */

#container {
 margin: 20px  auto;
 width: 990px;
 text-align: justify;
 vertical-align: top;
 background: #ffffff;
 color: #000000;
 border: 3px solid #000000;
}

#page{
 padding: 10px;
}

#mainbox {
 float: left;
 width: 765px;
}

/* ------------------------------ Sidebar --------------------------- */

.sidebar {
 float: left;
 text-align: left;
 width: 195px;
 background: #ffffff;
 color: #000000;
/* border: 1px solid #000000; */
}

.rightcolumn{
 float: right;
 width: 205px;
 margin: 0;
}

.sidebar ul{
 margin: 0;
 padding: 0;
 list-style-type: none;
 background-image: none;
 border: 1px solid #c82536; 
}

.sidebar ul a{
 color: #0000ff;
}

.sidebar ul a:hover{
 color: #ff0000;
}

.side-header {
 height: 5px;
 line-height: 6px;
 margin: 0;
 padding: 0;
}

.side-footer {
 height: 5px;
 margin: 0 0 10px 0;
}

li.side-back ul li {
 background-color: #ffffff;
}

li.side-back ul {
}

.sidebar h2{
 padding: 5px 10px;
 font-size: 15px;
 font-weight: bold;
 color: #ffffff;
 background-color: #c82536;
/* border: 1px solid #000000; */
}

.sidebar ul ul{
 background: #ffffff;
 padding: 5px 10px 10px;
}

.sidebar ul ul li{
 background: #ffffff;
 border: 0;
 margin: 0;
 padding: 0;
 line-height: 18px;
}

.sidebar ul ul ul{
 padding: 0;
}

.sidebar ul ul ul li{
 padding: 0 0 0 10px;
}

/* --------------------------- Main column ------------------------------ */

#maincolumn{
 float: right;
 width: 550px;
 margin: 0 10px 0 10px;
}

#maincolumn ul {
 list-style-type: none;
}

#postbox {
 color: #000000;
 border: 1px solid #c82536;
}

.postheading {
 background: #c82536;
 text-align: left;
 padding: 5px 5px;

}

.post-header {
 height: 6px;
}

.post-footer {
 height: 6px;
}

.posttitle{
 text-align: left;
 padding: 0px 0px 0px 0px;
}

.posttitle h2{
 font-size: 20px;
 font-family: Arial, Verdana;
 text-align: left;
 padding: 5px 0px 5px 0px;
 color: #000000;
}

.posttitle h2 a{
 color: #ffffff;
 text-decoration: none;
}

.posttitle h2 a:hover{
 color: #000000;
 text-decoration: none;
}

.postby {
 font-size: 12px;
 font-family: Arial, Verdana;
 text-align: left;
 padding: 5px 0px 5px 10px;
}

.entry{
 padding: 10px;
}

.entry img{
display: block;
clear: both;
margin-top: 2px;
margin-right: auto;
margin-bottom: 2px;
margin-left: auto;
border: 0;
}

.browse{
 padding: 0 10px 10px;
}


/* --------------------------------------- Footer -------------------------------------- */

#footer{
 clear: both;
 padding-top: 20px;
 border-top: 2px solid #000000;
 font-size: 10px;
 text-align: center;
}


