﻿/** global **/
body {
	background:#C20A0E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#555555;
	margin:0 auto;
	padding:0;
	text-align:center;
}
* {
	margin:0;
	padding:0;
}


/** element defaults **/
a {
	color:red;
}
a:hover {
	color:#FF0066;
}
p {
	line-height:1.9em;
	margin-bottom:20px;
}
h1 {
	font-size:45px;
}
h2 {
	color:#FF3300;
	font-size:25px;
	font-weight:bold;
	letter-spacing:0;
	margin:0;
	padding:0 0 5px;
}
h3 {
	color:#CC3300;
	font-size:18px;
	padding-bottom:10px;
}
h4 {
	background:#912929 url('images/navbg.png') repeat-x scroll bottom left;
	font-size:13px;
	color:#fff;
	letter-spacing:0px;
	margin:0;
	padding:0;
	text-transform:uppercase;
	padding:10px 15px;
	display:block;
}
h4 a{
color:white;
	text-decoration:underline;
}
h4 a:hover {
	color:white;
	text-decoration:underline;
}
h5 {
	padding-bottom:10px;
	font-size:13px;
}
div.ul {
	position:relative;
	left:50%;
	float:left;
}


/** wrapper **/
div#wrapper {
	width:960px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

/** sitename**/
div#top {
	padding-top:50px;
	height:150px;
	background:#C20A0E url('images/header.png') no-repeat scroll bottom center;
}
div#top h1, div#top h2 {
	margin:0;
	padding:0;
	text-align:center;
	text-shadow: 0px 2px 3px #555;
}
div#top h1 {
	color:white;
	font-size:75px;
	font-weight:normal;
	letter-spacing:-2px;
}
div#top h2 {
	font-weight:normal;
	color:white;
	margin-top:-10px;
}
div#top a {
	color:white;
	text-decoration:none;
}
div#top a:hover {
	color:white;
	text-decoration:none;
}
/** nav **/
div#nav {
	background:#912929 url('images/navbg.png') repeat-x scroll bottom left;
}
div#nav ul {
	list-style:none;
	margin:0 15px 0 25px;
	padding:0;
	position:relative;
	left:-50%;
}
div#nav ul li {
	display:block;
	float:left;
	position:relative;
	padding:0;
}
div#nav ul li a {
	color:#fff;
	font-size:11px;
	text-decoration:none;
	padding:15px 20px;
	display:block;
	font-weight:bold;
	text-transform:uppercase;
}
div#nav ul li.selected a,
div#nav ul li.selected a:hover {
	background-color:#FFFFFF;
	color:black;
}
div#nav ul li a:hover {
	background-color:#912929;
}

/** body **/
div#body {
	background-color:white;
	padding:18px;
}

/** content+sidebar styles **/
div#content {
	width:650px;
}
div#content {
	font-size:12px;
}
div.column-left {
	float:left;
	margin-right:20px;
}
div.column-right {
	float:right;
}
div#sidebar {
	width:245px;
}
div#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}
div#sidebar li ul {
	margin-bottom:20px;
}
div#sidebar li ul li {
	display:block;
	padding:10px 15px;
	color:#777;
	border-bottom:1px dotted #e0e0e0;
}
div#sidebar li ul li a {
	font-size:12px;
	font-weight:normal;
	color:#555;
	text-decoration:underline;
}
div#sidebar li ul li a:hover {
	color:#222;
}
div#sidebar ul ul {
	background-color:#f4f4f4;
	border-bottom:4px solid #f0f0f0;
}
div#sidebar h4 {
	background:#912929 url('images/navbg.png') repeat-x scroll bottom left;
	font-size:13px;
	color:#fff;
	letter-spacing:0px;
	margin:0;
	padding:0;
	text-transform:uppercase;
	padding:10px 15px;
	display:block;
}


/** footer **/
div#footer {
	background:#6C0608;
	color:white;
	color:#ffffff;
	text-align:center;
}

/** clear **/
.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clear {
	display: inline-block;
}
.clear {
	display: block;
}
/** rounded **/
.rounded:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.rounded {
	display: inline-block;
}
.rounded {
	display: block;
}

