/* In Ya Face Records */
/* Section Stylesheet: Artists
----------------------------------------------------------------------------- */


	@import url("widget-media.css");
	@import url("widget-photo.css");
	
	
/* Navigation Item
----------------------------------------------------------------------------- */

	
	#navigation .artists a {
	
		background-position: bottom left;
		cursor: default;
	
		}
	
	
/* Structural Containers
----------------------------------------------------------------------------- */


	#page-artists #content {
	
		margin: 0 auto 40px 155px;
		width: 670px;
	
		}

	#page-artist #content {
	
		width: 380px;
		padding: 40px 0 0 90px;
	
		}
		
	#page-artist #sidebar {
	
		width: 450px;
		height: 0;
		overflow: hidden;
	
		}


/* Browse Artists
----------------------------------------------------------------------------- */


	#content .widget-editorial.leads li {
	
		float: left;
		clear: none;
		width: 330px;
		height: 219px;
		margin: 0 10px 10px 0;
		position: relative;
		background: url(../images/section-artists/nophoto.gif) center 10px no-repeat;
		vertical-align: bottom;
	
		}
		
	#content .widget-editorial.leads li.alt {
	
		margin-right: 0;
	
		}
		
	#content .widget-editorial.leads li img {
	
		margin: 10px;
		width: 310px;
		height: 199px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;

		}
		
	#content .widget-editorial.leads h4 {
	
		display: block;
		background: url(../images/section-artists/translucent.png);
		height: 25px;
		width: 100%;
		position: absolute;
		top: 184px;
	
		}
		
	#content .widget-editorial.leads a {
	
		position: absolute;
		top: -184px;
		left: 0;
		width: 300px;
		height: 199px;
		line-height: 370px;
		padding-left: 10px;
		border: solid 10px #191919;
		background: url(../images/layout/transparent.gif);
	
		}
		
	#content .widget-editorial.leads a:hover {
	
		border: solid 10px #333;
	
		}

	.widget-editorial.leads strong,
	.widget-editorial.leads em,
	.widget-editorial.leads .story,
	.widget-editorial.leads ul.actions,
	.widget-editorial.leads li ul.actions {
	
		display: none;
	
		}
		
		
/* Display Artist
----------------------------------------------------------------------------- */


/* Artist Logo */


	#logo {
	
		margin-top: -40px;
	
		}
		
	#logo div a {
	
		display: block;
		overflow: hidden;
		cursor: default;
		height: 240px;
	
		}
		
	#logo img {
	
		width: 380px;
	
		}

	#logo h3,
	#logo h4,
	#logo dl,
	#logo ul {
	
		display: none;
	
		}


/* Biography */


	.widget-editorial.display {
	
		position: relative;
		z-index: 1;
		margin-top: -40px;
	
		}

	.widget-editorial.display h4 {
		
		display: block;
		height: 40px;
		width: 360px;
		padding: 0 0 0 20px;
		margin: 0 0 20px 0;
		font-size: 30px;
		line-height: 32px;
		background: url(../images/section-artists/translucent.png);
		visibility: hidden;
	
		}
		
	.widget-editorial.display p.lead {
	
		font-weight: bold;
	
		}

	.widget-editorial.display img,
	.widget-editorial.display h3,
	.widget-editorial.display strong {
	
		display: none;
	
		}
		
	.widget-editorial.display.artist.eva {
	
		color: #FF6699;
	
		}
		
		
/* Video Player
----------------------------------------------------------------------------- */


	div#videoplayer {
	
		width: 450px;
		height: 328px;
		margin-bottom: 15px;
		
		}
		
		
/* Twitter Widget
----------------------------------------------------------------------------- */


	div#twtr-widget-1 {
	
		float: left;
		margin-top: 30px;
		
		}
