/*    MCN default colors css template - edited 10.08 */
/*-----------------------------------
Jeremy Crady CHUMP site 759 - based on SLOlsen
------------------------------------*/
/* Layout */
html {
	margin:0;
	padding:0;
	text-align:center;
	background: #fefefe url(images/bg.jpg) no-repeat scroll center top;
}
body {
	font-family: Georgia, Times New Roman, serif;
	text-align:center;
	margin: 0 auto;
	color: #3a2d23;
	background: none;
}

a {	color: #fc7c19;}


A:hover {
	COLOR: #EF952C;
	text-decoration: underline;
}
#ft {	color:#ec8b3c;
	border-top:1px solid #B4A48D;
}
#ft a {
	color: #333;
}
#ft a:hover {
	color:#EF952C;
}

.titleLrg,
.titleSml,
h3,
strong.songClosed  {
	color:#000;
}

strong.reviewTitle,
strong.songOpen,
#modCalendar .date,
#modNews small,
.contentHiSml,
.contentHi {
	color: #000;
	font-style: italic;
}
.content{
	line-height: 150%;
}
.picRightBrd, .picLeftBrd, .iconImg,
#modNews img.iconImg, #modGallery img, .albumDetail img{
		border: 4px solid #fff;
}
#blogBox a,
#modCalendar .item,
#modNews a .item { /* news record display, list view */
	border-left: 6px solid #C4AE87;
		color: #3a2d23;

}
#blogBox a:hover ,
#modNews a:hover .item {
	background:#FAF7F2;
	border-left: 6px solid #AB400A;
}

#modCalendar li.tickets a,
#modCalendar li.mg1 a,
#modCalendar li.mg2 a,
input.btn,  
.e2ma_signup_form_button_row input {
    color:#fff;
    background:#F77714 url(domain/bin/css/glassyBtn.png) repeat-x scroll 0 -34px;
	_background-image:none;
    border:1px solid #F77714;
}
#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:gold url(domain/bin/css/glassyBtn.png) repeat-x scroll 0 -34px;
    border:1px solid gold;
    color:#111;
    _background-image:none;
}

/*-------------------------------------------
N A V I G A T I O N
-------------------------------------------*/
#vNavBox {
}
#vNav a {
	color:#ccc;
}
#vNav a:hover {
	color: #fff;
}

.e2ma_signup_form_row,
#songList ol li,
.albumDetail{ /*album description container div */
	border-bottom:1px dashed #cbb38e;

}

#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 {

}
.checkoutEven, .calendarEven {
	background:#FAF7F2;
}
.calendarHdr, .checkoutHdr {
	color: #fff;
	background-color: #3a3a3a;
}

#songList li:hover{
background: #F6F5F3;
}

/*----------------------------------
S I D E B A R
----------------------------------*/
#basketBox, #calendarSmlBox, #newsSmlBox, #search {
	background:transparent url(images/bg_transparentBlack.png) repeat scroll left top;
	padding: 0px;
	margin-bottom: 8px;
	color:#FFFFCC;
}

.calendarHdr, 
#basketBox h3, #calendarSmlBox h3,#newsSmlBox h3 {

}
#calendarSmlBox h3,#newsSmlBox h3 {
	text-indent:-99999px;
}

#calendarSmlBox h3{background: #200e00 url(images/bg_TourSmlHeader.gif) 5px 5px no-repeat scroll;}
#newsSmlBox h3 {background: #200e00 url(images/bg_NewsSmlHeader.gif) 5px 5px no-repeat scroll;}


.rssembed li,
#calendarSmlBox li a,
#newsSml li a {
	border-bottom: 1px dotted #999;
	color:#bbb;
}
#calendarSmlBox li a:hover,
#newsSml li a:hover{
	color:#fff;

}
#calendarSmlBox li a:hover, #newsSml li a:hover{
	background:transparent url(images/bg_transparentBlack.png) repeat scroll left top;

}
#calendarSmlBox p, #newsSmlBox p { 
	color:#EF952C;
}
#calendarSmlBox h6 {/*Current Presales, Upcoming Presales */
	color:#fff;
}
.banner{
     border:none;
}
* HTML #basketBox, * HTML #calendarSmlBox, * HTML #loginBox, * HTML #logoutBox,* HTML #newsSmlBox {/* PNG Alpha IE Win ONLY */
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/bg_transparentBlack.png', sizingMethod='scale');
}
