/*
	Content Styles
========================================================================*/

/* Fonts
======================================================================*/
@import url("FuturaLT/FuturaLT.css");
@import url("FuturaLTExtraBold/FuturaLTExtraBold.css");
@import url("FuturaLTExtraBold/FuturaLTLight.css");
@import url("FuturaLTExtraBold/FuturaLTOblique.css");

.row { padding: 0; margin: 0; font-size: 12px; }
.col { padding: 0; margin: 0; }
.tweet { background: url(../images/assets/twitter_splat.png) left center no-repeat; padding: 0; margin: 0; }
.title { font-style:italic; }
.foot-link { font-size: 11px; padding: 5px 0; }
.foot-link a { text-decoration: underline; }
.con { padding: 0; margin: 5px 0; font-size: 15px; line-height: 24px;}
.list { padding: 0; margin: 0; list-style: none;  font-size: 16px; line-height: 20px; }
.slide-show {
	height: 130px;
	padding: 0;
	margin: 0;
}
.slide-show-container {
	position: relative;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.slide-show-container {
	height: 110px;
	padding: 0;
	margin: 0;
}
.slide-show-container li {
	float: left;
	width: 110px;
	height: 98px;
	border: 1px solid #333;
	background: #000;
	margin: 0 0 0 5px;
	text-align: center;
}
.slide-show-nav {
	height: 25px;
	line-height: 25px;
	position: relative;
	border-bottom: 1px solid #333;
}
.slide-show-next {
	position: absolute;
	padding: 0;
	margin: 0;
	bottom: 0;
	right: 0;
	cursor: pointer;
}
.slide-show-prev {
	position: absolute;
	padding: 0;
	margin: 0;
	bottom: 0;
	left:0;
	cursor: pointer;
}

.show-slide {  }
.hide-slide { display: none; }

.discog-col {
	border: 1px solid #333;
	width: 140px;
	height: 200px;
	padding: 0;
	margin: 0 5px 5px 0;
	font-size: 13px;
	position: relative; 
	color: #FCFCFC;
	background: #000;
}
.discog-col .discog-col-img { text-align: center; padding: 0; margin: 10px 10px 5px 10px; }
.discog-col .discog-col-info { position: absolute; bottom: 5px; left: 0; width: 100%; }
.discog-col .discog-col-artist { text-align: center; padding: 0; margin: 0; }
.discog-col .discog-col-title { 
	text-align: center; 
	padding: 0; 
	margin: 0 0 10px 0; 
	font-family: 'FuturaLT' , Arial, Tahoma;
}
.discog-col .discog-col-record { text-align: center; padding: 0; margin: 0; font-family: "FuturaLT", Arial, Tahoma; font-style: italic; }
.follow-box {
	background: #000;
	border: 1px solid #333;	
	padding: 5px;
	margin: 0 5px 5px 0;
	width: 215px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
	line-height: 80px;
}
.tweets {
	font: 12px;
	background: #000;
	margin: 3px 0;
	padding: 0;
	border: 1px solid #333;

}

.follow-box img { width: 90%; margin: auto 0;}
.tour { padding: 0; margin: 0; }
.tour th { text-align: left; font-size: 16px;  padding: 0; margin: 0;}
.tour td { font-size: 13px; padding: 2px 0; margin: 0; }
.pix-box { position: relative; margin: 0 15px 15px 0; border: 1px solid #333; background: #000;  width: 178px; height: 160px; text-align: center;}
.pix-box a {float: left; margin: 30px 0 0 25px;}
.pix-box img { margin: 0; }

.slider-nav .prev { position: absolute; left: 3px; top: 2px; cursor: pointer; }
.slider-nav .next { position: absolute; right: 3px; top: 2px; cursor: pointer; }
.video { background: #000; padding: 0; margin:  0; border: 1px solid #333; }

/* Positions */
.prel { position: relative; }
.pabs { position: absolute; }
.pfix { position: fixed; }
.psta { position: static; }
.pinh { position: inherit; }

/* Floats */
.fleft { float: left !important; }
.fright { float: left !important; }
.fnone { float: none !important; }


/* Defined heights */
.h700 { height: 700px; }
.h650 { height: 650px; }
.h600 { height: 600px; }
.h550 { height: 550px; }
.h500 { height: 500px; }
.h450 { height: 450px; }
.h400 { height: 400px; }
.h350 { height: 350px; }
.h300 { height: 300px; }
.h250 { height: 250px; }
.h200 { height: 200px; }
.h150 { height: 150px; }
.h120 { height: 120px; }
.h100 { height: 100px; }
.h95 { height: 95px; }
.h90 { height: 90px; }
.h85 { height: 85px; }
.h80 { height: 80px; }
.h75 { height: 75px; }
.h70 { height: 70px; }
.h65 { height: 65px; }
.h60 { height: 60px; }
.h55 { height: 55px; }
.h50 { height: 50px; }
.h45 { height: 45px; }
.h40 { height: 40px; }
.h35 { height: 35px; }
.h30 { height: 30px; }
.h25 { height: 25px; }
.h20 { height: 20px; }
.h15 { height: 15px; }
.h10 { height: 10px; }
.h5 { height: 5px; }

/* Line height */
.lh700 { line-height: 700px; }
.lh650 { line-height: 650px; }
.lh600 { line-height: 600px; }
.lh550 { line-height: 550px; }
.lh500 { line-height: 500px; }
.lh450 { line-height: 450px; }
.lh400 { line-height: 400px; }
.lh350 { line-height: 350px; }
.lh300 { line-height: 300px; }
.lh250 { line-height: 250px; }
.lh200 { line-height: 200px; }
.lh150 { line-height: 150px; }
.lh100 { line-height: 100px; }
.lh95 { line-height: 95px; }
.lh90 { line-height: 90px; }
.lh85 { line-height: 85px; }
.lh80 { line-height: 80px; }
.lh75 { line-height: 75px; }
.lh70 { line-height: 70px; }
.lh65 { line-height: 65px; }
.lh60 { line-height: 60px; }
.lh55 { line-height: 55px; }
.lh50 { line-height: 50px; }
.lh45 { line-height: 45px; }
.lh40 { line-height: 40px; }
.lh35 { line-height: 35px; }
.lh30 { line-height: 30px; }
.lh25 { line-height: 25px; }
.lh20 { line-height: 20px; }
.lh15 { line-height: 15px; }
.lh10 { line-height: 10px; }
.lh5 { line-height: 5px; }

/* Defined min-heights */
.mh700 { min-height: 700px; }
.mh650 { min-height: 650px; }
.mh600 { min-height: 600px; }
.mh550 { min-height: 550px; }
.mh500 { min-height: 500px; }
.mh450 { min-height: 450px; }
.mh400 { min-height: 400px; }
.mh350 { min-height: 350px; }
.mh300 { min-height: 300px; }
.mh250 { min-height: 250px; }
.mh200 { min-height: 200px; }
.mh150 { min-height: 150px; }
.mh120 { min-height: 120px; }
.mh100 { min-height: 100px; }
.mh95 { min-height: 95px; }
.mh90 { min-height: 90px; }
.mh85 { min-height: 85px; }
.mh80 { min-height: 80px; }
.mh75 { min-height: 75px; }
.mh70 { min-height: 70px; }
.mh65 { min-height: 65px; }
.mh60 { min-height: 60px; }
.mh55 { min-height: 55px; }
.mh50 { min-height: 50px; }
.mh45 { min-height: 45px; }
.mh40 { min-height: 40px; }
.mh35 { min-height: 35px; }
.mh30 { min-height: 30px; }
.mh25 { min-height: 25px; }
.mh20 { min-height: 20px; }
.mh15 { min-height: 15px; }
.mh10 { min-height: 10px; }
.mh5 { min-height: 5px; }

/* Defined widths */
.w500 { width: 500px; }
.w450 { width: 450px; }
.w400 { width: 400px; }
.w350 { width: 350px; }
.w300 { width: 300px; }
.w250 { width: 250px; }
.w200 { width: 200px; }
.w150 { width: 150px; }
.w100 { width: 100px; }
.w95 { width: 95px; }
.w90 { width: 90px; }
.w85 { width: 85px; }
.w80 { width: 80px; }
.w75 { width: 75px; }
.w70 { width: 70px; }
.w65 { width: 65px; }
.w60 { width: 60px; }
.w55 { width: 55px; }
.w50 { width: 50px; }
.w45 { width: 45px; }
.w40 { width: 40px; }
.w35 { width: 35px; }
.w30 { width: 30px; }
.w25 { width: 25px; }
.w20 { width: 20px; }
.w15 { width: 15px; }
.w10 { width: 10px; }
.w5 { width: 5px; }
