/***********************************************/
/* BIST.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Helvetica,Arial,sans-serif;
	font-size:12px;
	color:#333333;
	line-height: 1.5;	
	margin: 0px;
	padding: 0px;
	background: #000;
}

a:link, a:visited, a:hover {
	color:#a61933;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-size:22px;
 color: #000;
 font-weight:bold;
 line-height:22px;
}

h2{
 font-size:16px;
 color:#CC3300;
 line-height: 1;
 margin: 20px 0;
}

h3{
 font-size:16;
 color: #000000;
}

h4{
 font-size: 16px;
 font-weight: bold;
 color: #FFFFFF;
 margin-left:10px;
 margin-top:10px;
}

h5{
 font-size: 18px;
 font-weight: normal;
 color: #FFFFFF;
 line-height:.7;
 margin-left:10px;
}

p.desc {font-weight:bold;font-size:20; color:#df3f27;} /* artist description on their individual pages */


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/** ARTISTS and STUDIOS LISTING PAGES **/
#artlist, #studiolist {list-style: none;} /* combine to save */
#artlist li, #studiolist li {margin: 6px 0;}
#artlist li.letter {font-weight: bold; font-size: 13px; margin: 12px 0 6px; color: #7b2880;} /* letter breaks */
#artlist a, #studiolist a {font-weight: bold; color: #a61933;} /* artist/company name */
#artlist span {font-size: 11px; font-style: italic; color: #000;} /* studio name */

/** STUDIOS LISTING PAGE **/
#studiolist {list-style: none;}
#studiolist .studio {font-size: 16px; margin: 16px 0 4px; color: #7b2880;} /* studio name */


label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	width: 900px;
	float:left;
	background-color:#FFFFFF;
	background-image:url(BIST-Web07-BodyBG.jpg);
	}
	
#mastheadL{
	width: 600px;
	float:left;
	height: 200px;
	background-color:#222;
	background-image:url(BIST09-header.gif);
	}
	
#mastheadR{
	width: 300px;
	float:right;
	height: 200px;
	background-color:#444;
	background-image:url(BIST-Web07-Header.jpg);
	}
	
#globalNav{
	background-color:#CCFF66;
	width: 850px;
	padding:10px 25px 5px 25px;
	color: #7b2880;
	font-size:16px;
	line-height:.5;
	white-space: nowrap;
	border-bottom: 3px solid #ccdc43;
	}
	
#globalNav ul {
	list-style: none;
	margin: 0;
	padding: 12px 0;
}

#globalNav li {
	float: left; padding: 2px 0;
}

#globalNav li.clear {
	float: none; clear: left; display: block; height: 0; visibility: hidden;
}

#content{
	width: 900px;
	margin:0;
	background-color: #FFF;
	}

#feature{
	float: left;
	width:550px;
	padding:25px;
	background-color:#FFF;
	border-right:1px dotted #ccdc43;
	}

/***********************************************/
/*Component Divs                               */
/***********************************************/

/************* #globalNav styles **************/

#globalNav a {
	color:#000;
	padding: 20px;
	font-weight: bold;
	}
	
#globalNav a:hover, #artistspg #globalNav #nav-artists a {
	background: #ccdc43;
}


/************** .feature styles ***************/

#feature img{
	float: left;
	padding:8px;
	margin: 8px;
	}

img.bioimg {float: right; margin: 0 0 10px 10px;}


/* adjust margins to change separation between the feature image and text flowing around it */


/************** .sidebar styles ***************/

#sidebar{
	float:right;
	width:249px;
	padding: 25px 25px;
	color: #333333;
	font-size:12px;
	font-style:none;
}

#sidebar img{
	float: none;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

#hype{
	width:245px;
	padding: 10px 0px 0px 0px;
	border-bottom: 3px solid #ccdc43;
	color:#666666;
}

#hype h1{
	font-size: 13px;
 	font-weight: bold;
 	color: #666666;
	text-decoration:none;
}


/************* #siteInfo styles ***************/

#siteInfo{
	width: 850px;
	clear: both;
	border-top:1px solid #000;
	font-size: 11px;
	padding: 15px 25px 7px 25px;
	margin-top: 0px;
	color: #ffffff;
	background-color:#666666;
	}

#siteInfo a{
	color:#000000;
	}

/** ARTIST BIO PAGES **/
#artistpg h2 {margin-bottom: 0;}
.desc, .contact {margin: 0;}