/* CSS Document - http://www.fixxxer.co.uk/ - Designed and developed by Anthony David Lloyd */

/**UNIVERSAL**/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background: url(../img/background.gif) #000000;
	text-align: center;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 634px;
	margin-right:auto;
	margin-left:auto;
	padding:231px 0 0 0;
	background-image: url(../img/banner_top.gif);
	background-repeat:no-repeat;
	background-position: left top;
	background-color: #333333;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
}

.no_display {
	display:none;
}

.clearBoth {
	clear: both;
}

.replace {
	text-indent:-10000px;
	display:block;
	overflow:hidden;
	width:100%;
	float:left;
	background-repeat:no-repeat;
	background-position:left top;
	background-color:transparent;
}

.replace *{
	text-indent:-10000px;
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:left top;
	background-color:transparent;
}

img a {
	border: none;
}

/**NAVIGATION**/

#navigation {
	position: absolute;
	top: 172px;
	left: 41px;
}

#navigation ul {
	list-style: none;
	margin:0;
	padding:0;
}

#navigation li{
	display:inline;
	margin-right:30px;
	
}

/**LEFT HAND CONTENT**/

#content{
	float: left;
	padding: 20px 0 10px 0;
	padding-top:20px;
}

#content.news {
	width: 380px;
}

#content.photos {
	width: 100%;
}

#content.demos {
	width: 100%;
}

#content.band_bio {
	width: 100%;
}

#content.gigs {
	width: 100%;
}

#content.hardcore {
	width: 100%;
}

#content.thankyou {
	width: 100%;
	height:100%;
}

#content p {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 2em;
}

#content.news h1 {
	background-image: url(../img/news_h1.gif);
	height: 56px;
	width: 164px;
	color: transparant;
	font-size: 0px;
}

#content.photos h1 {
	background-image: url(../img/photos_h1.gif);
	height: 61px;
	width: 164px;
	color: transparant;
	font-size: 0px;
}

#content.demos h1 {
	background-image: url(../img/demos_h1.gif);
	height: 62px;
	width: 164px;
	color: transparant;
	font-size: 0px;
}

#content.band_bio h1 {
	background-image: url(../img/band_bio_h1.gif);
	height: 61px;
	width: 164px;
	color: transparant;
	font-size: 0px;
}

#content.gigs h1 {
	background-image: url(../img/gigs_header.gif);
	height: 60px;
	width: 164px;
	color: transparant;
	font-size: 0px;
}

#content.hardcore h1 {
	background-image: url(../img/join_the_hardcore.gif);
	height: 60px;
	width: 346px;
	color: transparant;
	font-size: 0px;
}

#content.thankyou h1 {
	background-image: url(../img/join_the_hardcore.gif);
	height: 60px;
	width: 346px;
	color: transparant;
	font-size: 0px;
}

#content.photos .gallery {
	margin-left:70px;
	width:500px;
}

#content.photos .gallery strong {
	font-size:1.1em;
}

#content.photos img {
	border:4px solid #000000;
	margin: 10px 0px 10px 10px;
}

.player {
	margin-left:100px;
}

/**RIGHT HAND CONTENT**/

#right_cont {
	width:233px;
	float: right;
	padding-top:20px;
	margin-right:15px;
}

#right_cont p {
	font-size: 80%;
	letter-spacing:1px;
	padding-left: 2em;
}

#right_cont .next_gig {
	background-image: url(../img/next_gig.gif);
	background-repeat:no-repeat;
	height: 120px;
	width: 233px;
	color: transparant;
	padding-top:60px;
	padding-left:5px;
}

#right_cont .photos {
	background-image: url(../img/photos_slide.gif);
	background-repeat:no-repeat;
	height: 250px;
	width: 236px;
	color: transparant;
}

/** FOOTER **/

#footer {
	width:100%;
	background-color:#000000;
	height:30px;
	border-top: 1px solid #999999;
}

#footer p{
	margin-bottom:8px;
	margin-top:10px;
	margin-left:250px;
	font-size:10px;
}

