/*  
Theme Name: YellowJacket Remix
Theme URI: http://blog.jeremywolfe.com/
Description: Based on YellowJacket 1.1 by Antbag
Version: 1.0
Author: Jeremy Wolfe
Author URI: http://blog.jeremywolfe.com/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, pre, p, form{
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
}

body {
	font-family: Verdana, Helvetica, Georgia, Arial, Sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background: #000 url(images/bg2-web2-wide-85.jpg) no-repeat fixed center center;
	color: #CCC;
	height: 100%;
}

input, textarea, select {
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
	border: 1px solid #F60;
	padding: 3px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

input[type=submit], input[type=button], input[type=reset], select {
	background-color: #000;
	color: #F60;
	font-weight: bold;
	cursor: pointer;
}

select {
	width: 100%;
}

#wrapper{
	margin: 0 0 0 0;
	width: 775px;
	overflow: hidden;
	background: #000;
	height: 100%;
	border: none;
}

#bigwrapper{
	margin: 0 auto -90px auto;
	width: 775px;
	overflow: hidden;
	padding: 0 2px 0 2px;
	background: #000;
	min-height: 100%;
	text-align: left;
	border: none;
	/*
	behavior: url(/wp-content/themes/yellowjacket-10/iepngfix.htc);
	background: url(/wp-content/themes/yellowjacket-10/images/sideshadow.png) right top 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{
	text-decoration: none;
	color:#F60;
}

a:hover{
	color: #F00;
}

blockquote { font-style: italic; 
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	font-size: 90%;
	color: #F60; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #333;
	border-top: 1px dotted #F60;
	border-left: 1px dotted #F60; 
}

.pre {
	font-family: "Courier New", Courier, monospace;
	padding: 16px 16px 6px 16px;
	display: block;
	text-align: left;
}

.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{
	float: left;
	width: 755px;
	padding: 0 0 0 0;
	color: #fff;
}

#header a{
	text-decoration: none;
	color: #fff;
}

#header a:hover{
	text-decoration: underline;
}

#header img{
	border: none;
}

/*----NAVIGATION BAR----*/

#top-holder{
	clear: both;
	float: left;
	width: 100%;
	background: url(images/nav_bg.png);
}

#top-menu{
	float: left;
	width: 445px;
	font-family: Georgia, Sans-Serif;
	text-align: left;
	border-top: none;
	border-bottom: none;
	padding-left: 50px;
}

#top-menu a{
	position: relative;
	text-decoration: none;
	color: #FFF;
}

#top-menu a:hover{
	color: #000;
}

#top-menu a span{
	position: absolute;
	top: -1px;
	left: -1px;
	color: #000;
}

#top-menu a:hover span{
	color: #FFF;
}

#top-menu .current_page_item a{
	font-weight: bold;
}

#top-menu ul{
	margin: 0 auto;
	width: 725px;
	padding: 5px 0;
	text-align: left;
}

#top-menu ul li{
	display: inline;
	padding: 0 20px 0 0;
	font-size: 14px;
}

#top-search{
	float: right;
	width: 224px;
	display: inline;
	overflow: hidden;
	text-align: right;
	padding-right: 50px;
	padding-top: 0;
}

#s{
	background: transparent;
	border: 1px solid #ccc;
	width: 120px;
}

/*----POST----*/

#container{
	float: left;
	width: 530px;
	padding: 0 0 0 0;
	/*
	display: table-cell;
	*/
}

#container-single{
	float: left;
	padding: 0 0 0 0;
}

.post{
	padding: 20px 50px 40px 40px;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 22px;
	padding: 20px 0 0 0;
}

.entry{
	text-align: justify;
	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 #F60;
	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, .sidebar-top, .sidebar-bottom{
	float: right;
	width: 235px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

.sidebar{
	background: url(images/sidebar-side.png) repeat-y top left;
}

.sidebar-top{
	height: 42px;
	background: url(images/sidebar-top.png) no-repeat bottom left;
}

.sidebar-bottom{
	height: 80px;
	background: url(images/sidebar-bottom-curve.png) no-repeat top left;
}

.sidebar ul{

	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 15px;
}

.sidebar ul li.first{
	margin-left: -10px;
	min-height: 42px;
	background: url(images/sidebar-top.png) no-repeat 0 0;
}

.sidebar ul li.widget{
	margin-left: -10px;
	min-height: 42px;
	background: url(images/sidebar-section-top.png) no-repeat 0 0;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding: 5px 5px 8px 20px;
	margin: 0 10px 10px 0;
	border-bottom: 1px dotted #F60;
}

.sidebar ul ul li{
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 24px;
	list-style: url(images/bullet.gif);
	background: transparent none;
}

.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 img {
	border: none;
}

table#wp-calendar{
	width: 100%;
}

/*----COMMENT FORM----*/

#comment-form{
	margin: 50px 0 0;
	border: 1px dotted #F60;
	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: #F60;
	padding: 20px 0 20px 0;
}

.commentmetadata strong { 
	font-size: 16px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	color: #333;
	margin: 30px 15px 15px 0;
	background: #FFF;
}

/*----FOOTER----*/

#footer{
	clear: none;
	width: 759px;
	height: 65px;
	margin: 0 auto 0 auto;
	padding: 20px 10px 5px 10px;
	line-height: 18px;
	font-size: 80%;
	color: #FFF;
	background: url(images/footer.jpg) bottom;
	border: none;
}

#footer-fill{
	clear: both;
	height: 90px;
}

#footer a:link{
	text-decoration: none;
	color: #EEE;
}

#footer a:hover{
	text-decoration: underline;
	color: #CCC;
}

#footer a:visited{
	text-decoration: none;
	color: #FFF;
}

/*----IM----*/

.IM{
	padding-left: 50px;
	background: transparent url(images/aim7.png) left top no-repeat;
}
.IM a{
	text-decoration: none;
	color: #EEE;
}
.IM a:hover{
	text-decoration: none;
	color: #CCC;
}
.IM span{
	font-size: 16px;
	line-height: 26px;
	vertical-align: top;
}

#twitter_div {
	padding-left: 50px;
	background: transparent url(images/twitter2.png) left top no-repeat;
}
#twitter_div ul {
	margin: 0;
	padding: 0;
}
#twitter_div li {
	list-style: none;
	margin: 0;
	padding: 0;
}

