/* WILLIE NELSON */
/* Club Luck Skin
----------------------------------------------------------------------------- */

/* HEADER
----------------------------------------------------------------------------- */

	.clubluck #header,
	div.messageboard #header {
	
	height: 315px;	
	position: relative;	
	background: url("images/bg-header.jpg") 0 33px no-repeat;
	
	}

	#header h1 {
		
	display: none;
	
	}
		
	
/* NAVIGATION
--------------------------------------------------------------------------- */

	#format {
		
	background: url("images/bg-navigation.png") top center repeat-x;
		
	}

	#navigation {

	background: url("images/li-nav.png") top right no-repeat;

	}

	#navigation > li {

	background: url("images/li-nav.png") top left no-repeat;

	}

	#navigation > li > a {

	color: #fff;
	text-shadow: -1px -1px #000;

	}

	#navigation > li > a:hover {

	color: #D5B553;

	}

	#navigation li.menu > a {

	color: #fff;
	background: url("images/a-menu.png") center right no-repeat;

	}

	#navigation li.menu > a:hover,
	#navigation li.menu.hover > a,
	.section-clubluck #navigation li.menu.clubluck > a,
	.section-photos #navigation li.menu.media > a,
	.section-wntv #navigation li.menu.media > a {

	color: #D5B553;
	background-image: url("images/a-menu-hover.png");

	}

/* Members Dropdown Menu */

	#navigation li ul {

	background: #333 url("images/bg-submenu.png") repeat-x;

	}

	#navigation li ul li a {

	border-bottom: 1px solid #000;

	}

	#navigation li ul li a {

	color: #ddd;

	}

	#navigation li ul li a:hover {

	background: #222;
	color: #fff;

	}

	#navigation li ul li:last-child a {

	border-bottom: 0;

	}


/* Current Page Hilight */

	.section-home.clubluck #navigation li.clubluck > a,
	.section-news #navigation li.news > a,
	#layout.messageboard #navigation li.forums > a,
	.section-music #navigation li.music > a,
	.section-tour #navigation li.tour > a,
	.section-photos #navigation li.media > a,
	.section-wntv #navigation li.media > a,
	.section-clubluck #navigation li.clubluck > a {

	color: #fff !important;

	}

	.section-home.clubluck #navigation li.clubluck,
	.section-news #navigation li.news,
	#layout.messageboard #navigation li.forums,
	.section-music #navigation li.music,
	.section-tour #navigation li.tour,
	.section-photos #navigation li.media,
	.section-wntv #navigation li.media,
	.section-clubluck #navigation li.clubluck {

	background: url("images/a-hilight.jpg") repeat-x; 	

	}

	.section-home.clubluck #navigation li.clubluck ul,
	.section-clubluck #navigation li.clubluck ul,
	.section-photos #navigation li.media ul,
	.section-wntv #navigation li.media ul {

	background: #ac1707; 	

	}

	.section-home.clubluck #navigation li.clubluck ul li a:hover,
	.section-clubluck #navigation li.clubluck ul li a:hover,
	.section-photos #navigation li.media ul li a:hover,
	.section-wntv #navigation li.media ul li a:hover {

	background: #d3241e;
	color: #fff;

	}


/* PAGE CONTENT
----------------------------------------------------------------------------- */


/* Headings */

	#title h2 {

	font: normal 40px/40px "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	background: #444;
	padding-bottom: 10px;
	position: relative;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	}

	#title h2 a {

	color: #fff;

	}

	#title h2 a:hover {

	color: #D6B758;

	}

	#title h2 span {

	color: #aaa;

	}

	h4, h4 a, h4 a:hover {

	clear: left;
	color: #d11e25;
	font: normal 16px/19px "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;

	}

	h3, div.display h4, div.display h4 a {

	color: #d6b758;
	font: bold 32px/32px Arial, "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	margin-top: -5px;

	}

	div.pane h3 {

	color: #d6b758;

	}

	div.group div h3 {

	color: #d6b758;

	}

	h3 em, h4 em, h3 span, h4 span {

	font-style: normal;

	}


/* Text */

	body {

	color: #fff;
	font: normal 14px/18px "Trebuchet MS", Arial, sans-serif;

	}

	div.display div.story,
	div.display div.about {

	font-size: 13px;
	line-height: 20px;

	}

	blockquote p {

	color: #ccc;
	font-size: 15px !important;
	line-height: 19px !important;

	}

	dt, label em, fieldset em {

	font-size: 13px;
	color: #fff;

	}

	small, small a {

	font-size: 9px;
	line-height: 16px;

	}

	div.form dt, label em, fieldset em {

	text-align: right;
	white-space: nowrap;

	}
	
	div.widget-editorial div.story p img + small,
	div.widget-editorial div.story p a.photo + small {
		
	background: #000;
	color: #ddd;
		
	}
	


/* Rules */

	dt, dd {

	border-top: 1px solid #999;

	}

	div.ruled ul.leads li, div.ruled ul.headlines li, div.ruled ul.comments li, div.ruled ul.subscriptions li, div.ruled ul.clips li {

	border-bottom: 1px solid #333;

	}

	div.ruled td {

	border-bottom: 1px solid #333 !important;

	}

	div.ruled div.tags {

	border-top: 1px solid #333;

	}

	div.widget-release table,
	div.widget-editorial.markdown div.story table {

	border-top: 2px solid #fff;

	}

	div.widget-release td,
	div.widget-editorial.markdown div.story table td {

	border-bottom: 1px solid #999;

	}


/* Tables */


	th {

	background-color: #d11e25;
	color: #fff;

	}


/* Form */

	input[type=text],
	input[type=search],
	input[type=password],
	input[type=file],
	select,
	textarea {

	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #fff;

	}

	textarea {

	border: 1px solid #dedede;

	}

	select#status {

	max-width: 310px;

	}

	fieldset {

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-color: #333;

	}


/* Inline Links */


	a {

	color: #d11e25;
	outline: none;
	text-decoration: none;

	}

	a:hover {

	color: #f00;

	}

	li ul.actions li {

	border: 0 !important;

	}

	li ul.actions a, .widget-item.display .topic .tags li {

	font-size: 11px;
	color: #555;
	background: #ccc;

	}

	li ul.actions a:hover {

	color: #333;
	background: #999;

	}

	table a,
	div.widget-media.titled div a {

	color: #d5b553;

	}


/* Action Buttons */


	a.action, ul.pages a, ul.pages strong {

	padding: 5px 8px;
	white-space: nowrap;
	line-height: 12px;
	color: #fff;
	text-transform: uppercase;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;

	}

	a.action, ul.pages a {

	background-color: #D11E25;

	}

	a.action:hover, ul.pages a:hover {

	background-color: #f00;

	}

	div#sidebar a.action {

	width: auto !important;
	height: auto !important;

	}

	ul.pages strong {

	background-color: #464646;
	font-weight: normal;

	}

	td a.details,
	td a.tickets,
	td a.presale {

	padding: 1px 5px;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;

	}

	td strong {

	text-transform: uppercase;
	line-height: 12px;

	}


/* Toggle Buttons */


	a.toggle, strong.toggle {

	background: #D11E25;
	padding: 5px;
	color: #fff;
	text-transform: uppercase;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

	}

	a.toggle:hover {

	background-color: #f00;

	}

	strong.toggle {

	background: #000;

	}

	ul.toggle li {

	background-color: #464646;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

	}

	ul.toggle label em {

	color: #fff;
	text-transform: uppercase;

	}


/* Comment Tallies */


	a.comments {

	width: 20px !important;
	max-width: none;
	height: 12px !important;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-right: 55px;
	float: left;
	display: block;
	color: #fff !important;
	font-size: 9px !important;
	line-height: 9px !important;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
	position: relative;
	overflow: visible !important;
	margin-top: 3px;

	}

	a.comments:hover {

	background-position: 0 -12px;

	}

	a.comments span {

	position: absolute;
	top: 0;
	left: 25px;
	color: #038dee !important;
	font-size: 10px !important;
	line-height: 10px !important;

	}

	a.comments:hover span {

	color: #41b1ff !important;

	}

	td a.comments {

	margin: 0 auto;
	padding-right: 0;
	float: none;

	}


/* TABS
----------------------------------------------------------------------------- */


	ul.tabs li a,
	ul.tabs li strong {

	background-color: #333;
	color: #000;
	font: normal 17px/17px Arial, sans-serif;
	text-transform: uppercase;

	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;

	}

	ul.tabs li a:hover {

	background-color: #d11e25;
	color: #fff;

	}

	ul.tabs li.selected a,
	ul.tabs li.selected strong,
	ul.tabs li.selected a:hover {

	background-color: transparent;
	background-image: url("images/bg-pane.png");
	color: #fff;
	border-bottom: 0;

	}

	ul.tabs.filters {
		
	background: #222;
		
	}
			
	ul.tabs.filters li.selected a, 
	ul.tabs.filters li.selected strong, 
	ul.tabs.filters li.selected a:hover {
		
	background-color: #D5B553;
	background-image: none;
	color: #000;
		
	}
	
	ul.tabs.filters li a {
		
	background-color: #666;
		
	}
	
	ul.tabs.filters li a:hover {
	
	background: #f8d361;	
	color: #000;
		
	}
	

/* PANES
----------------------------------------------------------------------------- */


	div.pane {

	background: url("images/bg-pane.png");
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	}

	div.tabbed div.pane {

	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;

	}


/* EMPHASIZED CONTENT
----------------------------------------------------------------------------- */


/* Tabs */


	div.emphasis ul.tabs li a {

	color: #700;
	background-color: #a11;

	}

	div.emphasis ul.tabs li a:hover {

	color: #fff;
	background-color: #f00;

	}

	div.emphasis ul.tabs li.selected a,
	div.emphasis ul.tabs li.selected strong,
	div.emphasis ul.tabs li.selected a:hover {

	color: #fff;
	background-color: #d11e25;
	background-image: none;

	}


/* Headings */


	div.emphasis div.pane h3,
	div.pane.emphasis h3 {

	color: #000;

	}


/* Panes */


	div.emphasis div.pane,
	div.pane.emphasis {

	background-color: #d11e25;
	background-image: none !important;

	}

	div.emphasis div.pane div.group,
	div.pane.emphasis div.group {

	color: #ccc;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	}


/* Inline Elements */


	p.emphasis {

	border-color: #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	}


/* Action Buttons */


	div.emphasis a.action,
	div.emphasis ul.pages a {

	background-color: #038DEE;

	}

	div.emphasis a.action:hover,
	div.emphasis ul.pages a:hover {

	background-color: #41b1ff;

	}


/* Large Action Buttons */


	ul.actions .emphasis a,
	.widget-item.display .purchase a.submit,
	ul.actions .emphasis + .submit a {

	font-size: 14px;
	line-height: 30px;
	padding: 3px 18px;

	}

	ul.actions .emphasis + .submit a {

	background-color: #cacbc6;

	}

	ul.actions .emphasis + .submit a:hover {

	background-color: #464646;

	}


/* FEATURES BOX
----------------------------------------------------------------------------- */


/* Text */


	div#features div.widget-media.player div.details a {

	color: #464646;
	line-height: 12px;
	text-transform: uppercase;

	}

	div#features #photos h4 {

	font-size: 12px;
	line-height: 40px;

	}

	div#features div.widget-photo h4 {

	color: #000;
	text-indent: 5px;

	}


/* Buttons */


	div#features a.browse {

	position: absolute;
	bottom: 22px;
	right: 20px;
	z-index: 4;

	}

	div#features #photos a#photos_back, div#features #photos a#photos_next {

	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	top: 140px;

	}

	div#features #photos a#photos_back:hover, div#features #photos a#photos_next:hover {

	background-color: #038DEE;

	}

	div#features #photos a#photos_back {

	left: 18px;

	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;

	}

	div#features #photos a#photos_next {

	right: 18px;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;

	}


/* Panes */

	div#features div.pane {

	margin-bottom: 0 !important;
	padding: 15px;
	position: relative;

	-moz-border-radius: 0;
	-webkit-border-radius: 0;

	}

	div#features div.widget-advertising {

	background-color: #d11e25;
	padding: 0 15px 15px 15px;

	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;

	}


/* Background */


	div#features div.widget-photo ul.photos li {

	background-color: #fff;
	padding: 3px;

	}

	div#features div.widget-media.player div.details {

	background-color: #fff;

	}


/* MEDIA PLAYER
----------------------------------------------------------------------------- */


/* Text */


	div.widget-media.player var strong {

	font-weight: normal;

	}

	div.widget-media.player var, div.widget-media.player var em {

	font-style: normal;

	}

	div.widget-media.player h4 {

	color: #000;
	text-indent: 5px;

	}


/* Buttons */


	div.widget-media.player a.again {

	width: 559px;
	height: 314px;
	background-color: #464646
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -5000px;

	}

	div.widget-media.player a.prompt {

	width: 424px;
	height: 240px;
	background-color: #464646
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -5000px;

	}

	div.widget-media.player ul.controls a.action {

	width: 13px;
	height: 13px;
	background-color: #038DEE;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	padding: 5px;
	text-indent: -5000px;

	}

	div.widget-media.player ul.actions a.action {

	background-color: #038DEE;

	}

	div.widget-media.player ul.controls a.action:hover, div.widget-media.player ul.actions a.action:hover {

	background-color: #41b1ff;

	}


/* Backgrounds */

	#featured div.widget-media.player {

	background-color: #d11e25 !important;

	}

	div.widget-media.player div.flash {

	background-color: #fff;
	padding: 3px;

	}

	div.widget-media.player ul.controls {

	background-color: #f0f0f0;

	}


/* ALERTS
----------------------------------------------------------------------------- */

	div.widget-alert h3, 
	div.widget-alert h4 {

	color: #fff;

	}

	div.widget-alert p {

	color: #fff;

	}

	div.widget-alert.error {

	background-color: #db0000;

	}

	div.widget-alert.success {

	background-color: #6ba144;

	}

	div.widget-alert.info {

	background-color: #1681ac;

	}

	div.widget-alert.added {

	background-color: #1681ac;

	}

	div.widget-alert a {

	color: #fff;
	text-decoration: underline;

	}


/* Inline Messages */


	fieldset.error input, fieldset.error strong, label.error input, label.error strong, fieldset.error em {

	color: #db0000;

	}

	fieldset.error {

	border-color: #db0000;

	}

	fieldset.error strong,
	label.error strong {

	font-size: 11px;
	font-weight: normal;

	}

	label.error input {

	background-color: #db0000;
	color: #fff;

	}


/* MEMBER LISTINGS
----------------------------------------------------------------------------- */

	div.card .member,
	ul.orders > li,
	.widget-order.details.pane .group {

	background-color: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

	}

	div.card .member dt.location,
	ul.items dt em,
	.widget-item.display .topic em {

	color: #038dee;

	}


/* STORE
----------------------------------------------------------------------------- */


/* Customer Bar */


	#customer {

		background: #858585;

		}

	#customer,
	#customer a {

		color: #fff;

		}


/* Departments: Header */


/* Departments: Sidebar */


	#sidebar #departments a {

	font: normal 18px/18px Arial, sans-serif;
	color: #000;
	text-transform: uppercase;
	width: 170px;
	padding: 10px 15px 10px 35px;

	}

	#sidebar #departments a:hover {

	color: #fff;
	background: #00afc7;

	}


	#sidebar #departments strong a {

	color: #fff !important;
	background: #000 !important;

	}

	#sidebar #departments ul ul {

	float: left;
	background: #000;

	}


/* Item Listings */


	ul.items li {

		background: #fff;

		}


/* MESSAGE BOARD
----------------------------------------------------------------------------- */

	#layout.messageboard #navigation > li {

	padding-top: 5px;
	height: 28px;

	}

	div.messageboard #title {

	padding: 0;
	margin-top: 0;
	position: relative;

	}

	div.messageboard #title h2 {
		
	margin: 0;
		
	}

	div.messageboard #navigation-messageboard {

	list-style: none;
	padding: 0;
	margin: 0;

	position: absolute;
	top: 57px;
	left: 310px;

	}

	div.messageboard #navigation-messageboard a span {

	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;

	}

	div.messageboard #navigation-messageboard a {

	color: #D6B758;

	}

	div.messageboard #navigation-messageboard a:hover {

	color: #fff;

	}

	div.messageboard #navigation-messageboard a img + img {

	display: none;

	}

	div.messageboard #title h2 {

	padding: 20px;

	}

	div.messageboard table {

	font-size: 13px;

	}

	div.messageboard img {

	margin-bottom: 0;

	}

	div.messageboard fieldset {

	border: 1px solid #464646;

	}

	div.messageboard .tcat {

	background-color: #333;
	color: #fff;
	text-transform: uppercase;

	}

	div.messageboard .tcat a {

	color: #D11E25;
	font-weight: bold;

	}

	div.messageboard .tcat a:hover {

	color: #f00;

	}

	div.messageboard .tcat div {

	text-transform: none;

	}

	div.messageboard .thead {

	background-color: #D11E25;
	color: #fff;

	}

	div.messageboard .thead a {

	color: #fff;

	}

	div.messageboard .thead a:hover {

	color: #000;

	}

	div.messageboard .tfoot {

	color: #fff;
	background-color: #333;

	}

	div.messageboard .alt1, div.messageboard .alt1Active, div.messageboard .alt2, div.messageboard .alt2Active {

	background: url("images/bg-pane.png");

	}

	div.messageboard .time {

	color: #f2df76;

	}

	div.messageboard .panelsurround {

	background-color: #333;

	}

	div.messageboard .vbmenu_control {

	background-color: #D6B758;

	}

	div.messageboard .vbmenu_control a {

	color: #000;

	}

	div.messageboard .vbmenu_popup {

	background-color: #000;
	border: 1px solid #000;

	}


/* CHECKOUT
----------------------------------------------------------------------------- */


/* Steps */


	#steps {

	background: #e6e6e6;

	}

	#steps a,
	#steps strong,
	#steps em {

	background: #999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;

	}


/* Step: Current */


	#steps strong {

	color: #fff;
	background: #00e0ff;

	}

	#steps strong var {

	color: #00e0ff;
	background: #fff;

	}


/* Steps: Completed & Next */


	#steps a,
	#steps em {

	color: #dcdcdc;
	background: #f7f7f7;

	}

	#steps a var,
	#steps em var {

	color: #f7f7f7;
	background: #dcdcdc;

	}


/* Legal */


	.section-checkout div.legal div {

	background: #f0f0f0;

	}

	.section-checkout div.legal div h3,
	.section-checkout div.legal div h4 {

	color: #222;

	}


/* Cart */


	table.order td,
	.widget-cart.modify table td,
	.widget-order.display table.summary td {

	border-color: #fff;

	}

	table.order tfoot,
	.widget-cart.modify table tfoot,
	.widget-order.display table.summary tfoot {

	color: #fff;
	background: #333; 

	}

	table.order tfoot a.action,
	.widget-order.display table.summary tfoot a.action {

	background: #555;

	}

	table.order tbody.items,
	.widget-cart.modify table tbody.items,
	.widget-order.display table.summary tbody.items {

	background: #f0f0f0;

	}

	table.order tbody.bonus,
	.widget-order.display table.summary tbody.bonus {

	background: #f7f7f7;

	}

	table.order tbody.discounts,
	.widget-order.display table.summary tbody.discounts {

	background: #fff;

	}

	table.order tr.shipping,
	.widget-cart.modify table tr.shipping,
	.widget-order.display table.summary tr.shipping {

	color: #222;
	background: #ccc2b2;

	}

/* BACKGROUNDS
----------------------------------------------------------------------------- */

	body {

	background: #1c1c1c url("images/bg-body.jpg") top center repeat-y;

	}

	div#footer {

	color: #ddd;
	background-color: #000;

	}
	
	
/* PROMPTS
----------------------------------------------------------------------------- */

	div.prompt {
		
	background: url("images/bg-pane.png");
		
	}
