.hidden{
	display: none;
}

.information{
	color: white;
}

.error{
	color: red;
}

/****/

html{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	text-align: center;
}

#page{
	width: 800px;
	margin: 20px auto 20px auto;
}

body, textarea, input{
	font-family: verdana, arial, helvetica, sans-serif;
}

body{
	font-size: 8pt;
}

body{
	color: white;
}

textarea, input, select{
	color: #555;
}

#box{
	position: relative;
	width: 800px;
	border: 1px #6A6B53 solid;
	background-color: #b6b498;
	text-align: left;
}

#layoutTable{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#navigation, #content{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#navigation{
	width: 150px;
	vertical-align: top;
	text-align: left;
}

#content{
	vertical-align: top;
	width: 650px;
	padding: 0 60px 60px 60px;
}

#footer{
	text-align: right;
}

/****/

img{
	border: 1px white solid;
}

#icon_register img, #icon_post img{
	border: 0;
}

a{
	color: white;
	font-weight: bold;
}

a:hover{
	color: #6c7ad3;
}

p{
	margin-bottom: 20px;
}

/****/

form table{
	margin: 10px 0 10px 0;
}

form td{
	vertical-align: top;
}

input.text, textarea, select{
	border: 0;
}

input.text:hover, textarea:hover, select:hover{
	border: 0;
}

td.submit{
	padding-top: 10px;
}

form tr.formInfo td, form .error{
	font-size: 7pt;
	padding: 5px 0 5px 0;
}

form tr.formInfo td{
	color: #555;
}

label{
	padding-right: 20px;
}

/****/

h1{
	margin: 20px 20px 20px 30px;
	padding: 0;
	width: 225px;
	height: 60px;
	background: url(../_media/images/logo.gif) no-repeat;
}

h3{
	font-size: 12pt;
	font-weight: normal;
	border-bottom: 1px solid white;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
	
/****/

#footer{
	margin: 0;
	padding: 0;
}

#innerFooter{
	font-size: 8pt;
	text-align: right;
	padding: 5px 5px 0 0;
	color: #999;
}

#socialSites{
	float:left;
}

#footer a{
	color: #999;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover{
	text-decoration: underline;
}

/****/

#mainMenu{
	margin: 0 0 40px 30px;
}

#mainMenu p{
	margin: 0;
	padding: 0;
}

#mainMenu a{
	display: block;
	height: 34px;
	margin: 5px 0 5px 0;
}

#menu_biog{
	width: 38px;
	background: url(../_media/images/menu_biog.gif) no-repeat;
}

#menu_contact{
	width: 80px;
	background: url(../_media/images/menu_contact.gif) no-repeat;
}

#menu_gigs{
	width: 37px;
	background: url(../_media/images/menu_gigs.gif) no-repeat;
}

#menu_index{
	width: 49px;
	background: url(../_media/images/menu_index.gif) no-repeat;
}

#menu_music{
	width: 51px;
	background: url(../_media/images/menu_music.gif) no-repeat;
}

#menu_news{
	width: 47px;
	background: url(../_media/images/menu_news.gif) no-repeat;
}

#menu_photos{
	width: 67px;
	background: url(../_media/images/menu_photos.gif) no-repeat;
}

#mainMenu a:hover{
	background-position: 0 -34px;
}

/****/

h2{
	position: absolute;
	top: 5px;
	right: 30px;
	height: 60px;
	width: 231px;
}

#heading_biog{
	width: 94px;
	background: url(../_media/images/heading_biog.gif) no-repeat;
}

#heading_contact{
	width: 162px;
	background: url(../_media/images/heading_contact.gif) no-repeat;
}

#heading_gigs{
	width: 93px;
	background: url(../_media/images/heading_gigs.gif) no-repeat;
}

#heading_index{
	width: 112px;
	background: url(../_media/images/heading_index.gif) no-repeat;
}

#heading_music{
	width: 117px;
	background: url(../_media/images/heading_music.gif) no-repeat;
}

#heading_news{
	width: 109px;
	background: url(../_media/images/heading_news.gif) no-repeat;
}

#heading_photos{
	width: 140px;
	background: url(../_media/images/heading_photos.gif) no-repeat;
}

/****/

#mp3Player{
	margin-bottom: 20px;
	border: 1px solid white;
}

#gigList{
	margin: 20px 0 20px 10px;
}

#gigList li{
	font-weight: bold;
	margin-bottom: 5px;
}

img.biogImage{
	float: left;
	margin: 0 20px 10px 0;
}

img.homeImage{
	border: 1px #6A6B53 solid;
}

.centeredBlock{
	margin: 10px;
	text-align: center;
}

.note{
	font-size: 7pt;
	font-style: italic;
}

#feedLink{
	text-align: right;
	margin: 0;
}

#feedLink a{
	text-decoration: none;
}

#photoList{
	margin: 10px auto 10px auto;
	padding: 0;
}

#photoList li{
	list-style: none;
	display: inline;
}

#postsList{
	margin: 0;
}

#postsList{
	text-align: left;
	padding: 0;
	margin: 0;
}

#postsList li{
	list-style: none;
	border-bottom: 1px white solid;
	padding: 10px 0 10px 0;
}

#postsList li p{
	margin-bottom: 5px;
}

#postsList .admin{
	color: #5C699C;
}

#icon_post{
	text-align: right;
}

.endSubmit{
	vertical-align: bottom;
	padding: 0;
	text-align: right;
}

#albumList{
	margin: 10px 30px 10px 30px;
}

#albumList tr{
	text-align: left;
}

#albumList td{
	padding: 0 10px 15px 0;
	vertical-align: top;
}

#albumList p{
	margin: 0 0 10px 0;
}

/****/

#contactForm form, #contactForm table{
	text-align: right;
	margin: auto;
}