/*
Theme Name: Burn Theme
Theme URI: http://wordpress.org/
Description: A custom theme for 3ed Degree Burn
Author: Paul Tarr
Author URI: http://GetOddNews.com/
*/

body {
	background: #222222 url('images/alien.gif');
	background-attachment: fixed;
	font-size: 100%; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	margin: 0em;
	padding: 0em;
	padding-left: 5px;
	padding-right: 5px;
}

#firebackground {
background-image: url('images/FlamesBack.gif');
background-position: bottom center;
background-repeat: repeat-x;
background-attachment: fixed;
min-width: 960px;
}

#page {
	text-align: left;
/* left and right margins must be auto in order to center the div 
/* what a pain, the center tag works better*/ 
	margin: 0px auto;
	width: 960px;
}

#burn_header {

}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.center {
	text-align: center;
}

.left {
text-align: left;
}

.clear {
	clear: both;
}

.burn_menu_link {
	font-size: 1em;
	font-weight: bold;
}


#home_burn {
background-image: url('images/Band_Shoot.gif');
height: 425px;
background-position: bottom center;
background-repeat: no-repeat;
border: 8px inset blue;
}

#Band_burn {
position: relative;
left: 0%;
bottom: -257px;

height: 168px;

background-image: url('images/Band_burn.gif');

background-repeat: repeat-x;
}

.bookings {
background-color: #444444;
color: #ffffff;
border: 4px ridge red;
padding-left: 15px;
padding-right: 15px;

}

.bookings_table {
border: 1px solid #ffffff;
border-collapse: collapse;
width: 100%;
}

.burn_cell {
padding: 15px;
}

a {
color: #ff0000;
text-decoration: none;
}

a:hover {
color: yellow;
text-decoration: none;
}


span a {
color: blue;
}
span a:hover {
color: red;
}

.gallery {
margin: 15px;
display: inline;
}

.guitar_list {
list-style-image: url('images/flying-v-guitar.gif');
}

.autocenter {
	margin: 0px auto;
}
