/*  
Theme Name: NetWorker
Theme URI: http://www.antbag.com
Description: An adsense ready theme from Antbag.com.
Version: 1.0
Author: Anthony Baggett
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: Arial, Verdana, Sans-Serif;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
	background: #FFF;
	color: #333;
}

#wrapper{
	margin: 0 auto;
	width: 900px;
	text-align: left;
	border: none;
	background: #FFF;
}

h1{
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 34px;
	padding: 15px 0 10px 15px;
}

h3{
	padding: 15px 0 15px 0;
}

h4{
	padding: 0 0 0 15px;
}

a:link{
	text-decoration: none;
	color:#900;
}

a:hover{
	text-decoration: underline;
	color: #333;
}

a:visited{
	text-decoration: none;
	color:#900;
}

a img {
	border: none;
}

/*******************
----Custom Styles---
*******************/

blockquote { 
	font-style: italic; 
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 90%;
	color: #333; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #f1f0ed;
	border-left: 2px solid #900;
}

code { 
	color: #9A2EFE; 
	font-family: Courier, monospace; 
}

.entry p { 
	margin: 0 0 15px 0; 
}

.bg {
	background: #f1f0ed;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.entry ul, .entry ol { 
	margin: 0 0 15px 5px; 
}
	
.entry ul { 
	list-style-type: disc; 
}
	
.entry ul.bg {
	background: #f1f0ed;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.entry ul.bg.blue {
	background: #E0ECF8;
}

.entry ol.bg {
	background: #f1f0ed;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.entry ol.bg.blue {
	background: #E0ECF8;
}

.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 blockquote.right { 
	width: 150px; 
	font-style: normal !important; 
	font-size: 14px;
	color: #777;
	margin: 0.3em 0 0.3em 15px !important; 
	padding: 5px;
	background: #f1f0ed; 
	border-top: 2px solid #900;
	border-bottom: 2px solid #900; 
	border-left: none;
	border-right: none;
	text-align: center; 
	float: right; 
}
		
.entry blockquote.left { 
	width: 150px; 
	font-style: normal !important; 
	font-size: 14px;
	color: #777;
	margin: 0.3em 15px 0.3em 0 !important; 
	padding: 5px;
	background: #f1f0ed; 
	border-top: 2px solid #900;
	border-bottom: 2px solid #900; 
	border-left: none;
	border-right: none;
	text-align: center; 
	float: left; 
}
	
.entry blockquote.right p, .entry blockquote.left p { 
	margin: 0; 
	line-height: 1.4em !important; 
}

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: none;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: none;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: none;
	float: none; 
	clear: both; 
}
	
.entry img.frame { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #CCC;
	background: #EEE;
	float: right; 
	clear: right; 
}
		
.entry img.stack { 
	clear: none !important; 
}

.archive_head { 
	text-align: center;
	font-style: normal; 
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 13px;
	color: #900; 
	margin: 25px auto 10px 30px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

/*******************
------Header-------
*******************/

#header{
	float: left;
	width: 100%;
	height: 120px;
	margin: 0;
	padding: 0;
	background: #900;
	border-bottom: 6px solid #000;
	color: #fff;
	clear: both;
}

.title{
	margin: 0 auto 0 auto;
	width: 900px;
	padding: 20px 20px 20px 40px;
	text-align: left;
	color: #FFF;
}

.title a:link{
	text-decoration: none;
	color:#FFF;
}

.title a:hover{
	text-decoration: underline;
	color: #CCC;
}

.title a:visited{
	text-decoration: none;
	color:#FFF;
}

/********************
----Navigaiton Bar---
********************/

#top-menu{
	clear: both;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	text-align: left;
	border: none;
	background: #f1f0ed;
}

#top-menu a{
	text-decoration: none;
	padding: 5px 10px;
	color: #900;
	font-size: 16px;
}

#top-menu a:hover{
	text-decoration: none;
	color: #FFF;
	background: url(images/nav_hover.gif) repeat-x;
}

#top-menu ul{
	margin: 0 auto;
	width: 850px;
	padding: 5px 0;
	text-align: left;
}

#top-menu ul li{
	display: inline;
	padding: 0;
	font-size: 14px;
}


/*******************
---------Post-------
*******************/

#container{
	float: left;
	width: 500px;
	padding: 0 0 0 0;
}

.post{
	padding: 20px 20px 40px 30px;
}

.wp-caption-text{font-style: italic;}

.post h2{
	text-transform: normal;
	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 #CCC;
	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 */

.postnav{
	padding: 10px 20px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

h2.archive_head{ 
	font-weight: bold !important; 
	font-size: 14px !important; 
	text-transform: normal !important; 
	letter-spacing: normal !important; 
	margin: 0 0 1.8em 10px !important; 
	padding: 0.4em 5px !important; 
	border-bottom: 1px dotted #CCC; 
	background: none; 
}

	

/********************
----Sidebar Styles---
********************/

.rightbar{
	float: left;
	width: 180px;
	margin: 0;
	padding-top: 35px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
	background: #f1f0ed;
	border-left: 1px dotted #CCC;
}

.rightbar ul{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.rightbar ul li{
	padding: 10px 0 10px 5px;
}

.rightbar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #555;
	padding: 5px 5px 5px 20px;
	margin: 0 10px 10px 0;
	border-bottom: 1px solid #CCC;
}

.rightbar ul ul li{
	padding: 0;
	margin: 0 0 0 7px;
	line-height: 24px;
	list-style: url(images/bullet.gif);
	font-size: 12px;
}

.rightbar .syndication .rss {
	width: 179px;
	height: 33px;
	position: relative;
	padding-top: 12px;
}

.rightbar .syndication .rss span{
	background: url(images/sub_rss.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.rightbar .syndication .rss .sub{
	list-style: none;
}

.rightbar a:link, a:visited{
	text-decoration: none;
	color:#900;
}

.rightbar a:hover{
	text-decoration: underline;
	color: #222;
}


table#wp-calendar{
	width: 100%;
}

/* Left Sidebar */

.leftbar{
	float: left;
	width: 190px;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
	background: #f1f0ed;
}

.leftbar ul{
	list-style: none;
	margin: 0;
	padding: 0 5px 0 10px;
}

.leftbar ul li{
	padding: 10px 0 10px 5px;
}

.leftbar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #555;
	padding: 5px 5px 5px 20px;
	margin: 0 10px 10px 0;
	border-bottom: 1px solid #CCC;
}

.leftbar ul ul li{
	padding: 2px 0;
	margin: 0 3px 0 10px;
	line-height: 18px;
	list-style: url(images/bullet.gif);
	font-size: 11px;
	border-bottom: 1px dotted #CCC;
}
.leftbar a:link, a:visited{
	text-decoration: none;
	color:#900;
}

.leftbar a:hover{
	text-decoration: underline;
	color: #222;
}

/*******************
----Comment Form---
*******************/

#comment-form{
	width: 425px;
	background: #f1f0ed;
	margin: 10px 0 0;
	padding: 5px 5px 15px 15px;
}

.comments-template a{
	text-decoration: underline;
	color: #900;
}


.comments-template a:hover{
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0;
	line-height: 18px;
	padding: 10px 15px 5px 15px;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	color: #900;
	padding: 10px 0 30px 0;
}

.commentmetadata{
	font-size: 12px;
	color: #AAA;
	padding: 20px 0;
}

.commentmetadata strong { 
	font-size: 14px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #CCC;
}

.comments-template textarea{
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 12px;
	color: #000;
	margin: 30px 15px 15px 0;
	background: #FFF;
	border: 1px solid #CCC;
}

.even {
	background: #f1f0ed;
	border: none;
}

.alt {
	background: #FFF;
	border: 2px solid #f1f0ed;
}

/*******************
-------Footer-------
*******************/

#footer{
	clear: both;
	float: left;
	width: 885px;
	margin: 0;
	padding: 10px 5px 5px 10px;
	line-height: 18px;
	font-size: 80%;
	color: #900;
	background: #FFF;
	border-top: 1px dotted #CCC;
	border-bottom: none;
}




/* CURE THE BLIND */
blockquote{background-color: transparent; border-left: 1px solid #0381a3;  font-style: normal; margin: 0 0 10px 20px; padding-top: 0; }
a, a:link, .leftbar a:link, .rightbar a:link, a:visited{color: #0381a3; text-decoration: none;}
a:hover, .rightbar a:hover, .leftbar a:hover{ color: #e5e4d9; background-color: #eb4357; text-decoration: none;}
.post h2 a:hover{background-color: white;}
body{background: #93948b url(images/bg.png) repeat-y  center top; color: #46463e;}
#superwrapper{background:  url(images/header.png) no-repeat center top transparent; overflow: auto;}
/* #footerImages{background:  url(images/scott.png) transparent ; overflow: auto;} */
#header{ background-color: transparent; border: none; height: 258px; }
#sitename{}
#sitename a{ outline: 0; width: 440px; height: 98px; display: block;}
#sitename a:hover{background-color: transparent;}
#top-menu{display: none;}
#wrapper{width: 960px; padding-left: 5px; background-color: transparent;}
#container{border-bottom: 1px solid #aeaead; border-right: 1px solid #aeaead; background-color: #f0f0e7; width: 540px;} /* 561px */

.entry{line-height: 20px;}
.singlePost .post{border-bottom: 0;}
.post{overflow-x: hidden; margin: 20px 22px 0 22px; padding: 0;}
 .post h2{padding: 0; font-weight: normal;}
 .post h2 a, h2{ color: #1b3e6f; font-family: futura, "Lucida Sans Unicode", sans-serif; text-transform: uppercase;}
	
	
	
.rightbar ul, .rightbar ul li, .rightbar ul h2, .leftbar ul, .leftbar ul li, .leftbar ul h2{margin: 0px; padding: 0px;}
	.rightbar ul ul li, .leftbar ul ul li{
		line-height: 1.5em;
		list-style-type: none;
		list-style-image: none;
		margin-left: 0;
	}
	
	.rightbar ul li, .leftbar ul li{margin: 0 0 12px 0;}
	
.rightbar a, .leftbar a{display: block;}

.leftbar {background-color: transparent; padding-top: 20px; margin-left: 19px; width: 220px;}
	.leftbar ul li h2, .rightbar ul li h2{border: none; color: #8e8e8e;}

.leftbar li.postPic {margin: 0 0 0 0; padding: 0;}
.leftbar .postPic a{ /* border: 4px solid white;  */background-color:beige; width: 220px; height: 59px; display: block; overflow: hidden;}
.leftbar .postPic div{ /* border: 1px solid black; */}
.leftbar #postPicList{margin: 0;}
.post{border-bottom: 1px solid #AEAEAD;}
.post object, .post embed{width: 496px !important;}
.postPic img{opacity:1; position:relative;} /* left: -50%;  top: -50%;}   */
 .postPic1{display: none;}/*
 .postPic2 a img{opacity: 1; filter:alpha(opacity=90);}
 .postPic3 a img{opacity: .9; filter:alpha(opacity=80);}
 .postPic4 a img{opacity: .8; filter:alpha(opacity=70);}
 .postPic5 a img{opacity: .7; filter:alpha(opacity=60);}
 .postPic6 a img{opacity: .6; filter:alpha(opacity=50);}
 .postPic7 a img{opacity: .5; filter:alpha(opacity=40);}
 .postPic8 a img{opacity: .4; filter:alpha(opacity=30);}
 .postPic9 a img{opacity: .3; filter:alpha(opacity=20);}
 .postPic10 a img{opacity:.2; filter:alpha(opacity=20);}
 */
 .postPic a:hover img{opacity: .5; filter:alpha(opacity=50);}
 .post img[alt="thumbnail"]{display: none;}
 
 .postinfo{padding: 2px 0 12px;}
 p.postmetadata{border-top: none; float: left; width: 100%;}
 .navigation{margin: 5px 22px; text-align: right; height: 16px;}
 
.wp-caption-text{text-align: center;}
 
 #comment-form{background-color: transparent;}
 .comments-template{clear: both;}
 .comments-template h2, .comments-template h3 {
	padding: 20px 0 20px 0;
	color:#46463e;
	font-size:16px;
	font-family: futura,"Lucida Sans Unicode",sans-serif;
	}
.comments-template ol li { margin: 0; padding: 10px 15px;}
.pageComments .nocomments{display: none;}
.comments-template textarea{width: 494px;}
.comments-template textarea{width: 494px;}
.commentDate{font-size: .8em;}
.commentDate a{color: #48a7c1;}
.commentDate a:hover{color: #E5E4D9;}
span.commentDate{display: block; margin-bottom: 6px; }
#commentform p{margin-bottom: 4px;}

.even{background-color: transparent;}
.alt{background-color: #fafaef;}
 
 h2.archive_head{color: #606052; font-family:futura,"Lucida Sans Unicode",sans-serif;}
 
 .leftbar ul li h2  {margin: 0 0 28px 0px; padding: 0; font-size: 22px; font-family:futura,"Lucida Sans Unicode",sans-serif; text-transform:uppercase;}
 .rightbar ul li h2{margin: 0 0 0px 0px; padding: 0; font-size: 22px; font-family:futura,"Lucida Sans Unicode",sans-serif; text-transform:uppercase;}

.rightbar {background-color: transparent; padding-top: 20px; margin-left: 36px; width: 140px; border: none;}

#footer{ padding-bottom: 22px;border-top: 0; color: #46463E; width: 940px; background: transparent url(images/bgFooter.png) repeat-y center top;}
	#footerImage{position: relative; left: 531px; top: -470px;}

.bio{padding: 40px 0 40px 150px;}
.bio div{border-left: 1px solid #AEAEAD; padding: 30px;}
#benBio{background:url(images/ben.png) no-repeat 20px center;}
#scottBio{background:url(images/scott2.png) no-repeat 20px center;}

div.wp-caption, object, embed{margin: 0 auto;}
#twitter_update_list li{margin-bottom: 7px;}

.noDisplay{display: none;}
.hide{margin:0 -99999px;}
.clearer{clear: both;}










