/* 
    AUTHOR: Rich Bradway
            rbradway@bso.org
			www.keithlockhart.com
*/

/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { 
	font: .75em "Arial", "Lucida Grande", sans-serif;
	color:#FFF;
	background-color:#000;
}

ul { list-style: none inside; }
p { font-size: 1em; line-height: 1.2em; margin-bottom: 1.2em; }
	p.metadata { background: #fff9a7; padding: 3px;} 
a { outline: none; 
	color:#2caae2;
	font-weight:bold;
}

a.featureLink {
	text-decoration:none;	
}
	
a:hover { 
	color:#e60702;
}
	
a img { border: none; }

img { border: none; }

img.imageRight {
	float:right;
	margin: 0px 0px 10px 10px;
	border-color:#FFF;
	border-style:solid;
	border-width:1px;
	
}

img.imageLeft {
	float:left;
	margin: 0px 10px 10px 0px;
	border-color:#FFF;
	border-style:solid;
	border-width:1px;
	
}


a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

h1 {
	font-family: "Arial", "Lucida Grande", sans-serif;
	font-size:1.5em;
	font-weight: bold;
	color:#e60702;
	padding-top:10px;
	padding-bottom:10px;
	}

h2 {
	font-family: "Arial", "Lucida Grande", sans-serif;
	font-size:1.25em;
	font-weight: bold;
	color:#fff;
	padding-top:-5px;
	padding-bottom:10px;
	}

.dateFormat {
	color:#fff;
	font-weight:bold;
	
}

.eventHeader {
	color:#fff;
	font-weight:bold;
	
}

.mediaHeader {
	/*color:#fff;*/	
	font-weight:bold;
	
}

table {
	border:hidden;
	border-collapse: collapse;
	
}

.rssFeed {
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
}

a.rss {
	font: 1em "Arial", "Lucida Grande", sans-serif;
	color:#FFF;
	background-color:#000;
	font-weight:bold;
	text-decoration:none;
	
}

.listText {
	font: 1em "Arial", "Lucida Grande", sans-serif;
	color:#FFF;
	width:100%;
	text-align:left;
	/*padding:5px;*/
	border-width:0px;
	background-color:#000;
	
}

listMedia{
	font: 1em "Arial", "Lucida Grande", sans-serif;
	color:#FFF;
	width:100%;
	text-align:center;
	/*padding:5px;*/
	border-width:0px;
	background-color:#000;
}

.trHighlight {
	background-color:#003;
	vertical-align:top;
	
}

.trNormal {
	background-color:#000;
	vertical-align:top;
	
}

.trNormal:hover {
	background-color:#003;
	
}

.trMediaNormal {
	background-color:#000;
	vertical-align:top;
	
}

.tdDate {
	padding-top:7px;
	padding-bottom:7px;
	padding-right:7px;
	letter-spacing:1px;
	width:22%;
	/*font-weight:bold;*/
	
}

.timeFormat {
	font-weight:normal;
}

.requiredField {
	color:#F00;	
	
}

label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

.tdMedia{
	width:160px;
	padding-left:0px;
	padding-right:12px;
	padding-top:12px;
	padding-bottom:25px;
	text-align:left;
}

.tdTrack {
	padding-top:7px;
	padding-bottom:7px;
	padding-right:7px;
	letter-spacing:1px;
	width:12%;
	line-height:height=13px;
	/*font-weight:bold;*/
	
}

.tdSpacer{
	width:40px;
	/*display:block;*/
	
}
	.tdMedia:hover {
		background-color:#003;
	}

	.tdMedia img {
		border-color:#FFF;
		border-style:solid;
		border-width:1px;
		margin-bottom:12px;	
}

.mediaCaption {
	display:block;
	width:156px;
	text-align:center;
	vertical-align:top;
	
}

.tdHeadline {
	padding:7px;	
}
	
	
/* END RESET */

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */

/* STRUCTURE AND STUFF */
#page-wrap {
	width: 1022px;
	margin: 0 auto;
	background-color:#000;
	}
	#main-nav {
	width: 1022px;
	}
	#left-panel {
		width: 531px;
		float: left;
	}
	#right-panel {
		width: 491px;
		float: right;
	}
	
	#main-content-home {
		width:445px;
		height:620px;
		overflow-y:scroll;	
	}
	
	#main-content {
		width:445px;
		height:550px;
		overflow-y:scroll;	
	}
	#content-area {
		padding: 5px 20px 50px 5px;
	}
	
	#social-area {
		padding: 10px;
	
	}
		#social-area a {
			color:#00F;
			font-weight:bold;
		}
	
	#footer {
		width: 1022px;
		font: .75em "Arial", "Lucida Grande", sans-serif;
		background-color:#000;
		color:#666;
		text-align:center;
		text-transform:uppercase;
		letter-spacing:2px;
		line-height: 150%;
		padding: 20px 20px 0px 20px;
	}
	
	#footer a {
		color:#666;
		text-decoration: none;
	}
		#footer a:hover {
		color:#fff;
		text-decoration: none;
	}
	
#page-wrap-social {
	width: 400px;
	margin: 0 auto;
	background-color:#000;
	}
	
#page-wrap-newsletter {
	width: 500px;
	margin: 0 auto;
	background-color:#000;
	}
	
#page-wrap-email {
	width: 650px;
	margin: 0 auto;
	background-color:#000;
	}
	
#submit  {
	color:#FFF; 
 	font: bold "Arial", "Lucida Grande", sans-serif; 
	background-color:#2caae2; 
	border:1px solid; 
	border-color: #FFF; 
	padding:5px;
	
}
	
#submit:hover  {
	background-color:#e60702; 
	
}

#cquestion  {
	width:250px; 
 	height: 100px; 
	
}

#cemail  {
	width:250px;  
	
}

#cfirstname  {
	width:250px; 
	
}

#clastname  {
	width:250px; 
	
}


#page-wrap-content {
	width: 620px;
	margin: 0 auto;
	background-color:#000;
	}
	
	#footer-content {
		width: 620px;
		font: .75em "Arial", "Lucida Grande", sans-serif;
		background-color:#000;
		color:#666;
		text-align:center;
		text-transform:uppercase;
		letter-spacing:2px;
		line-height: 150%;
		padding: 20px 20px 0px 20px;
	}
	
	#footer-content a {
		color:#666;
		text-decoration: none;
	}
		#footer-content a:hover {
		color:#fff;
		text-decoration: none;
	}
	
	#content-area-content {
		padding: 20px 20px 20px 20px;
	}
	
#trackListing {
	margin: 10px 0px 10px 0px;
	
}

.albumPrompt {
	float: right;
	width:156px;
	text-align:center;
	
}

ul#nav {
	
	}
	ul#nav li {
		display: inline;
		float: left;
		list-style: none;
		}
		
		ul#nav li a {
			display: block;
			height: 58px;
			text-indent: -9999px;
		}
		
		ul#nav li ul
			{	margin: 0;
				margin: 0;
				position: absolute;
				visibility: hidden;}

		ul#nav li.home a {
			width: 98px;
			background: url(../images/home.jpg) bottom center no-repeat;
		}
		ul#nav li.home-display a {
			width: 98px;
			background: url(../images/home.jpg) center center no-repeat;
		}
		ul#nav li.about a {
			width: 83px;
			background: url(../images/about.jpg) bottom center no-repeat;
		}
		ul#nav li.about-display a {
			width: 83px;
			background: url(../images/about.jpg) center center no-repeat;
		}
		ul#nav li.news a {
			width: 76px;
			background: url(../images/news.jpg) bottom center no-repeat;
		}
		
				ul#nav li ul li.pressreleases
				{	float: none;
					display: inline}
				
				ul#nav li ul li.pressreleases a
				{	width:196px;
					height:24px;
					background: url(../images/press_releases.jpg) top center no-repeat;}
				
				ul#nav li ul li.pressreleases a:hover
				{	background: url(../images/press_releases.jpg) bottom center no-repeat;}
		
		ul#nav li.news-display a {
			width: 76px;
			background: url(../images/news.jpg) center center no-repeat;
		}
			
		ul#nav li.events a {
			width: 90px;
			background: url(../images/events.jpg) bottom center no-repeat;
		}
		ul#nav li.events-display a {
			width: 90px;
			background: url(../images/events.jpg) center center no-repeat;
		}
		ul#nav li.music a {
			width: 84px;
			background: url(../images/music.jpg) bottom center no-repeat;
		}
		ul#nav li.music-display a {
			width: 84px;
			background: url(../images/music.jpg) center center no-repeat;
		}
		ul#nav li.pictures a {
			width: 109px;
			background: url(../images/pictures.jpg) bottom center no-repeat;
		}
		ul#nav li.pictures-display a {
			width: 109px;
			background: url(../images/pictures.jpg) center center no-repeat;
		}
		ul#nav li.video a {
			width: 79px;
			background: url(../images/video.jpg) bottom center no-repeat;
		}
		ul#nav li.video-display a {
			width: 79px;
			background: url(../images/video.jpg) center center no-repeat;
		}
		ul#nav li.store a {
			width: 82px;
			background: url(../images/store.jpg) bottom center no-repeat;
		}
		ul#nav li.store-display a {
			width: 82px;
			background: url(../images/store.jpg) center center no-repeat;
		}
		ul#nav li.contact a {
			width: 103px;
			background: url(../images/contact.jpg) bottom center no-repeat;
		}
		ul#nav li.contact-display a {
			width: 103px;
			background: url(../images/contact.jpg) center center no-repeat;
		}
		ul#nav li a:hover {
			background-position: top center;
		}
		
ul#social-nav {
	
	}
	ul#social-nav li {
		display: inline;
		}
		ul#social-nav li a {
			display: block;
			height: 70px;
			text-indent: -9999px;
			float: left;
		}
		ul#social-nav li.facebook a {
			width: 98px;
			background: url(../images/fb.jpg) bottom center no-repeat;
		}
		ul#social-nav li.twitter a {
			width: 59px;
			background: url(../images/twitter.jpg) bottom center no-repeat;
		}
		ul#social-nav li.youtube a {
			width: 99px;
			background: url(../images/youtube.jpg) bottom center no-repeat;
		}
		ul#social-nav li.newsletter a {
			width: 141px;
			background: url(../images/newsletter.jpg) bottom center no-repeat;
		}
		ul#social-nav li.email a {
			width: 133px;
			background: url(../images/email.jpg) bottom center no-repeat;
		}
		ul#social-nav li a:hover {
			background-position: top center;
		}
		
ul#social-nav-contact {
	
	}
	ul#social-nav-contact li {
		display: inline;
		}
		ul#social-nav-contact li a {
			display: block;
			height: 70px;
			text-indent: -9999px;
			float: left;
		}
		ul#social-nav-contact li.facebook a {
			width: 98px;
			background: url(../images/fb.jpg) bottom center no-repeat;
		}
		ul#social-nav-contact li.twitter a {
			width: 59px;
			background: url(../images/twitter.jpg) bottom center no-repeat;
		}
		ul#social-nav-contact li.youtube a {
			width: 99px;
			background: url(../images/youtube.jpg) bottom center no-repeat;
		}
		ul#social-nav-contact li a:hover {
			background-position: top center;
		}
		


/* END STRUCTURE */
