/*  Stephanie Chapman 842

 MCN default css template - edited 01.25.05*/
/*----------------------------------------
CONTENT
-------------------------------------------*/
html{
    background: #eee5cc url(images/bg.jpg) no-repeat scroll left top;
	margin: 0;
	padding: 0;
	
}
body {
	background: url(images/bg.jpg) no-repeat scroll left top;
	font-family: "Century Gothic", "Trebuchet MS", arial, Helvetica, sans-serif;
	line-height:1.5em;
	margin:0;
	padding:0;
	color:#564831;
	text-align:left;
}
#bd{
	position:relative;
	min-height: 300px;
}
#hd{
	position:relative;
	height: 210px;
}
#hd h1{
	display:none;
}


#doc.yui-t7{
	margin: 0px;
	padding: 0 0 0 33px;

}
.yui-u first {
	width: 480px;
	padding: 0;
}
#titleFlash {
	margin-bottom: 15px;
}
div#ft{
   text-align:right;
   font-size:85%;
   line-height:118%;
   margin:2em 0 80px 0;
   padding:0;
   color: #564831;
   width: 494px;

}
#ft a{
	text-decoration: none;
	color: #564831;
}
#ft a:hover {
	color: #000;
}
#footerNav {
	font-size:120%;
	margin:0px 0px 15px 0px;
	padding: 4px;
	text-align: right;
	letter-spacing:0px;
	text-transform: lowercase;
	width: 487px;
	border-top: 1px solid #b5985a;
	border-bottom: 1px solid #b5985a;
	text-decoration:none;
}
#footerNav a{ 
	text-align: right;
	color: #000; 
	text-decoration: none; 
	margin: 2px;
	padding: 0 2px 3px 3px;
}
#footerNav a:hover {
	color: #9A713D;
}
#footerLeft{
	float: left;
	width: 200px;
	text-align: left;
}
#footerRight{
	float: right;
	width: 240px;
}
#footerRight img{
margin-left:10px;
}

/*  ------------------   base.css, part of YUI's CSS Foundation  ------------------------ */
h1 {    font-size:138.5%;}
h2 {    font-size:123.1%; }
h3 {    font-size:108%;  }
h1,h2,h3 {    margin:1em 0;}
h1,h2,h3,h4,h5,h6,strong,b {    font-weight:bold; }
abbr,acronym {     border-bottom:1px dotted #000;    cursor:help;} 
em,i {    font-style:italic;}
blockquote{    margin:1em;}
dl dd {    margin-left:1em;}
th {    font-weight:bold;text-align:center;}
caption {    margin-bottom:.5em;    text-align:center;}
p,fieldset,table {    margin-bottom:1em;}
form{    margin:1px;    padding:3px;}
th,td {     border:0;     padding:.1em; } 
td{     text-align:left;}
/*   --------------- end yui base (modified)  --------------------- */

a {	
	color: #1B2435;
}

A:hover {
	COLOR: #9A713D;
	text-decoration: underline;
}
.content,
#galleryText{
	margin:0 0.5em 0 0;
	text-align: justify;
	list-style: inside;
}
.contentHi {
	color: #222;
}	
.contentSml {
	font-size:80%; 
	line-height:110%;
	color: #5F3A12;
	font-weight:normal;
}	
td .contentSml{
    font:normal 11px/14px arial;
}
.contentHiSml {
	font-size:85%;  
	color: #597C99;
}	
.titleLrg{
	font-size:138.5%; 
	font-weight: bold; 
	color: #000;
	padding-bottom: 10px;
	margin: 10px 0 15px 0;
	text-align:center;
}
#modNews h3,
.titleSml{
	font-size:123.1%; 
	font-weight:bold;
	color: #000;
}
h3 a,
.titleSml a{
	text-decoration: none;
}
.titleSml a:hover{
	text-decoration: underline;
}
/*----------------------------------------
L I S T S - vnav,  albums, sml
-------------------------------------------*/
ul{ 
	list-style-type: none;
	margin:0px;
}
ul li{/*for mozilla positioning */
	padding-left: 0; 
	margin-bottom: 0px; 
	list-style-type: none;
}
/* ul formating in content */
.content ul{
	list-style: square outside;
    margin:4px 0 6px 0;
    padding:0 0 0 20px;
    text-align:left;
}
.content ul li {
 	list-style: square outside;
}
.content ul ul {
	list-style: circle outside;
}
.content ol{
	padding:1em;
}
.content ol li{
	list-style: decimal outside;
	font-size:93%;
    margin:0;
    padding:0 ;
    text-align:left;
	
}
.content ol ol{
	list-style: lower-alpha outside;
}

/*----------------------------------------
I M A G E S
-------------------------------------------*/
.picRight {
		float: right;
		margin: 1px 1px 1px 6px;
}
.picLeft {
		float: left;
		margin: 1px 6px 1px 1px;
}
.picRightBrd {
		float: right;
		margin: 1px 1px 1px 6px;
		border: 1px solid #9A713D;
}
.picLeftBrd {
		float: left;
		margin: 1px 6px 1px 1px;
		border: 1px solid #9A713D;
}

.iconImg{
		margin: 2px 8px 6px 0px;
		border: 1px solid #9A713D;
}
.banner {
		border:0px solid #f77f0b;
		margin: 0 0 6px 0px;
}
.optionBox {/*used in gallery select */
		font-size:85%;  
		color: #000000;
		background-color: #E7DDC2;
}


/*----------------------------------------
N A V I G A T I O N
-------------------------------------------*/
#vNavBox{
	position:absolute;
	top:165px;
	left:0;
	font-size:120%;
	margin:0px 0px 8px 0px;
	padding: 0px;
	text-align: right;
	letter-spacing:0px;
	text-transform: lowercase;
	width: 495px;
	border-top: 1px solid #b5985a;
	border-bottom: 1px solid #b5985a;
}
#vNav a{ 
	display: block;
	float: left; 
	text-align: right;
	color: #000; 
	text-decoration: none; 
	margin: 2px;
	padding: 0 2px 3px 0px;
	*padding-right:12px;
}
#vNav a:after{
	content: " / ";
	color: #000;
}
#vNav a:hover{
	color: #9A713D;
}
#vNavBox li{   /*for horizontal navigation: display: inline;*/
	display: inline;
}

/*----------------------------------------
NEWS
-------------------------------------------*/
#modNews{
    position:relative;
    text-align:left;
	margin:0 1em;
}

#modNews .item{
	margin:2px 0px;
	position:relative;
	padding:.2em 1em;
	border-bottom:2px solid #F1E4CC;
	height: auto;
}
#modNews a .item{
    display:block;
    text-decoration:none;
    cursor: pointer;
}
#modNews a:hover .item{
    background:#F1E4CC;
}
#modNews img.iconImg{
   position:absolute;
   margin:2px;
   left: 6px;
}
#modNews h3{
   font-size:123.1%;
   font-weight:bold;
}
#modNews .item p, #modNews .item h3, #modNews .item small{
   margin:0px;
}
#modNews small {
   color: #A0390C;
   font-size:85%;
}
.paginate{
    font-size:85%;
    letter-spacing:2px;
}
/*----------------------------------------
CALENDAR
-------------------------------------------*/
#modCalendar{
	position:relative;
	text-align:left;
	margin:0;
	padding:0;
	font-size:93%;
}
#modCalendar .item{
	margin:2px 0px;
	position:relative;
	padding:.2em 1em;
	border-bottom:2px solid #F1E4CC;
	height: auto;
}
#modCalendar li{
	display:inline;
	list-style-type:none;
}
#modCalendar h3{ /*location*/
	margin:0;
}
#modCalendar .header{/*descriptive header row*/
	display:none;
}

#modCalendar li.summary,
#modCalendar li.location{
	display:block
}
#modCalendar .date{
	color:#862E00;
	font-weight:bold;
}

#modCalendar li.tickets a,
#modCalendar li.mg1 a,
#modCalendar li.mg2 a{
	text-decoration:none;
	font-size:93%;
	font-weight:bold;
	color:#fff;
	border:1px solid #9F3800;
	background:#BE4D10;
	padding:0 .5em 0 1.8em;
	margin-right:.4em;
}
#modCalendar li.tickets a {background:#BE4D10 url(images/calendar-star-bg.gif) scroll no-repeat 0px -23px;}
#modCalendar li.mg1 a {background:#BE4D10 url(images/calendar-mg-bg.gif) scroll no-repeat 0px -23px;}

#modCalendar li.tickets a:hover {background:#4C1A03 url(images/calendar-star-bg.gif) scroll no-repeat 0px 0;}
#modCalendar li.mg1 a:hover {background:#BE4D10 url(images/calendar-mg-bg.gif) scroll no-repeat 0px 0;}

/*-----------------------------------------------------------------------------------------------------
calendar and checkout
-------------------------------------------------------------------------------------------------------*/
.calendarBox,
.checkoutBox {
	width: 98%;
	margin: 0px;
	padding: 0px;
}
.checkoutOdd,
.calendarOdd{ background:#E6DCC1;}
.checkoutEven,
.calendarEven{}
.calendarHdr,
.checkoutHdr{
	color: #fff;
	background-color: #9A713D;
	padding:2px 4px;
	text-align:center;
	font-weight: bold;
}

/*----------------------------------------
G A L L E R Y
-------------------------------------------*/
#modGallery{ 
	width:auto;
    margin:2px 6px;
}
#modGallery .bioCopy{ 
	display:block;
	width:364px;
	float:left; 
	padding:0 8px 0 0;
	text-align:justify;
}
#modGallery .iconImg{ 
	border: 1px solid #9A713D;
}
#modGall li {  display: inline;}

/*----------------------------------------
A L B U M S
-------------------------------------------*/
/* Albums */
   


div#albumDisplay{

   position:relative;
}
#albumDisplay table{
   width:436px; 
}
#albumDisplay table table{
   width:220px; 
}
#albumsBox{ /*controls number of albumSm columns*/
	position:relative;
	margin:0 0 6px 0;
	padding:0 0 0 8px;
	width:170px;
	float:right;
	border-left:2px solid #ededed;
}
#albumsBox a p{ /*album titles - albumssm*/
	color:#000;
	margin-left:48px;
	padding:0;
}
#albumsBox img {
	position:absolute;
	top:-6px;
	left:0;    
	width:40px;
	height:40px;
	border:1px solid #9A713D;
	margin:0;
}
#albums li{ /*set float left to have multiple columns */
	position:relative;
	min-height:32px;  
	display:block;
	padding:0;
	margin:0;
}

#albums a img{
	border: 1px solid #fff;
	margin:1px 2px 1px 2px;
}
#albums a:hover img{
	border: 2px solid #000; 
	margin:0px 1px 0 1px;
}
.albumImg{
	margin:0 6px 2px 0;
	border: 1px solid #ffffff;
}
.albumImg{ /*main album cvr display */
	border:1px solid #9A713D;
	margin-right:4px;
}
#albums a{
	padding: 0px ; 
	display:block;
	color: #9A713D; 
	text-decoration: none; 
	margin:0;
}
div#albumPreview{
     padding:4px;
     text-align:right;
     background:#FFFAEF;
     border:1px dotted #F1E4CC;
     line-height:1.4em;
     width:172px;
     position:absolute;
     top:4px;
     right:4px;
}
div#albumPreview h3{ margin:0;}
div#albumPreview  a:hover{ 
	color:#FD9420;
}

/* Sticky Nav and Blog Nav */

#stickyNav li {   display: inline;}
#stickyBox{}

#stickyBox{
		margin:0px 0px 6px 2px;
		height:22px;
		text-align:left;
		font-weight:bold;
		padding:0;
		letter-spacing:0px;
		border-bottom:1px dashed #ccc;
}
#stickyNav a{ 
		display: block; 
		background:transparent url(images/stickyBullet.gif) no-repeat left 6px; 
		width:auto;
		text-decoration: none; 
		margin:3px;
		padding: 0px 4px 0 14px;  
		float:left;
}

#stickyNav a:hover{
	padding: 0 3px 0 15px;  
	background:transparent url(images/stickyBullet.gif) no-repeat left -9px; 
}
#stickyBox ul ul{display:none;}

li#sticky14127 a, li#sticky14127 a:hover,
li#sticky14268 a, li#sticky14268 a:hover{
	background:transparent url(images/bullet-rss.gif) scroll no-repeat 0px center;
	padding-left:18px;
}

#blogBox{
   float:right;
   width: 160px;
}
ul#blogNav{margin:0;}
#blogBox a{
    font:normal 10px/12px verdana;
	background:none;
	background-color:#ededed;
	font-weight:normal;
	padding: 1px 1em;
}
#blogBox a:hover{
	background: #EBE2DD;  }

/*----------------------------------------
S I D E B A R - NewsSm, CalendarSm
-------------------------------------------*/
/*albumssm, newssm, calendar sm, basket, login text header */
h3 span{ 
	line-height:130%;
	font-size: 150%;
	color: #fff;
	padding:0px 0 0 0;
	margin:0;
	text-transform:uppercase;
	letter-spacing:2px;
}

#calendarSmlBox,
#basketBox,
#newsSmlBox{
	position:relative;
	margin:0px 0px 12px 0px;
	text-align:left;
	padding:0 ;
	border: 1px solid #db8136;
	background: transparent url(images/bgNewsSml_08.png) repeat scroll left top;
}

#calendarSmlBox h6{/*Current Presales, Upcoming Presales headesr Calendar v2*/
	margin:0px 0 4px 2px;
	font:normal 10px/10px arial;
	color:#000;
	letter-spacing:1px;
}
#calendarSmlBox h5 a{ /* more dates*/
   margin:0;
   padding:0;
   color:#641C20;
   text-align:right;
   border:0px none;
   text-transform:uppercase;
}
#newsSml p{display:none;}
#calendarSmlBox p{ /* location */
    color:#000;
    margin:0;
    padding-left: 20px;
    display:inline;
}
#newsSmlBox h3, #calendarSmlBox h3 {
	background: #5f2003 url(images/newsSml_08.gif) no-repeat scroll left top;
	height: 30px;
	padding: 0px 0 0 5px;
	margin: 0px 0 10px 0px;
}
#newsSml li,
#calendarSmlBox li{   
	position:relative; border-bottom:1px solid #db8136;
}


#calendarSmlBox a,
#newsSml a{ 
	display: block;
	padding: 5px 8px; 
	margin: 0;
	color: #000; 
	text-decoration: none;
	font-size: 90%;
}
#calendarSmlBox a:hover,
#newsSml li a:hover{
    background: #E18F29;
    color:#fff;	
}

/*-----------------------------
Contact Form
------------------------------*/
fieldset {
	display:block;
	margin:8px;
	padding:6px;
	border:1px solid #37647F;
}
legend {
	margin-top:4px;
	color:#b5985a;
	font-weight:bold;
	font-size:123.1%;
	padding:0 4px;
	text-transform:uppercase;
}
label {
	width: 12em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
input {
	color: #000000;
	background: #fff;
	border: 1px solid #b5985a;
}
#et_Form {
	font-size:85%;
}
#et_Form li a {
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	text-align:right;
	letter-spacing:2px;
	padding-left:24px;
	background:transparent url(images/iconGDK.png) no-repeat scroll left -120px;
}
#aHideForm li a {
	background:transparent url(images/iconGDK.png) no-repeat scroll left -298px;
}
#frmEmail a {
	text-decoration:none;
	padding-left:54px;
	background:transparent url(images/iconGDK.png) no-repeat scroll 30px -656px;
}
#divNewEmail a {
	text-decoration:none;
	padding-left:0px;
	background:none;
}
#e2ma_signup_form{

	padding:1em;
}
.e2ma_signup_form_row{
	margin:2px 0;
	border-bottom: 1px dotted #b5985a;
	padding:2px 1px;
}
.e2ma_signup_form_label{
	display:inline;
	width:180px;
	text-align:right; 
	float:left;
	padding:2px 6px;
}
.e2ma_signup_form_element{}
.e2ma_signup_form_button_row,
.e2ma_signup_form_groups{
	margin-top:4px;
}
.e2ma_signup_form_group_label,
.e2ma_signup_form_required_footnote,
.e2ma_signup_form_group_list{
	padding:2px;
}
.e2ma_signup_form_required_footnote{
	font-style:italic;
}
.e2ma_signup_form_required_asterix{
	color:red;
}
input.btn,
.e2ma_signup_form_button_row input{	
	font:bold 11px/13px "trebuchet ms", Arial, Helvetica, sans-serif;
	padding:2px 4px;
	color:#fff;
	letter-spacing:1px;
	text-transform:uppercase;
	background:#9A713D;
	}
.btn:hover,	
.e2ma_signup_form_button_row input:hover{
	background:#C69E6F;
}	
e2ma_signup_submit_button{}
#e2ma_signup_reset_button{}

/*-----------------------------------------------------------------------------------------------------
S T O R E
-------------------------------------------------------------------------------------------------------*/
.memberPrice{ /* members price */
	color:#B5450C;
}
#basketBox{
	text-align:center;
	font-size:93%;
	line-height:100%;
}
#basketBox p,
#basketBox strong,
#basketBox h3,
#basketBox h3 span{
	margin:0;
	color:#692404;
	letter-spacing:0;
}
#basketBox strong{
	display:block;
}

.btn,
.basketBtn{
	font:normal 10px/12px arial; 
	padding:0em 1em;
	color:#000; 
	margin: 1px   
}
#basketBox p,/*you have n items in your basket */ 
#basketBox strong{/* total (USD) $ */
	margin:4px;
}

/* RELATED PRODUCTS */

#relatedProd{
		border-top:1px dotted #184262;
		margin:16px 0 0 0px;
		padding:10px 0 0 20px;
}
#relatedProd .titleLrg{
		display:block;		
		color: #333;
		letter-spacing: 1px;
		padding: 0;
		margin: 0 0px 8px 0px;
		text-transform: uppercase;
}
#relatedProd .contentSml{ /* content span*/
		COLOR:#333;
		border-bottom:1px dotted #dedede;
		display:block;
		padding:2px;
}
#relatedProd p {
		display:block;	
		margin:0 0 1px 0;
}
#relatedProd .titleSml{  /* product name */
		letter-spacing:1px;
		margin:4px 0 1px 0;
		display:block;	
}	

#relatedProd .relatedDetails, #relatedProd .relatedQty{  /* product details*/
        display:inline;
}

#relatedProd .btn,
#relatedProd .optionBox{
    text-transform:uppercase;
	margin: 4px 0 0 2px;
	text-align:left;
	padding:1px;
    border:1px solid #000;
}
#relatedProd img{
	width:42px;
    float:left;
    border:1px solid #000;
    margin: 0 8px 4px 0;
}

/* ADDRESS BOOK */
fieldset{
    padding:.6em;
    border:2px solid #F2E3CC;
    margin:.5em;
    font-size:85%;
}
#addressBook h2,
#addressBook h3{
   margin:0;
}
#addressBook fieldset li{
    border-bottom:1px solid #F2E3CC;
}
legend{
	font-weight:bold;
	padding: 0 8px;
	color: #863009;
}
table.checkoutBox{
	font-size:93%;
	margin:4px;
	border:2px solid #F2E3CC;
}

div#mediaLinks li{display:inline;}
#mediaLinks li a{
    height:35px;
    display:block;
    text-indent:-99999px;
    width:50%;
    float:left;
}
#youtube a{ background:url(images/logo-youTube.gif) no-repeat scroll 26px bottom;}
#myspace a{ background:url(images/logo-myspace.gif) no-repeat scroll left bottom;}

#youtube a:hover{ background:url(images/logo-youTube.gif) no-repeat scroll 26px 3px;}
#myspace a:hover{background:url(images/logo-myspace.gif) no-repeat scroll left 5px;}

div#mp3Frame{margin:0 0 0 6px;}

/*------------------------------
A L B U M M O D U L E
-------------------------------*/
#modAlbum{
padding:10px;
width:95%;
}
/* --- album info --- */
.albumDetail{ /*album description container div */
border-bottom:1px dotted #ccc;
padding:4px;
margin:1em 0;
width:98%
}
.albumDetail img{ /*album cover */
float:left;
border:1px solid #000;
margin-right:1em;
}
.albumDetail h3{/*album title */
font-size:153.9%;
text-transform:uppercase;
margin:0;
}
.albumDetail p {/*album description text */
margin:.5em 0;
}
/* --- track info --- */
#modAlbum h4{/* track listing hdr, review hdr */
margin:0;
text-transform:uppercase;
letter-spacing:2px;
}
#songList{/* container div for track list */
}
#songList ol{/* song listing */
list-style: none;
margin:.5em 0;
padding:0;
}
#songList ol li{
list-style: none;
padding:1px;
margin:1px 0;
background:none;
border-bottom: 1px dotted #88755C;
}
#songList .songStuff{ /*style present if a song has lyrics/description */
background:transparent url(domain/bin/css/iconGDK-play.gif) no-repeat 378px -362px;
}
#songList span.num{
font-size:77%;
margin-right:8px;
width:2em;
display:inline-block;
text-align:right;
}
strong.songTitle{
width:300px;
font-size:93%;
letter-spacing:1px;
display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
cursor:pointer;
}
strong.songClosed{/* song title class when opened for lyric view */
color:#2F4C5C;
}
strong.songOpen{/* song title class when closed */
color:#000;
}
.listenLink{

}
div.songDetail{/* container song description, lyrics*/
padding:.5em 1em;
font-size:85%;
}
em.songDesc{/* song description*/

}
p.songLyric{/*song lyrics*/

}
/* --- inline mp3 player info --- */
/*player icon info: play:0; pause:-40px; stop:-80;next:-120; prev:-160; ff:-200; rew:-240;
headphones:-280px; 8th notes:-320; lyrics:-360; video: -400; $: -440;
*/
#songList ol li a{/* hides player links until soundmanager has fully loaded*/
display:none;
}
#songList ol li a.sm2_link {
display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
cursor:pointer;
background:transparent url(domain/bin/css/iconGDK-play.gif) no-repeat 2px -320px;
padding:2px 2px 2px 22px;
min-height:16px;
text-decoration:none;
color:#2F4F5F;
font-size:77%;
text-transform:uppercase;
}
#songList ol li a.sm2_paused:hover,
#songList ol li a.sm2_link:hover {
background:#DAD4B8 url(domain/bin/css/iconGDK-play.gif) no-repeat 2px 0px;
}
#songList ol li a.sm2_paused {
background:transparent url(domain/bin/css/iconGDK-play.gif) no-repeat 2px -40px;
}
#songList ol li a.sm2_playing{
background:transparent url(domain/bin/css/iconGDK-play.gif) no-repeat -358px 0px;
color:#0f0;
}
#songList ol li a.sm2_playing:hover {
background:transparent url(domain/bin/css/iconGDK-play.gif) no-repeat -358px -40px;
}
/* --- review info --- */
#albumReviews{/* container div for reviews */
margin-top:2em;
}
#albumReviews ul{
list-style: none;
padding:0;
margin:0;
}
#albumReviews li{
margin-bottom:1em;
}
strong.reviewTitle{
}
div.reviewDetail{
}
/* --- end modAlbum ---*/
