@charset "UTF-8";
@import url("http://fonts.googleapis.com/css?family=PT+Serif|Open+Sans.css");
@import url("http://www.techwr-l.com/css/archive_pages.css");

/*

NOTE ON SPONSORED POSTS
#site-sponsor-ad-area - turns on & off access to ad
need to change main and sidebar padding to give ad space, find comments

*/

#site-sponsor-ad-area {
	/*display: none;*/
	
}


#site-sponsor-ad {
	margin-top: 40px;
   padding-bottom: 15px;
	padding-left: 12px;
	/*display: none;*/
   
}

/* CSS Document */


input.gsc-input {
	font-size: 9px;
	padding: 4px 9px;
}


/*Layout*/

body,
html {
	margin:0;
	padding:0;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	
}

#wrap {
	width:	1150px;
	margin:		0 auto;
	background:#F8F7EF;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
}

#header {
	background:#000;
	padding: 5px 10px;
	height: 76px;
}

#header img {
	border:none;
}

#header-left {
	float: left;
	width: 566px;
}



#header-right {
	float: right;
	width: 470px;
	padding-top: 9px;
	text-align:right;
	}

#nav {
	background:  #FFF url('../images/main-nav-bg.png') repeat-x;
	height: 45px;
	padding: 5px 10px;
	padding-left: 0px;
	text-align: left;
		
}
#nav-left {
	width: 1100px;
	float: left;
	
}

#nav-right {
	float: right;
	text-align: right;
	margin: 0;

}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	display: inline;
	margine: 0;
	padding: 0;

}

#nav a:link {
	text-decoration: 	none;
	font-weight: 		bold;
	text-align: 		center;
	color: 				white;
	display: 			inline-block;
	padding: 			0px 10px 9px 10px;
	vertical-align:		top;
}

#nav a:visited {
	text-decoration: 	none;
	font-weight: 		bold;
	text-align: 		center;
	color: 				white;
	display: 			inline-block;
	padding: 			1px 10px 9px 10px;
	vertical-align:		top;
}

#nav a:hover {
	background: 		#DCDCDC;
	color: 				#0F76A5;
}

#main {
	margin-top: 50px; /*  used for site sponsor ad*/
	float: left;
	padding: 10px;
	width: 630px; /* reduced from 650 due to padding*/
	background:white;
	text-align: left;
}

#main-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}



/*Shared */

#sidebar {
	margin-top: 50px; /*  for site sponsorship */
	float: right;
	padding: 10px;
	width: 480px; /*reduced from 500, padding*/
	background:#F8F7EF;
}

#sidebar table {
	clear:both;
	
}


#sidebar-lower {
	clear: both;
	width: 450px;
	padding: 10px;
	background-color:white;
	text-align: left;
	
}

#sidebar-lower p {
	text-align: left;
}

#sidebar h2 {
	color: #1A8C0F;
	text-align: center;
}

#footer {
	clear: both;
	padding: 5px 10px;
	background: #000;
	color:white;
	height: 40px;
	font-size:smaller;
}


#footer-left {
	float: left;
	padding-top: 5px;
	width: 630px;
	text-align:left;
	}

#footer-right {
	float: right;
	padding-top: 5px;
	width: 480px;
	text-align: right;
}

#footer a {
	color: white;
	text-decoration:none;

	
}

#footer a:hover {
	text-decoration:underline;
}

/* the following rules apply only to IE6/IE7 */

body {  
   text-align:center; /*For IE BS*/  
} 

* html #footer {
	height: 1px;
}

*+html .foo{
}

/* END IE hacks */

/* Google Search Box on index home page */

#search-box {
	
/*	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 75px;
	padding-right: 100px;
	border: double;
	background: #DCFCA4;*/
}

#search-box h2 {
	color: #1A8C0F
}

#main h2 {
	color: #1A8C0F;
}


/*#cse-search-form {
	background: white;
	padding: 5px;
}*/



/* Element changes & Font Definition */

h1 {
	margin: 0;
}

h1, h2, h3 {
	font-family: 'PT Serif', serif;

}

h1 {
	font-size: 20px;
}

h2 {font-size: 18px;

}

h3 {
	font-size: 16px;
}

a {
	text-decoration: none;
}

/* changes link color for archives home page - main */

#main-body a:link {
	color: #1A8C0F;
	text-decoration:none;
}

#main-body a:visited {
	color: #0F76A5;
	text-decoration:none;
}

#main-body  a:hover {
	text-decoration: underline;
}



/* TECHWR-L Home Page */


/*#main-body a {
	text-decoration: none;
}*/
/*
#main-body li {
	display: inline;
	margine: 0;
	padding: 0;

}*/

#main-upper {
	/*background: #FFFFAA;*/
	padding-right: 30px;
	float: clear;
	/*width: 285px;*/
	min-height: 100px;
	text-decoration: none;
}

#main-lower {
	float: clear;
	/*width: 305px;*/
}

#popular {
	background: #EEE;
	padding: 10px;
	font-size: 13px;
	
}

#popular li {
	margin-bottom:10pt;
	
}

#popular a {
	color: #0F76A5;
	text-decoration: none;
}

#popular a:hover {
	color: #1A8C0F;
	text-decoration: none;
}

#sponsors a {
	color: #0F76A5;
	text-decoration: none;
}

#sponsors a:hover {
	color: #1A8C0F;
	text-decoration: none;
}

#sponsors li {
	margin-bottom:10pt;
	
}

.more  {
	text-align: right;
	font-size: 13px;
	text-decoration:none;
	font-weight:bold;
}

#sponsors {
	padding: 10px;
}

/*Feedburner Formatting */

#main-upper h2 {
	padding-top: 10px;
	padding-left: 10px;
}

.feedburnerFeedBlock {
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 13px;
}

.feedTitle {
	display: none;
}

.feedburnerFeedBlock a {
	text-decoration: none;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	color: black; 
}

.feedburnerFeedBlock a:hover {
	/*text-decoration: none;
	font-family: 'Open Sans', sans-serif;*/
	color: #D54E21; 
}



.feedburnerFeedBlock ul { 
	margin-left:0; 
	padding-left:10px; 
	list-style-type: none;
}

/*.feedburnerFeedBlock ul li span.headline { 
	font-weight:bold; 
	
}*/

.feedburnerFeedBlock ul li span.headline { 
	font-weight:bold;
	display:block; 
	margin:15px 0 0 0; 
}

#creditfooter {
	display: none;
}
