/*  
Theme Name: Blocked
Theme URI: http://theundersigned.net/
Description: Blockish theme with green, blue and gray colors and dark diagonal striped background. Easy to modify to fit any needs (headerimage, colors etc)
Version: 1.1
Author: The undersigned, modified by Ben Collins
Author URI: http://theundersigned.net/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	margin:0 auto 0 auto;
	background-image:url(pic/bodybg.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	line-height:20px;
}

a:link, a:visited {
color:#FFF;
}

a:hover {
text-decoration:none;
}

#bigwrapper {
position:absolute;
width:920px;
left:50%;
margin-left:-460px;
padding:10px 0 40px 0;
}

#header {
position:relative;
width:900px;
height:100px;
background-image:url(../../../images/header.jpg);
border:5px solid #FFF;
}

#header h1 {
margin:0;
left:40px;
display:block;
color:#FFF;
position:relative;
font-size:30px;
line-height:100px;
}

#header h1 a:link, #header h1 a:visited {
text-decoration:none;
color:#FFF
}

#header h1 a:hover {
color:#AAA;
}

#pages {
z-index:2;
position:absolute;
height:20px;
top:80px;
left:40px;
}

#pages ul {
list-style:none;
margin:0;
padding:0;
}

#pages ul li a:link, #pages ul li a:visited {
display:block;
float:left;
height:20px;
padding:0 10px 0 10px;
text-decoration:none;
}

#pages ul li a:hover {
background-color:#00AA55;
}

#pages ul li {
display:block;
position:relative;
float:left;
}

#pages .current_page_item a:link, #pages .current_page_item a:visited {
background-color:#FFF;
color:#274F79;
}

#wrapper {
width:900px;
position:relative;
float:left;
background-color:#FFF;
border-right:5px solid #FFF;
border-left:5px solid #FFF;
}

#maincontent {
width:700px;
min-height:270px;
padding-bottom:20px;
float:left;
background-color:#00AA55;
position:relative;
border-bottom:5px solid #FFF;
}

.post {
margin:40px 30px 0 40px;
}

.post .postinfo {
position:relative;
font-style:italic;
font-size:10px;
}

.post h2 {
line-height:16px;
font-size:16px;
color:#FFF;
margin:0;
}

.post h3 {
line-height:25px;
font-size:25px;
color:#FFF;
text-transform:uppercase;
margin:5px 0 -10px 0;
}

.post h3 a:link, .post h3 a:visited {
text-decoration:none;
color:#274F79;
}

.post h3 a:hover {
color:#FFF;
}

.thecontent h1 {
line-height:20px;
font-size:20px;
color:#274F79;
margin:20px 0 -10px 0;
}

.thecontent h2 {
line-height:18px;
font-size:18px;
color:#274F79;
margin:20px 0 -10px 0;
}

.thecontent h3 {
line-height:16px;
font-size:16px;
color:#274F79;
margin:20px 0 -10px 0;
text-transform:none;
}

.thecontent h4 {
line-height:14px;
font-size:14px;
color:#274F79;
margin:20px 0 -10px 0;
text-transform:none;
}

.thecontent h5 {
line-height:12px;
font-size:12px;
color:#274F79;
margin:20px 0 -10px 0;
text-transform:none;
}

.thecontent blockquote {
	font-style:italic;
	margin:0 0 0 25px;
	padding-left:7px;
	border-left:5px solid;
	border-left-color: #000;
}

#sidebar {
position:relative;
float:right;
width:195px;
}

.block {
width:195px;
position:relative;
background-color:#000;
margin-bottom:5px;
padding:20px 0 20px 0;
}

.block div {
margin:0;
padding:0;
}

.block h2 {
margin:0 20px 5px 20px;
font-size:18px;
}

.block ul {
list-style:none;
margin:0 20px 0 20px;
padding:0;
}

.block ul li a:link, .block ul li a:visited {
text-decoration:none;
text-indent:5px;
display:block;
position:relative;

}

.block ul li a:hover {
	text-decoration: underline;	
}

#s {
width:150px;
margin-left:20px;
}

.block .button {
width:50px;
margin-left:20px;
}

.block .dropdown {
width:200px;
margin-left:20px;
}

#footer {
width:900px;
height:40px;
position:relative;
float:left;
border-left:5px solid #FFF;
border-right:5px solid #FFF;
border-bottom:5px solid #FFF;
background-color:#000;
}

#footer p {
text-align:center;
margin:0;
padding-top:15px;
font-size:10px;
line-height:10px;
}

.commenteven {
position:relative;
background-color:#274F79;
border-top:5px solid #FFF;
margin:0;
}

.commentodd {
position:relative;
margin:0;
border-top:5px solid #FFF;
}

.commentcontent {
padding:20px 20px 20px 40px;
}

.commentcontent p {
margin:0 0 0 5px 0;
}

.commentcontent blockquote {
font-style:italic;
margin:0 0 0 25px;
padding-left:7px;
border-left:5px solid #000;
}

.commentinfo {
font-size:10px;
}

#comment {
width:470px;
}
