/* Neutralize styling: 

   Elements we want to clean out entirely: */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-size:12px;
    line-height:14px;
    font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	
}

/* Neutralize styling: 
Elements with a vertical margin: */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0px;
	padding: 0px;
}

/* Apply left margin:
 Only to the few elements that need it: */
 
li, dd, blockquote {
	margin-left: 0;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
	color:#6A3427;
	font-family: "helvetica neue" arial, sans-serif;
	
}

fieldset {
	border: none;
}

/* Form field text-scaling */

input, select, textarea {
	font-size: 100%;
}

a, a:link, a:visited, a:hover{
	color:#794137;
	text-decoration:underline;
	}

a:hover{
	color:#794137;
	text-decoration:none;
	}



/*------------------------------------------------------------------

END INITIAL RULES 

/*------------------------------------------------------------------*/


/*------------------------------------------------------------------
							Skeleton styles 
/*------------------------------------------------------------------*/

body{
	background:url(../images/body-bg.jpg) center;
	
}

#wrapper{
	width:810px;
	text-align:left; /* reset text alignment */
	margin:0 auto;
}

#header{
	width:810px;
	height:102px;
	background:url(../images/header-logo_02.jpg) 0 0 no-repeat;
}



#head-content{
	height: 296px;
	background: url(../images/ndx-header-bg_04_04.jpg) 0 0 no-repeat;
}



#head-content-right {
	position: relative;
	float: right;
	width: 340px;
}


#top-nav{
	display: block; /* ie double margin bug */
	float:left;	
	background:url(../images/bg-nav_05.jpg) 0 75px no-repeat;
	list-style-type:none;
	padding:75px 0 0 0;
	
	width:116px;	
}

#top-nav li{
	display:block;
	padding:7px 0 3px 15px;	
}

#top-nav #home, #top-nav #about, #top-nav #sponsor, #top-nav #contact{
	padding-left:30px;
}

#top-nav #sponsor{
	padding-top:2px;
}

#top-nav #contact, #top-nav #involved{
	padding-top:3px;
	margin-bottom:5px;
}

#top-nav li a{
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:-1px;
	color:#6A3427;
}

#top-nav li a:hover{
	color:#AB461D;
	text-decoration:line-through;
}


#body-content{
	width:810px;
	background:url(../images/ndx-body-content_05_05.jpg) 0 0 repeat-y;
}

#content-footer{
	width:810px;
	height:42px;
	background:url(../images/content-footer_06_06.jpg) 0 0 no-repeat;
}

	

/*------------------------------------------------------------------
							index header styles 
/*------------------------------------------------------------------*/

#page-headline{
	font-size:32px;
	font-weight:bold;
	line-height:normal;
	color:#6A3427;
	padding-top:20px;
	width:300px;
	letter-spacing:-.1em;
	background:url(../images/headline-accent_06.jpg) right 32px no-repeat;
}

#date{
	font-size:10px;
	font-weight:bold;
	color:#6A3427;
	margin-top:-5px;

}

#lead{
	padding:40px 45px 0 0;
	width:300px;
	color:#6A3427;
	font-family: "helvetica neue" arial, sans-serif;
	
}	

#lead strong{
	font-size:20px;
	line-height:18px;
}

/*------------------------------------------------------------------
							index artist line up styles 
/*------------------------------------------------------------------*/

#line-up{
	width:397px;
	color:#6A3427;
	font-family: "helvetica neue" arial, sans-serif;
	margin:0 0 0 82px;
	background:url(../images/bg-line-up_17.jpg) 0 0 no-repeat;
	float:left;
	display:inline;
}

.artists{
	width:170px;
	margin-top:12px;
	padding-left:10px;
	float:left;
	display:inline;
	
}

.cue-card{
	clear:both;
	pading:7px 0 0 0;
}

.artist-thumb{
	float:left;
	margin:0 5px 7px 0;
}

.artist-name{
	font-size:11px;
	text-transform:uppercase;
	padding:12px 0 0 0px;
	line-height:10px;
	letter-spacing:-.08em;
}

.artist-name a{
	text-decoration:none;
}

.artist-name a:hover{
	text-decoration:underline
}

.artist-music{
	font-size:11px;
	padding:8px 0 0 4px;
	margin-top:-6px;
	letter-spacing:-.06em;
}

/*------------------------------------------------------------------
							index "Get involved" styles 
/*------------------------------------------------------------------*/

#involved-content{
	float:left;
	width:304px;
}

.page-headline{
	display:block;
	clear:both;
}

#involved-content h2{
	font-size:11px;
	font-family: "helvetica neue" arial, sans-serif;
	letter-spacing:-.06em;
	color:#6A3427;
	padding-bottom:10px;
}

#involved-content h2 strong{
	font-size:14px;

}
#call-to-action{
	list-style:none;
	background:url(../images/call-ul-bg_29.jpg) 128px 15px no-repeat;
	height:90px;
	margin:20px 0 5px 0 ;
	display:block;
}

#call-to-action li{
	padding-right: 16px;
	float:left;
}

#call-to-action li a {
	display: block;
	height: 84px;
	
}

#call-to-action li a span {
	display:none;
}

#call-to-action li#but-artist{
	width:123px;
	background:url(../images/call-artists_27.jpg) 0 0 no-repeat;
}

#call-to-action li#but-sponsor{
	width:120px;
	background:url(../images/call-sponsors_29.jpg) 0 0 no-repeat;
}


/*------------------------------------------------------------------
							index "Get involved" forms
/*------------------------------------------------------------------*/	

#mailList{
	padding:10px 0 0 20px;
	color:#6A3427;
	font-size:12px;
	font-weight:bold;	
}

.mail-input{
	background:url(../images/bg-input_45.jpg) 0 0 no-repeat;
	margin-bottom:10px;
	width:150px;	
}

#mailList label{
	display:block;
	width:50px;
	float:left;
	margin-bottom:10px;
	clear:both;
}

#mailList .submit{
	margin-left:120px;
}

/*------------------------------------------------------------------
							Sub-page styles
/*------------------------------------------------------------------*/	

#content-span{
	position:absolute;
	top:78px;
	left:-20px;
	z-index:3;
	width:285px;
	height:608px;
	padding:40px 15px 0 25px;
	background:url(../images/position-dv-bg_03.jpg) 0 0 no-repeat;
	font-family: "helvetica neue" arial, sans-serif;
}

#content-span h2{
	font-size:19px;
	letter-spacing:-.06em;
	color:#6A3427;
	padding-bottom:10px;
	line-height:18px;
}

#content-span p{
	font-size:13px;
	color:#6A3427;
	line-height:18px;
	margin-bottom:10px;
}

#content-span #bio{
	font-size:11px;
	color:#6A3427;
	line-height:14px;
	margin-bottom:10px;

}

#content-span #snippet{
	list-style:none;
	margin-bottom:10px;	
}

#content-span #snippet li{
	display:block;
	padding:2px;
	color:#6A3427;		
}

#content-span #snippet li strong{
	color:#5d3015;
	padding-right:10px;
}

#content-span #media-player{
	background:url(../images/player-bg_11.jpg) 0 0 no-repeat;
	width:298px;
	height:47px;
	margin-bottom:15px;
}

#getInvolved{
	margin-top:18px;
}

#getInvolved td{
	height:30px;
}

#getInvolved input, #getInvolved select{
	background:url(../images/bg-input_45.jpg) 0 0 no-repeat;
	border:1px solid #ac8c52;
}

.errorBox {
	color:#CC0000;
	font-family: "helvetica neue" arial, sans-serif;
}

.errorBox ul{
	list-style:none;
	text-decoration:underline;
}

.errorBox ul li{
	font-size:11px;
}

.sponsors{
	margin-top:5px;
		
}

.sponsors ul{
	list-style:none;
	text-align:center;
	
}

.sponsors ul li{
	display:inline;
	padding:6px;
}

#sponsors ul li a{
	display:block;
}

#miceType{
	font-size:9px;
	font-family: "helvetica neue" arial, sans-serif;
	color:#f4f0df;
	width:810;
	padding:8px 0 5px 55px;
	text-align:center;
	
}

#miceType a{
	font-size:12px;
	color:#f4f0df;
}
