/*
Theme Name: War On Horizon
Theme URI: http://starvinartist.net
Description: Theme designed by Anthony Waldren of starvinartist.net
Author: Anthony Waldren
Author URI: http://starvinartist.net
*/

body{
margin: 0px;
padding: 0px;
text-align:center;
background: #000000 url(images/background_image.png) repeat-x
}

#header{
margin: 0px auto;
width: 909px;
background: url(images/center_image.png) no-repeat 0px 0px;
height: 293px;
text-align:center;
position:relative
}

#navbar{
position:absolute;
width:909px;
top:247px;
left:0px;
color:#ffffff;
font-family:verdana;
font-size:10pt;
font-weight: bold
}

#navbar a{
text-decoration: none;
color: #ffffff
}

#navbar a:hover{
text-decoration: none;
color:#000000
}


#container{
margin: 0px auto;
background: #000000 url(images/content_background.png) repeat-y;
width: 889px;
overflow:hidden
}


#footer{
margin: 0px auto;
background: #000000 url(images/footer.png) no-repeat;
width: 889px;
height: 114px
}


#posts{
width: 540px;
float: left;
color: #ffffff;
margin-left: 20px;
margin-top:0px;
text-align:left;
font-family: arial;
font-size:10pt;
}

#posts a{
font-weight: bold;
color:#FF0000;
text-decoration:none
}

#sidebar{
width: 258px;
float: right;
margin-right: 20px;
color: #ffffff;
border-left: 2px solid red;
text-align:left;
font-family: arial;
font-size:10pt;
padding-left: 10px

}

#posts a.title{
font-family: arial;
font-size:14pt;
color: #ffffff;
text-decoration:none
}

#posts span.title{
font-family: arial;
font-size:14pt;
color: #ffffff;
}

#posts span.posted{
font-family: arial;
font-size:8pt;
color: #ffffff;
}


/* Pagination */

.navigation {
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* sidebar */

#sidebar a{ 
font-weight: bold; 
color: #ff0000;
text-decoration: none
 }

#sidebar ul{
list-style-type:none
}

#sidebar ul li{
margin-bottom: 10px
}

/* comment listings */

#comment_listings ul{margin: 0px 0px 5px 0px; padding: 7px; list-style-type:none}

#comment_listings li{font-family: arial; font-size: 10pt; color:#ffffff; border-bottom: 1px dotted #ff0000; margin-bottom: 10px}

.posting_details{font-family: arial; font-size: 11px; color: #ffffff}

/* comment form */

#respond{ width: 480px; }

#respond textarea{  padding: 8px;   margin-top: 10px;  overflow:auto;  color: #000;   border: 1px solid #dad6d1;
  background-color: #efefef;
}

#commentform input {  padding: 5px;   background-color: #efefef;   border: 1px solid #dad6d1;   float: left; 
  color: #000;
}
#commentform label {   color: #fff;   font-size: 12px;   padding-top: 5px;   padding-left: 5px;   display: inline-block;
  clear: both
}



