/*    MCN default colors css template - edited 10.08 */
/*-----------------------------------
Katie Armiger 854
------------------------------------*/

/* Layout */
html {

	margin: 0;
	padding: 0;
}
body {
	background:#eee;
	color:#033;
	text-align:center;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	text align: center;
}
a {
	color:blue;
}
A:hover {
	COLOR: red;
	text-decoration: underline;
}
#ft {
}
#ft a {
}
#ft a:hover {
}

.titleLrg,
.titleSml,
h3,
strong.songClosed  {
	color:#000;
}

strong.reviewTitle,
strong.songOpen,
#modCalendar .date,
#modNews small,
.contentHiSml,
.contentHi {
	color: #690100;
}

.picRightBrd, .picLeftBrd, .iconImg,
#modNews img.iconImg, #modGallery img, .albumDetail img{
	border: 1px solid #000;
}
#blogBox a,
#modCalendar .item,
#modNews a .item { /* news record display, list view */
	border-bottom: 1px dotted #666;
}
#blogBox a:hover ,
#modNews a:hover .item {
	background:transparent url(domain/bin/css/gridCCC.gif) repeat 0 0;
	border-bottom:1px solid #666;
}

#modCalendar li.tickets a,
#modCalendar li.mg1 a,
#modCalendar li.mg2 a,
input.btn,  
.e2ma_signup_form_button_row input {
    color:#fff;
    background:#690100  url(domain/bin/css/glassyBtn.png) repeat-x scroll 0 -30px;
	_background-image:none;
    border:1px solid #690100;
}
#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:#369 url(domain/bin/css/glassyBtn.png) repeat-x scroll 0 -30px;
    border:1px solid #369;
    _background-image:none;
}

/*-------------------------------------------
N A V I G A T I O N
-------------------------------------------*/
#vNavBox {
}
#vNav a {
	color:#000;
}
#vNav a:hover {
color: red;
}


.e2ma_signup_form_row,
#songList ol li,
.albumDetail{ /*album description container div */
border-bottom:1px dotted #ccc;

}

#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/gridCCC.gif) repeat scroll left top;
}
.checkoutEven, .calendarEven {
}
.calendarHdr, .checkoutHdr {
	color: #000;
	background-color: #692404;
}



/*----------------------------------
S I D E B A R
----------------------------------*/
#basketBox, #calendarSmlBox, #newsSmlBox, #search, .sidebar .banner {
	border:none;
}
.calendarHdr, .checkoutHdr ,
#basketBox h3, #calendarSmlBox h3,#newsSmlBox h3 {
   background:#003F32;
   color:#DEE5DE;
}

#calendarSmlBox {
	background: url(images/heading_upcomingTourDates.gif) top left no-repeat scroll;
	padding-top: 90px;
	width: 331px;
}

#calendarSmlBox h3 {display:none;}

#calendarSmlBox li a,
#newsSml li a {
	background:#3A211D;
	color:#D9C06E;
	text-decoration: none;
}
#calendarSmlBox li a:hover, #newsSml li a:hover {
	background:#241512;
	color: #fff;
}
#calendarSmlBox p, #newsSmlBox p { 
	color:#D9C06E;
}
#calendarSmlBox h6 {/*Current Presales, Upcoming Presales */
	display:none;
}


#blogRss h3 a{
	text-transform: uppercase;
	font-weight:bold;
	color: #E2CA60;
	text-decoration: none;
}

#blogRss a {
	
}

#blogRss li {
	margin-bottom: 15px;
	border-bottom: 1px dotted #fff;		 
}

#blogRss {
	color: #fff;	
}

#blogRss small {
	color: #9F0000;
}

a {outline:none;}