/*
---------------------------
Music Website Demo - Honky Monkeys - styles
author: Dave Kobrenski/BBM Designs
http://www.bbmdesigns.com
version: 17 july 2007
---------------------------
*/

html, body {
	font: 14px/22px "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	color: #333;
	background: #dbddd1 url(img/bck.gif) repeat-y center top;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* Links -------------------------------- */

a {
	font-weight: bold;
}

a:link {
	color: #1853A5;
	text-decoration: none;
}

a:visited {
	color: #1853A5;
	text-decoration: none;
}

a:hover {
	color: #7A8B3A;
	text-decoration: underline;
}

a:active {
	color: #1853A5;
}

a img {
	border: 1px solid #fff;
}

a:hover img {
	border: 1px solid #CA863D;
}

/* Structure ------------------------------------- */

#container {
	width: 812px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

#header {
	width: 780px;
	height: 203px;
	margin: 0 auto;
	background: transparent url(img/header.jpg) no-repeat center top;
	position: relative;
	z-index: 50;
}

#header h1, #header h2 {
	width: 547px;
	position: absolute;
	left: 194px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#header h1 {
	height: 77px;
	top: 93px;
	background-image: url(img/h1.gif);
}

#header h2 {
	height: 33px;
	top: 170px;
	background-image: url(img/h2.gif);
}

#header h1 span, #header h2 span {
	display: none;
}

#main {
	width: 703px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 100;
}

#extra {
	display: none;
}

#extra2 {
	display: none;
}

/* content --------------------------- */

#content {
	width: 515px;
	padding: 0;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	display: inline;
}

/* nav --------------------------- */

#nav {
	width: 156px;
	padding: 0;
	float: left;
	display: inline;
	margin-top: -110px;
	position: relative;
	z-index: 500;
}

#nav ul {
	margin-top: 10px;
}

#nav li {
	padding: 1px 0;
}

#nav li a {
	font-size: 14px;
	display: block;
	padding: 5px 6px 5px 12px;
	text-decoration: none;
	height: 1em;
	font-weight: normal;
	line-height: 1.3em;
	color: #57853B;
}

#nav li.admin_nav {
	padding: 2px 6px 2px 10px;
}

#nav li.admin_nav select {
	width: 136px;
}

html>body #nav li a {
	height: auto;
}

#nav li a:hover {
	color: #7A8B3A;
	background-color: #fff;
	text-decoration: none;
}

#nav li ul {
	border: none;
}

#nav li ul li a {
	font-size: 13px;
	line-height: 1.1em;
	padding: 2px 6px 2px 30px;
}

/* Header elements --------------------------- */

h3, h5 {
	margin: 0 0 14px 0;
	color: #4d7a32;
	font-size: 1.6em;
}

h4 {
	color: #767b5e;
	font-size: 1.3em;
	margin: 14px 0;
	font-style: italic;
	font-weight: normal;
}

h4.news_header {
	margin-bottom: 0;
}

/* footer --------------------------- */

#footer {
	width: 812px;
	margin: 0 auto;
	clear: both;
	margin-top: 50px;
	color: #656A49;
	text-align: left;
	font: 11px/1.5em Verdana, Arial, Helvetica, Sans-serif;
}

#footer p {
	width: 525px;
	padding: 6px 0;
	text-align: left;
	margin-left: 225px;
	border-top: 1px solid #9FA484;
}

#footer a {
	font-weight: bold;
	color: #4F7B36;
	text-decoration: underline;
}



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

#user_content ul, ul.bullets {
	list-style: disc outside;
	margin-left: 24px;
	margin-top: 14px;
	margin-bottom: 14px;
}

#user_content ul li, ul.bullets li {
	list-style: disc outside;
	margin-bottom: 6px;
	line-height: 1.5em;
}

#user_content ul.nobull, #user_content ul.nobull li {
	list-style-type: none;
	margin-left: 14px;
}

#user_content ol {
	margin-left: 24px;
	margin-top: 14px;
	margin-bottom: 14px;
	list-style: decimal outside;
}

#user_content ol li {
	list-style: decimal outside;
	margin-bottom: 6px;
	line-height: 1.5em;
}

#user_content ul.horiz {
	float: left;
	width: 94%;
	padding: 4px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 6px 0 6px 0;
	background-color: #E6E6E6;
	list-style-type: none;
}

#user_content ul.horiz li {
	float: left;
	margin: 0;
	margin-right: 15px;
	list-style-type: none;
}

#user_content ul.horiz li a {
	font-weight: normal;
}

/* PAGE SPECIFIC: ----------------------- */

#contact_form input, #contact_form textarea {
	width: 330px;
}

#contact_form .submit {
	width: auto;
}

body#noNav #nav {
	display: none;
}

body#noNav #header {
	background-image: url(img/header_noNav.jpg);
}

body#noNav {
	background-image: url(img/bck_noNav.gif);
}

body#noNav #footer {
	display: none;
}

body#noNav #content {
	width: auto;
	float: none;
	display: block;
	margin-right: 18px;
}

body#popup {
	background-image: url(img/bck_noNav.gif);
	margin: 0;
	padding: 0;
}

body#popup #container {
	background-color: #fff;
	background-image: none;
}

body#popup #container {
	width: auto;
	padding: 12px;
	text-align: left;
}

body#popup #container table {
	width: 470px;
	margin: 10px auto;
}

#contact textarea#message {
	width: 425px;
	height: 115px;
}

body#admin table ul, body#admin table li {
	list-style-type: none;
}

/* MISC --------------------------- */

iframe {
	margin: 6px 0 12px 0;
}

.albumInfo {
	font: 14px/22px "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	margin: 10px 0;
	padding:  12px;
	border: 1px solid #ccc;
	background-color: #e5f1ff;
}

#discTable .even td, #discTable .r0 td, #discTable .two td {
	background-color: #EAEFFA;
}

#discTable .odd td, #discTable .r1 td, #discTable .one td {
	background-color: #fff;
}

.downloadInstructions {
	padding: 0 5px;
	border:  1px solid #ccc;
	background: #eee;
	font: 11px/1.3em Verdana, Arial, sans-serif;
}

table td .albumInfo {
	padding: 0;
	border: none;
	background-color: transparent;
}

.albumInfo h3 {
	color: #722549;
	font-size: 18px;
}

.calMonthHead {
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}

dl.news {
	clear: both;
}

dl.news dt {
	color: #722549;
	font-size: 1.1em;
	font-style: italic;
}

dl.news dd {
	margin-left: 18px;
	margin-bottom: 12px;
}

dd .gigInfo {
	font-size: .9em;
	line-height: 1.3em;
}

table#bandBios, table#bandBios td {
	border: none;
	font: 14px/22px "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
}

#container table#bandBios {
	border-top: 1px solid #ccc;
}

table#bandBios td {
	border-bottom: 1px solid #ccc;
}

table#bandBios td h4 {
	margin-top: 2px;
}

#fanBridge table {
	
}

#fanBridge table input {
	padding: 0;
}

#fanBridge table, #fanBridge td, #fanBridge th {
	font: 14px/22px "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	vertical-align: middle;
	padding: 3px;
	border: none;
}
