/* 
	Theme Name: Rebelpilot 2009
	Theme URI: http://gtrout.net
	Description: Custom theme for rebelpilot.com
	Author: G. Trout
	Author URI: http://www.gtrout.net
	Version: 1.0
		
	The CSS, XHTML and design of this theme is released under a 
	Creative Commons Attribution-Share Alike 3.0 Unported License
	http://creativecommons.org/licenses/by-sa/3.0/

*/


/* Global Declarations */

html { margin: 0; padding:0; }

body {
	margin:0px;padding:0px;
	font-family: 'Josefin Sans Std Light', arial, sans-serif;
	color: #fffee5;
	background:#26281e url('/wp-content/themes/rebelpilot-2009/images/header_bg.png') no-repeat top center;
	height:100%;
}

.center{
	text-align:center;
}
.left{
	float:left;
}
.right{
	float:right;
}

img.alignleft{
	float:left;
	margin-right:10px;
}

.navigation{
	display:table;
	width:100%;
	padding:6px;
}

.postmetadata{
	text-align:center;
	font-size:11px;
	position:relative;
	padding:7px;
	margin:8 0;
	background-color:#26281e;
}

.corner{
	position:absolute;
	width:7px;
	height:7px;
}

.topLeft {top:0; left:0; background-position:0px 0px;}
.topRight {top:0; right:0; background-position:-9px 0px;}
.bottomLeft {bottom:0; left:0; background-position:0px -9px;}
.bottomRight {bottom:0; right:0; background-position:-9px -9px;}

.postmetadata .corner{
	background-image:url(/wp-content/themes/rebelpilot-2009/images/content-corners.gif);
}


/* Structure */

#container{
	width:1000px;
	margin:0 auto 0 auto;
}

#main{
	width:890px;
	margin:0 auto 0 auto;
	background-color:#2f3327;
	padding-top:20px;
}

#content{
	width:535px;
	float:right;
	padding:10px;
	background-color:#3b4031;
	margin:0 15px 15px 0;
}

#widecontent{
	width:830px;
	padding:10px;
	background-color:#3b4031;
	margin:0 20px 20px 20px;
}

#sidebar{
	width:275px;
	float:left;
	display:table;
	margin:0 0 20px 20px;
	padding:0 10px 20px 8px;
	background-color:#3b4031;
}

#sidebar ul li{
	margin-left:10px;
}

.entry{
	display:table;
}

.post{
	padding:1px 0 10px 0;
	margin:0 6px 10px 6px;
	clear:both;
}

#comments{
	padding:1px 0 10px 0;
	margin:0 6px 10px 6px;
	clear:both;
	display:table;
}


#header{
	width:1000px;
	height:180px;
	margin:0 auto 0 auto;
	background:url('/wp-content/themes/rebelpilot-2009/images/header.png') no-repeat top center;
	display:table;
}

#header #home{
	width:1000px;
	height:143px;
	display:block;
}

#header #nav{
	margin:0;padding:0;
	width:615px;
	float:right;
}
#header ul#nav a{
	color:#000;
	font-size:1em;
	text-transform:uppercase;
}

.page_item{
	padding-right:10px;
	border-right:1px solid black;
}
.page-item-118{
	border:none;
}

ul#nav li{
	float:left;
	margin-right:10px;
}

#tagline{
	position:relative;
	top:-25px;
	left:420px;
	text-align:center;
	width:450px;
	color:#000;
	font-size:1.25em;
}

h1,h2,h3{
	margin:0px;
}

.post h2{
	position:relative;
	left:-4px;
	font-size:1.5em;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:4px;
	text-shadow: #000 2px 0px 0px;
}

#content p{
	margin-top:0px;
}

#title h1{
	margin-bottom:0px;
	padding:0px;
}

#footer{
	width:1000px;
	height:60px;
	text-align:center;
	display:block;
	clear:both;
	background:url('/wp-content/themes/rebelpilot-2009/images/footer.jpg');
	margin:0 auto 0 auto;
}

#footer p{
	margin:0px;
	padding-top:45px;
}

/* Lists */
ul {list-style-type:none;margin:0px;padding:0px;}


a{
	color:#e9b853;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#wpcf7-f1-p22-o1{width:450px;margin:0 auto 0 auto;}

.wpcf7-captcha-contactform{vertical-align:middle;}

.cat-item img{border:0;vertical-align:middle;}

.widgettitle{margin-top:20px;}

.commentlist .children{
	padding-left:10px;
	margin-left:30px;
	border-left:2px solid #ccc;
}
