/* ----------page styles-------- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/* ----------link styles-------- */
a:link {
color: #999999;
text-decoration: none;
}

a:visited {
color: #999999;
text-decoration: none;}

a:hover {
color: #999999;
text-decoration: underline;}

a:active {
color: #999999;
text-decoration: none;}


.bodyLink a:link {
	text-decoration: underline;
	color: #D9D162;
}
.bodyLink a:visited {
	color: #D9D162;
	text-decoration: underline;
}
.bodyLink a:hover {
	color: #D9D162;
	text-decoration: none;
}
.bodyLink a:active {
	color: #D9D162;
	text-decoration: underline;
}

.galleryLink a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
.galleryLink a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.galleryLink a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.galleryLink a:active {
	color: #FFFFFF;
	text-decoration: underline;
}


/* ----------container styles-------- */
.footer {
	font-size: 9px;
	text-transform: uppercase;
	color: #999999;
	padding-top: 10px;
	padding-right: 125px;
	padding-bottom: 15px;
	text-align: right;
}

.bio {
	color: #FFFFFF;
	padding-left: 43px;
	padding-right: 44px;
	line-height: 1.5em;
}

.largeImage {
	padding-left: 18px;
	padding-right: 39px;
	padding-bottom: 37px;
}

.linkTitle {
	padding-top: 3px;
	padding-bottom: 30px;
}

.thumb {
	border: 3px solid #000000;
}
.thumb_section {
	border: 3px solid #000000;
	width:95px;
	height:95px;
	overflow:hidden;
	display:block;
	padding:0px;
}
.thumb_section a{
	display:block;
	width:95px;
	height:95px;
	text-decoration:none;
	color:000;
}
.thumb_section a:hover{
	text-decoration:none;
	color:000;
}

/* ----------text styles-------- */
.copy {
	color: #FFFFFF;
	line-height: 1.5em;
}

.headshot {	
	padding-right: 15px;
	padding-bottom: 5px;
}

.faqTitle {
	font-size: 14px;
	color: #D9D162;
}

.fcontactTitle {
	font-size: 14px;
	color: #F15E4E;
}

.redText {
	color: #F15E4E
}



/* NAV BLAST */
/* NAV BLAST */
/* NAV BLAST */
/* NAV BLAST */
#nav_wrapper{
	position:relative;
}

#artist_blast{
	text-align:left;
	position:absolute;
	float:left;
	top:0px;
	left:298px;
	height:31px;
	overflow:hidden;
	width:105px;
	cursor:pointer;
}
#artist_blast:hover{
	height:auto;
	width:auto;
	background:url(images/about/artists-over.gif) no-repeat 8px 0px;
	cursor:pointer;
}

.home_blast{
	text-align:left;
	position:absolute;
	float:left;
	top:211px;
	left:214px;
	height:31px;
	overflow:hidden;
	width:105px;
	cursor:pointer;
}
.home_blast_over{
	text-align:left;
	position:absolute;
	float:left;
	top:211px;
	left:214px;
	overflow:hidden;
	cursor:pointer;

	height:auto;
	width:auto;
	background:url(images/home/05-over.gif) no-repeat 8px 0px;
}
