	/*
	-----------------------------------------------------------
	CSS Document By: Shaun E. Crittenden
	-----------------------------------------------------------
	*/
	
	/*
	=RESETS
	based off of YAHOO! css reset
	-----------------------------------------------------------
	*/
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
		margin:0;
		padding:0;
	}
	table {
		border-collapse:collapse;
		border-spacing:0;
	}
	fieldset,img { 
		border:0;
	}
	address,caption,cite,code,dfn,em,strong,th,var {
		font-style:normal;
		font-weight:normal;
	}
	ol,ul {
		list-style:none;
	}
	caption,th {
		text-align:left;
	}
	h1,h2,h3,h4,h5,h6 {
		font-size:100%;
		font-weight:normal;
	}
	q:before,q:after {
		content:'';
	}
	abbr,acronym { border:0;
	}

	/*
	=link defaults
	-----------------------------------------------------------
	*/
a:link, a:visited{
	color: inherit;
	text-decoration: none;
}
a:focus {
	color: inherit;
	text-decoration: none;
}
a:hover, a:active{
	color: #CCC;
	text-decoration: none;
}

#content_main a:link, #content_main a:visited{
	color: inherit;
	text-decoration: underline;
}
#content_main a:focus {
	color: inherit;
	text-decoration: underline;
}
#content_main a:hover, #content_main a:active{
	color: #CCC;
	text-decoration: underline;
}

	/*
	=Structure
	-----------------------------------------------------------
	*/
body {
	background: url(../images/bg.gif) top center repeat-x #eeeccd;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	letter-spacing: .03em;
}
#header{
	background: url(../images/header_bg.jpg) left top no-repeat transparent;
	display: block;
	height: 117px;
	margin: 4px auto 0 auto;
	width: 780px;
}
#header h1{
	position: relative;
	display: block;
	float: left;
	background: url(../images/logo.gif) left top no-repeat transparent;
	width: 137px;
	height: 54px;
	top: 59px;
	left: 50px;
}
#header h1 a{
	display: block;
	height: 100%;
	width: 100%;
	outline: none;
}
#header h1 a span{
	position: relative;
	top: -999px;
	font-size: .1em;
}
#header h2{
	position: relative;
	float: right;
	display: block;
	background: url(../images/tagline.gif) left top no-repeat transparent;
	top: 90px;
	height: 23px;
	width: 179px;
}
#header h2 span{
	position: relative;
	top: -999px;
	font-size: .1em;
}

.inner{
	margin: 0 auto;
	width: 780px;
	text-align: left;
}

#content_main{
	background: url(../images/content_main_bg.gif) left top repeat-x #711416;
	border-bottom: solid #460C08 1px;
	padding: .5em 0;
	overflow: hidden;
	height: auto;
	clear: both;
}

#home #content_main{
	height: 314px;
	overflow: visible;
}

#feat{
	width: 240px;
	display: block;
	height: auto;
	position: absolute;
}

.inset{
	position: relative;
	height: auto;
	clear: both;
	width: 100%;
	margin: 1em 0 0 0;
	display: block;
	padding: 10px 10px 2em 10px;
	overflow: hidden;
}
.inset p, .inset ul, .inset a{
	font-size: .75em;
}
.inset_left{
	position: relative;
	width: 48%;
	float: left;
}
.inset_right{
	position: relative;
	width: 48%;
	float: right;
}

#about .inset .inset_right ul{
	list-style-position: outside;
	margin-left: 20px;
	line-height: 1.3em;
}

#content_secondary{
	background: url(../images/content_secondary_bg.gif) left top repeat-x #601313;
	/*height: 2em;*/
	z-index: 1;
	padding-bottom: 1em;
}
#home #content_secondary{
	background: url(../images/content_secondary_bg.gif) left top repeat-x #601313;
	z-index: 1;
}

#footer{
	background: url(../images/footer_bg.jpg) center top no-repeat transparent;
	height: 3em;
	clear: both;
	margin-top: 0;
	width: 100%;
	display: block;
}

.inner img{
	border: solid 2px #5b0807;
	margin: 10px 0 0 15px;
}

#gallery{
	background: url(../images/gallery_bg.gif) center bottom no-repeat transparent;
	position: absolute;
	width: 239px;
	z-index: 9;
	overflow: visible;
	padding-bottom: 10px;
	clear: none;
	top: 320px;
	left: 50%;
	margin-left: 125px;
}

#gallery a{
	outline: none;
}


	/*
	=Navigation
	-----------------------------------------------------------
	*/
#nav{
	background: url(../images/nav_bg.gif) left top repeat-x transparent;
	position: relative;
	display: block;
	width: 100%;
	height: 44px;
}
#nav ul{
	background: url(../images/nav_ul_bg.gif) left top no-repeat transparent;
	position: relative;
	margin: 0 auto;
	width: 780px;
	text-align: left;
	height: 44px;
	display: block;
}
#nav ul li{
	position: relative;
	clear: none;
	margin: 0 0 0 20px;
	height: 44px;
	display: block;
	float: left;
	right: -20px;
}
#nav ul li a{
	clear: none;
	font-size: .8em;
	height: 44px;
	line-height: 40px;
	padding: 0 5px;
	display: block;
	outline: 0;
}
#nav ul li a:link, #nav ul li a:visited{
	color: #f9b8b9;
	text-decoration: none;
}
#nav ul li a:focus {
	color: #f9b8b9;
	text-decoration: none;
}
#nav ul li a:hover, #nav ul li a:active{
	color: #FFF;
	text-decoration: none;
}
#nav ul #current a{
	background: url(../images/current_bg.gif) center top no-repeat transparent;
	color: #FFF;
}


#footer ul{
	display: block;
	height: 1em;
	float: left;
	position: relative;
	text-align: left;
	z-index: 2;
}
#footer ul li{
	clear: none;
	display: inline;
	float: left;
	margin: 0 17px 0 0;
	position: relative;
}
#footer ul li a{
	clear: none;
	display: block;
	font-size: .7em;
	height: 100%;
	padding: 5px 3px;
	outline: none;
}
#footer ul li a:link, #footer ul li a:visited{
	color: #601313;
	text-decoration: none;
}
#footer ul li a:focus {
	color: #601313;
	text-decoration: none;
}
#footer ul li a:hover, #footer ul li a:active{
	color: #000;
	text-decoration: none;
}
#footer ul #footer_current{
	background: url(../images/footer_current_bg.gif) center top no-repeat transparent;
}

#artists .artist ul li{
	list-style: none;
	display: inline;
}
#artists .artist ul{
}

#artists .artist{
	border-top: solid 1px #601313;
	margin: 20px 0;
	height: auto;
	overflow: hidden;
}

#artists .inset_right h6{
	font-size: .8em;
	font-weight: normal;
	color: #f9b8b9;
	border-top: solid 1px #601313;
	padding: 5px;
}

/* contact info*/
#contact_info{
	position: relative;
	float: left;
	margin: 3em 0 0 20px;
	background-color: #601313;
	padding: 20px 20px;
	width: 100%;
	height: 13.7em;
}
	
	/*
	=Typography
	-----------------------------------------------------------
	*/
h3{
	padding-top: .7em;
	width: auto;
	letter-spacing: .1em;
}
h4{
	padding-top: .7em;
	letter-spacing: .1em;
	font-size: .9em;
	clear: left;
}

#home h4{
	padding-top: .7em;
	padding-left: 10px;
	letter-spacing: .1em;
	clear: none;
}

h5{
	clear: left;
	font-size: .9em;
}

#content_main ul, #content_secondary ul{
	padding-top: .5em;
	padding-bottom: 1em;
	font-size: .8em;
	list-style-image: url(../images/marker.gif);
	list-style-position: inside;
	padding-left: 10px;
	letter-spacing: .08em;
}
#content_main ul li, #content_secondary ul li{
	margin-bottom: 5px;
}

#artists .artist .inset{
	padding: 10px;
	margin: 10px 0 10px 0;
}

#artists .inset .inset_left{
	width: 55%;
}

#artists .inset .inset_right{
	width: 40%;
}

#artists .artist ul{
	margin-top: .5em;
	margin-bottom: 0;
	font-size: .8em;
	list-style: none;
	padding-left: 0;
	letter-spacing: .08em;
}
#artists .artist ul li{
	margin-bottom: 0;
}

#artists .artist h4{
	height: auto;
	padding: 3px;
	margin: 0;
}

#artists .artist p{
	margin: 0;
	padding: 0;
	color: #f9b8b9;
	font-weight: normal;
}

#artists object{
	margin: 5px 0 10px 5px;
	padding: 5px;
}

	
p{
	clear: left;
	font-size: .8em;
	line-height: 1.4em;
	padding: .5em 0;
	letter-spacing: .08em;
}
#contact form p{
	padding: 0;
}


#home h3, #home #content_main p{
	position: relative;
	float: left;
	width: 500px;
	margin-right: 20px;
}

blockquote{
	padding: 30px 0 25px 15px;
	width: 460px;
	font-size: .8em;
	line-height: 1.4em;
	background: url(../images/quote_open.gif) left 11px no-repeat transparent;
	letter-spacing: .08em;
}
blockquote p{
	font-size: 1em;
	margin: 0;
	padding: 0;
}

p.bqname{
	color: #7b4138;
	position: absolute;
	float: left;
	width: 460px;
	clear: both;
	margin-top: -1.7em;
	padding-right: 20px;
	padding-bottom: 5px;
	background: url(../images/quote_close.gif) right top no-repeat transparent;
	text-align: right;
	line-height: 2em;
}

#footer p{
	color: #601313;
	font-size: .7em;
	line-height: .6em;
	position: relative;
	text-align: right;
	float: right;
	top: -2em;
	z-index: 1;
	margin-top: 8px;
}

#artists .artist ul li:first-child{
	font-size: 1.3em;
	font-weight: bold;
	color: #FFF;
}

#artists .artist ul li{
	margin-right: 10px;
	color: #EB9E9E;
	margin-top: 0;
	padding-top: 0;
}

#artists .artist p{
	margin: 0;
}

#gallery h4{
	background: url(../images/feat_header_bg.gif) left top no-repeat transparent;
	padding-bottom: 10px;
}
	
	/*
	=Forms
	-----------------------------------------------------------
	*/
	form{
		/*border: dotted 1px #AAA;*/
		position: relative;
		float: left;
		padding: 0;
		height: auto;
		margin-top: 1em;
	}
	form legend{
		margin-bottom: .5em;
	}
	input, textarea{
		background: url(../images/input_bg.gif) left top repeat transparent;
		padding: 4px;
		background-color: #eeeccd;
		border: solid 4px #601313;
		margin: 0 0 0 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		display: block;
		position: relative;
		float: left;
		width: 270px;
		height: auto;
	}
	form fieldset p{
		margin: 5px 0 5px 0;
		height: auto;
		overflow: hidden;
	}
	form fieldset .error{
		background: url(../images/field_mark.gif) 8px 8px no-repeat #601313;
		height: auto;
		overflow: hidden;
	}
	form fieldset p span{
		vertical-align: top;
		width: 80px;
		text-align: right;
		display: block;
		float: left;
		padding: 5px 5px 0 0;
	}
	form #btnsubmit{
		position: relative;
		margin: 10px 0 10px 87px;
		font-size: .8em;
		background-color: #601313;
		background-image: none;
		color: #eeeccd;
		border: solid 1px #eeeccd;
		width: 4em;
		text-align: center;
	}
	form .alert{
		margin-left: 90px;
		width: 270px;
		line-height: 2em;
	}
	form .alert strong{
		background-color: #601313;
		border: dotted 1px #A73B3B;
		font-weight: bold;
		padding: 3px;
	}
	
	/*
	=MISC
	-----------------------------------------------------------
	*/
	
	.inset ul li a, #content_main p a{
		font-size: 1em !important;
		font-size: 1em;
		color: #FFF !important;
		color: #FFF;
	}