﻿
html, body
{ 
    margin: 0;
	padding: 0;
}
body
{
    background-color: #AD946B;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
    text-align: center;
}
form
{
}
#container
{
	position: relative;
    width: 800px;
   	margin: 0 auto;
	background-color: #FFFFFF;
    text-align: left;
}
#header
{
	position: relative;
	background-image: url('/images/header.jpg');
	background-repeat: no-repeat;
	height: 125px;
}
#header-content
{	
	font-family: 'Times New Roman' , Times, serif;
    padding:10px;
}
#header-content h1
{  
	color: #FFFFFF;
	font-size:36px;
	margin:0px;
}
#header-content a:link, #header-content a:visited, #header-content a:active
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
#header-content a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
    font-weight: bold;
}
#header-content h2
{
	color: #FFFFFF;
	font-size:26px;
	margin-top:10px;
}
#header-content img
{
}
.header-menu
{
    position: absolute;
    top: 5px;
    right: 10px;
    color: #000000;
    text-align: right;
}
#navigation
{
    clear: both;
    background-color: #AD946B;
	position: relative;
	height: 20px;
	width: auto;
}
#navigation-content
{
}
.RadMenu_Default, 
.navigation-menu {
	display: block;
	margin-top:0px;
	margin-left:20px;
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	font-style: italic;
}
.RadMenu_Default .text,
.navigation-menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 20px;
}
.RadMenu_Default .link,
.navigation-menu li a {
	display: block;
	float: left;
	color: white;
	width: 100px;
	height: 20px;
	text-decoration:none;
	text-align: center;
	padding-top: 3px;
}
.RadMenu_Default .link:hover,
.RadMenu_Default .focused,
.navigation-menu li a:hover
{
	text-decoration:underline;
}
.navigation-menu .selected
{
	color: #2988BA;
}
#main
{ 
	position: relative;
	width: auto;
    border-width: thin;
    border-top-style: solid;
    border-color: #AD946B;
    min-height:400px;
}
#main-content
{ 
}
#main-left
{
	float: left;
	width: 200px;
	min-height: 1px;
}
#menu a,
#menu a:hover
{ 
	padding-left:5px;
	color: #808080;
 	font-size: 10px;
 }
#main-right
{
    float: right;
    width: 590px;
    min-height: 1px;
}
#footer
{ 
    clear: both;
    margin: 0;
	height: 25px;
    border-width: medium;
    border-top-style: solid;
    border-color: #AD946B;
}
#footer-content
{
    text-align:center;
}
#footer-content p
{
    margin-top:5px;
    margin-bottom:5px;
}




.posts
{
}
.posts h1
{
	font-size: 16px;
	font-weight: bold; 
    margin-top:5px;
	margin-bottom:5px;
}
.posts h1 a,
.posts h1 a:hover
{
    color: #000000;
    text-decoration: none;
}
.posts-content
{
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.posts h2
{
	font-size: 14px;
	font-weight: bold; 
    margin-top:10px;
	margin-bottom:10px;
}
.posts h2 a,
.posts h2 a:hover
{
    color: #000000;
    text-decoration: underline;
}
.posts .content
{
    padding-left:5px;
}
.posts p
{
    margin-top:5px;
    margin-bottom:5px;
}
.posts .footer
{
	font-weight: normal;
	color: #808080;
	font-size: 9px;
	margin-top:10px;
	margin-bottom:5px;
}
.posts .footer a,
.posts .footer a:hover
{
    font-weight: normal;
	color: #808080;
    text-decoration: underline;
}
.posts .separator
{
    border-width: thin;
    border-top-style: solid;
    border-color: #AD946B;
    margin-top: 5px;
    margin-bottom: 5px;
}
.post
{
}
.post h1
{
	font-size: 16px;
	font-weight: bold; 
    margin-top:5px;
	margin-bottom:5px;
}
.post h1 a,
.post h1 a:hover
{
    color: #000000;
    text-decoration: none;
}
.post-content
{
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.post h2
{
	font-size: 14px;
	font-weight: bold; 
    margin-top:10px;
	margin-bottom:10px;
}
.post h2 a,
.post h2 a:hover
{
    color: #000000;
    text-decoration: underline;
}
.post .content
{
    padding-left:5px;
}
.post p
{
    margin-top:5px;
    margin-bottom:5px;
}
.post .footer
{
	font-weight: normal;
	color: #808080;
	font-size: 9px;
	margin-top:10px;
	margin-bottom:5px;
}
.post .footer a,
.post .footer a:hover
{
    font-weight: normal;
	color: #808080;
    text-decoration: underline;
}
.post .separator
{
    border-width: thin;
    border-top-style: solid;
    border-color: #AD946B;
    margin-top: 5px;
    margin-bottom: 5px;
}
.comments
{
}
.comments h2,
.comments h2 a,
.comments h2 a:hover
{
	font-size: 14px;
	font-weight: bold; 
	margin-top:5px;
	margin-bottom:5px;
    text-decoration: none;
}
.comments-content
{
	font-size: 10px;
}
.comments .content
{
    padding-left:5px;
}
.comments p
{
    margin-top:5px;
    margin-bottom:5px;
}
.comments .footer
{
	font-weight: normal;
	color: #808080;
	font-size: 9px;
	margin-top:5px;
	margin-bottom:5px;
}
.comments .footer a,
.comments .footer a:hoover
{
    font-weight: normal;
	color: #808080;
    text-decoration: underline;
}
.comments .separator
{
    left: 0px;
    right: 0px;
    border-width: thin;
    border-top-style: solid;
    border-color: #AD946B;
    margin-top: 5px;
    margin-bottom: 5px;
    clear: both;
}
.comment
{
}
.comment h2,
.comment h2 a,
.comment h2 a:hover
{
	font-size: 14px;
	font-weight: bold; 
	margin-top:5px;
	margin-bottom:5px;
    text-decoration: none;
}
.comment-content
{
	font-size: 10px;
}
.comment .content
{
    padding-left:5px;
}
.comment p
{
    margin-top:5px;
    margin-bottom:5px;
}
.comment .footer
{
	font-weight: normal;
	color: #808080;
	font-size: 9px;
	margin-top:5px;
	margin-bottom:5px;
}
.comment .footer a,
.comment .footer a:hoover
{
    font-weight: normal;
	color: #808080;
    text-decoration: underline;
}
.comment .separator
{
    left: 0px;
    right: 0px;
    border-width: thin;
    border-top-style: solid;
    border-color: #AD946B;
    margin-top: 5px;
    margin-bottom: 5px;
    clear: both;
}








.module
{
	margin:5px;
}
.module-content
{
	padding-left:5px;
	font-size: 9px;
}
.module h1
{
	font-size: 14px;
	font-weight: bold; 
	margin-top:5px;
	margin-bottom:5px;
}
.module a,
.module a:hover
{ 
	color: #808080;
 }
.module-divider
{ 
    border-width: medium;
    border-top-style: solid;
    border-color: #AD946B;
}

