/*_________________________________________ From 'Shows' template _________________________________*/


html {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #666666;
}
a:active {
	color: #000000;
}


.style3 {font-size: 10pt}


#showsContent{
	font-size: 10pt;
	width:700px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
}

/* _________________________ Index Grid ___________________________ */

/*#indexGridWrap {
	width: 700px; 
	height: 900px;	
}*/

#indexGridWrap {
	width: 1050px; 
	height: 500px;	
	margin-left:auto;
	margin-right:auto;
	margin-top:80px;
}


.indexGrid {
	width:300px; 
	height:400px; 
	background-position:center; background-repeat:no-repeat; 
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	-o-border-radius:10px; 
	border-radius:10px; 
	padding: 20px; 
	margin:5px;  
	-webkit-box-shadow: rgba(0, 0, 0, .5) 0 1px 3px; 
	-moz-box-shadow: rgba(0, 0, 0, .5) 0 1px 3px;
	-o-box-shadow: rgba(0, 0, 0, .5) 0 1px 3px; 
	box-shadow: rgba(0, 0, 0, .5) 0 1px 3px;
}

.indexGridText { 
	color:#FFFFFF; 
	margin-top:335px;
	font-size:15px;
}

.indexGridText a {
	color:#FFFFFF; 
	text-decoration:none;
}

.indexGridText a:hover {
	color:#FFCC00;
}


/* _________________________ Index Grid ___________________________ */


/*_________________________________________ From 'Artists' template _________________________________*/


h1 {
	font-size: 24pt;
}
h2 {
	font-size: 18pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
h3 {
	font-size: 16pt;
}
h4 {
	font-size: 14pt;
}
h5 {
	font-size: 12pt;
}
h6 {
	font-size: 10pt;
}


.footer {
	height: 30px;
	width: 560px;
	margin-top: 160px;
	margin-bottom: 40px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.artist_name {
	height: 40px;
	width: 480px;
	margin-left: 0px;
	top: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}

.artist_name a {
	text-decoration:none;
}

.SBGcontainer {
	height: auto;
	width: auto;
	margin-top: 45px;
}
.side_menu {
	height: auto;
	width: 250px;
	left: 0px;
	top: 100px;
	margin-top: 50px;
	float: left;
}
.main_content {
	height: auto;
	width: auto;
	margin-top: 10px;
	clear: none;
}

.sidebar {
	float: left;
	height: auto;
	width: 250px;
	clear: both;
}
.main_column {
	height: auto;
	width: auto;
	margin-left: 250px;
}


#artistsContent{
	font-size: 10pt;
	width:auto;
	height:auto;
	margin-top:90px;
}



/*_________________________________________ Navagation Menu _________________________________*/

#container{
margin-left:20px;

}

/*SBGlogo img{
border:none;
padding:none;
}
*/


/*_________________________________________ END Navagation Menu _________________________________*/




/*_________________________________________ Side Menu _________________________________*/


#press{
	display:none;
	position:relative;
	left:-10px;
	top:-10px;
	*top:10px; /* targets IE6 and 7 */
	padding-bottom:40px;
}

.sideMenu {
	width:200px;
	display:list-item;
	font-size:14px;
	font-weight: bold;
	list-style-type: none;
	padding-top:20px;
}

.sideMenu li {
	margin-top:20px;
}

.sideMenu a{
text-decoration:none;
}

.links li{
list-style-type: none;
font-size:11px;
line-height:22px
}

.links li a {
text-decoration:none;
}




/*_________________________________________ END Side Menu _________________________________*/


/*__________________________________________Bios____________________________________________*/


.bioDate {
position: relative;
left: -20px;

}

