/*
Description: Damon Howard Website, Global Styles ()
Author: Derek Reager
Author URI: http://neuleo.com/
*/

/* Common
------------------------------ */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #432b12;
	background-color: #090908;
	background-image: url(../../images/body_bg.gif);
	}
body {
	font: 62.5% Georgia, "Times New Roman", Times, serif;
	text-align: center;
	text-shadow: #000 0 0 0;
	background: #090908 url("../../images/body_bg.gif") center top repeat;
	}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

/* Page Layout/Structure 
------------------------------ */
#header, #wrap, #footer {
	margin: 0 auto;
	width: 800px;
	}
#swfcontent, #topnav {
	width: 100%;
	}
#sidebar {
	width: 248px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}
#content {
	width: 524px;
	float: right;
	}

/* Main Div Styling
------------------------------ */

/* Header Divs ----- */
#header {
	padding-top: 30px;
	}
#swfcontent {
	padding: 8px 0;
	color: #ffc;
	background-color: #7e7244;
	/*border: 8px solid #7e7244;*/
	}
#swfcontent a {
	color: #f00;
	}
#topnav {
	padding: 16px 0 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: transparent url("../../images/topnav_bg.png") center bottom no-repeat;
	}
body#home #topnav {
	background-image: url("../../images/topnav_home_bg.png");
	}
body#portfolio #topnav {
	background-image: url("../../images/topnav_portfolio_bg.png");
	}
body#aboutus #topnav {
	background-image: url("../../images/topnav_aboutus_bg.png");
	}
body#contact #topnav {
	background-image: url("../../images/topnav_contact_bg.png");
	}
#topnav li {
	margin-left: 40px;
	display: inline;
	font-size: 1.8em;
	}
#topnav li:first-child {
	margin-left: 0;
	}
#topnav li a {
	color: #80251b;
	text-decoration: none;
	}
#topnav li a:hover, #topnav li a:active, body#home #topnav li#t1 a, body#portfolio #topnav li#t2 a, body#aboutus #topnav li#t3 a, body#contact #topnav li#t4 a {
	color: #7e7244;
	}

/* Sidebar Div ----- */
#sidebar {
	text-align: left;
	color: #ffc;
	}
#sidebar .padbox {
	padding: 29px 0 40px;
	}
#sidebar h1 {
	font-size: 2.1em;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #cfa156;
	}

/* Content Div ----- */
#content {
	text-align: left;
	color: #ffc;
	}
#content .padbox {
	padding: 28px 0 28px;
	}
#content h1, #content h2, #content h3 {
	text-transform: uppercase;
	color: #cfa156;
	}
#content h1 {
	font-size: 2.1em;
	}
#content h2, #content h3 {
	padding-top: 20px;
	}
#content h2 {
	font-size: 1.6em;
	}
#content h3 {
	font-size: 1.4em;
	}
#content p {
	padding-top: 15px;
	font-size: 1.4em;
	line-height: 1.6em;
	}
#content h1 + p, #content h2 + p, #content h3 + p, #content p:first-child {
	padding-top: 0;
	}
#content a {
	color: #cfa156;
	text-decoration: underline;
	}
#content a:hover, #content a:active {
	text-decoration: none;
	}

/* Footer Divs ----- */
#footer {
	padding: 27px 0 20px;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #80251b;
	background: transparent url("../../images/footer_bg.png") center top no-repeat;
	}
#footer ul {
	padding-bottom: 15px;
	}
#footer ul li {
	margin-left: 20px;
	display: inline;
	}
#footer ul li:first-child {
	margin-left: 0;
	}
#footer a {
	color: #80251b;
	text-decoration: none;
	}
#footer a:hover, #footer a:active {
	color: #7e7244;
	}
#footer p {
	font-size: 72%;
	}

