body {
	margin:0;
	text-align:center;
	font-family: "Myriad Pro", Helvetica, Arial, san-serif;
	font-size: 12px;
	background-color: #510004;
	overflow: scroll;
	background-image: url('../images/backgrounds/body2.jpg');
}

@font-face {
	font-family:"MesquiteStd";
 	src: url('../fonts/MesquiteStd.eot');
	src: url('../fonts/MesquiteStd.ttf') format('truetype'), url('../fonts/MesquiteStd.svg#MesquiteStd') format('svg');
}
@font-face {
	font-family:"RosewoodStd-Regular";
	src:url('../fonts/RosewoodStd-Regular.ttf');
}

img { border: none; }
h1, h2, h3, h4 { margin: 0 0 10px 0; color: #c5c5c5; }

a:link, a:active, a:visited {
	color: #511617;
}
a:hover { color: #9e160b; }

/* Form element defaults */
input[type=text], textarea, input[type=password] { background: #5D1519; border: 1px solid black; color: white; }
.error { display: none; background: none; border: none; padding: 0; }


#loading { 
	position: fixed;
	display: none;
	width: inherit;
	text-align: center;
	margin-top: 200px;
}

#wrapper {
	width: 840px;
	margin: auto;
	text-align: justify;
}
#header {
	height: 180px;
	width: 840px;
	position: relative;
}
#content {
	padding: 20px 10px 10px 10px;
	min-height: 500px;
	background: #2c0503;
	color: white;
	border-left: 3px solid #350003;
	border-right: 3px solid #350003;
}
#content a:link, #content a:active, #content a:visited {
	color: #d67818;
}
#nav {
	font-family: MesquiteStd, "Lucida Grande", Helvetica, Arial, san-serif;
	font-size: 36px;
	letter-spacing: 2px;
	text-align: center;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	height: 43px;
	background: url('../images/navbg.png');
}
#nav a {
	color: black;
	text-decoration: none;
	margin-left: 30px;
}
#nav a:hover {
	color: #c5c5c5;
}

#footer {
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	color: white;
	font-size: 10px;
	height: 40px;
	background: url('../images/footerbg.png');
	padding: 10px;
	text-align: center;
}

/* home page */
#homewrap {
	width: 832px;
	background: url('../images/home/home_bg.png');
	background-repeat: no-repeat;
	margin: auto;
	text-align: justify;
	margin-top: 30px;
	min-height: 1156px;
	color: black;
}

/* home nav image map */
dl.image_map {
	display:block;
	width:559px; 
	height:292px; 
	background:url(../images/home/home_logonav.png); 
	position:relative; 
	left: -20px;
	top: 12px;	
}
a.LINK0 {left:88px; top:187px; background:transparent;}
a.LINK0 {display:block; width:146px; height:0; padding-top:89px; overflow:hidden; position:absolute;}
a.LINK0:hover  {background:transparent; border:1px dashed black; color:black;}
a.LINK1 {left:282px; top:180px; background:transparent;}
a.LINK1 {display:block; width:207px; height:0; padding-top:57px; overflow:hidden; position:absolute;}
a.LINK1:hover  {background:transparent; border:1px dashed black; color:black;}
a.LINK2 {left:233px; top:234px; background:transparent;}
a.LINK2 {display:block; width:211px; height:0; padding-top:46px; overflow:hidden; position:absolute;}
a.LINK2:hover  {background:transparent; border:1px dashed black; color:black;}
a.LINK3 {left:491px; top:180px; background:transparent;}
a.LINK3 {display:block; width:62px; height:0; padding-top:106px; overflow:hidden; position:absolute;}
a.LINK3:hover  {background:transparent; border:1px dashed black; color:black;}


.home_right {
	float: right;
}
.home_left {
	width: 500px;
	position: absolute;
	top: 30px;
}

#home_groupphoto {
	position: relative;
	left: 12px;
}

#home_news {
	background: url('../images/home/home_newsblock.png');
	background-repeat: no-repeat;
	width: 263px;
	height: 373px;
	margin-left: 65px;
}

#home_newstext {
	color: #a28458;
	position: relative;
	top: 35px;
	left: 20px;
	width: 225px;
	height: 275px;
	overflow-y: auto;
	overflow-x: hidden;
}
#home_newstext p {
	word-spacing: 0.1em;
}

#home_music {
	background: url('../images/home/home_musicblock.png');
	background-repeat: no-repeat;
	height: 400px;
	width: 532px;
	position: relative;
	left: 15px;
}
#home_albumart {
	position: relative;
	top: 21px;
	left: 36px;
}
#home_musicplayer {
	float: right;
	position: relative;
	top: 21px;
	left: -45px;
	z-index: 99;
}

.home_player {
	margin-top: 10px;
}
.home_socialicons {
	position: relative;
	left: 175px;
	top: 50px;
}

.home_mailinglist {
	height: 65px;
	width: 501px;
	background: url('../images/home/home_mailinglist.png');
	position: relative;
	left: 29px;
	top: -7px;
}

.home_mailinglist form {
	position: relative;
	left: 265px;
}
.home_mailinglist input[type=text] {
	height: 21px;
	width: 190px;
	border: 1px solid black;
	background: #9c8059;	
}
.home_mailinglist input[type=submit] {
	height: 26px;
	width: 44px;
	background: url('../images/home/home_mailinglist_join.png');
	border: none;
}

/* band */
.band_table h2 {
	margin: 0;
	color: black;
	font-weight: bold;
	color: #8a0700;
}
.band_table td {
	color: #d6cda7;
	font-size: 13px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	line-height: 1.7em;
	/* background: #d6cda7; */
 }
.band_photo { width: 150px; }

table.gigstable td {
	border-bottom: 1px solid black;
}

/* blog */
.blog_posts {
	width: 600px;
	border-right: 2px solid #2F0B0C;
	padding-right: 10px;
}
.blog_pages { 
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #999;
}
.blog_post { 
	padding: 10px;
}
.blog_nav {
	width: 190px;
	float: right;
}
.blog_nav ul {
	list-style: none;
	padding: 0 0 0 15px;
}
.blog_date {
	color: #999;
	position: relative;
	top: -12px;
}
.blog_comment0 {
	margin-bottom: 20px;
}
.blog_comment1 {
	margin-bottom: 20px;
}
.blog_comment_opts {
	float: right;
}

/* Mailing list in template */
#mailinglist_form {
	float: right;
	font-size: 14px;
	line-height: 1em;
	color: white;
	position: relative;
	top: 110px;
	right: 10px;
	background: rgba(0, 0, 0, 0.4);
	padding: 5px;
}
#mailinglist_form input[type=submit] {
	border: 1px solid black;
	background: #9c8059;
}


/* Gigs */
.gig {
	margin-bottom: 25px;
	font-size: 16px;
	border-bottom: 1px solid #660000;
	padding-bottom: 5px;
}
.gig_date {
	font-size: 24px;
	color: #c5c5c5;
}
.gig_address {
	margin-left: 20px;
}
.gig_info {
	margin-left: 20px;
	margin-top: 15px;
}
.gig_past {
	font-size: 14px;
}

/* Media */
.media_thumb {
	float: left;
	margin: 0 15px 0 15px;
	text-align: center;
}
.media_thumb img {
	border: 1px solid white;
}