@charset "utf-8";
/* CSS Document */

@import url("shadowbox.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*-- END RESET --*/

/*-- TROUBLESHOOTING --*/
/*
div {
	border: 1px solid red;
}
*/

/*--- HTML Tags ---*/

body {
	background-image: url(images/dcs_bg_img.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #f0f0f0;
}

p {
	font-size: 1.2em;
	line-height: 1.8em;
	padding-bottom: .6em;
}

h1 {
}

h2 {
	font-size: 1.8em;
	line-height: 1.4em;
	padding-bottom: .3em;
}

h3 {
	font-size: 1.7em;
	line-height: 1.8em;
	padding-bottom: .3em;
	margin-left: -10px;
}

h4 {
	font-size: 1.5em;
	line-height: 1.4em;
	margin-left: -10px;
	font-weight: bold;
}

h5 {
	font-size: 1.5em;
}

h6 {
	font-size: 1.2em;
}

a {
	color: #a30101;
	text-decoration: none;
}

a:hover {
	color: #ff3300;
	text-decoration: none;
}

a:active {
}

a:visited {
}

strong {
	font-weight: bold;
}

.right {
	float: right;
}

span.head {
	display: block;
	font-size: .7em;
	position: relative;
	top: -10px;
}

/*--- ID Tags - Basic Site Structure ---*/

#wrapper {
	width: 960px;
	min-height: 666px;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	border-top: 6px solid #a30101;
	text-align: left;
	background-image: url(images/1x1-trans.png);
}

#container {
	width: 960px;
	min-height: 666px;
	position: relative;
	margin: 0 auto;
	background-image: url(images/content_bg_test-trans.png);
	background-repeat: no-repeat;
}

#header{
	width: 960px;
	height: 320px;
	/*
	background-image: url(images/head_img.jpg);
	background-repeat: no-repeat;
	*/
	position: relative;
	overflow: visible;
}

#logo {
	width: 331px;
	height: 357px;
	background-image: url(images/dsc_logo-trans.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -30px;
	left: -20px;
	float: left;
}

#nav {
	width: 620px;
	height: 60px;
	float: right;
	position: relative;
	right: 70px;
	top: 10px;
}

#nav li {
	float: left;
	position: relative;
	padding-right: 28px;
}

a#home {
	display: block;
	width: 78px;
	height: 40px;
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	background-position: top;
}

a#home:hover {
	display: block;
	width: 78px;
	height: 40px;
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

a#about {
	display: block;
	width: 91px;
	height: 40px;
	background-image: url(images/about.png);
	background-repeat: no-repeat;
	background-position: top;
}

a#about:hover {
	display: block;
	width: 91px;
	height: 40px;
	background-image: url(images/about.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

a#media {
	display: block;
	width: 85px;
	height: 40px;
	background-image: url(images/media.png);
	background-repeat: no-repeat;
	background-position: top;
}

a#media:hover {
	display: block;
	width: 85px;
	height: 40px;
	background-image: url(images/media.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

a#shows {
	display: block;
	width: 94px;
	height: 40px;
	background-image: url(images/shows.png);
	background-repeat: no-repeat;
	background-position: top;
}

a#shows:hover {
	display: block;
	width: 94px;
	height: 40px;
	background-image: url(images/shows.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

a#contact {
	display: block;
	width: 123px;
	height: 40px;
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
	background-position: top;
}

a#contact:hover {
	display: block;
	width: 123px;
	height: 40px;
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content {
	float: right;
	width: 670px;
	min-height: 300px;
	margin-right: 10px;
	position: relative;
	top: 40px;
}

#side_content {
	width: 220px;
	min-height: 300px;
	float: left;
	margin: 26px 0 0 20px;
}

ul.about li {
	height: 100px;
}

ul.about li img {
	float: left;
	margin-right: 10px;
	border: 4px solid #FFFFFF;
}

#side_content h3 {
	padding-bottom: 0.6em;
}

#side_content ul li {
	line-height: 1.8em;
}

#main_content {
	width: 500px;
	min-height: 100px;
	float: left;
	position: relative;
	top: -40px;
}

#additional_content {
	width: 140px;
	min-height: 100px;
	float: right;
}

#additional_content p {
	font-size: 1.1em;
	line-height: 1.4em;
}

#media_info {
	width: 250px;
	background-color: #000000;	
}

#footer {
	width: 940px;
	height: 160px;
	background-image: url(images/footer_drugs.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	position: relative;
	top: 20px;
	float: none;
	clear: both;
	margin: 0 0 0 10px;
	padding: 30px 0 0 0;
}

#footer p {
	width: 600px;
	position: relative;
	top: 10px;
	left: 270px;
	font-size: 1.0em;
}

#footer ul {
	width: 600px;
	position: relative;
	top: 10px;	
	left: 270px;
}

#footer ul li {
	float: left;
	width: 50px;
}

/*-- CLASSES --*/

.showshdr {
	background-image: url(images/showshdr.gif);
	background-repeat: no-repeat;
	width: 290px;
	height: 35px;
	position: relative;
	left: -10px;
}

.newalbum {
	float: left;
	position: absolute;
	top: 75px;
	left: 340px;
}

.buynow {
	float: left;
	position: absolute;
	top: 35px;
	left: 750px;
}

.myspace {
	float: left;
	margin: -20px 0 0 80px;
}

.clear {
	float: none;
	clear: both;
}

/*--SHOWS PAGE--*/


ul.shows {
	font-size: 1.1em;
	line-height: 1.4em;
}

ul.shows li {
	padding: 0 0 20px 0;
}

span.date {
	padding: 0 0 0 0;
}

span.time {
	padding: 0 0 0 20px;
	font-weight: bold;
}

span.venue {
	padding: 0 0 0 25px;
	font-weight: bold;
}

span.location {
	padding: 0 0 0 25px;
}

span.address {
	display: block;
}


/*--CONTACT PAGE AND FORM--*/

#contact_form {
	width: 516px;
	min-height: 400px;
	background-image: url(images/form_bg.jpg);
	background-repeat: repeat-y;
	position: relative;
	text-align: left;
}

form {
	margin: 20px;
}

form ul {
	width: 400px;
	text-align: left;
	margin: 0 0 0 0px;
}

form li {
	padding: 5px 0;
}

form label {
	width: 30px;
	float: left;
	text-align: right;
	color: #f0f0f0;
	font-size: 1.15em;
}

form .button {
	width: 97px;
	height: 27px;
	background-color: transparent;
	border: none;
	background-image: url(images/send_btn-trans.png);
	background-repeat: no-repeat;
	position: relative;
	left: 210px;
}

form li input {
	width: 260px;
	height: 23px;
	text-align: left;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #D7E8FF;
}

form li textarea {
	width: 260px;
	height: 120px;
	text-align: left;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #D7E8FF;
}

/*-- jquery form css --*/

label{
}

label.error {
	font-weight:normal;
	color:red;
	text-align:left;
	width:140px; 
	margin-left:420px;
	margin-top: -20px;
	background: transparent url(/images/cancel.png) no-repeat scroll left; 
}
input.text-input {
}

label#name_label {
}

input#name {
}

label#name_error  {
}

label#email_label {
}

input#email {
}

label#email_error {
}

label#phone_label { 
}

input#phone {
}


label#phone_error {
}

textarea#question {

}

input.button {
}

input.button:hover	{
}

input.button:focus {
	outline: hidden;
}

input.button:active {
	outline: hidden;
}

#success {
	width: 400px;
	height: 40px;
	margin: 0 auto;
}

#message {
	width:400px; 
	margin: 0 auto; 
	position: relative; 
	top: -20px; 
}
#message h2	{ 
	font-size:1.7em; 
	color:#a30101; 
}
#message p	{ 
	color:#a30101; 
	font-weight:bold;
}
#checkmark	{
}

/*-- END CONTACT --*/

/*--MEDIA--*/

#media_container {

}

#media_container h2,h3,h4,h5,h6 {
	padding: 0 0 0 10px;
}

#media_container p {
	padding: 0 0 0 10px;
}


.cd {
	float: left;
	width: 90px;
	height: 90px;
	border: 1px solid #fff2bf;
	margin: 10px;
	background-image: url(images/cd.jpg);
	background-repeat: no-repeat;
}

.cdtitle {
	font-size: 1.05em;
	padding: 8px;
	line-height: 1.2em;
}

.track_list {
	float: left;
	width: 200px;
}

#photos {

}

#photos h6.first {
	padding-top: 20px;
}

#photos h6 {
	padding-top: 40px;
}

#photos ul {
	padding: 0 0 60px 0;
}

#photos ul li {
	float: left;
	position: relative;
	display: block;
	width: 90px;
	height: 90px;
	background-color: #FFFFFF;
	margin: 5px;

}

#photos ul li:hover {
	background-color: #a30101;
}

#photos ul li img{
	padding: 5px;
}

#fliers {
	position: relative;
	top: -10px;
}

#fliers ul {

}

#fliers ul li {
	float: left;
	position: relative;
	display: block;
	width: 90px;
	height: 90px;
	background-color: #FFFFFF;
	margin: 5px;

}

#fliers ul li:hover {
	background-color: #a30101;
}

#fliers ul li img{
	padding: 5px;
}

/*-- JQUERY TABS --*/


/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
	color: #FFFBF2;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 9px;
	/*
	background-color: #131313;
	*/
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
/*
	background-color: #131313;
*/
	/*background: #fff;*/ /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}


/*-- END JQUERY --*/

