
/* ------------------ ~ Basic Layout ~ ----------------- */

body {  
	font-family: "Georgia", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	padding: 0;
	text-align: center;
	color: #292727;
	margin-top: 50px;
	background: #210 url(/shared/pleather/bg_tile.jpg);
}

#accessibility {
	position: absolute;
	left: -9999px;
}

#container {
	width: 792px;
	margin: 0 auto;
	padding-top: 60px;
	text-align: left;
	background:  url(/shared/pleather/top_container_brown.gif) no-repeat;
}

html>body #container {
	padding-top: 60px;
}
	
form {
	margin: 0;
}


/* ------------------ ~ Navigation ~ ----------------- */
#navigation {
	float: left;
	width: 100%;
	line-height: normal;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
}

#navigation ul {
	position: absolute;
	text-align: center;
 	font-size: 13px;             /* Change font size to align tabs in center - if more tabs, choose less font-size */
 	font-weight: bold;
	z-index: 2;
	width: 792px;
	height: 32px;
	top:0;
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
}

#navigation li {
	float: left;
	text-align: center;
	margin: 113px 3px 0px 1px;
	padding: 0 0 0 7px;
	background: url(/shared/pleather/menu_tab_left_brown.gif) no-repeat left top;
}
	
#navigation a {
	float: left;
	display: block;
	color: #363636;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	border: none;
	background: url(/shared/pleather/menu_tab_right_brown.gif) no-repeat right top;
}

/* Commented Backslash Hack hides rule from IE5-Mac */
#header a {
	float:none;
}
/* End IE5-Mac hack */

#navigation li a:hover {
	color: #1E1E1E;
	text-decoration: line-through;
} 


/* ------------------ ~ Email Sign-up ~ ----------------- */

#emailsignup {
	z-index: 3;
	position: absolute;
	width: 291px;
	height: 39px;
	color: #FFFCD2;
	font-size: 12px;
	font-weight: bold;
	line-height: 3.4em;
	text-align: center;
	margin: -106px 0px 0px 498px;
	background-image: url(/shared/pleather/email_bg_brown.gif);
}

#emailsignup input[type="text"] {
	margin: 7px 0 2px 3px;
	border: none;
	width: 100px;
	height: 17px;
	font-size: 12px;
}

#emailsignup input[type="submit"] {
	margin: 7px 2px 1px 9px;
	background: #F2FCD8;
	border: none;
	color: #374D00;
	font-weight: bold;
	text-transform: uppercase;
}

/* ------------------ ~ Band Banner ~ ----------------- */

#banner {
	width: 786px;
	height: 174px;
	margin-left: 3px;
	position: relative;
}

#banner .band {
	position: relative;
	z-index: 1;
	font-size: 1px;
	letter-spacing: -1px;
	overflow: hidden;
	height: 100px;
	margin: -278px 0px 0px 10px;
}

#banner .photo {
	position: relative;
	font-size: 1px;
	letter-spacing: -1px;
	overflow: hidden;
	width: 786px;
	height: 187px;
	margin-top: 40px;
}

/* ------------------ ~ Contents ~ ----------------- */

#content {
	width: 786px;
	margin-left: 2px;
	padding-bottom: 15px;
	border-bottom: #4B650E thin dotted;
	border-left: #4B650E thin dotted;
	border-right: #4B650E thin dotted;
	background: #FFFFFF url(/shared/pleather/content_bg_brown.jpg) top right repeat-y;
}

#content h1 {
	font-size: 20px;
	text-align: left;
	text-transform: capitalize;
	margin-left: 10px;
	line-height: 1.8em;
}

#content p {
	font-size: 14px;
	text-align: left;
	text-indent: 8px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.4em;
	border-bottom: thin dotted;
}

#content .entry h2 {
	font-size: 16px;
	color: #070707;
	text-align: left;
	margin-left: 10px;
	margin-top: 20px;
}

#content .notes {
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	text-indent: 8px;
	margin-left: 10px;
	margin-right: 10px;
}

#content h3 {
	font-size: 16px;
	color: #070707;
	text-align: center;
	margin-left: 10px;
	line-height: 1.1em;

}

/* ------------------ ~ Contents - MUSIC ~ ----------------- */

.music #content h1 {
	font-size: 20px;
	text-align: center;
	text-transform: capitalize;
	line-height: 2.8em;
}

.music #content .artist, .music #content .caption  {
	font-size: 12px;
	color: #070707;
	margin-left: 10px;
	text-align: center;
}

.music #content blockquote {
	margin-left: 50px;
}

.music h3 {
	margin-bottom: 0;
}

.music #content ul {
	font-size: 11px;
	text-align: center;
	list-style-type: none;
	margin: 15px 150px 0px 150px;
	padding: 10px;
	border: thin dotted;
	line-height: 1.9em;
}

.music #content li a {
	text-align: center;
	font-weight: normal;
	color: #233100;
}

.music #content li a:hover {
	color: #050700;
}



/* ------------------ ~ Contents - CONTACT ~ ----------------- */

#content span.name {
	font-size: 14px;
	color: #050700;
	font-weight: bold;
	text-align: left;
	margin-left: 25px;
}

.contact #content ul {
	list-style:none;
	font-size: 13px;
	color: #070707;
	line-height: 1.5em;
}

.contact #content ul li a{
	color: #070707;
	text-decoration: underline;
}

.contact #content ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

/* ------------------ ~ Contents - PRESS ~ ----------------- */

.press #content blockquote {
	font-size: 13px;
	line-height: 1.5em;
}

.press #content .caption {
	font-size: 14px;
	color: #0A0A0A;
	font-weight: bold;
	text-align: left;
	margin-left: 40px;
}

.press #content .caption a {
	font-size: 14px;
	color: #0A0A0A;
	font-weight: bold;
	text-align: left;
}

.press #content .caption a:hover {
	color: #584B0D;
}

/* ------------------ ~ Contents - CALENDAR ~ ----------------- */

.calendar #calendar .entry {
	border: thin dotted;
	text-align: center;
	margin: 0 100px 25px 100px;
	padding-bottom: 10px;
}

.calendar #calendar h2 {
	text-align: center;
	font-size: 14px;
	color: #373737;
}

.calendar #calendar h3 {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}

.calendar #calendar h4 {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}

.calendar #calendar address {
	font-weight: bold;
	font-size: 14px;
	color: #373737;
	text-align: center;
}

.calendar #calendar p {
	font-size: 12px;
	color: #292309;
	text-align: center;
	border-bottom: none;
	text-transform: capitalize;
}

/* ------------------ ~ Contents - PHOTOS ~ ----------------- */

.photos img {
	padding: 3px;
	border: solid 1px #1B2600;
	background: #384E02 url(/shared/pleather/photo-bg.gif);
}

.photos dl {
	margin: 0 20px;
	padding: 0;
}

.photos dt {
	text-align: center;
	text-transform: capitalize;
	font-size: 12px;
	color: #3E3E3E;
	padding: 5px;
	margin: 15px 40px 2px 40px;
	border-top: thin dotted;
	
}

.photos dd {
	text-align: center;
	margin: 0;
	padding: 0;
}

/* ------------------ ~ Contents - STORE ~ ----------------- */

.store #content .store {
	border: thin dotted;
	margin: 0 20px 0 20px;
}

.store #content .store table td {
	float: left;
}

.store #content .store a {
	color: #2B2100;
}

.store #content .store a:hover {
	color: #393939;
}

.store #content .store img {
	border: solid 1px #1B2600;
	padding: 2px;
	margin-left: 10px;
	margin-top: 23px;
}

.store #content .store h2 {
	font-size: 14px;
	text-indent: 15px;
	text-decoration: none;
}

.store #content .store p {
	font-size: 12px;
	border-bottom: none;
	text-indent: 25px;
}

/* ------------------ ~ Contents - GUESTBOOK ~ ----------------- */

.guestbook #postForm {
	height: 350px;
	margin: 0 0 35px 10px;
	padding: 0px;
}

.guestbook #postForm input, .guestbook #postForm label {
	display: block;
	width: 300px;
	margin: 0 0 10px 0;
}

.guestbook #postForm form p {
	border:none;
}

.guestbook #postForm textarea {
	display: block;
	width: 600px;
	height: 150px;
	margin: 0 0 10px 0;
}

.guestbook #postForm input:focus, .guestbook #postForm textarea:focus {
    background: #ffc;
}

.guestbook #postForm label {
	padding: 3px 0px;
	margin-bottom: 1px;
}

.guestbook #guestbook h2 {
	margin-left: 30px;
	padding-top: 10px;
	font-size: 14px;
}

.guestbook #guestbook h3 {
	margin-left: 30px;
	font-size: 11px;
	text-align: left;
	color: #393939;
}

.guestbook #guestbook blockquote {
	margin-left: 50px;
	font-size: 12px;
	text-align: left;
	line-height: 1.7em;
}

.guestbook #guestbook .entry {
	border-top: thin dotted;
}

/* ------------------ ~ Contents - LINKS ~ ----------------- */

.links #content dl {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	border-bottom: thin dotted;
}

.links #content h3  {
	font-size: 14px;
	text-align: left;
	margin: 20px;
}

.links #content h3 a  {
	color: #393939;
}

.links #content h3 a:hover  {
	color: #000000;
}

.links #content h2  {
	font-size: 16px;
	text-align: left;
	margin: 20px;
	color: #000000;
}

.links #content a {
	text-decoration: none;
}

.links #content a:hover {
	color: #815F29;
	text-decoration: underline;
}


/* ------------------ ~ Footer ~ ----------------- */

#footer {
	position: relative;
	clear: both;
	font-size: 11px;
	color: #FFFCD2;
	line-height: 2.9em;
	width: 786px;
	height: 30px;
	text-align: center;
	margin-left: 3px;
	z-index: 6;
	background-image: url(/shared/pleather/footer_bg_brown.gif);
}


