/*  
Theme Name: Adventurer
Theme URI: http://www.antbag.com
Description: Adventurer theme based on YellowJacket.
Version: 1.0
Author: Chris Webb
Author URI: http://www.antbag.com/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #000;
	color: #000000;
        
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 980px;
	text-align: left;
	overflow: hidden;
	background: #000 url(images/wrap.jpg) repeat-y;
}

h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 15px 0 10px 15px;
}

h3{
	padding: 15px 0 15px 0;
}

h4{
	padding: 0 0 0 15px;
}

a:link, a:visited{
	text-decoration: none;
	color:#9E0301;
}

a:hover{
	text-decoration: underline;
	color: #9E0301;
}

blockquote { font-style: italic; 
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	font-size: 90%;
	color: #FFCC00; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #333;
	border-top: 1px dotted #FFCC00;
	border-left: 1px dotted #FFCC00; 
}

.entry p { 
	margin: 0 0 15px 0; 
}

.entry ul, .entry ol { 
	margin: 0 0 15px 40px; 
}
	
.entry ul { 
	list-style-type: disc; 
}
	
.entry li { 
	margin: 0 0 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: 1px solid #ccc;
	background: #eee;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #ccc;
	background: #eee;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: 1px solid #ccc;
	background: #eee;
	float: none; 
	clear: both; 
}
	
.entry img.off { 
	padding: 0 !important; 
	border: none !important; 
}
		
.entry img.stack { 
	clear: none !important; 
}

/*----HEADER----*/

#header{
	
	width: 980px;
        height: 267px;
	color: #000000;
}

#header a{
	text-decoration: none;
	;
}

#header img{
        border:none;
}




/*----POST----*/

#container{
	float: left;
	width: 650px;
	padding: 0 0 0 0;
}

.post{padding: 0px 50px 40px 40px;
	
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 22px;
	padding: 20px 0 0 0;
}

.entry{
	line-height: 22px;
}

.postinfo{
	font-size: 11px;
	color: #aaa;
	padding: 2px 0 20px 0;
}

.postinfo a{
	color: #aaa;
}

.postdate{ color: #aaa; }

p.postmetadata{
	font-size: 12px;
	color: #BFB8A1;
	border-top: 1px dotted #FFCC00;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
}

p.postmetadata strong{
	float: right;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.navigation{
	padding: 10px 20px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/*----SIDEBAR STYLES----*/

.sidebar{
	float: right;
	width: 225px;
	margin: 0 auto 5px auto;
        padding: 0px 50px 40px 0px;
	display: inline;
	overflow: hidden;
	

}

.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 5px;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding: 5px 5px 5px 20px;
	margin: 0 10px 10px 0;
	background: none;
	border-bottom: 1px dotted #FFCC00;
}

.sidebar ul ul li{
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 24px;
	list-style: url(images/bullet.gif);
}

.sidebar .syndication {
	width: 155px;
	height: 77px;
	position: relative;
}

.sidebar .syndication span{
	background: url(images/rss.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.sidebar a:link, a:visited{
	text-decoration: none;
	color:#9E0301;
}

.sidebar a:hover{
	text-decoration: underline;
	color: #9E0301;
}

.sidebar img{
        border:none;
}


table#wp-calendar{
	width: 100%;
}

/*----COMMENT FORM----*/

#comment-form{
	width: 425px;
	margin: 50px 0 0;
	border: 1px dotted #FFCC00;
	padding: 5px 5px 15px 15px;
	background: #333;
}

.comments-template ol{
	margin: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.comments-template h2 .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	color: #FCO;
	padding: 10px 0 30px 0;
}

.commentmetadata{
	font-size: 12px;
	color: #FFCC00;
	padding: 20px 0 20px 0;
}

.commentmetadata strong { 
	font-size: 16px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #FFCC00;
}

.comments-template textarea{
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
	color: #333;
	margin: 30px 15px 15px 0;
	background: #FFF;
	border: 1px solid #FFCC00;
}

/*----FOOTER----*/

#footer{
	clear: none;
	float: left;
	width: 980px;
	margin: 0;
	padding: 10px 5px 5px 10px;
	line-height: 18px;
	font-size: 80%;
	color: #000000;
	

#footer a:link{
	text-decoration: none;
	color: #9E0301;
}

#footer a:hover{
	text-decoration: underline;
	color: #CCC;
}

#footer a:visited{
	text-decoration: none;
	color: #9E0301;
}