@import url("css/menu.css");
/* MAIN BODY STYLES */

*{
	padding:0;
	margin:0;
}
body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #f6f7f1;
	font-family: Verdana, Arial, "Century Gothic";
	font-size: 12px;
	color: #878787;
}
.clear_float
{
    clear: both;
    line-height: 0;
    font-size: 0;
    height: 0;
}


h1,h2 {
	color: #309DCF;
	font-weight: bold;
}

h1 {
	font-size: 24px;
	line-height: 34px;
}

h2 {
	font-size: 18px;
	line-height: 34px;
}

h3 {
	color: #333333;
	font-size: 18px;
	line-height: 34px;
}

a:link {
	color: #309DCF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #309DCF;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #309DCF;
}

#container {
	height: 33px;
	width: 900px;
	margin-left: auto;
    margin-right: auto;
}
html>body #container {
	height: 33px;
	width: 900px;
	margin: auto;
}


/* TOP BAR STYLES */
#top-bar
{
    float: left;
    height: 24px;
    width: 900px;
    padding: 9px;
    margin-left: 20px;
}


#top-bar a{
	color: #FFFFFF;
	text-decoration: none;
}

#top-bar a:hover{
	color: #323232;
	text-decoration: none;
}

.nav1 li {
	display: inline;
	list-style-type: none;
	margin-right: 20px;
	color: #FFFFFF;
	float: left;
    height: 13px;
}

.nav2 li{
	display: inline;
	list-style-type: none;
	color: #FFFFFF;
	float: right;
	margin-left: 20px;
}


/* HEADER STYLES */

#header
{
    float: left;
    width: 900px;
    height: 115px;
    background-image: url( 'images/logo.gif' );
    background-repeat: no-repeat;
    background-position: 280px;
    margin-left: 30px;
    position: relative;
}

#site-title{
	height: 80px;
	float: left;
    padding-top: 0px;
    margin-top: 45px;
}

#site-title h1{
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}

.blue-title {
	color: #309dcf
}

.slogan {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}


/* HEADER SEARCH FORM STYLES */

#search
{
    float: right;
    padding-top: 0px;
    margin-top: 45px;
}

#dnn_dnnSEARCH_txtSearch {
	margin-right: 10px;
	padding: 4px;
	background-color: #494949;
	border: 1px solid #666666;
	color: #FFFFFF;
}

#dnn_dnnSEARCH_cmdSearch {
	background-color: #494949;
	border: 1px solid #666666;
	color: #FFFFFF;
	padding: 2px;
}

#dnn_dnnSEARCH_cmdSearch:hover {
	background-color: #707070;
}


/* NAVIGATION STYLES */

#navigation {
	height: 42px;
	float: left;
	width: 900px;
}



/* CONTENT CONTAINER STYLES */

#content
{
    float: left;
    width: 900px;
    margin-top: 20px;
    padding-bottom: 40px;
    margin-left: 30px;
}

.content-left {
    float: left;
    width: 605px;
}


/* POST STYLES */

.a-post {
	background-color: #FFFFFF;
	background-image: url(images/post_bg.png);
	background-repeat: no-repeat;
	border: 1px solid #bababa;
	width: 580px;
	padding: 10px;
	float: left;
	margin-bottom: 20px;
}

.a-post h1{
	color: #309DCF;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
}

.a-post img{
	border: 1px solid #d4d4d4;
	padding: 5px;
	float: left;
}

.post-img {
	float: left;
	height: 198px;
	width: 234px;
	margin-right: 10px;
}

.post-title {
	float: left;
	width: 336px;
	margin-bottom: 10px;
}

.post-title p{
	color: #FFFFFF;
	background-color: #90c6df;
	float: left;
}

.post-desc {
	float: left;
	width: 336px;
	text-align: justify;
	font-style: italic;
	line-height: 16px;
}


/* SIDEBAR STYLES */
.right-bar
{
    float: right;
    width: 280px;
}

.side-bar {
	background-color: #FFFFFF;
	border: 1px solid #bababa;
	float: right;
	width: 260px;
	background-image: url(images/sidebar_bg.png);
	background-repeat: no-repeat;
	padding: 10px;
}
.side-bar-content {
	width: 260px;
	float: left;
	margin-bottom: 20px;
}

.side-bar-ads {
	margin-left: 3px;
	margin-bottom: 3px;
}

.side-bar h1{
	color: #309DCF;
	font-size: 20px;
	font-weight: bolder;
	line-height: 24px;
}

.side-bar p {
	text-align: justify;
	line-height: 16px;
}

.side-bar li {
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	margin-left: 15px;
	margin-top: 10px;
	display: block;
}


/* FOOTER STYLES */

#footer
{
    background-image: url(images/footer_bg.png);
    background-repeat: repeat-x;
    clear: both;
    background-color: #000000;
    height: 280px;
}

#footer-topbar
{
    height: 33px;
    width: 900px;
    margin: auto auto auto 30px;
}

#footer-topbar h1 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	padding-top: 3px;
}

#footer-topbar span {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

#footer-content {
	height: 113px;
	width: 900px;
	margin: auto;
}

#footer-content p {
	color: #FFFFFF;
	padding-top: 20px;
	text-align: right;
}

.footer_ad
{
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFFFFF;
}
/* Panes */
#TopPane{}S
#ContentPane{}
#RightPane{}
#FooterPane{}
.menu_style{}
.menu_bg{padding:0 0 0 6px;  margin: 0 21px 0 9px;}
.menu_left
{
    padding: 0px;
    margin: 0px;
    background: url(images/nav_divider.png) repeat-x left top;
}
.menu_right{margin:0px; background:url(images/menu_right.png) repeat-y top right; }
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited{color:#3E81B5;}
.ControlPanel a.CommandButton:hover{color:#CB2027; text-decoration:underline;}
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited, .ControlPanel .SubHead{font-size:11px;}
/* ControlPanel style */
.ControlPanel{background:transparent url(images/cpanel_center.png) repeat-x bottom left; border:none;padding-bottom:10px;}
.cpanel_left {background: url(images/cpanel_left.png) no-repeat bottom left;padding-left:21px;}
.cpanel_right {background: url(images/cpanel_right.png) no-repeat bottom right;padding-right:33px;}








