/* reset */
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, 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;
	font-size:100%;
	vertical-align:baseline;
	border:0;
	outline:0;
	background:transparent;
}

blockquote,
q {
	quotes:none;
}

:focus {
	outline:0;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* cufon */
.cufon-loading h1 {
  visibility: hidden !important;
}

/* defaults */

html, 
body {
	margin:0;
	padding:0;
	font-family:"Arial", sans-serif;
	font-size:12px;
	line-height:18px;
}

body {
	background:#6f7989;
	color:#6f7989;
}

h1 {
	margin-top:9px;
	margin-bottom:9px;
	display:block;	
	font-size:28px;
	font-weight:bold;
	line-height:34px;
	text-transform:uppercase;
	color:#d4ac20;
}

#Page.yellow #Content .rightColumn h1 {
	color:#363636;
}

h2 {
	margin-bottom:9px;
	font-size:18px;
	font-weight:normal;
	color:#d4ac20;
	line-height:18px;
}

#Page.yellow #Content .rightColumn h2 {
	color:#fff;
}

h3 {
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color:#535e71;
}

h4 {
	font-size:12px;
	line-height:18px;
	color:#535e71;
}

#Page.yellow #Content .rightColumn h4 {
	color:#fff;
}

a, a:visited {
	text-decoration:underline;
	color:#d4ac20;
}

#Page.yellow #Content .rightColumn a {
	color:#fff;
}

a:hover {
	text-decoration:none;
}

a img {
	border:none;
}

:focus {
	outline:none;
}

p {
	margin:0;
	margin-bottom:18px;
	padding:0;
}

ul, ol {
	margin:0;
	margin-bottom:18px;
	padding:0;
	padding-left:18px;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom:0;
}

#Page {
	margin:auto;
	width:792px;
}

#Header {
	position:relative;
	height:150px;
	width:792px;
	color:#fff;
}

#Header h1 {
	margin:0;
	position:absolute;
	left:0;
	bottom:32px;
	overflow:hidden;
}

#Header h1 a {
	display:block;
	width:440px;
	height:55px;	
	background:url('../images/logo.png') no-repeat 0 0;
	overflow:hidden;
}

#Header h1 a:hover {
	background-position:0 100%;
}

#Header h1 span {
	position:absolute;
	left:-900em;
}

#Navigation {
	/* padding:0 5px; */
	padding-left:6px;
	position:absolute;
	left:0;
	bottom:0;
	/* width:782px; */
	width:786px;
	height:32px;
	background-color:#363636;
	overflow:hidden;
}

#Navigation ul {
	margin:0;
	padding:0;
	list-style:none;
}

#Navigation li {
	margin-left:33px;
	position:relative;
	display:block;
	float:left;
}

#Navigation a {
	display:block;
	height:32px;
	color:#fff;
	text-decoration:none;
}

#Navigation a:hover {
	background-position:0 -32px;
}

#Navigation li.current a,
#Navigation li.section a {
	background-position:0 -64px;
}

#Navigation a span.hidden {
	position:absolute;
	left:-900em;
}

#Subscribe {
	position:absolute;
	bottom:42px;
	right:0;
	width:222px;
	font-size:10px;
	font-weight:bold;	
}

#Subscribe h2 {
	position:relative;
	display:block;
	width:220px;
	height:12px;
	background:url('../images/subscribe.png') no-repeat 0 0;
}

#Subscribe h2 span {
	position:absolute;
	left:-900em;
}

#Subscribe form {
	margin:0;
	padding:0;
}

#Subscribe .text {
	margin:0;
	margin-right:9px;
	padding:4px 12px;
	display:block;
	width:130px;
	height:13px;
	font-size:10px;
	color:#363636;
	background:url('../images/subscribeTextbox.png') no-repeat 0 0;
	border:none;
	overflow:hidden;
}

#Subscribe input {
	float:left;
}

#Subscribe label.error {
	margin:0;
	padding:2px;
	display:block;
	font-size:10px;
	font-weight:bold;
	color:#fff;
}

#Content {
	width:792px;
	height:436px;
	background-color:#fff;
	overflow:hidden;
}

#Content .leftColumn {
	width:396px;
	height:436px;
	float:left;
}

#Content .rightColumn {
	padding-top:18px;
	width:396px;
	height:418px;
	float:right;
	overflow:hidden;
}

#Content.home .rightColumn {
	padding:0;
	width:396px;
	height:436px;
}

#Page.yellow #Content .rightColumn {
	color:#fff;
	background-color:#d4ac20;
}

#Content .rightColumn .title {
	padding:0 26px;
	width:344px;
	height:52px;
	overflow:hidden;
}

#Content.home .rightColumn #Shows .title {
	padding:0;
	height:61px;
	width:auto;
	overflow:hidden;
}

#Content .rightColumn .wrapper {
	padding:0 26px;
	width:344px;
	height:366px;
	overflow:auto;
}

#Content.home .rightColumn #Shows .wrapper {
	padding:0;
	width:auto;
	height:228px;
	overflow:auto;
}

#Content .rightColumn #News .wrapper,
#Content .rightColumn #Shows .wrapper {
	height:334px;
}

#Footer {
	color:#fff;
	overflow:hidden;
}

#Footer a,
#Footer a:visited {
	color:#fff;
	text-decoration:none;
}

#Footer a:hover {
	text-decoration:underline;
}

#Footer li.current a {
	color:#d4ac20;
}

#Footer .leftColumn {
	width:396px;
	float:left;
}

#Footer .leftColumn ul {
	margin:9px 0 3px 0;
	padding:0;
	list-style:none;
	font-weight:bold;
	text-transform:lowercase;
	overflow:hidden;
}

#Footer .leftColumn li {
	padding:0 5px;
	line-height:12px;
	float:left;
	border-right:2px solid #fff;
}

#Footer .leftColumn li.first {
	padding-left:0;
}

#Footer .leftColumn li.last {
	border:none;
}

#Footer .rightColumn {
	margin-top:10px;
	width:396px;
	text-align:right;
	float:right;
}

#Footer .copyright {
	display:block;
	font-size:10px;
	clear:both;
}

#News h2 {
	margin-bottom:0;
}

#News .item {
	margin-bottom:18px;
}

#News .date {
	margin:3px 0 18px 0;
}

#Content.home #Shows {
	padding:27px 0 9px 26px;
	width:185px;
	height:280px;
	float:left;
	overflow:hidden;
}

#Content.home #Shows h1 {
	margin:0;
}

#Shows p {
	font-size:11px;
	line-height:14px;
}

#Content.home #Shows p {
	margin-bottom:9px;
}

#Shows span {
	color:#535e71;
}

#Shows .date {
	margin-bottom:9px;
}

#Content .rightColumn #About .wrapper {
	height:290px;
}

#About .links {
	height:76px;
	background:#535e71;
	overflow:hidden;
}

#About .links a {
	font-weight:bold;
	color:#d4ac20 !important;
}

#About .links a:hover {
	text-decoration:none;
}

#About .links p {
	margin:0;
	font-size:10px;
	color:#fff;
	line-height:14px;
}

#About .links .icon {
	margin-top:2px;
	margin-right:5px;
	margin-bottom:20px;
	float:left;
}

#About .links .left,
#About .links .right {
	padding:10px 0 5px 0;
	width:188px;
	overflow:hidden;
}

#About .links .left {
	padding-left:10px;
	float:left;
}

#About .links .right {
	padding-right:10px;
	float:right;
}

#Quote {
	width:185px;
	height:316px;
	float:right;
	overflow:hidden;
}

#Quote .item {
	padding:27px 0 9px 0;
	width:185px;
	height:280px;
	font-size:11px;
	background-color:#535e71;
	overflow:hidden;
}

#Quote p {
	margin-bottom:9px;
	padding:0 10px 0 30px;
}

#Quote p span {
	display:block;
}

#Quote p a {
	text-decoration:none;
}

#Quote p a:hover {
	text-decoration:underline;
}

#Quote .readMore {
	position:absolute;
	right:10px;
	bottom:9px;
	padding:0 18px 0 0;
	color:#d4ac20 !important;
	background:url('../images/quote_readMore.png') no-repeat 100% 50%;
}

#Content.home #Music {
	padding:12px 0 12px 26px;
	position:relative;
	height:96px;
	background:#fff;
	overflow:hidden;
}

#Content.home #Music h1 {
	margin:0;
	display:block;
	width:72px;
	height:82px;
	overflow:hidden;
	float:left;
}

#Content.home #Music .items {
	overflow:hidden;
}

#Content.home #Music .item {
	margin-top:6px;
	margin-right:10px;
	width:82px;
	height:82px;
	float:left;
	overflow:hidden;	
}

#Content.home #Music .item img {
	border:1px solid #6f7989;
}

#Content.home #Music .readMore {
	position:absolute;
	right:10px;
	top:48px;
	display:block;
	width:10px;
	height:16px;
	text-indent:-900em;
	background:url('../images/music_readMore.png') no-repeat 0 0;
	overflow:hidden;
}

.archiveLink {
	padding:0 26px;
	background-color:#535e71;
	height:32px;
	text-align:right;
	font-weight:bold;
	line-height:32px;
	overflow:hidden;
}

.archiveLink a {
	color:#fff;
}

.archiveLink a:hover {
	text-decoration:none;
}

.discography .title {
	height:72px !important;
}

.discography .title .left {
	width:120px;
	float:left;
	color:#fff !important;
	overflow:hidden;
}

.discography .title .right {
	width:220px;
	font-size:10px;
	line-height:14px;
	float:right;
}

.discography .player {
	padding:0 26px;
	height:214px;
	overflow:hidden;
}

.discography .albums {
	padding:0 26px;
	height:100px;
	color:#535e71;
	background:#fff;
	overflow:auto;	
}

.discography .albums .image {
	width:82px;
	height:82px;
	overflow:hidden;
	float:left;
}

.discography .albums .image img {
	border:1px solid #6f7989;
}

.discography .albums .text {
	width:240px;
	float:right;
}

.discography .albums ul {
	margin:0;
	padding:0;
	list-style-position:outside;
	list-style:none;
}

.discography .albums li {
	padding:10px 0;
	display:block;
}

.discography .albums a {
	color:#d4ac20 !important;
}

.discography .albums a:hover {
	text-decoration:none;
}

.clear {
	clear:both;
}

/* form styles */

form {
	margin-bottom:18px;
	padding:0;
	overflow:hidden;
}

form .message {
	margin:0;
	margin-bottom:9px;
	font-weight:bold;
}

form .message.bad {
	color:#99471f;
}

input, textarea, select, label, legend {
	font-family:"Arial", sans-serif;
	font-size:12px;
	color:#333;
}

fieldset {
	overflow:hidden;
}

legend {
	display:none;
}

label {
	font-weight:bold;
}

label.error {
	display:block;
	margin-bottom:9px;
}

#Page.yellow #Content label {
	color:#fff;
}

.field {
	margin-bottom:9px;
}

#ForgotPassword {
	margin-top:9px;
}