/* onewayoutband.net
   Author:     Paul Wallin
   
   ----------------------------------------------------*/
/* COLORS:
	   background:
	   brown: #5f3912
	   darkgrey: #3b322d
*/

/* =GENERIC Styles
-------------------------------------------------------------*/

/* Reset styles
-------------------------------------------------------------*/

body, html {
	margin: 0;
	padding:0;
}
img { border:0; }
dl, ol, ul, table {
	margin: 0;
}
li { line-height: 1.5em; }
a { outline: none; }
/*** typography ***/
body {
	background: url(../img/retro/bg_main.jpg) #e5e5cf;
	font-size:63.2%;
	font-family:  Georgia, "Times New Roman", Times, serif;
	color: #ededd7;
}
p {	font-size:1.5em; margin: 5px 20px; line-height: 1.5em;}
#content_right p { color: #af9b82; }
.clear { clear:both; }

h1 {
	margin: 0 0 0 65px;
	padding: 25px 0 0 0;
	height: 70px;
	width: 250px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:3.0em;
	font-weight: normal;
	color:#000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:2.4em;
	font-weight:bold;
	padding: 0.5em 20px 0.2em 20px;
	color:#35200c;
	margin: 0 20px;
	font-style: italic;
	text-align: center;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	padding: 10px 30px 5px 30px;
	margin:0;
	color:#35200c;
	text-align: center;
}
h3 span { font-size: 0.7em; color: #56433b; font-weight: normal; font-style: italic; }
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	padding: 5px 20px;
	margin:0;
	color:#35200c;
}
a {
	color:#c1a05a;
	text-decoration: none;
}
a:visited { color:#35200c;}
a:hover, a:active {
	color:#35200c;
	text-decoration: underline;
}
a abbr { text-decoration: none; border: none; }
/* =LAYOUT
---------------------------------------------------------------------*/
#container {
	width: 900px;
	margin: 0 auto;
	top:0;
	left: 0;
	padding: 0;
}
#mast {
	background: url(../img/retro/header_bg.jpg) no-repeat 0 0 transparent;
 	position: relative;
	height: 428px;
	}

div#content { 
	margin-left: 50px;
	
}
#content_main {
	width: 490px;
	min-height: 350px;
	background: url(../img/retro/content_bg.jpg) repeat-y center top transparent;
	float: right;
	margin-right: 50px;
	padding: 0 30px;
	} 
#content_side {
	float: left;
	top:0;
	margin: -40px 0 0 0;
	width: 200px;
	padding: 0 10px 0 25px;
	background: url(../img/retro/side_bg.jpg) no-repeat 0 0;
	color: #35200c;
}
#content_side p { margin: 5px; padding: 0; }
#footer {
	clear: both;
	top:0;
	right:0;
	padding: 60px 0 0 0;
	margin: 0 50px 0 0;
	text-align: center;
	background: url(../img/retro/footer_bg.jpg) no-repeat -1px -40px transparent;
	height: 184px;
	width: 550px;
	float: right;
	}

/* =MODULES
---------------------------------------------------------------------*/
p.news { margin: 0 20px 10px 20px; padding: 0 0 20px 0; color:#ededd7; text-align: justify; border-bottom: 2px dashed #6f5643;}
#wd39 { clear: both; text-align: center; margin-left: 250px;}
#gallery { width: 480px; text-align: center; margin: 10px auto; position: relative;}
#gallery div { float: left; margin-right: 5px; padding:3px; border: 2px solid #6f5643; background: url(../img/retro/bg_main.jpg) #e5e5cf; }
.box { clear: right; padding: 10px; margin: 0 15px; position: relative; border-bottom: 2px dashed #6f5643; }
.box img { float: right;  border: 2px solid #6f5643; padding: 3px; margin-right: 30px; background: url(../img/retro/bg_main.jpg) #e5e5cf; } 
em.composer {font-size: 0.9em; color: #bcae8b; margin-left: 10px; }
img.content_image { float: right; margin: 5px 15px; border: 1px solid #E3D2BF; }
dl { font-size: 1.3em; margin: 5px 15px;}
#to_content { position:absolute; top:0; right:0; }
#to_content div { width: 200px; background: url(../img/retro/to_content.gif) no-repeat 0 0; height: 30px;}
#to_content div a { width: 200px; height: 30px; display: block;}
.hidden { visibility: hidden; }
.band_card { margin:5px; float: left; }
.download { float: right; width: 180px; padding: 0px; margin: 5px 0 5px 5px;}
.download p { line-height: 1.2; }
img.poster { border: 1px solid #ededd7; }
/*** menus 
-------------------------------------------------------------*/
#main_nav { margin: 0; padding: 0 0 0 60px; position: relative; width: 790px; background: url(../img/retro/nav_bg.jpg) no-repeat 0 0; min-height: 55px; } 
#main_nav ul { 
	list-style-type: none;
	margin:0;
	padding:0;
}

#main_nav ul li { 
	float: left;
	margin: 5px 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size:1.6em;
	padding: 5px 20px;
}
#main_nav ul li a, #main_nav ul li a:visited, ul#sub_nav li a, ul#sub_nav li a:visited{
	color:#596146;
	text-decoration: none;
}
#main_nav ul li a:hover, #main_nav ul li a:active, ul#sub_nav li a:hover, ul#sub_nav li a:active {
	color:#35200c;
	text-decoration: none;
}
#main_nav ul li#current a, ul#sub_nav li#current_sub a { color: #c1a05a; cursor: default; }
/*** sub navigation ***/
ul#sub_nav { 
	list-style-type: none;
	margin:0;
	padding:0;
}

ul#sub_nav li { 
	margin: 0px 3px 5px 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size:1.3em;
	padding: 3px 10px;
}

/* Lists 
-------------------------------------------------------------*/

dl.shows_list {	font-size:1.5em; margin: 5px 15px;}
#content_side dl.shows_list { margin: 5px;}
dl.shows_list dt {
	margin: 0;
	padding: 2px 7px 7px 0; 
	float: left; 
	line-height: 130%; 
	font-weight: bold; 
	color: #331E0A;
} 
dl.shows_list dd { 
	padding: 2px 0 7px 0;
	margin:0;
	line-height: 130%;
}
/* =FORMS
-----------------------------------------------------------------------*/

fieldset { 
	border: none;
	margin: 0 15px 15px 15px; 
	border: 1px solid #35200c;
	padding: 10px 20px;
}
legend { color: #35200c; font-size: 1.1em; font-weight: bold;}
fieldset p { text-align: center; margin-bottom: 20px;}
#owo_contact li { list-style: none;  margin:0;}

#owo_contact ul { margin:0; padding:0; list-style:none;}

#owo_contact ul li { clear:both; background:none; padding: 4px 0; }

#owo_contact label { 
	color: #d7dfc6;
	font-weight: bold;
	display:block;
	float:left;
	width:140px;
	margin:0;
	padding: 5px 0 0 0;
	font-size: 1.5em;
}

#owo_contact .txtField  {
	display:block;
	float:left;
	padding: 5px 3px;
	width:250px;
	margin:5px 0 7px 0;
	color:#000;
	border:2px solid #35200c;
	background-color:#E3D2BF;
	outline:none;
	font-family: Georgia, "Times New Roman", Times, serif;

}

#owo_contact .txtField:hover, #owo_contact .txtField:focus, #owo_contact .txtField:active { background:#fff;}

#owo_contact em { color:#c1a05a;}

#owo_contact input.send_button {
	font-size: 0.9em;
	font-weight: bold; 
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width:auto;
	height:auto;
	padding:3px 7px;
	background-color: #35200c;
	color:#E3D2BF;
}

#owo_contact input.send_button:active {
	border: 3px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
}


/* Headers Image replacement
-------------------------------------------------------------*/
h1.ir{
top:0;
left:0;
	margin: 90px 0 0 70px;
	padding: 0;
	width: 500px;
	height: 60px;
	position: absolute;
	}
h1.ir span{
	position: absolute;
	text-indent: -9999px
}
h1.ir a {
	position: absolute;
	width: 100%;
	height: 100%;
}

h2.ir{
	text-align: left;
	font-size: 1em;
	margin: 306px 0 15px 300px;
	padding:0;
	width: 200px;
	height: 58px;
	position: absolute;
	}
h2.ir span{
	position: absolute;
	width: 100%;
	height: 100%;
}
h2#news_h2 span { background: url(../img/retro/headers/h2_news.jpg) no-repeat;	}
h2#band_h2 span { background: url(../img/retro/headers/h2_band.jpg) no-repeat;	}
h2#music_h2 span { background: url(../img/retro/headers/h2_music.jpg) no-repeat;	}
h2#contact_h2 span { background: url(../img/retro/headers/h2_contact.jpg) no-repeat;	}
h2#gallery_h2 span { background: url(../img/retro/headers/h2_gallery.jpg) no-repeat;	}
h2#gigs_h2 span { background: url(../img/retro/headers/h2_gigs.jpg) no-repeat;	}
h3.ir{
	text-align: left;
	margin: 10px 0;
	padding:0;
	width:200px;
	height: 50px;
	position: relative;
	color: #e5e5cf;
	}
h3.ir span{
	position: absolute;
	width: 100%;
	height: 100%;
}
h3#nextgig_h3 span { background: url(../img/retro/headers/h3_nextgig.gif) no-repeat;	}
h3#myspace_h3 span { background: url(../img/retro/headers/h3_myspace.gif) no-repeat;	}
h3#gallery_h3 span { background: url(../img/retro/headers/h3_gallery.gif) no-repeat;	}



