/* <MAIN> */
body
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	color: #3f2b1a;
	background-image: url(img/bg.png);
}
a
{
	text-decoration:none;
	color:#3C769D;
}
a img
{
	border-style: none;
}
html
{
	min-height: 100%;
	margin-bottom: 1px;
}
*
{
	margin: 0;
	padding: 0;
}
code
{
	padding-bottom: 1.2em;
}

h2
{
	font-size: 20px;
	color: #5F5F5F;
	border-bottom: 1px solid #aaa;
}
h2 a
{
	text-decoration: none;
	color: #C86018;
}
h3
{
	padding-bottom: 20px;
}
/* <CUSTOM> */
/* ~~~~~~~~ */
/* ~~~~~~~~ */
/* <HEADER> */
.header
{
	height: 100px;
	background: #fff url(img/bg_header.gif) repeat-x left top;
}
.header_logo
{
	padding: 0 50px;
}
/* <NAVBAR> */
.navbar
{
	width: 100%;
    height: 37px;
    background-color: #77a7a5;
	background: #fff url(img/topnavbar.gif) repeat-x left bottom;
}
/* <TOPNAV> */
.topnav
{
    width: 75%;
    height: 27px;
    margin: 0 auto 0 auto;
	padding: 10px 0;
    color: #d9eae8;
}
.topnav li
{
	display: inline;
	margin-right: 10px;
	font-weight: bold;
}
.topnav ul
{
	margin: 0;
	height: 100%
}
.topnav a:link
{
	text-decoration: none;
	color: #2f2216;
}
.topnav a:visited
{
	font-weight: normal;
	text-decoration: none;
	color: #2f2216;
	font-size: 14px;
}
.topnav a:hover
{
	font-weight: normal;
	text-decoration: none;
	color: #e0f2f0;
	font-size: 14px;
}
/* <MAINBODY> */
.mainBody
{
	margin: 50px 15% 50px 15%;
	border: solid 1px black;
	background-color: #E0E0E0;
	min-width: 1100px;
}
/* <DONATE> */
.donate
{
	border: solid 1px #9E9E9E;
	background-color: #E7E7E7;
	padding: 10px 5px 0 10px;
	color: #554;
	margin: 0 0 100px 0;
}
.donate input[type="image"]
{
	display: block;
	margin: 0 auto;
	padding: 20px 0 6px 0;
}
/* <ADSENSE> */
.adsense
{
	float: right;
	width: 200px;
	padding: 30px 0;
}
/* <LEFT SIDE BAR> */
.leftbar
{
	float: left;
	width: 180px;
	padding: 10px;
}
/* <ARCHIVES> */
.Archives
{
	min-height: 100px;
	background-color: #E7E7E7;
	border: solid 1px #9E9E9E;
	margin-bottom: 13px;
}
.Archives h2
{
	border-bottom: solid 1px #9E9E9E;
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 12px;
	background-color: #CCD8E0;
}
/* <Tags> */
.Tags
{
	min-height: 100px;
	background-color: #E7E7E7;
	border: solid 1px #9E9E9E;
	margin-bottom: 13px;
}
.Tags h2
{
	border-bottom: solid 1px #9E9E9E;
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 12px;
	background-color: #CCD8E0;
}
.Tags li
{
	list-style: none;
}
.Tags li a
{
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 10px;
	text-decoration: none;
	background-color: #E7E7E7;
}
.Tags li a:hover
{
	background: #E3E3E3;
	color: #654;
}
/* <SIDENAV> */
.SideNav
{
	min-height: 100px;
	background-color: #E7E7E7;
	border: solid 1px #9E9E9E;
	margin-bottom: 13px;
}
.SideNav h2
{
	border-bottom: solid 1px #9E9E9E;
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 12px;
	background-color: #CCD8E0;
}
.SideNav li
{
	list-style: none;
}
.SideNav li a
{
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 10px;
	text-decoration: none;
	background-color: #E7E7E7;
}
.SideNav li a:hover
{
	background: #E3E3E3;
	color: #654;
}
/* <POST DATE> */
.PostDate
{
	padding-top: 5px;
}
.PostDateIcon
{
	padding: 5px 5px 0 0;
	float: left;
}
/* <COMMENTS> */
.CommentIcon
{
	float: left;
	padding-right: 5px;
}
.CommentLink
{
	padding-top: 10px;
	padding-bottom: 40px;
}
.CommentLink a
{
	color: #093EB2;
}
.CommentBlock
{
	margin-top: 30px;
	padding-bottom: 30px;
}
.CommentBlock textarea
{
	width: 450px;
	height: 175px;
}
.CommentBlock input,.CommentBlock textarea
{
	border:1px solid #BEBEBE;
}
.CommentBlock ol
{
	color: #777;
	font-size: .9em;
	margin: 1.5em 0 0;
	padding: 0;
	
}
.CommentSubmissionForm input
{
	margin-bottom: 10px;
}
.Comments h2
{
	font-size: 15px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	color: #093EB2;
}
.CommentCounter
{
	padding-top: 30px;
}
.CommentAreaHeader h2
{
	border: none;
}
.UserCommentEven
{
	margin: 0 20px 10px 20px;
	border: 1px dotted #aaa;
	background-color: #fff;
}
.UserCommentOdd
{
	margin: 0 20px 10px 20px;
	border: 1px dotted #aaa;
	background-color: #F4FFB8;
}
.UserCommentTitleBar
{
	font-size: 12px;
	border-bottom: #ccc 1px solid;
	background-color: #D0AF6B;
	padding: 5px;
}
.UserCommentTitleBar a
{
	text-decoration: none;
	color: #B15E10;
}
.DateTime
{
	float: right;
	padding-right: 10px;
	color: #ECECEC;
	padding-top: 5px;
}
.DateTime img
{
	vertical-align: bottom;
	padding-left: 10px;
}
.CommentBody
{
	padding: 10px 20px 10px 10px;
}
.CommentText
{
	display: table;
	padding-right: 10px;
	padding-left: 20px;
}
.CommentAvatar
{
	float: left;
	margin-bottom: 10px;
}
/* <BODY(main post body)> */
.ArticleBody
{
	padding-left: 15px;
	padding-bottom: 10px;
}
.ArticleTags
{
	
}
/* <CONTENT> */
.content
{
	float: left;
	margin: 20px 0;
	padding: 0 16px;
	width: 60%;
}
.content .descr
{
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
/* <ARTICLES> */
.articles
{
	margin: 20px 0;
	padding: 0 16px;
}
.articles hr
{
	background-color: #666;
	border-style: none;
	width: 72%;
	height: 1px;
	margin: 10px 0 10px 0;
}
/* <ERRORS> */
.errorHeader
{
	font-size: 30px;
	padding: 20px 0 20px 0;
}
.errorMessage
{
	margin: 10px 200px 0 200px;
	font-size: 15px;
	text-align:left;
}
.errorCode
{
	margin: 220px 0 0 0;
	font-size:11px;
}
.PostError
{
	background-color: #E7E7E7;
	border: solid 1px #9E9E9E;
	font: 0.8em Veranda;
	color: #333;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	width: 200px;
	color: Red;
	font-weight: bold;
}
/* <SEARCH> */
.search
{
	margin: 3px 20px 0 75%;
}
.search input[type="text"]
{
	width: 180px;
}
input[type="submit"]
{
	background-color: #FFFBFF;
	border: solid 1px #ccc;
	font-family: Verdana;
	color: #284775;
}
/* <LOGIN> */
/* fix stupid ie bug, div doesnt expand with errors in login.aspx?do=create */
.login
{
	background-color: #E7E7E7;
	border: solid 1px #9E9E9E;
	font: 0.8em Veranda;
	color: #333;
	margin: 50px 0 0 30%;
	width: 40%;
}
.login label
{
	margin-left: 10px;
	font-size: 12px;
}
.login .loginField
{
	padding-top: 10px;
}
.login input[type="text"]
{
	float: right;
	margin-right: 50px;
}
.login input[type="password"]
{
	float: right;
	margin-right: 50px;
}
.login input[type="submit"]
{
	background-color: #FFFBFF;
	border: solid 1px #ccc;
	font-family: Verdana;
	color: #284775;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 45%;
	padding-bottom: 2px;
}
.login .loginPlacement
{
	margin: 30px 0 0 50px;
}
.login .loginLink
{
	padding: 0 0 5px 10px;
}
.login h2
{
	border-bottom: solid 1px #9E9E9E;
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	padding: 0 12px;
	background-color: #CCD8E0;
	text-align: center;
}
.login .loginHeader
{
	border-bottom: solid 1px #9E9E9E;
	color: #5A5A43;
	font-size: 15px;
	line-height: 30px;
	background-color: #CCD8E0;
	text-align: center;
}
.login .loginError
{
	margin-left: 25%;
	margin-top: 10px;
	color: Red;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}
/* <DOWNLOAD> */
.download
{
	margin: 30px 0 30px 5px;
	border:2px solid #d7d7d7;
	width: 90%;
	padding:10px 30px 0 20px;
	color: #554;
	background-color:#eee;
}
.download .dlBody
{
	margin: 0 30px;
	padding: 20px 0;
}
.download .dlDetailSection
{
	font-size: 12px;
	padding: 0 0 10px 0;
}
.download .dlCompat
{
	float: left;
	padding: 0 8px 10px 0;
}
.download .dlDownloadLink
{
	clear: left;
	padding: 20px 0 0 0;
	font-size: 20px;
	text-decoration: underline;
}
.download .dlDownloadLink a
{
	color: #5F5F5F;
}

/* <CODE> */
pre
{
	color: #7C7E7E;
	font-size: 100%;
	font-family: calibri,tahoma,arial,sans-serif;
	background: #E7E7E7;
	padding: 10px 10px 0 10px;
	overflow: auto;
	width: 80%;
	margin: 0 0 0 30px;
	border: #9E9E9E 1px solid;
}
pre li
{
	list-style-image: url('/resources/img/bullet.gif');
	margin-left: 18px;
}
pre ul
{
	padding-bottom: 12px;
}
/* <FOOTER> */
.footer
{
	background: url(img/footer.gif) repeat-x;
	color: #FFF;
	line-height: 70px;
	text-align: center;
}
.footer a,.footer a:hover
{
	color: #FFF;
}
.footer img
{
	vertical-align: middle;
	padding-left: 10px;
}
/* <CLEARER> */
.clearer 
{
	clear: both;
}

