@charset "utf-8";

/*************************** CSS Document Author Info****************************************
Developed by: Build Creative Group
Last updated: 2 May 2008
Author: Gray Ayer [http://www.weliketobuild.com] 
*******************************************************************************************/

/*------------------------------------------------------------------
[Table of contents]
1. Universal Style
2. Layout
	I. Sidebar
	II. Right content box / #tanbox
	III. Footer
3. Personnel Page
------------------------------------------------------------------*/


/*------------------------------------------------------------------
1. Universal Styles
------------------------------------------------------------------*/

body{
font: .75em Verdana,Arial,sans-serif;
	text-align:left;
	background-color:#364545;
	}

h1{font: lighter 200% "Trebuchet MS",Arial sans-serif;color: #2d4f28}
h1,p{margin:0;padding:10px 20px}

h3 {
	padding:0 0 .5em .5em;
	margin:0;
	}
	
p.small {
	font-size:.8em;
padding:0 0 0 9px;
margin:0;
	}
	
img {
	border:none;
	}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

a {
	color:#453C33;
	}

a:hover {
	color:#756E66;
	}

a:visited {
	color:#866915;
	}
	
.clear {
	clear:both;
	}

/*------------------------------------------------------------------
2. Layout
------------------------------------------------------------------*/

#container {
	margin: 30px auto 0px auto;
	padding:10px;
	position:relative; /*makes it so that the sidebar becomes positioned to the container rather than the window*/
	width:790px;
	background-color:#ffffea;
	}

#header {
	clear: both;
	padding-bottom:10px;
}

/*------------------------------------------------------------------
2. Layout - I sidebar
------------------------------------------------------------------*/

#sidebar {
	background:#453c33;
	position: absolute;
	left:0;
	width:125px;
	color:#FFFFFF;
	margin: 0px 10px 10px 10px;
	}

/*------------------------------------------------------------------
2. Layout - II main content
-----------------------------------------------------------------*/

#tanbox {
	padding: 10px 10px 30px 10px; /* must define a specific px width or else it fucks up */
	margin:0 0 0 135px;
    background:#d6d3ae;
	color:#000000;
	overflow:hidden;
	}

#container #tanbox .listtitle {
	font-weight: bold;
	margin-bottom: -1em;
	padding-bottom: 0px;
}
#container #tanbox p.breadcrumbs {
	font-size: 0.8em;
	color: #999999;
	margin: -10px 0 10px -15px;
	clear: both;
}

#container #tanbox p.breadcrumbs a{
	color: #999999;
	text-decoration:none;
}

#container #tanbox ul {
	margin-top:0;
	}

/*------------------------------------------------------------------
2. Layout - III footer
-----------------------------------------------------------------*/

#footer {
	color:#C8DEEE;
	width: 800px;
	margin: .4em auto;
	font-size: .8em;
	}

#footer a {
	color:#C8DEEE;
	text-decoration :none;
	}

#footer a:hover{
	color:#adffff;	
	}
	

#contact {
	position:absolute;
	bottom:-229px;
	left: 15px;
	}

/*------------------------------------------------------------------
3. Personnel page
------------------------------------------------------------------*/
#personnel {
	margin-left:1.5em;
	}

#personnel p{
	margin-left:0;
	padding-left:0;
	}
	
.headshot {
	padding: 5px;
	float: left;
}

.title, .title a {
	color:#2d4f28;
	font-weight:bold;
	text-decoration:none;
	}
