body {
	margin: 0px;
	padding-top: 54px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: url('/images/bg.gif') repeat-x;
	background-attachment: fixed;
	background-color: #FFFFFF;
}
a {
	color: #000000;
}
a:hover {
	color: #81C852;
}

li {
	margin-top: .5em;
	margin-bottom: .5em;
}

#header {
	position: fixed;
	top: 0px;
	width: 100%;
	text-align: center;
	z-index: 50;
}

#headerbar {
	height: 54px;
	background: url('/images/bg.gif') repeat-x;
	overflow: hidden;
}

#content {
	text-align: center;
	
}

#footer {
	background: url('/images/bar-bg.gif') repeat-x;
	background-color: #505050;
	border-top: 8px solid #81C852;
	padding: 16px 0px;
	text-align: center;
	font-size: 10px;
	color: #CCCCCC;
}

#footer a {
	color: #CCCCCC;
}

.container {
	width: 784px;
	margin-left: auto;
	margin-right: auto;
    text-align: left;
}

#logo {
	width: 296px;
	float: left;
}

#headernav {
	width: 320px;
	padding-top: 10px;
	float: right;
	text-align: right;
}

#headernav img {
	padding-left: 10px;
}

#mainContent {
	width: 468px;
	float: left;
	padding: 16px 0px;
}

#sideBar {
	width: 300px;
	float: right;
	padding: 16px 0px;
}

#prevNextDate {
	height: 26px;
	text-align: center;
	font-size: 10px;
	color: #B0B0B0;
	margin-bottom: 10px;
}

#prev {
	width: 62px;
	height: 26px;
	float: left;
}

#next {
	width: 62px;
	height: 26px;
	float: right;
}

#theDate {
	padding-top: 8px;
}

h1 {
	font-size: 21px;
	font-weight: bold;
	margin: 0px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}

#articleDate {
	font-size: 10px;
	color: #B0B0B0;
}

#articleAuthor a {
	color: #B0B0B0;
	text-decoration: none;
}

#articleAuthor a:hover {
	color: #81C852;
	text-decoration: underline;
}

#articleContent {
	margin: 16px 0px;
	text-align: justify;
	line-height: 150%
}

#shareBox {
	padding-bottom: 16px;
}

#codeBox {
	padding-bottom: 16px;
}

#codeImg {
	width: 88px;
	height: 88px;
	overflow: hidden;
}

#codeCopy {
	width: 340px;
	height: 62px;
	background: url('/images/code-box.gif');
	border: 0px;
	padding: 6px;
	font: 10px verdana;
	color: #505050;
	overflow: auto;
}

#explosmlink {
	padding: 8px 8px 10px 10px;
	background: url('/images/bar-bg.gif') repeat-x;
	background-color: #505050;
	font-size: 12px;
	color: #FFFFFF;
}

#explosmlink a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted transparent;
}

#explosmlink a:hover {
	color: #81C852;
	border-bottom: 1px dotted #81C852;
	
}

#twitterlink {
	height: 112px;
	margin: 8px 0px 16px 0px;
}

#commentsBar {
	font-size: 18px;
	font-weight: bold;
	margin: 13px 0px 12px 0px;
	border-bottom: 1px dotted #B0B0B0;
}

.makeComment {
	padding-top: 3px;
	width: 300px;
	float: right;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
}

.commentReply {
	width: 60px;
	float: right;
	text-align: right;
}

.makeComment a, .commentReply a {
	color: #B0B0B0;
	text-decoration: underline;
}

.userComment {
	font-size: 12px;
	margin-top: 4px;
}

.userNameDate {
	color: #B0B0B0;
	margin-bottom: 8px;
}

.userNameDate a {
	font-weight: bold;
}

.userImage {
	width: 60px;
	text-align: right;
	float: left;
}

.userPost {
	width: 392px;
	float: right;
}

.newcomment {
	margin: 16px;
}

.thecomment {
	width: 428px;
	height: 100px;
	border: 1px solid #81C852;
	padding: 3px;
	margin-bottom: 2px;
	font: 12px verdana;
	overflow: auto;
}

.commentDiv {
	margin-left: 76px;
	margin-top: 16px;
	text-align: center;
}

#catstitle {
	padding-top: 16px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 14px;
}

#catsmore {
	padding-top: 1px;
	text-align: right;
}

.smartImage {
	position: relative;
	border: 1px solid #81C852;
	overflow: hidden;
}

.smartImageShare {
	position: absolute;
	bottom: 0px;
	font: 12px arial;
	color: #FFFFFF;
	text-align: right;
	padding-bottom: 7px;
}

.smartImageDetails {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: url('/images/trans-grey.png') repeat;
	font: 12px arial;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 7px;
}

.smartImageDetails a {
	color: #FFFFFF;
}

.smartCaption {
	padding-top: 2px;
	font-style: italic;
	text-align: center;
}

#pagination {
	font-size: 14px;
	letter-spacing: 1px;
	color: #B0B0B0;
	text-align: center;
	padding-bottom: 16px;
	font-weight: bold;
}

#pagination a {
	color: #000000;
}

#pagination a:hover {
	color: #81C852;
}

#currentpage {
	font-size: 21px;
	color: #81C852;
}

#anonlogin {
	margin-top: 16px;
	border: 1px dotted #666666;
	padding: 10px;
	font-size: 11px;
}

#subscribes {
	border: 1px solid #D0D0D0;
	text-align: center;
	padding-top: 4px;
	background-color: #FFFFFF;
}

#search {
	border: 1px solid #D0D0D0;
	padding: 8px;
	background-color: #FFFFFF;
}

#cats {
	margin-bottom: 20px;
}

.previewListing {
	border-top: 1px dotted #666666;
}

.previewText {
	padding: 6px 0px;
}

.previewImg {
	float: left;
	width: 100px;
	height: 100px;
	padding: 3px;
	border: 1px solid #81C852;
	background-color: #FFFFFF;
	margin-right: 10px;
}

.previewImg:hover {
	border: 1px solid #68954A;
	background-color: #81C852;
}

#recaptcha_table {
	border-width: 0px !important;
}

.captchaDiv {
	width: 355px;
	overflow: hidden;
}