/* Globals */

.container { padding: 0 20px; }

a { color: black !important; }

h1, h2, h3, h4, .record-h4 {
	font-weight: bold !important;
}

h3.link { float: left; padding-right: 15px; }

h2 a, bannerbg a { text-decoration: none !important; }

.banner h2 a { color: white !important; }

#header { height: 104px; }

#header h1, #header h2 { display: inline; }

#header h2 { padding-left: 5px; }

#header h2 a { text-decoration: none; }

.record-h4 { 
	margin-top: 5px;
	margin-bottom: 0 !important;
	font-size:1.2em;
	line-height:1.25;
}

blockquote {
	margin: 1.5em 30px 1.5em 10px !important;
	padding-left: 20px !important;
	border-left: 5px solid #ddd !important;
	font-style: normal !important;
}

.date { font-weight: bold; color: gray; }

.banner {
	width: 670px;
	height: 300px;
	position: relative;
	margin-bottom: 1.5em;
}

.bannerbg {
	width: 670px;
	height: 60px;
	background-color: black;
	position: absolute;
	left: 0;
	bottom: 0;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 1;
}

.clearleft { clear: left; }

.center { text-align: center; }

/* Topspin buy buttons */

a.ts_buttonlink { 
	color: white !important;
}

#TSCart_header_wrap {
	border-bottom: none !important;
	border-bottom-left-radius: 0 0 !important;
}

#TSCart_header a { color: white !important }

/* View-Specific Styles */

.update {
	width: 315px;
	margin-right: 40px;
	margin-bottom: 1.5em;
	float: left;
}

.show {
    margin-bottom: 1.5em;
}

.shoprecord {
	width:290px;
	margin-right: 40px;
	margin-bottom: 1.5em;
	float: left;
}

.buy-buttons {
	margin-bottom: 1.5em;
}

/* Nav */

#navcontainer h2, #navcontainer h3 { padding:0; margin:0; }

#navcontainer { 
	height: 104px;
	position: relative;
}

#navcontainer ul { 
	float: left;
}

#nav { 
	position: absolute; 
	bottom: 0; 
	right: 0;
	padding: 0;
	margin: 0;
}

#nav li {
  	margin: 0;
  	float: left;
  	display: block;
  	border: solid 1px white;
}

#nav a { 
	background: white;
	display: block;
	padding: 0 15px;
	position: relative;
	border: solid 1px white;
}

#artists_li:hover h2#artists_link a { 
	border: solid 1px silver; 
	border-bottom: none;
	z-index: 4;
}

#artists_li:hover #dropdown {
	display: block;
}

#dropdown a { display: block; padding: 0; }

#dropdown {
	position: absolute;
	top: 41px;
	left: 1px;
	background: white;
	border: solid 1px silver;
	padding: 15px 0 0 15px;
	width: 495px; 
	-webkit-box-shadow: 0.25em 0.25em 1em rgba(0,0,0,0.25);
	-moz-box-shadow: rgba(0,0,0,0.25) 0.25em 0.25em 1em;
	z-index: 3;
	display: none;
}

#dropdown li { 
	width: 150px;
	padding: 0 15px 15px 0;
	border: none;
}

/* Slideshow */

#slideshow.front h2, .banner h2 {
	position: absolute;
	left:   0;
	bottom: 0;
	margin: 0;
	color: white !important;
	padding: 10px 15px;	
	z-index: 2;
}

#slideshow.front a { color: white !important; }

#slideshow.front { margin-bottom: 1.5em; position: relative; z-index: 1; }

#slideshow.videopage { position: relative; z-index: 1; }

.video { 
	background-color: black;
	height: 444px;
	padding: 0 80px;
	margin-bottom: 1.5em;
	}

#slideshow.front { height: 300px; }

#slideshow #slides {
  margin:0 auto;
  overflow:hidden;
  position:relative;
}

#slideshow.front #slides {
  width:670px;
  height:300px;
}

#slideshow #slides .slide {
  margin:0 auto;
  float: left;
  position: relative;
}

#slideshow.videopage #slides .slide p,
#slideshow.videopage #slides .slide h2 {
  width:790px;
  padding: 0 80px;
}

#slideshow.front #slides .slide {
  height:300px;
  
}

.control {
  display:block;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#slideshow.front .control {
  opacity: 0;
}

#slideshow.front .control {
  height:300px;
  width:39px;
  background-color: transparent;
  z-index: 1;
}

#slideshow.videopage .control {
  height:444px;
  width:80px;
  background-color: black;
  z-index: 2;
}

#left {
  top:0;
  left:0;
  background: url(/images/left-arrow.gif) no-repeat center center;
  display: none;
}

#right {
  top:0;
  right:0;
  background: url(/images/right-arrow.gif) no-repeat center center;
  display: none;
}

#killthelights {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 48px;
	height: 48px;
	background-image: url(/images/lightbulb.png);
	cursor: pointer;
	display: none;
}

/* Quotes */

.quote { clear: both; }

.big_quote {
	float: left;
	font-size: 700%;
	line-height: .5em;
	padding-top: 10px;
}

.quote_body {
	margin-bottom: .5em;
	margin-left: 3.5em;
}

.quote_source {
	margin-left: 3.5em;
}