/* BODY - Adjustment for Feature */
body{
	padding: 154px 0 0 0 !important; 	/* 154px top margin */
	xbackground-image: url("/_site/test/18px_grid.gif");
	background-position: 0px 8px;
}

/* PAGE WRAPPER */

div#content{
																				xoutline: 1px solid blue;
	margin: 1em 2.875em;
}

/* TOP */
div.info{
	width: 100%;
																				xoutline: 1px solid blue;
}

div.info div#photo{
	width: 300px;
	height: 198px;
	overflow: hidden;
	background-color: #000;
	float: left;
	margin-bottom: 2.25em;
}
div.info div#photo a{
	border: 2px solid #2b9fb8;
	height: 194px;
	width: 296px;
	overflow: hidden;
	display: block;
}
div.info div#photo a:hover{
	border: 2px solid #000;
}
div.info div#photo a img{
	display: block;
	margin-top: -2px;
	margin-left: -2px;
}

div.info div#header{
	width: 60.25%;
	float: right;
	margin-left: 6.5%;
}

/* SECTION HEADERS */

div.info div#header h2{
	font-weight: bold;
	overflow: hidden;
	font-size: 1.5em;		/* 24px */
	line-height: 1em;
	padding-bottom: .5em;
	margin-bottom: .75em;
}

div#releases h3,
div#right h3{
	font-size: 1em;		/* 16px */
	line-height: 1em;	/* 18px  */	
	font-weight: bold;
	text-transform: uppercase;
	text-align: justify;
	height: 1.125em;
	padding-bottom: 1.125em;
}
div#right h3{
	margin-top: 1.125em;
}

/* Section Links under header */
div.info div#header ul{
	height: 1.125em;
	overflow: hidden;
	margin-top: -.5625em;
	padding-bottom: .5625em;
}

div.info div#header ul li{
	float: left;
	margin-right: .75em;	/* 9px */
	font-size: .75em;		/* 12px; */
	float: left;
	background-color: #4B8190;
	padding: 1px;
}

div.info div#header ul li a{
	line-height: 1.5em;		/* 18px; */
	padding: 1px .75em;		/* 9px */
	background-color: #4B8190;
	border: none;
	color: #ffffff;
	cursor: pointer;
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #ffffff;
	font-family: verdana;
	font-weight: bold;
	text-transform: Uppercase;
	font-size: 8px;
	letter-spacing: 1px;
	word-spacing: 2px;
	background-image: url("/_site/img/button/gradient.png");
	background-position: center center;
	background-repeat: repeat-x;
}

div.info div#header ul li a:hover{
	background-color: #89B3BF;
}

div.info div#header ul li a:active{
	background-color: #305F6D;
}

/* OLD Section Links under header */
OLD! div.info div#header ul{
	height: 1.125em;
	overflow: hidden;
	margin-top: -.5625em;
	padding-bottom: .5625em;
}

OLD! div.info div#header ul li{
	float: left;
	height: 1.125em;
}

OLD! div.info div#header ul li a{
	margin-right: .75em;	/* 6px */
	font-size: .75em;		/* 12px; */
	height: 1.5em;			/* 18px */
	float: left;
	background-color: #2b9fb8;
	padding: 0 .75em;
	line-height: 1.6em;		/* ~18px - Safari & Firefox */
	color: #ffffff;
	overflow: hidden;
}
OLD! div.info div#header ul li a:hover{
	background-color: #000000;
}


/* ARTIST CONTENT */

div#bio{
	width: 60.25%;
	float: right;
	margin-left: 6.5%;
}
div#bio p{
	font-size: .75em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	text-align: justify;
}

div#releases{
	float: left;
	width: 33.25%;
}
div#releases dl{
	margin: 0 0 1.125em 90px; 		 /* 90px = Image Width (72px) + Image Margin (18px) */
}

div#releases dt{
	clear: both;
	height: 1em;
	font-size: 1em;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
div#releases img{
	float: left;
	margin: -1.125em 0 0 -90px; /* 90px = Image Width (72px) + Image Margin (18px) | 1.125em = line-height of dt Tag */
	width: 72px;
	height: 72px;
	overflow: hidden;
	background-color: #ecebeb;
}

div#releases dt{
	clear: both;
	padding: 0 0 0 0;
	height: 1.125em; 	/* 18px */
	font-size: 1em;		/* 16px */
	overflow: hidden;
}
div#releases dt *{
	font-weight: bold;
	line-height: 1.2em;	/* 18px */
}
div#releases dt a{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	width: 100%;
}

div#releases dd{

	height: 3.375em;		/* 18px x 3 rows */
}
div#releases dd ul li{
	display: inline;
}
div#releases dd ul li i{
	display: block;
	font-size: .625em;		/* 12px */
	color: #999;
	height: 1.8em;			/* 18px */
	line-height: 1.8em;		/* ~ 18px - Safari & Firefox */
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
																				xbackground-color: blue;
}
div#releases dd ul li a{
	margin-right: .75em;	/* 9px */
	font-size: .75em;		/* 12px; */
	float: left;
	background-color: #4B8190;
	padding: 1px;
}
div#releases dd ul li a span{
	line-height: 1.5em;		/* 18px; */
	padding: 1px .75em;		/* 9px */
	background-color: #4B8190;
	border: none;
	color: #ffffff;
	cursor: pointer;
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #ffffff;
	font-family: verdana;
	font-weight: bold;
	text-transform: Uppercase;
	font-size: 8px;
	letter-spacing: 1px;
	word-spacing: 2px;
	background-image: url("/_site/img/button/gradient.png");
	background-position: center center;
	background-repeat: repeat-x;
}
div#releases dd ul li a:hover span{
	background-color: #89B3BF;
}
div#releases dd ul li a:active span{
	background-color: #305F6D;
}
div#releases dd ul li small{
	font-size: .625em;
	height: 1.8em;
	display: block;
	overflow: hidden;
																				xbackground-color: yellow;
}
div#releases dd ul li small a{
	background-color: transparent;
	font-size: 1em !important;
	text-transform: Uppercase;
	display: block;
	line-height: 1.35em !important;
	margin: 0;
	padding: 0;
}

div#releases div.toggle{
	padding: .625em 0 2.25em 0;	/* 10px */
	margin-left: -90px;
	float: left;
	width: 300px;
}
div#releases div.toggle b{
	display: block;
	text-align: left;
	font-weight: bold;
	color: #333;
	text-transform: Uppercase;
	font-size: .625em;
	height: 1.8em;
	line-height: 1.85em;
	overflow: hidden;
	background-color: #eee;
	margin-bottom: .8em;		/* 8px */
	letter-spacing: 1px;
	padding-left: .8em;
}
div#releases div.toggle ol{
	font-size: .75em;
	color: #333;
}
div#releases div.toggle ol li{
	line-height: 1.5em;
	list-style: decimal;
	margin-left: 2.75em;
	padding-left: .25em;
}

/* VIDEOS & LINKS */

div#right{
	width: 60.25%;
	float: right;
	margin-left: 6.5%;
}
div#video{
	float: left;
																				xoutline: 1px solid blue;
	overflow: hidden;
	width: 46.5%;
	margin-right: 7%;
}
div#links{
	float: left;
																				xoutline: 1px solid red;
	overflow: hidden;
	width: 46.5%;
}

/* Video Content */
div#video div{
	width: 254px;
	overflow: hidden;

	margin-bottom: 1.125em;
	height: 13.5em;
	margin-right: 7.4%;
}
div#video div a{
	display: block;
	background-color: #000000;
}
div#video div a img{
	width: 250px;
	height: 175px;
	background-color: #ecebeb;
	border: 2px solid #2b9fb8;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}
div#video div a:hover{
	opacity: 1.0;
}
div#video div a:hover img{
	border: 2px solid #000;
	opacity: .75;
}
div#video div span{
	border-left: .75em solid #e5e5e5;
	border-right: .75em solid #e5e5e5;
	background-color: #e5e5e5;
	border-top: 1px solid #e5e5e5;
	height: 1.5em;
	font-size: .75em;
	line-height: 1.6em;
	overflow: hidden;
	display: block;
	padding: .7em 0 .8em 0;
	color: #999;
	text-align: center;
	-moz-border-radius-bottomleft: .75em;
	-moz-border-radius-bottomright: .75em;
	-webkit-border-bottom-left-radius: .75em;
	-webkit-border-bottom-right-radius: .75em;
	border-bottom-left-radius: .75em;
	border-bottom-right-radius: .75em;
}
/* May need to be used
div#video div span b{
	font-weight: bold;
	margin-right: .25em;
	color: #333;
}
*/
div#video div span a{
	background-color: transparent;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
div#video div span a small{
	font-weight: bold;
}
/*
div#video div span a:before{
	content: "\"";
	padding-right: .125em;
}
div#video div span a:after{
	content: "\"";
	padding-left: .25em;
}
*/
div#video div span a:hover{
	opacity: .75;
}
div#video div span *{
	height: 1.5em;
	line-height: 1.5em;
}

/* Links */
div#links ul{
	line-height: 1.5em;
	xfont-size: .75em;
}
/*div#links ul li:before{
	content: "\00bb";
	padding: 0 .75em;
}*/
div#links ul li{ 
	list-style: disc outside;
	margin-left: 1.25em;
	color: #333;
																				xbackground-color: yellow;
	margin-bottom: .5625em;
}
div#links ul li a{
	font-size: .75em;
	line-height: 1.5em;
	font-weight: bold;
}
div#links ul li small i{
	color: #999;
	font-size: .625em;
	line-height: 1.75em;
	padding-left: .5em;
}