body#artist
{
	background: url(../../images/artistbody.jpg) repeat-x;
}

#artist #container
{
	width: 900px;
	margin:0px auto;
	overflow-x:hidden;
}

.artistMain
{
	float:left;
	padding: 30px 0 0 30px;
	height:368px;
}

.artistLeft
{
	float:left;
	width: 430px;
}

.artistRight
{
	float:left;
	margin: 0 0 0 30px;
	width:360px;
}

.artistTextHeading
{
	margin:0px;
	text-transform: uppercase;
	color: #b0c2cb;
	font-family: AvenirLTStd-Black;
	font-size: 19px;
	font-weight: normal;
}

.artistTextContent
{
	margin:10px 0 20px 0;
	color: #FFF;
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: normal;
	line-height:1.5em;
}

.artistBottom
{
	float:left;
	padding: 0px 0 0 30px;
	margin: 10px 0 0px 0;
}

.moreArtists
{
	float:left;
	width: 240px;
	margin: 0px 20px 0 0;
}

.bottomContent
{
	margin:0px 0 0px 0;
	color: #0C1E27;
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: normal;
	line-height:1.5em;
	margin:10px 0 20px 0px;
	width: 240px;
}

.videoPhoto
{
	float:left;
	width: 240px;
	margin:0 20px 0 20px;
}

.artistPrimary
{
	float:left;
	margin:0 0 30px 0;
	padding: 0px 0 0 30px;
}

.small,
.medium,
.large
{
	width:240px;
	float:left;
}

.small
{
	margin: 0px 20px 0 0;
}

.medium,
.large
{
	margin:0 20px 0 20px;
}

/* Artist Scroll
-----------------*/
#artistsList
{
	background: #D6DFE4 url(../../images/selectArtist.jpg) no-repeat;
	float:left;
	width:900px;
	margin: 0px;
	border:0px;
}

#categories_section
{
	margin:0px;
	float:left;
	padding:11px 0 0 0;
	width:540px;
}

#selectArtist
{
	margin: 0 0 0 30px;
	background: url(../../images/selectArtistPage.jpg) no-repeat;
	width:153px;
	height:15px;
}

#categories_section .mod_1
{
	margin:0px;
}

.slider_btn_l
{
	background:url(../../images/artistBackward.jpg);
}

.slider_btn_r
{
	background:url(../../images/artistForward.jpg);
}

#artistQuote
{
	float:left;
	width:315px;
	padding: 8px 5px;
	margin:0 0 0 20px;
}

.quote
{
	float:left;
	color: #0C1E27;
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: normal;
	line-height:1.5em;
}

p.by
{
	float:left;
	color: #8597A0;
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	line-height:1.5em;
	margin:5px 0 0 0;
	text-transform:uppercase;
}

p.by a
{
	text-decoration:none;
	color:#8597A0;
}

p.by a:hover
{
	text-decoration:underline;
	color:#8597A0;
}

#artistError{
	float:left;
	width:100%;
	height: 400px;
	text-align:center;
}
#artistError h3{
	color: #becdd5;
	font-size: 40px;
	margin:100px 0;
	/*float:left;
	width:100%;*/
}
