/* based on http://www.pmob.co.uk 3 column layout */

* {
	margin:0;
	padding:0
}

h1{
	text-transform: capitalize;
}

a{
	font-weight: normal;
	color: #FF0000;
}

a:hover {
	color:#ffffff;
}

p {
	margin-bottom:1em
}
ul{
	margin-left:20px;margin-bottom:1em
}
li{
	list-style-type: none;
}

/* commented backslash hack v2 \*/ 
html, body{
	height:100%;
} 
/* end hack */ 

body {
	background: transparent url("bg.png");
	color: #FFFFFF;
	font-family: Georgia, Arial, sans-serif;
	font-size: 1em;
}

.bg {
	width: 100%;
	position: absolute;
	top: -30px;
	left: 0;
	z-index: 0;
}

.logo {
	position: absolute;
	top: 0;
	left: 30px;
	z-index: 1;
}

/* margin-left should be same as left column width */
/* margin-right should be same as right column width */
/* margin-bottom should be the same as footer height (plus 2px used for borders) */

#outer{
	min-height:100%;	
	margin-left:276px; 				
	margin-right:100px; 				
	margin-bottom:-52px;				
}

#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:200px; 
	overflow:hidden;
	
}

#header_logo{
	position:absolute;																				
	top:0px;
	left:0px;
	height:200px;
	background: transparent url("logo.png") no-repeat;
	z-index: 2;
}

#header h1{
	font-size: 2.2em;
	font-weight: bold;
	color: #FFFFFF;
	position:relative;
	left:300px;
	top:70px;
}

#header p{
	position:relative;							
	left:1000px;										
	top: 100px;
}

#left {
	position:absolute;					
	top:200px;						
	left:0;							
	width:300px;						
	height:100%;						 
	text-transform: capitalize;
}

#menu ul {
	position:relative;
	top: -5px;
	left:-60px;
	font-weight: bold;
	font-size: 1.25em;
	width: 250px;
	float: left;
}

#menu li{
	list-style-type: none;
	background-position: 10px 0px; 
	height: 47px;
	margin-top: 5px;
	border: 3px;
}

#menu a{
	position: relative; top: 13px; left: 90px;
	text-decoration: none;
}

#menu li:hover {
	color:#ffffff;
}	

#right p {padding:3px;}
#right {
	position:relative;/*ie needs this to show float */
	width:49px;
	float:right;
	margin-right:110px;/*must be 1px less than width otherwise won't push footer down */
	left:0px;
}

#footer {
	width:100%;						
	height:60px;					
	text-align:center;		
	position:relative;		
	background-position:top center;			
}

#clear_header{height:202px;}/*needed to make room for header */
#clear_footer{clear:both;height:162px;}/*needed to make room for footer*/
#clear_left{width:252px;}
* > html #clear_footer {float:left;width:100%;}/* ie mac styles */

#centre {
	width: 66%; 
	float:left;
	position:relative;
	z-index:1;
	margin:-2px -1px;																			
	color: #FFFFFF;
	padding-left:30px;
}

#centre p{
	color: #FFFFFF;
	padding-left: -30px;
	margin-left: 0;
}

#centre a{
	font-weight: normal;
	color: #FF0000;
}

#centre a:hover {
	color:#ffffff;
}
	
#centre h1{
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF; 
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#centre h2{
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#centre img {
	float: left;
	margin-right: 1em;	
}

#gallery img{
	border: solid 1px #0000;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	float: none;
}

gallery a{
	border: solid 1px #0000;
}

#gallery ul,li{
	margin:0;
	padding:0;
}

#gallery li{
	display:inline;
	margin-right:0.5em;
	margin-bottom:1em;
}

#preview {
	position:absolute;
	border:1px solid #ccc;
	margin-right: none;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	z-index:5;
	}

#video ul{
	width: 100%;
	margin-bottom: 1em;
}

#video li {
	margin-bottom: 1em;
}

#video object{
	height:344px;
	width: 425px;
	z-index: 2;
}

#music{
	position:relative;
	top: 50px;
	left: 20px;
	font-weight: normal;
	font-size: 0.85em;
	width: 250px;
	float: left;
	text-transform: capitalize;
	/*visibility: hidden;*/
}
#music p{
	position: relative;
	left: 20px; 
	/*float: left; */
}

#music a{
	text-decoration: none;
}

#music li:hover {
	color:#ffffff;
}	

#gigs ul{
	width: 100%;
}

#gigs li {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin-right: 0.5em;
	margin-bottom: 1em;
	/* ie6/7 hack to force inline-block */
	zoom: 1;
	*display: inline;

}

#past_gigs ul{
	width: 100%;
	color: #808080;
}

#past_gigs li {
	color: #808080;
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin-right:0.5em;
	margin-bottom: 1em;	
	/* ie6/7 hack to force inline-block */
	zoom: 1;
	*display: inline;
}

#past_gigs a{
	color: #808080;
}

