@charset "utf-8";
/* CSS Document */

/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; }
q:before, q:after { content:''}
a:visited {
	color: #06F;
	text-decoration: none;
	display: inline;
}

/*********start global***************/
* {
	margin:0;
	padding:0;
}
a img{
	border:0;
}
body {
	background-image: url(images/mainBack.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	background-image: url(images/mainBack.jpg);
	background-repeat: repeat;
	width: 100%;
	position: relative;
}
#header {
	background-image: url(images/headerBack.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 162px;
	position: relative;
}
#innerHeader {
	height: 162px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#TopleftNav {
	height: 50px;
	width: 336px;
	float: left;
	margin-top: 20px;
	margin-left: 6px;
}
#rightNav {
	width: 336px;
	float: left;
	margin-top: 20px;
	margin-left: 9px;
}
#logoTop {
	height: 127px;
	width: 257px;
	float: left;
	margin-left: 9px;
	background-image: url(images/logoTop.png);
	background-repeat: no-repeat;
}
#logoTop a {
	height: 127px;
	width: 257px;
	text-indent: -9999px;
	display: block;
}

.mainNav {
	height: 35px;
	width: 392px;
	position: relative;
	float: left;
}
#centermainNav {
	float: left;
	height: 35px;
	width: 175px;
	position: relative;
	background-image: url(images/logoBottom.png);
	background-repeat: no-repeat;
}

.Navdivider {
	height: 35px;
	width: 2px;
	float: left;
}


#TopleftNav ul {
	list-style-type: none;
}
#TopleftNav ul li {
	display:inline;
}
#TopleftNav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/topNav.jpg);
	background-repeat: repeat-x;
	text-align: center;
	display: block;
	float: left;
	height: 18px;
	width: 106px;
	border: 1px solid #000;
	margin: 2px;
	background-color: #000;
	padding-top: 2px;
	text-shadow: 1px 1px 1px #000;
}

#TopleftNav ul li a:hover {
	background-color: #45494D;
	background-image: url(images/topNavover.jpg);
	background-repeat: repeat-x;
}

#searchbar {
	background-image: url(images/searchBack.png);
	background-repeat: repeat;
	height: 18px;
	width: 210px;
}
#search {
	height: 23px;
	margin-top: 15px;
}
#searchbutton {
	background-color: #000;
	background-image: url(images/topNav.jpg);
	background-repeat: repeat-x;
	height: 22px;
	width: 100px;
	margin-left: 5px;
	border: 1px solid #000;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	margin-top: 8px;
}

#searchbutton a:hover{background-color: #45494D;
	background-image: url(images/topNavover.jpg);
	background-repeat: repeat-x;
}

#twitter {
	margin-top: 5px;
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 140px;
	float: left;
	margin-right: 5px;
}

#twitter a {
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 140px;
}
#facebook {
	margin-top: 5px;
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 140px;
	float: left;
}

#facebook a {
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 140px;
}
#youtube {
	margin-top: 5px;
	background-image: url(images/YouTube.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 140px;
	float: left;
	clear: both;
	margin-bottom: 10px;
}

#youtube a {
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 140px;
}



.navstyle {
		text-align: center;
	background-image: url(images/navBack.png);
	background-repeat: no-repeat;
	}

.nav {
	list-style:none; 
	height: 35px;
	position: relative;
	float: left;
}
	
.nav li {
	position:relative;
	float:left;
}
	
.nav li a {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	display: block;
	height: 25px;
	width: 130px;
	text-decoration: none;
	float: left;
	padding-top: 10px;
	position: relative;
	text-shadow: 1px 1px 1px #000;
}

.mainNav .nav li ul {
	position:absolute;
	top:35px;
	left:0;
	width:160px;
	text-align:left;
	font-size:12px;
	background-image: url(images/liBack.png);
	background-repeat: repeat;
	display:none;
	list-style:none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;

	padding-bottom:5px;

}


.mainNav  .nav li ul li {
	position:relative;
	color:#FFF;
	font-weight:bold;
	float:none;
	font-size:12px;
	
}
.nav li ul li a {
	display:block;
	padding-left: 5px;
	width:155px;
	text-shadow: 1px 1px 1px #000;
	
}

.nav li ul li a:hover {
	background-image: url(images/subnavOver.png);
	color: #31B2DD;
	background-repeat: repeat;
	text-shadow: 1px 1px 1px #000;
}

.nav li a:hover {
	background:url(images/navBackover.png);
	color: #31B2DD;
}

#footer {
	background-image: url(images/footerDivider.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px;
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 50px;
	clear: both;
}
#footer ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	text-align: center;
	height: 20px;
	padding-top: 10px;
	width: 492px;
}
#footer p {
	text-align: center;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px #999;
	font-size: 10px;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	text-shadow: 1px 1px 1px #999;
}
#footer ul li a:hover {
	color: #007ED2;
	text-decoration: underline;

}

/*********end global***************/








/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */
.post small {
	color: #FFF;
	margin-left: 10px;
	margin-bottom: 20px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

#postinfo small {
	color: #FFF;
	margin-left: 10px;
	margin-bottom: 20px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
#postinfo small a {
	color: #FFF;
	margin-left: 10px;
	margin-bottom: 20px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
#postinfo small a:hover {
	color: #999;
	margin-left: 10px;
	margin-bottom: 20px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}


.navImg {
	float: left;
	margin-right: 34px;
	margin-top: 5px;
}



#body {
	float: left;
}



#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	height: 950px;
}

#mainContent {
	width: 954px;
	padding-left: 9px;
	padding-top: 8px;
	margin-top: 37px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#LeftNav {
	width: 198px;
	float: left;
}
#LeftNav {
	float:left;
}

#NavBody {
	background-image: url(images/TopicsFill.png);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#NavBody h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #001626;
	margin-top: 10px;
}
#NavBody p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#NavBody ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	list-style-type: none;
	line-height: 22px;
	padding-left: 5px;
}
#NavBody ul li a:hover {
	color: #06C;
}
#NavBody ul li a {
	color: #000;
	text-decoration: none;
}
#UserContent {
	width: 754px;
	float: left;
	height: auto;
}
#UserBody {
	background-image: url(images/UserFill.png);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
}
#UserBody h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #000;
	margin-bottom: 5px;
}
#UserBody p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-bottom: 10px;
}
#UserBody #postinfo small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #FFF;
	margin-bottom: 10px;
	padding-left: 10px;
}
#UserBody #postinfo a {
	text-decoration: none;
	color: #FFF;
}
#UserBody #postinfo a:hover {
	text-decoration: none;
	color: #09F;
}

#UserBody h2 a:hover {
	text-decoration: none;
	color: #FFF;
}
#UserBody h2 a:visited {
	text-decoration: none;
	display: inline;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px
}
#UserBody cite {
	color: #099;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
#NavHeader {
	background-image: url(images/TopicHeader.png);
	background-repeat: no-repeat;
	height: 54px;
	width: 198px;
}
#NavFooter{
	background-image: url(images/TopicsFooter.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 198px;
}
#UserHeader {
	background-image: url(images/UserHeader.png);
	background-repeat: no-repeat;
	height: 54px;
	width: 754px;
}

#UserFooter {
	background-image: url(images/UserFooter.png);
	background-repeat: no-repeat;
	height: 12px;
	width: 754px;
	float: left;
}
#commentssection h3{
	padding-bottom: 10px;
}
#commentssection ol.commentlist li.comment {
	list-style:none;
	width: 680px;
	background-color: #ECF5FF;
	margin-bottom: 5px;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 5px;
}
#commentssection ol.commentlist li.comment cite{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #006;
	font-style: normal;
}
#UserBody #commentssection ol.commentlist li.comment cite a{
	font-family: Arial, Helvetica, sans-serif;
	color: #F90;
	text-decoration: underline;
}
#UserBody #commentssection ol.commentlist li.comment cite a:hover{
	color: #06F;
	text-decoration: underline;
}
#commentssection ol.commentlist li.comment img{
	margin-top: 5px;
	margin-bottom: 5px;	
}
.commentmetadata a {
	text-decoration: none;
	color: #06F;
}
.commentmetadata a:hover {
	color: #333;
}
#commentform h3{
	margin-top: 10px;
	margin-bottom: 5px;
}
.entry {
	float: left;
	padding: 10px;
	width: 97%;
	margin-bottom: 10px;
	/*-moz-border-radius:10px;*/
	background-color: #FFF;
	border: 1px solid #666;
}
.post {
	padding: 10px;
	background-image: url(images/postBackground.png);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	-moz-border-radius:10px;
}
.post h2 a {
	color: #D0D5D7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.post h2 small a {
	color: #D0D5D7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.post h2 small a:hover{
	color: #F90;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.post h2 a:hover{
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.postmetadata {
	margin-top: 10px;
	margin-bottom: 5px;
}
.navigation {
	display: block;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 5px;
	}
.navigation a{

color: #001626;
	}
	.navigation a:hover{
color: #AAC9DD;
	}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#H2Hide {
	display: block;
	margin-top: 10px;
	margin-bottom:10px;
}

#H2Hide h2{
	display: none;
}

#H2Hide ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #001626;
	-moz-border-radius:5px;
	width: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
	font-weight: bold;
}
#H2Hide ul li a:hover{
	-moz-border-radius:5px;
	color: #999;
}

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/******* Inline Commetns *******/
.editComment, .editableComment, .textComment{
	display: inline;
}
.comment-childs{
	border: 1px solid #999;
	background-color: #FFF;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.chalt{
	background-color: #E5E5E5;
}
#newcomment{
	border:1px dashed #777;width:90%;
}
#newcommentsubmit{
	color:#06F;
}
.adminreplycomment{
	border:1px dashed #777;
	width:99%;
	margin:4px;
	padding:4px;
}
.mvccls{
	color: #999;
}
