body {
	background: #222;
	margin:0;
	padding:0;
	color: #161616;
}

* {
	margin:0;
	padding:0;
}

/** element defaults **/
div#content img { margin: 12px; }

div#content p { text-indent: 24pt; }

p.timestamp { font-style:italic; }

/* The large source code block, that spans across the whole green background */
div.sourcecode
{
	background:white;
	padding: 7px;
	font-weight: bolder;
	text-autospace: none;
	margin-bottom: 5px;
	color: Black;
}

table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 10px 10px;
}

th {
	color: #fff;
	background: #3B421F none repeat-x scroll left top;
}

td {
	background: #B5C581;
	border-bottom: 1px solid #A1B55E;
}

table.light
{
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 11pt;
	margin: 5pt 12pt;
	padding: 0;
	width:auto;
	
}

table.light td, table.light th
{
	border: solid #548DD4 1.0pt;
	color: #2A466A;
	padding: 3px 6px;
	background-color: Transparent;
}

code, blockquote {
	display: block;
	border-left: 5px solid #ddd;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #ddd;
	border: none;
}
blockquote {
	border-left: 5px solid #3B421F;
}

blockquote p {
	font-style: italic;
	margin: 0;
	color: #3B421F;
	height: 1%;
}

p
{
	margin-bottom: 10px;
}

a {
	color: #382401;
}

a:hover {
	color: #4A5327;
}

a:focus {
	outline: none;
}

fieldset {
	display: block;
	border: none;
	border-top: 1px solid #697637;
}

fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #eee;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #697637;
}

form input.formbutton {
	border: none;
	background: #3B421F none repeat-x scroll center;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	width: auto;
	overflow: visible;
}

form.searchform p
{
	margin: 5px 0;
}

form.searchform input.s
{
	border: 1px solid #697637;
}

span.required
{
	color: #ff0000;
}

h1 {
	color: #59652F;
	font-size: 35px;
}

h2
{
	color: #382401;
	font-weight: bold;
	padding: 0 0 5px;
	margin: 0;
}

h3
{
	color: #3A421F;
	font-weight: bold;
	margin-bottom: 10px;
}

h4
{
	padding-bottom: 10px;
	color: #333333;
}

h5 {
	padding-bottom: 10px;
	color: #333333;
}

ul, ol {
	margin: 0 0 10px 35px;
}

li {
	padding-bottom: 7px;
}

li ol, li ul
{
	margin-bottom: 0;
	padding-top: 5px;
}


#container {
	width: 980px;
	margin:0 auto;
	padding: 0;
	background: #333 url('content-bg.jpg') repeat-y scroll top left;
}

#header {
	padding: 40px 15px;
	margin: 0 auto;
	background: #412901 url('header-bg.jpg') repeat-x scroll top left;
	height: 72px;
	width: 930px;
}

/* #header h1 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 50px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -5px;
	float: left;
}*/

#header h1 a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	float: left;
}

#header h1 a strong {
	color: #F0E39E;
}
#header h2 {
	color: #CCCCCC;
	float: left;
	margin-left: 120px;
	margin-top: 28px;
	padding-left: 4px;
	text-transform: uppercase;
	letter-spacing: 0;
}

#body {
	background: #CAD79F none repeat-y scroll 0 0;
	margin:0 auto;
	padding: 10px;
	width: 940px;
}

#content {
	float: none;
	width: 930px;
	margin: 0;
}

.sidebar {
	width: 280px;
	padding: 0;
	float: right;
	margin-left: 8px;
	/* margin: 5px; */
}


.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.9em;
}

.sidebar li ul {
	background: #A1B55D url('sidebar-bg.png') repeat-x scroll top left;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 6px 7px;
	margin: 0;
	color: #161616;
}

.sidebar li ul li a {
	font-weight: normal;
	color: #161616;
}

.sidebar li ul.blocklist li {
	padding: 0;
	display: inline;
}

.sidebar li ul.blocklist li a {
	display: block;
	padding: 7px 8px;
	text-decoration: none;
}

.sidebar li ul.blocklist li a:hover {
	background-color: #F0E39E;
	color: #161616;
}

.sidebar li ul li a:hover {
	color: #000;
}

.sidebar h4 {
	color: #fff;
	background: #412901 url('h4-bg.png') repeat-x scroll;
	background-position: center top;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 10px;
	font-weight: normal;
}

.clear {
	clear: both;
}

#footer {
	width: 960px;
	margin:0 auto;
}

.footer-content {
	background: #0C0C0C none repeat-x scroll top left;
	padding: 20px 5px;
}

#footer p {
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
}

#footer p a {
	color: #fff;
}

img#sidebar-photo
{
	border: solid 3px #301C00;
	margin-top: 2px;
}

div.sidenote
{
	background-color:#CCCCCC;
	padding: 7px;
	border: 8px;
	width: 450px;
	float: right;
}

/* Comments styles */
div.commentWhole
{
	background-attachment: scroll;
	background-color: #abbd6e;
	background-image: url("comment-bg.png");
	background-repeat: repeat-x;
	background-position: 0% 0%;
}

div#idAllComments img.commentUserpic
{
	float: left;
	margin: 0;
	margin-right: 5px;
	border: solid 1px #442d06;
}

div#idAllComments img.commentUserpic.my
{
	border-color: #652E09;
}

div.commentTitle
{
	background-color: #442d06;
	color: White;
	padding: 1px 4px;
}
div.commentTitle.my { background-color: #652E09; }
div.commentTitle.screen { background-color: #8a997a; }

div.commentTitle span.commentDateTime, div.commentTitle span.commentIpAddress
{
	font-style: italic;
	font-size: smaller;
	margin-right: 12px;
}

span.winlive, span.openid, span.anon
{
	padding-left: 17px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
}

span.winlive { background-image: url( "iconWindowsLive16.png" ); }
span.openid { background-image: url( "iconOpenId16.png" ); }
span.anon { background-image: url( "iconUser16.png" ); }

div.commentTitle span.commentDateTime { color: #CCC; }
div.commentTitle span.commentIpAddress { color: #3C3; }
div.commentTitle span.commentAuthor { color: #E5E5E5; margin-right: 12px; }

div.commentTitle span.commentTitleText{ font-weight: bolder; }
div.commentTitle span.commentTitleText{ font-weight: bolder; }
div.commentTitle span.commentTitleText.screen { color:#E5E5E5; }

div.commentBody { padding: 1px 6px; }
div.commentBody.my { background-color: #DBFF83;  }

div.commentBody p.commentTalkBox
{
	margin-bottom: 0;
	text-align: right;
	font-style: italic;
	font-size: smaller;
}

/* Comment form styles */
div#idPostCommentPane
{
	background-color:#a0a689;
	padding: 5px 2px;
	border-top: solid 2px #301c00;
}

div#idPostCommentPane p.commentFormTitle
{
	font-weight:  bolder;
	/* color: #a1b55d; */
	color: #301c00;
	text-align: center;
	line-height: normal;
	margin-bottom: 0;
}

div#idPostCommentPane table, div#idPostCommentPane td
{
	border-collapse:collapse;
	border: none 0;
	padding:0;
	margin:0;
	background:none;
}

div#idPostCommentPane table
{
	margin-right: 100px;
}

div#idPostCommentPane input[type="text"], div#idPostCommentPane textarea
{
	width:98%;
}

div#idPostCommentPane input[type="text"]
{
	position:relative;
	left: -2px;
}

div#idPostCommentPane textarea
{
	height: 127px;
}

div#idPostCommentPane input[type="submit"]
{
	margin-top: 2px;
	padding: 2px 7px;
}

li#authLoginPane
{
	
}

li#authLoginPane td
{
	padding: 0px;
	background: none;
	border: none 0px;
}

div#authFormOpenId div
{
	
}

#idOpenIdButton
{
	display: block;
/*	height: 20px; */
	
/*	margin-top: 1px;
	margin-left: 15px;
	height: 20px; */
	background-color: White;
	background-position: 3px center;

	border: solid 1px #b2e8fe;
	border-left-color: #b2e8fe;
	border-top-color: #b2e8fe;
	border-right-color: #9cd1e8;
	border-bottom-color: #9cd1e8;

	font-family: "Segoe UI";
	font-size: 12px;
	font-weight: 700;
	color: #006699;
	
	padding: 0px 5px 0px 22px;
	line-height: 23px;
	height: 20px;
	vertical-align:top;
	position:relative;
	top:+1px;
}

#idOpenIdButton span
{
	position: relative;
	top: +1px;
}