/*////////////////////
//// STRUCTURE
///////////////////*/

body {
	margin: 0;
	padding: 0;
	background: url("images/site_bg.jpg") repeat-x #382101 top center;
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 921px;
	text-align: left;
}

#header {
	width: 921px;
	height: 84px;
	background: url("images/header_bg.png") repeat-x;
	display: block;
	position: relative;
	z-index: 2;
}

#header img.align_left {
	margin: 0;
}

#content_home {
	position: relative;
	text-align: left;
	top: -15px;
}

#content {
	position: relative;
	text-align: left;
	color: #cfcaac;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	margin: 0 0 50px 0;
}

#home_slide {
	filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
}

#home_rotating {
	margin: 25px 0;
	text-align: center;
}

#home_rotating img.first {
	float: left;
}

#home_rotating img.last {
	float: right;
}

#home_bottom {
	text-align: center;
	color: #d2c9bd;
	font-family: Helvetica, arial, sans-serif;
	font-size: 12px;
}


#footer {
	position: relative;
	clear: both;
	border-top: 1px solid #7e7261;
	font-size: 10px;
	color: #7e7261;
	padding: 20px 0 0 0;
	font-family: trebuchet, sans-serif;
	font-style:italic;
}

#footer img {
	float: right;
}

div.hidden_div {
	display: none;
	overflow: hidden;
}

div.divider {
	height: 1px;
	border-bottom: 1px dashed #776249;
	margin: 40px 0;
	clear: both;
}

#audio_player {
	width: 375px; 
	float: right;
}


#column_1 {
	width: 400px;
	float: left;
}

#column_2 {
	width: 400px;
	float: right;
}

/*////////////////////
//// TYPE & COLORS
///////////////////*/

h1 {
	clear:both;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #FFF;
}

strong {
	color: #e3e0cd;
	font-weight: bold;
	font-size: 14px;
}

.work_title {
	font-style: italic;
}

.clearMe {
	clear:both;
}

.recording {
	clear:both;
	margin: 0 0 15px 0;
}

.recording img {
	float: left;
	margin: 0 10px 15px 0;
}
	

a, a:link {
	color: #ff8a00;
	text-decoration: none;
}

a:hover, a:active {
	border-bottom: 1px solid #ff8a00;
}

a.image:hover, a.image:active {
	border: 0;
}


em {
	font-style: italic;
	color: #FFF;
}

ul, li {
	list-style-type: square;
}

li {
	margin: 7px 0;
}

/*////////////////////
//// NAVIGATION
///////////////////*/


#nav {
	position: relative;
	top: 10px;
	clear: right;
	text-align: right;
}

.nav_item {
	display: inline;
	margin: 0 0 0 5px;
	
}

.nav_item a, .nav_item a:link {
	color: #cec3b4;
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 1em;
}


.nav_item a:hover, .nav_item a:active {
	padding: 0 0 2px 0;
	border-bottom: 1px solid #9d907e;
}


.nav_item a.selected, .nav_item a.selected:link {
	padding: 0 0 2px 0;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

/*////////////////////
//// IMAGES
///////////////////*/


.align_right {
	float: right;
	margin: 0 0 10px 10px;
}

.align_left {
	float: left;
	margin: 0 10px 10px 0;
}