/* landing page */

.landing_message{
	width: 800px;
	height: 500px;
	margin: 0 auto;
	display: block;
	background: url(landing-img.gif) no-repeat center 0;
}


/* structure ammendments */

#sidebar{
	display: none;
}

#content{
	width: 900px;
}

h3{ 
	height: 7px;
	margin: 0 0 10px;
}

/* gallery */ 

#gallery_wrapper{
	width: 590px;
	float: left;
}

#head_gallery{
	background: url(h3.head_gallery.gif) no-repeat 0 0;
}

#gallery{
	padding: 5px 0 0;
	background: url(gallery.gif) no-repeat 0 0;
	height: 280px;
	position: relative;
}

#gallery_thumbs,
#gallery_thumbs li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#gallery_thumbs{
	width: 280px;
	min-height: 1px;
}

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

* html #gallery_thumbs{
	height: 1px;
}

#gallery_thumbs li{
	float: left;
	width: 140px;
	height: 140px;
	overflow: hidden;
}

#gallery_preview_window{
	width: 310px;
	height: 280px;
	position: absolute;
	top: 0px;
	right: 0;
	overflow: hidden;
}

.gallery_preview{
	width: 310px;
	height: 280px;
	position: absolute;
	top: 5px;
	right: 0;
}

/* news updates */

#news_wrapper{
	width: 280px;
	float: left;
	margin-left: 30px;
}

#head_news{
	background: url(h3.head_news.gif) no-repeat 0 0;
}

#news{
	margin: 0 0 -15px;
	padding: 20px 0 0;
	background: url(news.gif) no-repeat 0 0;
	list-style: none;
	line-height: 18px;
	height: 265px;
	overflow: hidden;
}

#news li{
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

#news li .date{
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
}

#news li a{
	text-transform: uppercase;
	font-size: 12px;
}

/* biographyy */

#bio_wrapper{
	width: 440px;
	float: left;
	margin-top: 50px;
}

#head_bio_h3{
	background: url(h3.head_bio.gif) no-repeat 0 0;
}

#bio{
	padding: 15px 0 0;
	background: url(bio.gif) no-repeat 0 0;
}

#bio a{
	text-transform: uppercase;
	font-size: 12px;
}

/* upcoming gigs */

#gig_wrapper{
	width: 440px;
	float: left;
	margin-top: 50px;
	margin-left: 20px;
}

#head_gig{
	background: url(h3.head_gig.gif) no-repeat 0 0;
}

#gig{
	padding: 15px 0 0;
	background: url(gig.gif) no-repeat 0 0;
}

#gig a{
	text-transform: uppercase;
	font-size: 12px;
}

#gig .date{
	font-size: 12px;
	text-transform: uppercase;
	display: block;
}

/* Twitter */

#tweet_wrapper{
	width: 440px;
	float: left;
	margin-top: 50px;
	margin-left: 20px;
}

#head_twitter{
	background: url(h3.head_twitter.gif) no-repeat 0 0;
}

#tweets{
	padding: 15px 0 0;
	background: url(gig.gif) no-repeat 0 0;
}

#tweets .tweet{
	margin: 0 0 20px;
}

#tweets a{
	color: #AFAEAC;
}

#tweets a:hover{
	color: #B1976B;
}

