/* - - - - - - - - - - - - - - - - - - - - -
Title : Shadetree Studios - Global Styles
- - - - - - - - - - - - - - - - - - - - - */


/* Basic Styles */
html, body, p, h1, h2, h3, h4, h5, h6, div, ul, li, dl, dd, dt, form, img{ margin: 0; padding: 0; }

/*
* html ul li a {
   height:1em;
}
*/

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", verdana, helvetica, sans-serif;
 	font-size: 78%;
	color: #000;
	background: url(../images/header.jpg) top center no-repeat;
	background-color: #fff;
	text-align: center; /* making IE5 submit */
}

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", verdana, helvetica, sans-serif;
 	font-size: 1.9em;
	font-weight: normal;
	color: #008080;
	margin: 5px 0 5px 0px;
	padding-bottom: 5px;
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", verdana, helvetica, sans-serif;
 	font-size: 1.2em;
	font-weight: normal;
	color: #433F39;
	border-bottom: 1px solid #433F39;
	margin: 5px 0 5px 0px;
}

p {
	line-height: 1.3em;
	margin-bottom: 10px;
}

a {
	color: #008080;
}

a:hover {
	color: #008080;
	text-decoration: none;
}


a.moreLink {
	float: right;
}

a img {
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}


/* Header Styles */

#headerNav {
	color: #433F39;
	text-align: left;
	margin: 20px 10px 0px 560px;
	font-size: 1.6em;
	font-weight: normal;
}

#headerNav a {
	color: #433F39;
	text-decoration: none;
}

#headerNav a:hover {
	color: #008080;
	text-decoration: none;
}



/* STRUCTURAL STYLES */

#container {
	width: 800px;
	margin: 0 auto;
	position: relative;
	left: -1px;
}

#content {
	width: 800px;
	float: left;
	color: #433F39;
	text-align: left;
	margin: 60px 0 40px 0;
}


/* Footer */

#footer {
	width: 800px;
	text-align: center;
	color: #433F39;
	font-size: 0.8em;
	padding-top: 3px;
	border-top: 1px solid #433F39;
	margin-bottom: 20px;
	clear: both;
}



/* Clearfixorama */

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}  

.clearfix { 
	_height: 1px; 
}

br {
	clear: both;
}
