/*    MCN default colors css template - edited 10.08 */
/*-----------------------------------
Melinda Doolittle 857
------------------------------------*/

/* Layout */
html {
	background:#312122 url(images/bgRepeatingX.jpg) repeat-x fixed left top;
}
body {
	background:transparent url(images/bgRepeatingY.gif) repeat-y scroll center top;
	color:#c4c1c1;
}
a {
	color:#AF8386;
}
A:hover {
	COLOR: #fff;
	text-decoration: underline;
}
#ft {
	color: #5F5354;
}
#ft a {
	color: #8F7D7F;
}
#ft a:hover {
	color:#fff;
}


.titleSml,
h3,
strong.songClosed  {
	color:#fff;
}

strong.reviewTitle,
strong.songOpen,
#modNews small,
.contentHiSml,
.contentHi {
	color: #aaa;
}
#modCalendar .date{
color:#AF8386;
}

.picRightBrd, .picLeftBrd, .iconImg,
#modNews img.iconImg, #modGallery img, .albumDetail img{
	border: 2px solid #666;
}
#blogBox a,
#modCalendar .item,
#modNews a .item { /* news record display, list view */
	border-bottom:1px dotted #555;
}
#blogBox a:hover,
#modNews a:hover .item {
	background:transparent url(domain/bin/css/grid000.gif) repeat 0 0;
	border-bottom:1px dotted #ccc;
	color: #AF8386;
}

#modCalendar li.tickets a,
#modCalendar li.mg1 a,
#modCalendar li.mg2 a,
input.btn,  
.e2ma_signup_form_button_row input {
    color:#fff;
    background:#2F1D1F url(/domain/bin/css/glassyBtn.png) repeat-x scroll 0 -33px;
	_background-image:none;
    border:2px solid #5F3B41;
}
#modCalendar li.tickets a:hover,
#modCalendar li.mg1 a:hover,
#modCalendar li.mg2 a:hover,
#modCalendar li.pre a:hover,
.btn:hover,  
.e2ma_signup_form_button_row input:hover {
    background:#AF8B2B url(/domain/bin/css/glassyBtn.png) repeat-x scroll 0 -33px;
    border:2px solid #FFE08F;
    _background-image:none;
}

/*-------------------------------------------
N A V I G A T I O N
-------------------------------------------*/
#vNavBox {
}
#vNav a {
	color:fff;
}
#vNav a:hover {
}


.e2ma_signup_form_row,
#songList ol li,
.albumDetail{ /*album description container div */
	border-bottom:1px dotted #7F5F62;

}

#modCalendar li.tickets a, #modCalendar li.mg1 a, #modCalendar li.mg2 a, #modCalendar li.pre a,
#modCalendar li.tickets a:hover, #modCalendar li.mg1 a:hover, #modCalendar li.mg2 a:hover, #modCalendar li.pre a:hover{
	_background-image:none; /* png fix for ie6 */
}

.checkoutOdd, .calendarOdd {
    background:url(/domain/bin/css/grid000.gif) repeat scroll left top;
}
.checkoutEven, .calendarEven {
}
.calendarHdr, .checkoutHdr {
	color: #fff;
	background-color: #7F575B;
}



/*----------------------------------
S I D E B A R
----------------------------------*/
#basketBox, #calendarSmlBox, #newsSmlBox, #loginBox, #search{
	border:none;
	background:transparent url(images/bgNewsCal.png) repeat 0 0;
}
.calendarHdr, .checkoutHdr ,{
   color:#DEE5DE;
}
#basketBox h3{
	font-size: 100%;
	display: block;
	background:#4F3638;
	padding: 2px;
	width: 270px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	line-height: 190%;
}
#basketBox h3 span{
	color: #AC8989;
}
#basketBox{
	border: 8px solid #61513c;
	border-left: 8px solid #61513c;
	border-right: 8px solid #61513c;
	width: 275px;
	padding: 5px;
	color: #fff;
}
#basketBox form{
	margin-top: 5px;
}
#newsSmlBox h3 {
	background: transparent url(images/newsSml.gif) no-repeat scroll left top;
}
#calendarSmlBox h3 {
	background: transparent url(images/calendarSml.gif) no-repeat scroll left top;
}
#calendarSmlBox li a,
#newsSml li a {
	color: #fff;
}
#calendarSmlBox li a:hover, #newsSml li a:hover {
	color: #fff;
	background:#5F4D4D;

}
#calendarSmlBox p, #newsSmlBox p { 
	color:#FFEE9F;
}
#calendarSmlBox h6 {/*Current Presales, Upcoming Presales */
	color:#fff;
	background: #312122;
}
#loginBox, #logoutBox {
	width: 280px;
	border: 8px solid #61513c;
	padding-right: 5px;
}
#logoutBox{
	width: 272px;
	background: #312122;
}
#logoutBox a{
	color:#fff;
}
#logoutBox a:hover{
	color:#AC8989;
}
#loginBox h3{
	font-size: 130%;
	text-transform: uppercase;
	color:#312122;
	padding: 0;
	margin:5px 0 8px 0;
}
h3.albumBuyBtn a{
	text-transform:uppercase;
	font-size:60%;
	text-decoration:none;
	_background:#2F1D1F;	
	padding:3px 6px;
	margin:0 0 8px 0px;
    color:#fff;
    background:#2F1D1F url(/domain/bin/css/glassyBtn.png) repeat-x scroll 0 -33px;
	_background-image:none;
    border:2px solid #5F3B41;

}
h3.albumBuyBtn a:hover{
	background: #AC8989 url(domain/bin/css/glassyBtn.png) repeat-x 0 -33px;
	_background:#AC8989;	
	color:#fff;
}

.sidebar .banner{
	margin: 0px 0 8px 0;
	border:none;
}

td {
	text-align:left;
}

/*    MCN default colors css template - edited 10.08 */
/*-----------------------------------
Melinda Doolittle 857
------------------------------------*/

/* Layout */
html {
	background:#312122 url(images/bgRepeatingX.jpg) repeat-x fixed left top;
}
body {
	background:transparent url(images/bgRepeatingY.gif) repeat-y scroll center top;
	color:#c4c1c1;
}
a {
	color:#AF8386;
}
A:hover {
	COLOR: #fff;
	text-decoration: underline;
}
#ft {
	color: #5F5354;
}
#ft a {
	color: #8F7D7F;
}
#ft a:hover {
	color:#fff;
}


.titleSml,
h3,
strong.songClosed  {
	color:#fff;
}

strong.reviewTitle,
strong.songOpen,
#modNews small,
.contentHiSml,
.contentHi {
	color: #aaa;
}
#modCalendar .date{
color:#AF8386;
}

.picRightBrd, .picLeftBrd, .iconImg,
#modNews img.iconImg, #modGallery img, .albumDetail img{
	border: 2px solid #666;
}
#blogBox a,
#modCalendar .item,
#modNews a .item { /* news record display, list view */
	border-bottom:1px dotted #555;
}
#blogBox a:hover,
#modNews a:hover .item {
	background:transparent url(domain/bin/css/grid000.gif) repeat 0 0;
	border-bottom:1px dotted #ccc;
	color: #AF8386;
}

#modCalendar li.tickets a,
#modCalendar li.mg1 a,
#modCalendar li.mg2 a,
input.btn,  
.e2ma_signup_form_button_row input {
    color:#fff;
    background:#2F1D1F url(/domain/bin/css/glassyBtn.png) repeat-x scroll 0 -33px;
	_background-image:none;
    border:2px solid #5F3B41;
}
#modCalendar li.tickets a:hover,
#modCalendar li.mg1 a:hover,
#modCalendar li.mg2 a:hover,
#modCalendar li.pre a:hover,
.btn:hover,  
.e2ma_signup_form_button_row input:hover {
    background:#AF8B2B url(/domain/bin/css/glassyBtn.png) repeat-x scroll 0 -33px;
    border:2px solid #FFE08F;
    _background-image:none;
}

/*-------------------------------------------
N A V I G A T I O N
-------------------------------------------*/
#vNavBox {
}
#vNav a {
	color:fff;
}
#vNav a:hover {
}


.e2ma_signup_form_row,
#songList ol li,
.albumDetail{ /*album description container div */
	border-bottom:1px dotted #7F5F62;

}

#modCalendar li.tickets a, #modCalendar li.mg1 a, #modCalendar li.mg2 a, #modCalendar li.pre a,
#modCalendar li.tickets a:hover, #modCalendar li.mg1 a:hover, #modCalendar li.mg2 a:hover, #modCalendar li.pre a:hover{
	_background-image:none; /* png fix for ie6 */
}

.checkoutOdd, .calendarOdd {
    background:url(/domain/bin/css/grid000.gif) repeat scroll left top;
}
.checkoutEven, .calendarEven {
}
.calendarHdr, .checkoutHdr {
	color: #fff;
	background-color: #7F575B;
}



/*----------------------------------
S I D E B A R
----------------------------------*/
#basketBox, #calendarSmlBox, #newsSmlBox, #loginBox, #search{
	border:none;
	background:transparent url(images/bgNewsCal.png) repeat 0 0;
}
.calendarHdr, .checkoutHdr ,{
   color:#DEE5DE;
}
#basketBox h3{
	font-size: 100%;
	display: block;
	background:#4F3638;
	padding: 2px;
	width: 270px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	line-height: 190%;
}
#basketBox h3 span{
	color: #AC8989;
}
#basketBox{
	border: 8px solid #61513c;
	border-left: 8px solid #61513c;
	border-right: 8px solid #61513c;
	width: 275px;
	padding: 5px;
	color: #fff;
}
#basketBox form{
	margin-top: 5px;
}
#newsSmlBox h3 {
	background: transparent url(images/newsSml.gif) no-repeat scroll left top;
}
#calendarSmlBox h3 {
	background: transparent url(images/calendarSml.gif) no-repeat scroll left top;
}
#calendarSmlBox li a,
#newsSml li a {
	color: #fff;
}
#calendarSmlBox li a:hover, #newsSml li a:hover {
	color: #fff;
	background:#5F4D4D;

}
#calendarSmlBox p, #newsSmlBox p { 
	color:#FFEE9F;
}
#calendarSmlBox h6 {/*Current Presales, Upcoming Presales */
	color:#fff;
	background: #312122;
}
#loginBox, #logoutBox {
	width: 280px;
	border: 8px solid #61513c;
	padding-right: 5px;
}
#logoutBox{
	width: 272px;
	background: #312122;
}
#logoutBox a{
	color:#fff;
}
#logoutBox a:hover{
	color:#AC8989;
}
#loginBox h3{
	font-size: 130%;
	text-transform: uppercase;
	color:#312122;
	padding: 0;
	margin:5px 0 8px 0;
}
h3.albumBuyBtn a{
	text-transform:uppercase;
	font-size:60%;
	text-decoration:none;
	_background:#2F1D1F;	
	padding:3px 6px;
	margin:0 0 8px 0px;
    color:#fff;
    background:#2F1D1F url(/domain/bin/css/glassyBtn.png) repeat-x scroll 0 -33px;
	_background-image:none;
    border:2px solid #5F3B41;

}
h3.albumBuyBtn a:hover{
	background: #AC8989 url(domain/bin/css/glassyBtn.png) repeat-x 0 -33px;
	_background:#AC8989;	
	color:#fff;
}

.sidebar .banner{
	margin: 0px 0 8px 0;
	border:none;
}

td {
	text-align:left;
}

#downloadForm {background: url(js/popup_bg.jpg) top center scroll no-repeat; padding: 10px;color: #241818; font-weight: bold; font-size: 100%;}

#downloadForm small{color: #5B4444;}

#downloadForm li {list-style: none;}

#et_Form li {list-style: none;}

#fbtable a:hover {color: #5B4444;}

#frmEmail label, #frmEmail p {color: #241818;}

#frmEmail {background: #CDCED3; padding: 15px 3px 3px 3px;}
