body {
    margin: 0;
    padding: 0;
    background: #fff url(../uploads/images_new/bg.jpg) no-repeat scroll 50% 0;
}
#bodyWrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
    background: none;
    overflow: hidden;
    
}
* html #bodyWrapper {left:50%;margin-left:-480px;}
/*---------------------
    BANNER
---------------------*/
#mastHead {
	background: none;
    position: relative;
    height: 146px;
    overflow: hidden;
}
#mastHead h1 {
    margin:0;
    width: 350px;
    float:left;
}
#mastHead h1 a {
    width: 410px;
    height: 154px;
    display: block;
    overflow: hidden;
    text-indent: -9999em;
}
/*---------------------
    MENU
---------------------*/
#mainMenu {
    margin:0;
    padding: 13px 0 13px 20px;
    font-weight: normal;
    z-index: 10;
    overflow: hidden;
    border-bottom:3px solid #dadada;
    border-top:3px solid #dadada;
    width:444px;
}
#mainMenu ul {
	padding: 0;
	margin: 0;
	list-style:none;
}
#mainMenu li {
    list-style: none;
    margin: 0;
    display: block;
    float: left;
    background: none;
    padding-left: 0;
    width: auto;
}
#mainMenu li a,
#mainMenu li.currentpage h3 {
    text-align: center;
    color: #000;
    font-size:16px;
    padding:0 7px;
    margin: 0;
    line-height:18px;
}
#mainMenu li a:hover {
	color: #B5295A;
}
#mainMenu li.currentpage h3 {
	color: #d31f3a;
}
#mainMenu dfn {display:none;}

/*---------------------
    CONTENT
---------------------*/
#contentWrapper {
	padding: 0;
	position: relative;
}
.leftCol, .rightCol {
	width: 464px;
	float: left;
	margin-right: 32px;
	padding-top: 44px;
}
.rightCol {
	margin-right:0;
	padding-top:0px;
}
.wideColumn {
	padding: 44px 0 20px;
}
/*---------------------RIGHTCOL CTA's */
.rightCol a#unearthedCTA {
	height:148px;
	width:464px;
	background: url(../uploads/images_new/unearthed-cta.jpg) no-repeat scroll 0 0;
	display:block;
	text-indent: -9999em;
	overflow: hidden;
	margin-bottom: -15px;
}
.rightCol a#unearthedCTA:hover {
	background-position: 0 -148px;
}
#audioFeature img {
	float: left;
	border: 1px solid #ccc;
	margin: 0 20px 1em 0px;
}

/*---------------------COLUMNS */
.column1, .column2, .column3 {
    float: left;
    width: 300px;
    margin: 0px 20px 0px 0px;
}
.column3 {margin: 20px 0px 0 0;}
.columnWide {
    float: left;
    width: 630px;
    margin: 0px 20px 0px 0px;
    padding: 0 20px;
}
.columnFullWidth {
    float: left;
    width: 100%;
    margin: 0px 20px 0px 0px;
    padding: 0 20px;
}
/*---------------------HIGHLIGHT BOXES */
.neutral {
    background: #eaeaea;
    border: 1px solid #c7c7c7;
    padding: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    display: block !important;
}
.warning {
    background: #fde2ca;
    border: 1px solid #c46457;
    padding: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    display: block !important;
}
.success {
    background: #f0f9fe;
    border: 1px solid #91b1d8;
    padding: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    display: block !important;
}
/*---------------------
    FOOTER
---------------------*/

#footer {
	clear:both;
	overflow: hidden;
}
#footer div {
	text-align:left;
    color: #000;
    font-size:12px;
    border-top:3px solid #dadada;
    padding: 10px 0 0;
}
#footer div.rightCol {text-align:right;}
#footer div ul {margin: 0px;}
#footer div li {
	list-style: none;
	background: none;
	float: right;
}
#footer div a {
	color: #d31f3a;
	text-decoration: none !important;	
	padding: 0 0 0 0;
}
#footer div a:hover {color: #33337b;}


/*---------------------
  		TABBER
---------------------*/

.ui-tabs .ui-tabs-hide {display:none;}
 
ui-tabs-panel {
	border-top: 3px solid #dadada;
	padding:20px 0 0;
}
.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}

/*---------------------
  		NEWS
---------------------*/

.cal-listDate {
	float:left;
	margin-right:8px;
	padding:10px 0 6px;
	width:45px;
	background: #dadada;
}
.cal-listDate span {
	color: #d31f3a;
	display: block;
	text-align:center;
	text-transform: uppercase;
	font-size:13px;
}
.cal-listDate span.day {font-size:24px;margin-bottom:3px;}
.cal-listDate span.month {font-size:15px;}

div.NewsSummary, .calendar-event {
	clear:both;
	padding-bottom: 20px;
	overflow: hidden;
}
.NewsSummaryMorelink a {
	float:right;
	margin-top:-16px;
}
div.calendar-event .NewsSummaryMorelink a {margin-top:0;}

.pastlist h3, 
.pastlist .NewsSummaryLink a, 
.pastlist .NewsSummarySummary p, 
.pastlist .NewsSummaryContent p {margin: 0;}

.pastlist .cal-listDate {width: 92px; border-right: 2px solid #999; padding: 3px 0px;background:none !important; }
.pastlist .cal-listDate span {font-size: 1.2em;margin: 0; display: inline;}
.pastlist .NewsSummary .cal-listDate span.day,
.pastlist .NewsSummary .cal-listDate span.month {margin-right:4px;}
.pastlist .NewsSummaryMorelink {display: none;}
.pastlist .calendar-summary, 
.pastlist .NewsSummarySummary, 
.pastlist .NewsSummaryContent {margin-left: 105px; margin-top: 0;}
/* -----------
    LIGHTBOX 
--------------*/

/* CSS for Lightbox follows */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/modules/Album/templates/db/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/modules/Album/templates/db/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/modules/Album/templates/db/lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	/* display: none; */}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	




/*----
  THUMBNAILS
----*/


ul.picturelist {
margin: 0px;
padding: 0px;
}

.picturelist li.thumb  {
list-style: none;
float: left;
text-align: center;
margin: 10px;
height: 45px;
width: 45px;
overflow: hidden;
border: 1px solid #999;
}


.picturelist li.thumb a img {

}

/*-----------------------
 	audio 
-------------------------*/
.musicList {
	list-style: none;
	margin: 0;
	padding: 0;
}
.musicList li {
	clear: left;
	overflow: hidden;
	display: block;
	width: 100%;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}
.musicList li p {margin:0;}
.musicList li img {
	width: 60px;
	border: 1px solid #ccc;
	margin-right: 10px; 
	overflow: hidden;
	display: block;
	float: left;
	height: 60px;
	margin-bottom: 10px;
}


a.listenCTA {
	background:url(../uploads/images_new/listenCTA2.gif) no-repeat scroll left top;
	cursor:pointer;
	display:block;
	float:left;
	height:35px;
	margin-top:10px;
	text-indent:-999em;
	width:258px;
}

a.listenCTA:hover {
	background:url(../uploads/images_new/listenCTA2.gif) no-repeat scroll left bottom;
}

/*-----------------------
 		PAYPAL 
-------------------------*/

input.paypal {
	height: 272px;
	width: 463px;
	background: url(../uploads/images_new/album-paypal.jpg) no-repeat scroll top left;
	display: block;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

input.paypal:hover {
	background: url(../uploads/images_new/album-paypal.jpg) no-repeat scroll bottom left;
}


/*---------------------
		MAILING LIST
---------------------*/

#mailingList a {
	position: absolute;
	right: 0;
	top: 100px;
	text-indent: -999em;
	background: url(../uploads/images_new/mailing-list.gif) no-repeat scroll left top;
	height: 27px;
	width: 258px;
	cursor: pointer;
	display: block;
}

#mailingList a:hover {
	background: url(../uploads/images_new/mailing-list.gif) no-repeat scroll left bottom;
}

#itunes a {
	background:transparent url(../uploads/images_new/itunes.jpg) no-repeat scroll left top;
	cursor:pointer;
	display:block;
	float:right;
	height:37px;
	margin:0 0 10px;
	text-indent:-999em;
	width:268px;
}

#itunes a:hover {
	background: url(../uploads/images_new/itunes.jpg) no-repeat scroll left bottom;
}




/*-----------------------
 	BROWSER HACKS 
-------------------------*/

* html .rightCol a#unearthedCTA {
	margin-bottom: -22px;
}

.rightCol a#unearthedCTA {
	*margin-bottom: -22px;
}

* html input.paypal {
	padding-top:256px;
	height: 0px;
	overflow: hidden;
	text-indent:-999em;
	color: #fff;
}

input.paypal {
	*text-indent: -9999px;
	*padding-top:256px;
	*height: 0px;
	*overflow: hidden;
	*text-indent:-999em;
	*color: #fff;
}


