/*-------------------------------------------------------

	doc title: stylesheet
	filename: primary.css
	author: JBMoss Ltd - http://www.jbmoss.com
	date: 19/08/2008
	
	-----------------------
	
	1. master reset
	2. typography
	3. listography
	4. base structure
	5. navigation
	6. page specific structure
	7. images
	8. forms
	
	
-------------------------------------------------------*/


										/* ---------- 1. master reset ---------- */ 

* {
	padding			: 0;
	margin			: 0;
	border			: 0px solid red;
}
h1, h2, h3, h4, h5, h6, pre, blockquote, ol, dl, fieldset, address {
	margin			: 1em 5%;
}
fieldset {
	padding			: .5em;
}

a {
	text-decoration	: none;
	
}

										/* ---------- PNG FIX ---------- */ 


img, div, a, a:hover { behavior: url(iepngfix.htc) }




										/* ---------- 2. typography ---------- */ 

p {margin			: 1em 0;}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}

.crumb {
	color			: #fff;
	font-size		: 0.75em;
	margin-left		: 40px;
}
	.crumb a {
		color			: #BEC746;
	}
	
.dt_loc {
	color			: #BEC746;
	font-weight		: bold;
	font-size		: 1.1em;
}

.c_ti {
	color:#BEC746;
	font-weight:bold;
}


/* diary typography */

.d_t {
	font-size:1.3em;
	font-weight:bold;
	color:#BEC746;
}
.d_d {
	font-size:0.9em;
}
.d_a {
	font-size:0.9em;
	color:#BEC746;
}

.d_hr {
	height:1px;
	border:none;
	background:#BEC746;
	margin:20px 0;
}
										/* ---------- 3. listography ---------- */ 
										
										/* ---------- 4. base structure ---------- */ 

html {
}
body {
	font-size		: 90%;
	font-family		: Arial, Helvetica, sans-serif;
	background		: #000;
}


#wrap {
	position		: relative;
	width			: 800px;
	height			: 600px;
	margin			: 50px auto 5px auto;
	background		: url(../images/bg_tower.jpg) no-repeat;
}
	#player {
		position:absolute;
		top:-30px;
		right:0px;
		opacity			: .3;
		filter			: alpha(opacity=30);
	}
	#player:hover {
		opacity			: .9;
		filter			: alpha(opacity=90);
	}


#side_abs {
	position		: absolute;
	width			: 350px;
	height			: 600px;
	top				: 0;
	right			: 0;
	background		: #000;
	opacity			: .7;
	filter			: alpha(opacity=70);
}


#side {
	position		: relative;
	float			: right;
	width			: 350px;
	height			: 580px;
	padding-top		: 20px;
}

#content {
	position		: relative;
	width			: 270px;
	height			: 230px;
	color			: #fff;
	font-size		: 0.85em;
	padding			: 0px 40px 10px 40px;
	overflow		: auto;
	margin-top		: 20px;
}
	#content a {
		color:#fff;
		text-decoration:underline;
	}

#cright {
	position		: relative;
	width			: 270px;
	color			: #fff;
	font-size		: 0.8em;
	padding			: 10px 40px 10px 40px;
}
	#cright a {
		color			: #BEC746;
	}
#ftr {
	position		: relative;
	width			: 780px;
	margin			: 0 auto;
	color			: #fff;
	font-size		: 0.8em;
	padding			: 10px;
}
	#ftr a {
		color			: #BEC746;
	}
	
#sub_abs {
	position		: absolute;
	width			: 450px;
	height			: 600px;
	top				: 0;
	left			: 0;
	background		: #000;
	opacity			: .8;
	filter			: alpha(opacity=80);
}
#sub_title {
	position		: relative;
	float			: left;
	width			: 370px;
	padding			: 20px 40px 20px 40px;
	height			: 27px;
}
#sub_content, #gal_content {
	position		: relative;
	float			: left;
	width			: 370px;
	height			: 520px;
	color			: #fff;
	font-size		: 0.85em;
	padding			: 0px 40px 0px 40px;
}
#gal_content img {
	padding:3px;
}
										/* ---------- 5. navigation ---------- */ 


#nav {
	padding-top		: 10px;
}
#nav ul, #nav li {
	list-style:none;
}
li a {
	padding			: 0px;
	margin			: 0px 0px 1px 0px;
	width			: 350px;
	height			: 27px;
	display			: block;
}										
	a.home {
		background		: url(../images/nav/home.png) no-repeat;
	}
	a.band {
		background		: url(../images/nav/band.png) no-repeat;
	}	
	a.gallery {
		background		: url(../images/nav/gallery.png) no-repeat;
	}
	a.dates {
		background		: url(../images/nav/dates.png) no-repeat;
	}
	a.diary {
		background		: url(../images/nav/diary.png) no-repeat;
	}
	a.listen {
		background		: url(../images/nav/listen.png) no-repeat;
	}
	a.watch {
		background		: url(../images/nav/watch.png) no-repeat;
	}
	a.links {
		background		: url(../images/nav/links.png) no-repeat;
	}
	a.merchandise {
		background		: url(../images/nav/merchandise.png) no-repeat;
	}	
	a.contact {
		background		: url(../images/nav/contact.png) no-repeat;
	}
	
	a:hover.home, a:hover.band, a:hover.gallery, a:hover.dates, a:hover.diary, a:hover.listen, a:hover.watch, a:hover.links, a:hover.merchandise, a:hover.contact {
		background-position	: -350px;
	}

										/* ---------- 6. page specific structure ---------- */ 
										
#band #wrap {
	background		: url(../images/band_bg.jpg) no-repeat;
}

										/* ---------- 7. images ---------- */ 

										/* ---------- 8. forms ---------- */ 
										
#mlist {
	
}
#mlist label {
	width:100px;
}

.cm_1 {
	width:150px;
	background:#BEC746;
	color:#fff;
	padding:2px;
}
.cm_sub {
	background:#BEC746;
	color:#fff;
	font-size:0.8em;
	padding:0px 6px;
	margin-left:35px;
	margin-top:3px;
}