@charset "utf-8";




/* -- generic styles ------------------------*/
div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #bbb url(../_images/page_background.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	width: 770px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
} 
#wrapper a:link,
#wrapper a:visited {
	text-decoration: none;
	color: #B36B00;
}
#wrapper a:hover {
	color: #566440;
	border-bottom: 1px dashed #566440;
}





/* ------- HEADER STYLES ----------*/
#header {
	padding: 0;
	height: 110px;
	margin: 0;
	position: relative;
}
#header #contactButton {
	position: absolute;
	left: 650px;
	top: 0px;
}
#header #contactButton a:link, #header #contactButton a:visited{
	text-indent: -1000em;
	display: block;
	background: url(../_images/contact_icon_dual.gif) no-repeat left top;
	height: 29px;
	width: 86px;
}
#header #contactButton a:hover, #header #contactButton a:active{
	background-position: left bottom;
	border: none;
}


#header #mainNav {
	position: absolute;
	left: 336px;
	bottom: 0px;
}
#header #mainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
#header #mainNav li {
	float: left;
	margin: 0;
	padding:0;
	display: block;
}
#header #mainNav li a:link, #header #mainNav li a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	padding: 0 2px 0 2px;
	margin-right: 2px;
	display: block;
	line-height: 25px;
	background: url(../_images/nav_rollover.jpg) no-repeat left bottom;
}

#header #mainNav li a:hover {
	color: #f8b449;
	background: url(../_images/nav_rollover.jpg) no-repeat left top;
	border: none;
	text-align: center;
}
#header #mainNav ul li a.current {
	margin-top: -5px;
	height: 30px;
	background: url(../_images/current.jpg) no-repeat;
	color: #AAB3B2;
	line-height: 25px;
}
#header #mainNav ul li a.current:hover {
	color: #AAB3B2;
	cursor: default;
}
	
#header #banner {
	position: absolute;
	bottom: 0;
	left: 0;
}

#header h1 {
	text-indent: -3000em;
	margin: 0;
}
#header #flashAd {
	position: absolute;
	z-index: 15;
	height: 110px;
	width: 320px;
	left: 0px;
	top: 0px;
}





/* --------- MAIN CONTENT STYLES -------------*/
#mainContent {
	margin: 0;
	padding: 0;
	width: 480px;
	float: left;
} 
#mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #663300;
	margin: .6em 0 .4em 0;
	padding-left: 20px;
}
#mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #000;
	margin-bottom: 1.4em;
	margin-left: 20px;
}
#mainContent h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-bottom: -.2em;
}

#mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #663300;
	margin-bottom: 0.4em;
	margin-left: 20px;
}
#mainContent h2.special {
	margin-bottom: 1em;
}

#mainContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #663300;
	margin-bottom: 0.4em;
	margin-left: 20px;
}
#mainContent ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 40px;
	font-size: 0.9em;
	margin-bottom: 1.4em;
}
#mainContent li {
	margin-left: 15px;
	margin-bottom: .6em;
}
#mainContent dl {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	margin-left: 30px;
	margin-top: 0px;
}
#mainContent dt {
	font-weight: bold;
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px dashed #666;
}
#mainContent dd {
	font-style: italic;
	margin-left: 0px;
	padding-left: 20px;
	margin-bottom: 1em;
	font-weight: normal;
	background: #F3F8A5;
	line-height: 1;
	padding-top: 2px;
	padding-bottom: 2px;
}

#mainContent p.video {
	text-align: center;
}


#mainContent img.special {
	display: block;
	float: left;
	margin-right: 10px;
}
#mainContent #journalEntry h1 {
	background: url(../_images/journal_icon.gif) no-repeat;
	line-height: 40px;
	margin-left: 15px;
	padding-left: 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #BBA979;
	font-size: 1.4em;
	margin-bottom: 1em;
	margin-top: 1.4em;
}
#mainContent #journalEntry h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #777;
	padding-bottom: 5px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 0.5em;
}
#mainContent #journalEntry p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	text-align: left;
	line-height: 1.6em;
}






/* ----------- SIDEBAR STYLES ------------------*/
#sidebar {
	float: right;
	width: 265px;
	padding: 15px 0;
	border-left: solid #aaa 1px;
}
#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666;
	padding: 0 10px;
	margin-bottom: 1.4em;
}

#sidebar h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #030;
	text-align: left;
	margin-bottom: 0.4em;
	padding: 0 10px;
}
#sidebar h3.gear {
	font-family: "Orator Std", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #663300;
	text-align: center;
	border-bottom: 1px solid #425251;
	margin: 0 10px 20px 10px;
}
#sidebar h4.gear {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
	text-align: center;
	font-size: 1.4em;
}
#sidebar p.gear {
	font-family: "Orator Std", Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000;
	text-align: center;
	padding-bottom: 30px;
	background: url(../_images/bamboo_boarder.jpg) no-repeat center bottom;
}
#sidebar p.caption {
	font-style: italic;
	text-align: center;
}


#sidebar img {
	display: block;
	margin: 0 auto 1em auto;
}
#sidebar a img , #sidebar a.gear:hover, #sidebar a.gallery:hover{
	border: none;
}
#sidebar img.gallery {
	padding: 5px 5px 10px 5px;
	border: 1px solid #aaa;
	cursor: pointer;
}
#sidebar ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666;
	margin-left: 30px;
}
#sidebar ol li {
	margin-bottom: 0.6em;
	margin-left: 20px;
}






/* ---------- FOOTER STYLES ------------*/
#footer {
	padding: 0 10px 0 20px;
	background:#bbb;
	clear: both;
	border-bottom: 2px solid #aaa;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	color: #fff;
	font-size: 0.75em;
	text-align: center;
}
#footer a {
	color: #039C6A;
}

#sidebar p.videoCaption{
	font-size: 0.8em;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin: -15px 0 0 0;
}

.fltrt {
	float: right;
	margin-left: 10px;
}
.fltlft {
	float: left;
	margin-right: 10px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.holder {
}

.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}






/* ---------- MOTHERFUCKIN OVERWRITIN CODE ------------*/


body {
	background: #999;
	margin: 0;
	padding: 0;
}
#wrapper {
	background: #fff;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	float: left;
	width: 535px;
	padding-left: 20px;
	margin-top: 20px;
}
#sidebar {
	float: right;
	width: 165px;
	border-left: 1px solid #999;
	padding: 0 10px 0 20px;
	margin-top: 20px;
}
#footer {
	color: #fff;
	background: #333;
	text-align: center;
	clear: both;
	height: 60px;
}
 
Typographic styles
h1,h2,h3,h4,ul,ol,li {
	margin: 1px;
	padding: 1px;
}
p {
	margin: 4px;
	padding: 4px;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333;
}
a:link,a:visited {
	text-decoration: none;
	color: #B36B00;
}
a:hover {
	color:#566440;
	border-bottom: 1px dashed #566440;
}
h1,h2,h3 {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 0.4em;
	color:#363;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
}
p {
	margin-bottom: 1m;
	line-height: 1.6;
}
 
area specific styles
#content h1 {
	font-size: 1.8em;
	color: #363;
}
#content h2 {
	font-size: 1.4em;
	color: #063;
}
#content ul {
	margin-left:40px;
	margin-bottom:1em;
}
#sidebar {
	font-size:85%;
}
#sidebar p {
	line-height:1.2;
}
#footer p {
	line-height:60px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#maincontent p {
	font-family:Georgia, "Times New Roman", Times, serif;
}
