@charset "UTF-8";
/* CSS Document */

/* All globals 

 * */
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; background: transparent;}
/* remember to define focus styles! */
:focus { outline: 0;}
body {line-height: 1; background: #000; font-family:Arial, Helvetica, sans-serif; color: #444;}
ol, ul {list-style: none;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

*{ padding: 0; margin: 0; }

body{
	font: 87%/1.29em normal Arial, Helvetica, sans-serif;	/* sets base font size of 14px */
	background-color: #1e1a1b;
}


#container {
	width: 966px;
	background:url(lib/img/background.jpg) no-repeat #fff;
	margin: 0 auto;
	padding: 11px 0px 11px 3px;
	}
	
#header {
	width: 960px;
	background:url(lib/img/header-background.gif) no-repeat #fff;
	background-position: 0px 66px;
	height:200px;
	}
	
#logo {
	float:left;
	margin-left: 10px;
	}
	
h1 {font-size: 18px;}
	
/*************************/
/* NAVIGATION        */
/*************************/
	
#navigation {
	background:url(lib/img/menu-background.jpg) no-repeat #fff;
	background-position: 0 0px;
	float:right;
	width: 560px;
	height: 58px;
	margin: 8px 10px 17px 0;
	}
		#navigation a {
			color: #fff;
			text-decoration:none;
			}
	
		#navigation a:hover {
			text-decoration:underline;
			}
	
				#subscriptions {
					float:left; 
					width:105px;
					height: 34px;
					padding: 24px 0 0 17px;
					}
					.subscriptions {background:url(lib/img/subscribe-back.jpg) no-repeat;}
	
				#books{
					float:left; 
					width:53px;
					height: 34px;
					padding: 24px 0 0 17px;
					}
					.books {background:url(lib/img/book-back.jpg) no-repeat;}
	
				#back-issues{
					float:left; 
					width:89px;
					height: 34px;
					padding: 24px 0 0 17px;
					}
					.back-issues {background:url(lib/img/back-sisues-back.jpg) no-repeat;}
	
				#tech-wikki{
					float:left; 
					width:79px;
					height: 34px;
					padding: 24px 0 0 12px;
					}
	
					.tech-wikki {background: url(lib/img/tech-wikki-back.jpg) no-repeat;}
	
				#contact{
					float:left; 
					width:85px;
					height: 34px;
					padding: 24px 0 0 15px;
					}
	
					.contact {background:url(lib/img/contact-back.jpg) no-repeat;}
	
				#links{
					float:right; 
					width:56px;
					height: 34px;
					padding: 24px 0 0 15px;
					}
					.link {background:url(lib/img/links-back.jpg) no-repeat;}
					
/*************************/
/* END NAVIGATION        */
/*************************/
	
#header-ad {
	width: 728px;
	height: 90px;
	background-color: #fff;
	clear:both;
	margin: 0 0 0 10px;
	float:left;
	}
	
#searchbox {
	color: #fff;
	width: 183px;
	float:right;
	}
	
#searchbox input {
	background:url(lib/img/search-back.jpg) repeat-x;
	border: 1px solid #06659f;
	height: 28px;
	}
	
#searchbox .image {
	margin: 10px 0 0 55px;
	}
	
#searchbox input.image { 
	border: 0;
	}
	
	
/*************************/
/* Main Content	        */
/*************************/	

#content-container {
	width:960px;
	}
	
#subscribe-banner {
	width: 757px;
	background:url(lib/img/subscribe-banner-back.jpg) no-repeat;
	font-size:12px;
	float:left;
	margin-bottom: 30px;
	}
	
#subscribe-banner p {
	padding: 76px 20px 40px 195px;
	}
	
	#subscribe-banner p a {
		color: #06659f;
		text-decoration:none;
		font-weight:bold;
		}
	
#right-column {
	float:right;
	width: 160px;
	margin-right: 10px;
	clear:none;
	}
	
#submenu {
	clear:left;
	float:left;
	width: 190px;
	}
	
	#submenu h1 {
		margin-left: 10px;
		}
	
	#submenu ul {
		margin-left: 10px;
		}
	
	#submenu ul li {
		background-color: #f6f6f6;
		border: 1px #fff solid;
		padding: 10px 0 10px 0;
		}
		
	#submenu ul li a {
		font-size: 12px;
		color: #06659f;
		text-decoration:underline;
		}
		
	#submenu ul li a:hover {
		text-decoration:none;
		}
		
		
#blog {
	width: 560px;
	float:left;
	padding-left: 20px;
	padding-top: 20px;
	}
	
#blog p {
	margin-bottom: 20px;
	}
	
#blog h1 {
	color: #ee141c;
	font-weight:bold;
	}
	
	
#blog h2 {
	color: #888888;
	font-size: 10px;
	margin-bottom: 8px;
	}
	
#blog a {
	color: #ee141c;
	text-decoration:none;
	}
	
#blog a:hover {
	text-decoration:underline;
	}
	
.postMeta {
	font-size:12px;
	margin-bottom: 20px;
	}
/*************************/
/* Footer	            */
/*************************/
	
#footer{
	width: 910px;
	margin: 0 auto;
	border-top: 1px #000 solid;
	background:#eee;
	padding: 30px;
	font-size: 12px;
	}
#footer-left {
	width:200px;
	float:left;
	margin-right: 50px;
	}
	#footer-left p {
		padding-bottom: 30px;
		}
#footer-center {
	width: 300px;
	float:left;
	text-align:center;
	font-size:14px;
	}
#footer-right{
	width: 500px
	float:right;
	font-size:14px;
	}
	
#footer a {
	color: #06659f;
	text-decoration:none;
	}
	
#footer a:hover {
	color: #0798f1;
	text-decoration:underline;
	}

	
	
/*************************/
/* CSS HACKS             */
/*************************/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */