body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666666;
	background-image: url(intImages/bg1.jpg);
}
#vimeoSide1{
	margin-bottom:3px;
}
.msg{
	color:#009900;
	font-weight:bold;
}
.promoMid{
	width:450px;
	float:left;
}
.buttons{
	height:22px;
	font-size:12px;
	border:#000000 solid 1px;
	float:left;
	padding-bottom:3px;
	margin-left:6px;
	
}
.input-box{
	height:18px;
	width:200px;
	float:left;
	font-size:13px;
	margin-right:3px;
	border:#000000 solid 1px;
	background-color:#FFFFFF;
}
.promoMid p{
	padding:0px;
	margin:0px;
}
#activatorBox{
	width:500px;
	height:300px;
	margin:auto;
	padding-top:150px;
	padding-bottom:150px;
	background: url(intImages/activatorBoxBG.gif) no-repeat;
}
a{
	color: #BA0058;
	text-decoration:underline;
}
#radioContent{
	width:480px;
	float:left;
	margin-top:4px;
	outline: none;
}
#stubContent{
	background-color:#FFFF66;
	width:20px;
	float:left;
	margin-top:4px;
}
.thrColFixHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	 zoom: 1;
} 
.thrColFixHdr #header {
	background-image: url(intImages/expand2BG.gif);
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	background-repeat: no-repeat;	
} 
.thrColFixHdr #menu {
	height:176px;
	padding-left: 60px;
	padding-top:6px;
	background: url(intImages/menuBG_trans.gif) no-repeat;
}

.thrColFixHdr #audioPlayer{
	float:left;
	width:350px;
}
.thrColFixHdr #innerheader {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-left: 50px;
	color:#FFFFFF;
} 

a:focus { outline: none; }

.thrColFixHdr #header ul {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #header ul a:link{
	font-size:10px;
}
.thrColFixHdr #header ul a:visited{
	font-size:10px;
}

.thrColFixHdr #contentHolder{
	width: 970px;
}

.thrColFixHdr  #contentHolder #innerContent{
	 /*background: #00FFCC; */
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
}

.thrColFixHdr  #contentHolder #itemContainer{
	 /*background: #00FFCC; */
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
}
.thrColFixHdr  #contentHolder #mainBody{
	/*background: #00FFCC;*/
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
}
#leftCol{
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-left:7px;

}
#leftCol .sidebar1{
	padding:8px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border: 1px solid #BA0058;
	background-color: #FFF;
	text-align:center;
	margin-bottom:40px;
	font:"Arial Narrow",Arial, Helvetica, sans-serif;
	color: #000;
	font-size:11px;
	font-weight:bold; 
	text-align:center;
	list-style-type:none;
	}
#leftCol .sidebar1 ul{
		margin:0px;
		padding: 0;
		text-align:left;
	}
#leftCol .sidebar1 ul li{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
.extLinks ul {
	list-style-type: none;
	margin: 0 0 0 30px;
	padding: 0;
	width:160px;
	float:left;
	}
	
.extLinks ul  li{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	

.sidebar1 a{
	color: #BA0058;
	text-decoration:none;

	font-weight:bold;
}
.sidebar2 a{
	color: #BA0058;
	text-decoration:none;
	font-weight:bold;
}

.sidebar2 a:hover{
	color: #BA0058;
	text-decoration:underline;
	font-weight:bold;
}
#rightCol{
	float: left; /* since this element is floated, a width must be given */
	width: 168px; /* the background color will be displayed for the length of the content in the column, but no further */

}

#rightCol .sidebar2 {
	border: 1px solid #BA0058;
}

#rightCol .sidebar2	.sBarAllLink{
	margin-top:3px;
	text-align:right;
}
.sbarMailing{
		color: #BA0058;
		text-decoration:none;
		font-weight:bold;
}
.thrColFixHdr #centreCol {
	width: 630px;
	min-width: 630px;
	float: left;
	margin: 0 10px;
	padding: 0px;
	/*background-color:#006600;*/

} 

.thrColFixHdr #flyerContent {
	width: 630px;
	min-height:300px;
	
}  
.thrColFixHdr #bottSection {
	width: 960px;
	height: 360px;
	padding-top: 0;
	padding-bottom: 0;
	text-align:left;
	background: url(intImages/bottBG.gif) no-repeat right top;
}

.thrColFixHdr #bottSection p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
/*.thrColFixHdr #footer {
	background-image: url(intImages/footerBG.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 15px;
} */
.dashed{
	height:5px;
	background-image:url(../intImages/dashed.gif);
	clear:both;
}
/*.thrColFixHdr #innerFooter {
	background:transparent;
	margin-left:21px;
	margin-top: 227px;
	padding:10px;
	filter:alpha(opacity=80);
	-moz-opacity:.85;
	opacity:.85;
	background-color:#ce1001;
	color:#FFFFFF;
	width: 919px; 
}
.thrColFixHdr #innerFooter .columns{
	width:170px;
	height:50px;
	float:left;
	margin-right:10px;
	font-size:10px;
}
 .socNets{
	float:right;
	width:280px;
	text-align:right;
	filter:alpha(opacity=100);
	-moz-opacity:100;
	opacity:100;
	padding:10px;
	position:relative;
	background-color:#DF2B0B;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border: 1px solid #CC0000;
	margin-top: -60px;
	margin-right: 40px;
}


.thrColFixHdr #innerFooter .columns a:link{
	color:#FFFFFF;
	font-size:10px;
}
.thrColFixHdr #innerFooter .columns a:visited{
	color:#FFFFFF;
	font-size:10px;
}
.thrColFixHdr #innerFooter .columns .subHeaders{
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	}
.thrColFixHdr #innerFooter p {
	margin: 0; 
	padding: 0px;
	
}*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#p7ABW2 .p7ABR {
	padding: 0px;
	border-bottom: 1px solid #BA0058;
	
}
#p7ABW2 .p7ABtrigCP {
	margin: 0;
	padding: 0;
	
}
#p7ABW2 .p7ABtrigCP a:active, .p7ABtrigCP a:focus {
	outline: none;
}
	
#p7ABW2 .p7ABtrigCP a:link {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	display: block;
	float:right;
	width:200px;
	text-decoration: none;
	color: #FFFFFF;
	text-align:right;
	background: url(intImages/btn_expandPanel.gif) no-repeat right;
	margin-right:20px;
	height:13px;
	padding-top:1px;
}
#p7ABW2 .p7ABtrigCP a:hover {
	color: #CCC;

}
.p7ABtrigCP a:active, .p7ABtrigCP  a:focus {
	text-decoration: none;
}
#p7ABW2 .p7ABtrigCP .p7ABtrig_down {
	display: block;
	text-decoration: none;
	color: #FFF;
	text-align:right;
	background: url(intImages/btn_collapsePanel.gif) no-repeat right;
}
#p7ABW2 .p7ABcontent {
	padding:10px;
	background-color:#DF2B0B;
	width:400px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border: 1px solid #FED858;
	margin-top: 5px;
}


#p7ABW2 .p7ABcontent p {
	margin: 4px 0 4px 0;
}
#p7ABW2 .p7ap_currentmark {
	font-weight: normal;
}

#p7ABW2 a:link{
	color:#FED858;
	font-weight:normal;
	text-decoration:underline;
}
#p7ABW2 a:visited{
	color:#FED858;
	font-weight:normal;
	text-decoration:underline;
}

#p7ABW2 .p7ABcontent ul{
	width:195px;
	/*background-color:#009999;*/
	float:left;
	margin:0px 4px 0px 0px;
	padding: 0;
}

#p7ABW2 .p7ABcontent ul li{
	padding:0px 0px 0px 4px;
	margin:0px;
	list-style:none;
}
div.thfloat2 {
	padding:5px;
	height: 151px;
	width: 110px;
	
}
div.floatGallMain {
	width:145px;
	height:145px;
	padding-bottom:5px;
	margin-right:5px;
	float:left;
	text-align:center;
}

div.floatGallMain p{
	margin-top:3px;	
}
div.floatGall {
	width:145px;
	height:145px;
	padding-bottom:5px;
	margin-right:5px;
	float:left;
	text-align:center;
}
  div.thfloat {
	margin: 0px 8px 5px 0px;
	float: left;
	width: 112px;
	height: 186px;
	text-align: center;
  }
  
.subHeaders{
	color: #BA0058;
	font-weight:bold;
	font-size:14px;
}
.levTitle{ color:#BA0058; font-weight:bold;}
.crumbTrail {
	width: 300px;
	font-size:11px;
	/*background: #777;*/
	text-align:right;
	float: right;
	padding-top: 5px;
	padding-right: 20px;
}
  /*Artist block styles */
#artDetail {
	
	
}
#artDetail .contBlockHead {
	
	/*background: #555;
	padding: 4px;
	margin-top: 4px;*/
	text-align:right;
	font-weight: bold;
}
#artDetail .leftDetail {
	width: 300px;
	float: left;
	/*background: #fff;*/
}


#artDetail .leftPic {
	width: 120px;
	float: left;
	background: #fff;
	padding-right: 4px;
}
#artDetail .leftDetailMid {
	width: 450px;
	float: left;
	/*background: #fff;*/
}

#artDetail .leftDetailMid  p{
	margin:0;
	padding:0;
}
#artDetail .leftDetailWide {
	width: 600px;
	float: left;
	/*background: #fff;*/
}
#djNameContent {
	width:500px;
	height:50px;
	float: right;
	margin-right:18px;
	margin-top:4px;
}
/*News Page*/
.profileLinks{
	width:250px;
	float:right;
	text-align:right;
}
.newsHead{
	color: #BA0058;
	font-weight:bold;
	font-size:16px;
}
.newsBold{
	font-weight:bold;
}
/* if you want to have valid HTML, please be so kind and put the style part in the head of your page */
a.soundcloud-dropbox:hover {
	color: #1896D1 !important; background-color: transparent !important;
	}
*html a.soundcloud-dropbox {
	background-image: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(http://a1.soundcloud.com/images/dropbox_small_white.png?a4b01e)', sizingMethod='crop') !important;
	}
