@charset "UTF-8";
/* CSS Document */

body {background:url(back.jpg) fixed top center no-repeat;margin:0;padding:0;}
p {font-family:Arial, Helvetica, sans-serif;font-size:11px;color:#333333;}
h1 {font-family:Arial, Helvetica, sans-serif;font-size:14px;color:#660000;font-style:italic;}
h2 {font-family:Arial, Helvetica, sans-serif;font-size:16px;color: #0066FF;margin-top:0;}
h3 {font-family:Arial, Helvetica, sans-serif;font-size:12px;color: #FF6633;}
ul {font-family:Arial, Helvetica, sans-serif;font-size:11px;color:#333333;list-style:none;margin:0;padding:0;}
.wild {background:url(footer.jpg) top center;padding:5px 2px;margin:0;color:white;width:99%;font-style:italic;margin-bottom:4px;}

a:link {color:#0066FF;text-decoration:none;font-weight:bold;}
a:visited {color:#0066FF;text-decoration:none;font-weight:bold;}
a:hover {color:#3399FF;text-decoration:none;font-weight:bold;}

#container {width:950px;margin:0 auto;border-left:#0066ff dotted 1pt;border-right:#0066ff dotted 1pt;}
#header {width:950px;float:left;background:url(header.jpg) top left no-repeat;height:76px;}
#nav {width:300px;position:absolute;margin-top:0;margin-left:650px;}
#content {width:950px;float:left;background:white;padding:5px 0;}
#inner {width:940px;margin:0 5px;}
#footer {width:950px;clear:both;background:url(footer.jpg) top left;}
#footer p {color:white;padding:15px 0;}
#footer p a {color:white;}

.left {float:left;margin-right:5px;}
.right {float:right;margin-left:5px;}

.homenavbar {background:white;border-bottom:2pt solid red;padding:8px 0;width:99%;}
.homenavbar p {padding:0;margin:0;}

.clear {visibility:hidden;clear:both;}
.floatleft {float:left;margin-right:5px;}
.floatright {float:right;margin-left:5px;}

.release {border-right:#0066ff 1pt dotted;padding-right:3px;}
.release h1 {color:#6600ff;margin:4px;}
.release h2 {color:#6600ff;margin:4px;}
.release p {background:white;}
.artist {font-weight:bold;}
.releasename {font-weight:normal;}
.label {font-style:italic;font-weight:normal;}
#left {float:left;width:120px;border-right:#0066FF dotted 1pt;padding-right:10px;}
#right {float:right;width:800px;}

.column1-unit {width:800px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/; margin-left: 3px;}
.column2-unit-left {float:left; width:480px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/ margin-left: 3px;border-right:dotted 1pt #3399FF;padding-right:7px;}
.column2-unit-right {float:right; width:300px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column3-unit-left {float:left; width:280px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/}
.column3-unit-middle {float:left; width:280px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/; margin-left:22px;}
.column3-unit-right {float:right; width:280px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}

#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;;
width: 100%;
background-color: #ffffff;
font-family:Arial, Helvetica, sans-serif;font-size:11px;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color:#0066FF;text-decoration:none;font-weight:bold;
padding: 5px 10px;
border-right:1pt dotted #0066ff;
}

#vdividermenu ul li a:visited{
color:#0066FF;text-decoration:none;
}

#vdividermenu ul li a:hover{
background:white;
color:#3399FF;text-decoration:none;font-weight:bold;
}


a:focus {
	outline: none;
}
#panel {
	background: white;
	height: auto;
	display: none;
	padding:7px;
	border:1pt #0066ff dotted;
}
.slide {
	margin: 0;
	padding: 0;
}
.btn-slide {
	text-decoration: none;
}
.active {
	
}


.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin:0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 475px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 400px;
			clear: both;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 475px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		.stripNav {display:none;}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
