/*
Theme Name: geeks
Theme URI: http://www.charmhtml.com/
Description: wordpress template.
Author: yangyang
Author URI: http://charmhtml.com/
*/

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, strong, 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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	min-width: 1050px;
}
ol, ul {
	list-style: none;
}
.alignleft {

float:left;

margin-right:10px;

}

.alignright {

float:right;

margin-left:10px;

}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.84em;
	background: #fff;
}
a {
	outline: none;
	text-decoration: none;
	font-weight: bold;
}
.shareLinks {
	font-size: 11px;
}
.left {
	float: left;
}
.last {
	margin-bottom: 0;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
 .grid2col .column.left{
	width: 524px;
	overflow:hidden;
}
 .grid2col .column.right{
	width: 300px;
	overflow:hidden;
}
 .grid3col .column{
	width: 274px;
	float: left;
	margin: 0 11px 0 0;
	overflow:hidden;
}
 .grid3col .column.right{
	width: 274px;
	float: right;
	margin: 0;
}
 #header {
	width: 1000px;
	height: 171px;
	margin: 0 auto;
	background: #aaa;
	position: relative;
}
 #header h1 {
	display: none;
}
#header a.logo{
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	width: 161px;
	height: 140px;
	text-indent: -9999px;
}
 #header a#linkToMain {
	display: block;
	position: absolute;
	left: 867px;
	top: 55px;
	width: 81px;
	height: 19px;
	text-indent: -9999px;
}
 #header ul {
	position: absolute;
	top: 130px;
	right: 50px;
}
 #header ul li {
	display: inline;
	margin: 0 12px 0 0;
}
 #header ul li a{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
}
 #header ul li a:hover{
	color: #8ff110;
}
 #content {
	width: 848px;
	border-left: 1px solid #797979;
	border-right: 1px solid #797979;
	margin: 0 auto;
	background: #fff;
	padding: 12px 25px 0 25px;
}
 #content .topDeckContent {
	height: 114px;
	border-bottom: 1px solid #bbb;
	margin-bottom: 24px;
	vertical-align: top;
}
 #content .topDeckContent p{
	width: 728px;
	height: 50px;
	border: 2px solid #eee;
	text-align: center;
	margin: 0 auto 20px auto;
	color: #bbb;
}
 .post {
	margin: 0 0 48px 0; 
}
 .post.last {
	margin: 0 0 24px 0; 
}
 .postHeader {
	
}
 .postHeader h2{
	font-size: 26px;
	padding-bottom: 4px;
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	margin-bottom: 18px;
	letter-spacing: -1px;
	padding-right:65px;
}
 .postHeader p.date{
	float: right;
	font-size: 18px;
	color: #bbb;
	margin-top: -44px;
	margin-bottom: 0;
}
 .post img.left {
	margin: 0 20px 6px 0;
}
 .post .postContent p {
	line-height: 1.2em;
	margin-bottom: 18px;
}
 .post .postContent ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 12px;
}
 .post .postContent ol {
	list-style: decimal;
	padding-left: 20px;
	margin-bottom: 12px;
}

 .post .postFooter {
	clear: both;
	margin-top: 48px;
}
 .post .postFooter ul{
	margin-bottom: 10px;
}
 .post .postFooter ul li{
	display: inline;
	margin-right: 10px;
	padding-left: 28px;
	padding-top: 7px;
	padding-bottom: 6px;
	height: 36px;
}
 .post .postFooter ul li.digg{
	background: url(images/digg_logo.jpg) no-repeat left top;
}
 .post .postFooter ul li.delicious{
	background: url(images/delicious_logo.jpg) no-repeat left top;
}
 .post .postFooter ul li.stumble{
	background: url(images/stumble_logo.jpg) no-repeat left top;
}
 .post .postFooter ul li.technorati{
	background: url(images/technorati_logo.jpg) no-repeat left top;
}
 .post .postFooter .post-content h3 {
	padding-left: 0px;
	padding-top: 12px;
	padding-bottom: 0px;
	height: auto;
	font-size: 18px;
	color: #56920E;
	font-weight:bold;
}
 .post .postFooter .post-content ul li {
	display: list-item;
	list-style: disc;
	margin-right: 0px;
	padding-left: 28px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: auto;
}
 .post .postFooter .postMeta {
	color: #333;
	background: #c5c5c5;
	padding: 8px;
}
 .post .postFooter .postMeta p{
	padding: 4px;
}
 .grid2col .column.right #searchForm{
	margin-bottom: 12px;
}
 .grid2col .column.right #searchForm input{
	width: 300px;
}
 .grid2col .column.right h3 {
	width: 290px;
	height: 30px;
	background: #aaa;
	color: #fff;
	padding: 7px 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}
.grid2col .column.right h3 a{ 
	color: #fff;
}
.grid2col .column.right #subscribe {
	font-size: 0.9em;
}
 .grid2col .column.right #subscribeForm {
	margin-top: 12px;
}
 .grid2col .column.right #subscribeInfo p{
	padding-top: 6px;
}
 .grid2col .column.right #subscribeInfo img{
	float: left;
	margin-right: 6px;
}
 .grid2col .column.right .sidebarModule {
	margin-bottom: 36px;
	clear:both;
}
 .grid2col .column.right #about {
	line-height: 1.2em;
}
 .grid2col .column.right #featured .sideDeck {
	width: 300px;
	background: #3b3b3b;
	text-align: center;
	color: #999;
	font-size: 18px;
}
 .grid3col {
	margin-top: 48px;
	padding-bottom: 24px;
}
 .grid3col .column h3 {
	height: 28px;
	background: #aaa;
	color: #fff;
	padding: 7px 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}
 .grid3col .column ul li {
	margin-bottom: 18px;
}
a#previous {
	font-size: 22px;
	letter-spacing: -1px;
	padding-left: 27px;
	background: url(images/previous_posts_arrow.jpg) no-repeat 0 3px;
	padding-top: 3px;
	font-weight: bold;
}
a span.previous-page{
	font-size: 22px;
	letter-spacing: -1px;
	padding-left: 27px;
	background: url(images/previous_posts_arrow.jpg) no-repeat 0 3px;
	padding-top: 3px;
	font-weight: bold;
	float:left;
}
a span.next-page{
	font-size: 22px;
	letter-spacing: -1px;
	padding-right: 27px;
	background: url(images/next_posts_arrow.jpg) no-repeat right 3px;
	padding-top: 3px;
	font-weight: bold;
	float:right;
}
.pagenav{
	height:1%;
	overflow:hidden;
}
.sidebarModule ul{
	padding-left:5px;
}
.sidebarModule ul ul{
	padding-left:10px;
}

 #footer {
	width: 902px;
	height: 100px;
	margin: 0 auto 120px auto;
	background: #aaa;
}
 #footer p {
	padding: 12px;
	color: #fff;
}
#comment-form {
	background: #d5edbd;
	padding: 16px 12px 12px 12px;
	font-size: 12px;
	background: url(images/comments_bg.jpg) repeat-x left top;
	margin-bottom: 20px;
}
#comment-form p label {
	float: left;
	width: 150px;
}
#comment-form p textarea {
	float: left;
	width: 283px;
	height: 119px;
}
#comment-form p {
	clear: both;
	margin-bottom: 8px;
}
#comment-form p input{
	border: 1px solid #666;
}
#comments .title {
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: bold;
	clear: both;
}
p#policy{
	color: #56920e;
	font-size: 11px;
	font-weight: bold;

}
.submitBtn {
	margin-left: 150px;
	margin-top: 12px;
	margin-bottom: 8px;
}
#commentsList {
	margin-bottom: 20px;
}
#commentsList li {
	padding: 12px;
	clear: both;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
#commentsList li img{
	border: 1px solid #aaa;
	margin-bottom: 3px;
}
#commentsList li .user{
	float: left;
	height: 100%;
	text-align: center;
	padding: 8px;
	border: 1px solid #666;
	background: white;
	margin-right:10px;
}
#commentsList li .user .userName{
	font-weight: bold;
}
#commentsList li .user .dateCommented{
	font-size: 11px;
	color: #666;
}
#commentsList li .userComment{
	font-size: 12px;
	padding-left: 87px;
	padding-top: 12px;
}
#commentsList li.odd{
	background: #efefef;
}
a {
	color: #56920e;
}
a:hover{
	color: #71cb00;
}
.postMeta a{
	color: #232323;
}
.postMeta a:hover {
	color: #000;
}
.postHeader h2{
	color: #56920e;
}
#header {
	background: url(images/header_bg.jpg) no-repeat left top;
}
.grid2col .column.right h3 {
	background: url(images/sidebar_header_bg.jpg) no-repeat left top;
}
body{
	background: #33658a url(images/body_bg.jpg) repeat-x left top;
}
.grid3col .column h3 {
	background: url(images/footer_header_bg.jpg) no-repeat left top;
}
#footer {
	background: url(images/footer_bg.jpg) no-repeat left top;
}

