/* @group CSS Reset */

html, body, div, span, applet, object, iframe,blockquote, pre, a, abbr, acronym, address, big, cite, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;	border-spacing: 0;}

/* @end */

/* @group Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
.clearfix {display: inline-block;} 
html[xmlns] .clearfix {display: block;} 
* html .clearfix {height: 1%;}

/* @end */

html {
	background-color: #000;
}

body {
	font: 11px/16px Helvetica, Arial, Geneva, sans-serif;
	padding: 100px 0;
	background-repeat: no-repeat;
	background-position: center top;
}

body.bg1 {
	background: url(../imgs/bg-about.jpg) repeat center top;
}
body.bg2 {
	background: url(../imgs/bg-home.jpg) repeat center top;
}
body.bg3 {
	background: url(../imgs/bg-listen.jpg) repeat center top;
}
body.bg4 {
	background: url(../imgs/bg-watch.jpg) repeat center top;
}
body.bg5 {
	background: url(../imgs/home2.jpg) repeat center top;
}

#container {
	width: 880px;
	margin: 0 auto;
	height: 500px;
	background-color: #000;
	padding: 10px;
}

h1.main-hdr a {
	text-indent: -9999px;
	display: block;
	height: 80px;
	width: 330px;
	margin-left: 8px;
	float: left;
	background: url(../imgs/index.jpg) no-repeat left -9px;
}

h2 {
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 0 18px;
	color: #fff;
}

h3 {
	font-size: 12px;
	margin-bottom: 4px;
	border-bottom: 1px solid #333;
}

p {
	margin: 3px 0;
}

#main-nav {
	overflow: hidden;
	float: right;
	margin: 28px 18px;
}

#main-nav li {
	float: left;
	text-transform: uppercase;
	border-left: 1px solid #fff;
	padding: 0 5px;
	font-size: 9px;
	font-weight: bold;
}

#main-nav li.active a {
	border-bottom: 2px solid;
	padding-bottom: 1px;
}

#main-nav li.first {
	border: none;
}

#main-nav li a {
	text-decoration: none;
	color: #fff;
}

#main-nav li a:hover {
	color: #666;
}

.content {
	clear: both;
	overflow: hidden;
}

.module {
	float: left;
	width: 300px;
	margin: 8px 10px 8px 0;
}

.module.news,
.module.about,
.module.dates,
.module.press,
.module.photo-thanks {
	color: #ccc;
	height: 390px;
	overflow: auto;
	padding-right: 16px;
}

.module.contact {
	width: 250px;
}

.news li,
.dates li,
.press li,
.photo-thanks li {
	margin: 4px 0 20px 16px;
	list-style-type: circle;
	padding-left: 4px;
}

.news li a,
.dates li a,
.press li a,
.photo-thanks li a {
	color: #fff;
}

.photo-thanks ul {
	margin-top: 16px;
	font-weight: bold;
	font-size: 12px;
}

.photo-thanks li {
	margin: 0 0 6px 16px;
}

.module.about p {
	margin: 10px 0;
}

.module.dates {
	margin-right: 0;
	margin-bottom: 0;
	height: 398px;
}

.press ul {
	margin-bottom: 36px;
}

.dates li span.date {
	display: block;
	font-weight: bold;
}

.right-module {
	float: right;
	margin: 6px 0;
}

.videos.right-module {
	margin-top: 0;
}

.press-kit {
	width: 540px;
	color: #fff;
}

.press-kit ul {
	overflow: hidden;
	margin-bottom: 20px;
}

.press-kit ul li {
	float: left;
	font-weight: bold;
	text-align: center;
	margin: 0 20px 0 0;
}

.press-kit a {
	font-weight: bold;
	color: #eee;
}

#listen .albums {
	width: 500px;
	overflow: hidden;
}

#listen .albums li img {
	margin-bottom: 4px;
}

#listen .albums li input {
	margin-top: 4px;
}

#listen .albums li {
	line-height: 12px;
	width: 120px;
	margin: 0 20px;
	height: 200px;
	font-weight: bold;
	color: #fff;
	float: left;
	text-align: center;
}

#listen .albums li select {
	width: 120px;
	margin-top: 6px;
}

.order table {
	width: 400px;
	margin: 0 0 0 10px;
}

.order table td {
	padding: 18px;
}

.player {
	width: 400px;
	text-align: center;
}

.left-img{
	height: 406px;
	float: left;
	background: url(../imgs/rotary4001.jpg) no-repeat -14px -14px;;
	width: 298px;
	margin-right: 20px;
}

#videos .left-img {
	background-image: url(../imgs/rotary4003.jpg);
}

#upcoming-shows .left-img {
	width: 540px;
	background: url(../imgs/press-img2-bg.jpg) center center;
}

#contact .left-img {
	width: 560px;
	margin-right: 60px;
	background: url(../imgs/press-img1-bg.jpg) center center;
}

.contact label {
	display: block;
	margin: 4px 0 2px 0;
	color: #fff;
	font-weight: bold;
}

.contact input {
	margin-bottom: 12px;
	border: 0;
	padding: 4px;
	width: 200px;
}

.contact textarea {
	width: 200px;
	padding: 4px;
	border: 0;
}

.contact input.submit {
	display: block;
	margin-top: 10px;
	background-color: #666;
	color: #fff;
	padding: 6px 8px;
	width: auto;
	text-transform: uppercase;
}


.alert-good, .alert-bad {
	color: #006699;
	padding: 3px 3px 2px 22px;
	line-height: 19px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	background: #FFFFCC url(../imgs/accept-icon.png) no-repeat 2px center;
	border: #EDD4A0 1px solid;
}

.alert-bad {
	color: #fb1612;
	background: #FFFFCC url(../imgs/cancel-icon.png) no-repeat 2px center;
}











