* {
	margin:0;
	padding:0;
	}

body {
	background: #062a74 url(images/bg.gif);
	color: #555;
	padding: 10px 0;
	}

body, select, input, textarea {
	font: 110% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #d60022;
	text-decoration:none
	}

a:hover, a:active {
	color:#222;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.95em;
	background:#eee;
	padding:3px 6px;
	}

img, a:link img, a:visited img {
	border:0
	}
	
		

/* Structure */

#page {
	width:960px;
	margin:0 auto;
	font-size:0.7em;
	background:#fff;
	padding: 10px 25px 35px 25px;
	overflow: hidden;
	position: relative;
	}

#branding {
	width:625px;
	padding-bottom:15px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 250px;
	float:right;
	}
		
/*Subnav */

.subnav li, .linkcat ul li {
	list-style:none;
	border-bottom:1px solid #eee;
	}

.subnav li a:link, .subnav li a:visited, .linkcat ul li a:link, .linkcat ul li a:visited {
	background:#ddd;
	display:block;
	padding:4px 4px 4px 8px;
	}
		
.subnav li a:hover, .subnav li a:active, .linkcat ul li a:hover, .linkcat ul li a:active, .subnav {
	background:#ccc;
	text-decoration:none;
	color: #d60022;
	}

.subnav li li a:link, .subnav li li a:visited, .linkcat ul li  a:link, .linkcat ul li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */

h2 {
	font:1.8em Arial, Helvetica, sans-serif;
	padding: 8px 0;
	font-weight: bold;
	border-bottom: 1px solid #bbb;
	}
	
h2.hometitle {
	border-top: 1px solid #bbb;
	padding: 8px 4px;
	background: #eee;
	margin: 20px 0 0 0;
	}
	
h3.hometitle, h3.store_title  {
	font:1.8em Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
	padding: 8px 4px;
	background: #eee;
	margin: 20px 0 0 0;
	}
	
.product h4 {
	font:1.2em Arial, Helvetica, sans-serif;
	padding: 4px;
	font-weight: bold;
	border-bottom: 1px solid #bbb;
	margin: 10px 0 0 0;
}
	
#sidebar h2 {
	font: 1em Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-weight:bold;
	color:#222;
	}
	
#sidebar h2 {margin: 10px 0 15px 0; padding:7px 0 6px 2px;}

#sidebar h3 {
	border-bottom:1px solid #bbb;
	padding:7px 0 6px 2px;
	margin: 10px 0 15px 0;
	font-size:1em;
	font: 1em Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-weight:bold;
	color:#222;
	}

h3#respond {
	border-top:1px solid #bbb;
	margin-top:25px;
	padding-top:20px;
	clear: both;
	}

h3#comments {
	margin-top:32px
	}
	
	
	
/* Content */

#content {
	width:685px;
	float:left;
	color: #111;
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}

.feature {
	background:#f2f2f2;
	padding:15px;
	border-bottom:1px dotted #bbb;
	border-top:1px dotted #bbb;
	}

.feature:hover {
	background:#e9e9e9;
	}
	
.feature p, #rightcol p {
	margin:0;
	}

.feature img, #rightcol img {
	padding:1px;
	border:1px solid #000;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font:1.8em Verdana, Helvetica, sans-serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px solid #bbb;
	padding:12px 0;
	}	

#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #fff;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#eee;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#eee;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#d60022
	}

.postmetadata {
	margin: 0;
	}

#writer {
	background:#eee;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #555;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #555;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	overflow: hidden;
	}

h3 a:link, h3 a:visited {
	color:#d60022;
	}



/*Post Formatting*/
.post { overflow: hidden; clear: both; position: relative; height: 1%;}
.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	padding: 10px 4px;
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	display: block;
	background: #eee;
	}	
	

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	}
	
.button {
	background:#555;
	color:#e7e7e7;
	border:none;
	cursor: pointer;
	width: 60px;
	height: 20px;
	font-size: .9em;
	font-weight: bold;
	}

.button:hover {
	background:#999;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	border: 1px solid #bbb;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/

#footer {
	margin: 0 auto;
	width: 960px;
	font-size:0.7em;
	padding-top:15px;
	color:#fff;
	position: relative;
	}

#footer a {
	color:#d3d1d1;
	}
	
/* Misc */
a:active {outline: none;}
a:focus {outline: 0;}
#logo {width: 100%; height: 130px; background: url(images/logo.gif) no-repeat top left; text-indent: -9999px;}
#logo a {display: block; width: 142px; height: 130px; outline: none;}
#page {background: #fff url(images/bg.gif) repeat-x top left;}
#rss {display: block; width: 50px; height: 60px; background: url(images/rss.png) no-repeat top left; position: absolute; top: 10px; right: 25px;}
#player_top a {display: block; float: left; height: 150px; outline: none;}
#player_top a img {height: 150px;}
#sidebar {background: #eee; overflow: hidden; padding: 0 0 20px 0;}
#sidelist {padding: 0 10px 10px 10px;}
#nosearch {margin: 20px 0 0 0;}
#header_ad {padding: 10px 0 0 0; text-align: center; overflow: hidden;}
#header_ad ul {list-style: none; width: 660px; margin: 0 auto; padding: 0 0 0 10px;}
#header_ad ul li {width: 100px; float: left; margin-right: 10px;}
#ads {padding: 20px 0 0 0; text-align: center;}
#sponsors {text-align: center;}
.bottomad {padding: 10px; text-align: center;}
.ads {padding: 20px 0 0 0; text-align: center;}
.ads a {display: block; margin: 0 auto;}
.recent_comments li {background: #fff; padding: 5px;}
.post_top {overflow: hidden; padding: 0 0 5px 0; background: #fff; margin: 5px 0 0 0; border-bottom: 1px solid #bbb; height: 1%;}
.post_top p {width: 420px; float: left; margin: 0; padding: 0 0 0 4px; background: #fff;}
.social ul {width: 260px; float: right; margin: 0; padding: 2px 0 0 0; list-style: none; background: #fff;}
.social ul li {margin: 0; padding: 0 0 0 20px; float: left; width: 16px; height: 16px; list-style: none;}
.cattitle, .pagetitle {font-size: 2.4em;}
.time {font-weight: bold;}
.description {display: none;}
.post {overflow: hidden;}
.post img {float: left; margin: 0 15px 15px 0;}
.post p {line-height: 1.5em;}
.navigation {overflow: hidden; margin: 10px 0 0 0; padding: 10px 0 0 0; border-top: 1px solid #bbb;}
.navigation .alignleft {width: 100px; float: left;}
.navigation .alignright {width: 100px; float: right;}
.navigation .alignleft a, .navigation .alignright a {display: block; border: 1px solid #bbb; padding: 4px 0; text-align: center;}
.navigation .alignleft a:hover, .navigation .alignright a:hover {background: #d60022; color: #fff; border: 1px solid #d60022;}
#ns {width: 150px; height: 60px; background: url(images/ns.png) no-repeat top left; position: absolute; top: 0; right: 0; text-indent: -9999px;}
#w3c {width: 88px; height: 31px; position: absolute; top: 15px; right: 150px;}