/*-----------------------------------------------
GLOBAL RESETS AND SETUP FOR BROWSER COMPATABILITY
-----------------------------------------------*/
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% "Times New Roman", Times, Arial, Sans-Serif, Helvetica, Verdana;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, ol, dl, address {
	color: #fff;
	margin: 1em 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

dd {
	margin-left: 1em;
}

blockquote {
	font-style: italic;
	padding: 5px 0 5px 30px;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea {
	padding: 3px;
	font-size: 100%;
	background: #eee;
	border: #bbb solid 1px;
}

a {
	border: 0;
	color: #953a16;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

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

li {
	list-style-type: none;
	padding:0;
	margin:0;
}

/*--HTML TAG FORMATS--*/
body {
	text-align: center;
	color: #333;
	background: #000;
}

p.standard {
	padding: 0 0 20px !important;
}

p.item {
	padding: 0 0 8px !important;
}

img.heading {
	margin-bottom: 20px;
}

input.submit {
	color: #fff;
	background: #953a16;
	border: #333 solid 1px;
	cursor: pointer;
}

div.player {
	margin: 0 0 30px 35px;
}

/*--------------------------------------------------------------TEXT FORMATS--*/
.plus_ten 		{font-size:1.1em !important;}
.less_ten 		{font-size:0.9em !important;}
.small 			{font-size:0.8em !important;}
.tiny 			{font-size:0.7em !important;}
.large 			{font-size:1.3em !important;}
.white 			{color:#fff !important;}
.gray 			{color:#555 !important;}
.superscript 	{line-height: 0.2em;font-size: 0.8em;}
.bold			{font-weight: bold;}
.italic			{font-style: italic;}
.right_buffer	{margin-right:5px;}
.left_buffer	{margin-left:5px;}

.page_heading, .upcoming_shows {
	margin: 0 0 30px;
	font-size: 1.5em;
	color: #907861;
	font-weight: normal;
}

.upcoming_shows {
	margin-bottom: 10px;
}

.posted_by {
	font-size: 0.8em;
	color: #777;
}

.news {
	font-weight: bold;
}

/*--CONTAINERS--*/
#header {
	height: 130px;
	text-align: left;
	font-size: 1.1em;
	background: url("../images/header.jpg") top center no-repeat;
}

#header a {margin-right: 40px; color: #38271F;}

#header a.current_page {color: maroon;}

#header a.current_page:hover {text-decoration: none;}

.menu {
	margin: 0 auto;
	padding: 75px 0 0 40px;
	width: 860px;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
	height: 900px;
	background: #dcceab;
}

/*--div height variables--*/
.dennis_bio {height: 1600px !important;}
.cheryl_bio {height: 1200px !important;}
.artists {height: 1850px !important;}

#content {
}

.welcome {
	height: 200px;
	background: url("../images/welcome_bg_5s.jpg") center no-repeat;
	border: #8d837d solid 2px;
}

.left_column {
	float: left;
	margin: 40px 0 0 0;
	padding: 0 30px;
	width: 530px;
	text-align: left;
	border-right: #8d837d solid 1px;
}

.left_column img.photo_left, .left_column img.photo_right {
	padding: 10px;
	border: #010101 solid 1px;
	background: url("../images/img_bg.jpg") top left repeat;
}

.left_column img.photo_left 	{float:left;margin: 10px 20px 10px 0;}
.left_column img.photo_right 	{float:right;margin: 10px 0 10px 20px;}

.right_column {
	float: left;
	margin-top: 40px;
	padding: 0 30px 30px;
	width: 240px;
	text-align: left;
}

#footer {
	padding: 95px 0 0;
	height: 35px;
	font-size: 0.9em;
	color: #DCCEAB;
	background: url("../images/footer.jpg") top center no-repeat;
}