/**
 * 
 * Orange: #762f00
 * Tan: #c69c6d
 * Brown: #5d0c04
 * Maroon: #330007
 * 
 */

#header img, #header a 
{ 
	behavior: url(/iepngfix/iepngfix.htc); 
}

body
{
 	margin: 60px;
	padding: 0px;
	background-color: #330007;
	background-image: url('images/wood_background_tiled.jpg');
	/*background-attachment: fixed;*/
	background-position: top center;
	font-family: sans-serif;
	font-size: 12pt;
}
hr 
{
	display: none;
	clear: both;
}
h1, h2, h3, h4, h5
{
	margin: 0; 
	padding: 0;
}
.clear, #content hr.clear
{
	height: 0; 
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
	visibility: hidden;
}
.no_clear, hr.no_clear
{
	clear: none;
}
#content
{
	background-color: #762f00;
	background-image: url('images/orange_paper.jpg');
	background-position: left;
	border: solid #c69c6d 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
} 
#content img
{
	border: solid #330007 1px;
	margin-bottom: 30px;
}
#content img.right
{
	display: block;
	float: right;
	margin-left: 30px;
}
#content img.left
{
	display: block;
	float: left;
	margin-right: 30px;
}
.section
{
	background-color: #c69c6d;
	background-image: url('images/tan_paper.jpg');
	background-position: left;
	text-align: left;
	color: #330007;
	padding: 40px 40px 40px 70px;
	margin-bottom: 30px;
	margin-right: 30px;
	
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	clear: both;
}
.section hr
{
	display: block;
	height: 3px;
	color: #5d0c04;
	background-color: #5d0c04;
	border: 0;	
}
.section a
{
	color: #762f00;
	text-decoration: underline;
}

/* Header */
#header
{
	position: relative;
}
#header #header_logo
{
	position: absolute;
	margin-top: -100px;
	border: 0;
	z-index: 10;
}
#header #header_title
{
	text-align: right;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 300%;
	margin-bottom: 20px;
}
#header #header_title span
{
	display: none;
}
#header #header_title a
{
	position: relative;
	z-index: 20;
	color: #c69c6d;
	text-decoration: none;
	display: block;
	height: 52px;
	background-image: url("/images/stumbling_poncho_title.png");
	background-repeat: no-repeat;
	background-position: right;
}
#header #header_title a:active
{
	border: 0;
}

/* End Header */ 


/* Main Navigation */
#content #main_nav
{
	
	background-image: url('images/tan_paper.jpg');
	background-position: center;
	background-color: #c69c6d;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 130px;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 30px;
	font-size: 24px;
	
	/*
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	*/
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	
}
#content #main_nav ul#nav_buttons
{
	font-size: 20px;
}
#content #main_nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#content #main_nav li
{
	display: inline;
}
#content #main_nav a
{
	display: inline-block;
	color: #330007;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	margin: 3px 3px 3px 8px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#content #main_nav ul#nav_buttons a
{
	padding: 2px 10px;
}

#content #main_nav a:hover, #content #main_nav a.selected
{
	margin: 0 0 0 5px;
	border: solid #5d0c04 3px;
}
#content #main_nav a.selected
{
	font-weight: bold;
	padding-top: 3px;
	/*margin-bottom: -2px;*/
}
/* End Main Navigation */

/* Project Page */
#project_header h2
{
	font-size: 190%;	
}
#project_header_image
{
	float: right;
	margin-bottom: 30px;
	border: solid #330007 1px;
}
#project_header a
{
	font-size: 75%;
	margin-bottom: 1ex;
	display: inline-block;
}
#project_header .project_url
{
	/*margin-right: 200px;*/
	font-weight: bold;
	font-size: 100%;
	margin-top: 1ex;
}
#addThis_container a
{
	margin-bottom: 0;
	display: inline;
}
#addThis_container
{
	height: 20px;
	margin-bottom: 1ex;
}
#project_header ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	margin-bottom: 1ex;
}
#project_header li
{
	display: inline;
}

#project_body p
{
	margin-bottom: 30px;
}
/* End Project Page */

/* Category View Page */
.project div
{
	margin-left: 150px;
}
.project img
{
	width: 120px;
	margin-left: 0;
}
.project h3
{
	margin-bottom: .5em;
}
.project .extendedComments, .project .more
{
	margin-left: 0;
	font-size: 85%;
	display: inline;
}
.project .tags
{
	margin-top: .5em;
}
.project .tags ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.project .tags li
{
	display: inline;
	margin-right: 10px;
	font-size: 75%;	
}
/* End Category View Page */

/* Home Page */
#homepage h2
{
	border-bottom: solid #5d0c04 3px; 
	margin-bottom: 12pt;
	
}
#da_journal_header
{
	margin-right: 340px;
}
#da_journal_content p 
{
	margin-top: 0;
}
#features div
{
	margin: 0;
}
#features
{
	/*float: right;
	width: 300px;
	margin-left: 40px;*/
}
#features .project
{
	margin-bottom: 50px;
}

/* End Home Page */

/* Bottom Nav */
#bottom_nav
{
	width: 100%;
	background-image: url('images/tan_paper.jpg');
	background-position: center top;
	background-color: #c69c6d;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #330007;
}
#bottom_nav ul
{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;	
}
#bottom_nav li
{
	display: inline;
}
#content #bottom_nav a
{
	display: inline-block;
	color: #330007;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	margin: 3px 3px 3px 8px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-weight: bold;
}
#content #bottom_nav a:hover, #content #bottom_nav a.selected
{
	margin: 0 0 0 5px;
	border: solid #5d0c04 3px;
}
#content #bottom_nav a.selected
{
	font-weight: bold;
}
/* End Bottom Nav */

/* Footer */
#footer, #load_time
{
	color: #762f00 ;
	text-align: center;
	font-size: 75%;
	margin: 10px;
}
/* End Footer */


/* Contact Form */
#contact_form
{
	position: relative;
}
#contact_form input
{
	width: 32ex;
	margin-bottom: 1ex;
}
#contact_form label
{
	display: block;
	
}
#contact_form textarea
{
	display: block;
	width: 70ex;
	height: 10em;
	margin-bottom: 1ex;
}
#contact_form #submit
{
	width: auto;
}
/* End Contact Form */








