/*    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:#9D7C8B;
}

strong.reviewTitle,
strong.songOpen,
#modCalendar .date,
#modNews small,
.contentHiSml,
.contentHi {
	color: #004248;
}

.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:#004248  url(domain/bin/css/glassyBtn.png) repeat-x scroll 0 -30px;
	_background-image:none;
    border:1px solid #004248;
}
#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:#7F396D url(domain/bin/css/glassyBtn.png) repeat-x scroll 0 -30px;
    border:1px solid #7F396D;
    _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: #fff;
	background-color: #531347;
}





