/* @override http://bht.future-farm.com:8888/css/main.css */

@import url("/css/reset.css");

/*
* COLORS * 
gray:  #666
gold:  #c93
green:  #663
light green:  #cc6
tan:  #e3cca1
*/

html, body {
	height: 100%;
	}

body {
	color: #666;
	background: #663 url(/img/html/page-bg.gif) repeat-y center;
	font: 62.5% Georgia, "Times New Roman", Times, serif;
	}

h1, h2, h3 {
	margin: 0 0 .8em;
	color: #663;
	text-align: center;
	}

h1 {
	font-size: 2.6em;
	color: #e3cca1;
	}

h2 {
	font-size: 2.0em;
	}

h3 {
	font-size: 1.6em;
	}

p {
	margin: 0 0 1.5em;
	font-size: 1.5em;
	line-height: 1.8;
	}

a:link, a:visited {
	color: #663;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #c93;
	text-decoration: none;
	}

#wrapper {
	position: relative;
	width: 950px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	}

.hide {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}

/* @group flash */

#swfSite {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 950px;
	height: 100%;
	min-height: 550px;
	}



/* @end */

/* @group header */

#header {
	height: 35px;
	background: #c93 url(/img/html/header-bg.jpg) repeat-x center bottom;
	}



/* @end */

/* @group navigation */

#navigation {
	margin: 7em 30px 0;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	}

#navigation ul {
	text-align: center;
	}

#navigation ul li {
	display: inline;
	padding: 5px 10px;
	font-size: 1.8em;
	line-height: 1.5em;
	font-variant: small-caps;
	}

#navigation ul li a {
	white-space: nowrap;
	}

#navigation a:link,
#navigation a:visited {
	color: #666;
	text-decoration: none;
	}

#navigation a:hover,
#navigation a:active {
	color: #000;
	text-decoration: none;
	}

#navigation .active a {
	color: #c93;
	}



/* @end */

/* @group content */

#contentWrapper {
	width: 100%;
	padding: 30px 0;
	background: #fff;
	overflow: hidden;
	}

#content {
	float: right;
	width: 650px;
	margin-right: 30px;
	}

/* @group sidebar */

#sidebar {
	float: left;
	width: 210px;
	padding-left: 30px;
	}

#sidebar ul {
	margin: 20px 0 0 -30px;
	padding: 0 0 30px;
	border-right: 1px solid #e3cca1;
	}

#sidebar ul ul {
	margin: 0 0 0 10px;
	padding: 0;
	border: none;
	}

#sidebar li {
	padding: 20px 10px 20px 30px;
	font-size: 1.6em;
	}

#sidebar li li {
	margin: 5px 0;
	padding: 0;
	font-size: .9em;
	}

#sidebar li a {
	text-decoration: none;
	}

#sidebar li a:link,
#sidebar li a:visited {
	color: #663;
	}

#sidebar li a:active,
#sidebar li a:hover {
	color: #000;
	}

#sidebar li.active {
	background: #e3cca1;
	}

#sidebar li.active > a {
	color: #fff;
	}



/* @end */



/* @end */

/* @group footer */

#footer {
	/*position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;*/
	height: 4em;
	background: #333;
	}

#footer ul {
	text-align: center;
	}

#footer li {
	display: inline;
	padding: 0 10px;
	font-size: 1.5em;
	line-height: 2.5em;
	font-variant: small-caps;
	white-space: nowrap;
	}

#footer a {
	text-decoration: none;
	}

#footer a:link,
#footer a:visited {
	color: #e3cca1;
	}

#footer a:active,
#footer a:hover {
	color: #fff;
	}

#footer .active a {
	color: #fff;
	}



/* @end */

/* @group playerAlert */

#playerAlert {
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
	height: 7em;
	background: #cc6;
	}

#playerAlert p {
	margin: 1em 30px 0;
	color: #fff;
	text-align: center;
	font: 1.3em/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}

#playerAlert a:link,
#playerAlert a:visited {
	color: #fff;
	}

#playerAlert a:active,
#playerAlert a:hover {
	color: #663;
	}



/* @end */
