/* =========== LAYOUT =========== */


/* Basic HTML Elements */
body {
	padding: 0;
	margin: 0;
	text-align: center;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
form {
	margin: 0;
}

/* main structural elements */
#accessibility {
	position: absolute;
	left: -9999px;
}
#container {
	width: 750px;
	text-align: left;
	margin: 0 auto;
	padding-top: 60px;
}
html>body #container {
	padding-top: 40px;
}

/* main content elements */
#banner {
	height: 160px;
}
#navigation ul {
	width: 750px;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 40px;
}
#navigation li {
	display: inline;
}
#content {
	margin: 0;
}
#emailsignup {
	text-align: right;
	width: 750px;
}

/* -- banner area -- */
#banner .photo {
	width: 750px;
	height: 155px;
	background: transparent url(images/hugebigwidewhite.jpg) 0 0 no-repeat;
	position: relative;
	top: 5px;
}
#banner .band span {
	display: none;
}
#banner .photo span {
	display: none;
}

/* =========== STYLE =========== */


/* -- basic html elements -- */
body {
	font: 80% Georgia, sans-serif;
	color: #000;
	padding: 0;
	background-color: #000000;
	background-image: url(arizona/bg.jpg);
}
a {
	color: #660000;
	font-weight: bold;
}
a:hover {
	color: #B11011;
}
h1 {
	color: #8E1718;
}
h2 {
	text-transform: lowercase;
	color: #938446;
	font-weight: bold;
	font-style: normal;
	font-size: 1.3em;
	margin: 0 0 10px 0;
	background: url(arizona/h2-bg.gif) 0 0 repeat-x;
	height: 35px;
	line-height: 2;
	padding-left: 0.5em;
}
h2 a {
	color: #660000;
}
h3 {
	font-weight: normal;
	margin: 0;
	font-size: 1.3em;
	color: #000;
}
h4 {
	font-size: 1em;
	margin: 2px 10px 10px 0;
	color: #716423;
}
ul {
	padding: 0;
	margin: 0 0 0 30px;
	list-style-type: square;
}
p, li, dt, dd {
	line-height: 1.5;
}

/* layout tweaks */
#content, #footer {
	padding: 10px 30px;
	margin: 13px 13px 0 250px;
	background: #fff url(arizona/container-bg.gif) top right repeat-y;
	border: solid 1px #DFCFB5;
	border-right: 0;
	border-bottom-color: #C7AC7F;
}
#footer {
	clear: both;
}
#footer p {
	margin: 2px;
	font-size: 0.8em;
}
#navigation li a {
	color: #938446;
	text-decoration: none;
	font-size: 1em;
	text-transform: uppercase;
}

/* -- content area --*/
#content .entry {
	margin: 0 15px 30px 15px;
}
.entry .name, .entry .act {
	font-weight: normal;
	margin: 0;
	font-size: 1.3em;
	color: #000;
}
.entry .name {
	margin-left: 0.5em;
}
.entry .act {
	margin-left: 1em;
}
.entry ul {
	margin-top: 10px;
}
.entry li {
	line-height: 20px;
}
.entry p {
	margin: 10px 20px 15px 30px;
}
.details {
	margin: 0 20px 0 30px;
}

/* -- section-specific style -- */
.home p, .index p {
	margin: 0 20px 1.5em 20px;
	line-height: 1.4;
}
.contact ul {
	list-style: none;
}
#postForm {
	border: double 3px #6A5D1E;
	margin: 0 0 35px 0;
	padding: 10px;
	background-color: #660000;
	background-image: url(arizona/guestbook-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#postForm input, #postForm label, #postForm textarea {
	display: block;
	text-align: left;
	width: 300px;
	margin: 0 auto 10px auto;
}
#postForm input:focus, #postForm textarea:focus {
	color: #000;
	font-weight: bold;
	background-color: #660000;
}
#postForm label {
	padding: 3px 0;
	margin-bottom: 1px;
	font-style: italic;
}
.guestbook h2 {
	margin: 0;
	padding: 0px;
	line-height: 1;
	font-size: 1em;
	background-image: none;
	height: 1em;
	border-bottom: solid 1px #716423;
}
.guestbook h2 a {
	text-transform: lowercase;
}
.guestbook h3 {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: right;
	font-size: 0.85em;
	text-transform: uppercase;
	position: relative;
	top: -1.2em;
	color: #716423;
}
.guestbook blockquote {
	margin: 0;
	padding: 0 1em;
}
.links h2 {
	margin: 0 20px 10px;
}
.links dl {
	margin: 0 25px 20px;
}
.links dd {
	margin-bottom: 5px;
}
.music h2 {
	font-size: 1.3em;
}
.music h2 {
	margin-top: 40px;
}
.music h3 {
	font-size: 0.9em;
	text-transform: uppercase;
}
.music .details {
	margin: 0 30px 15px 30px;
}
.music .artist {
	color: #B9B9BD;
}
.music .artist, .music .caption {
	display: inline;
	padding-right: 10px;
}
.music .description {
	line-height: 150%;
	font-style: italic;
	border-bottom: solid 1px #797982;
}
.music #content ul {
	list-style-type: none;
	padding: 5px 10px;
	margin: 10px 0;
	border: double 3px #6A5D1E;
	background-color: #660000;
	background-image: url(arizona/guestbook-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.music #content li a {
	font-weight: normal;
	color: #FFFFFF;
}
.music #content li a:hover {
	color: #B11011;
}
.music .mp3_hifi_download, .music .mp3_lofi_download {
	padding: 6px 0 6px 25px;
	background: url(arizona/ico-cd.gif) no-repeat;
	display: block;
}
.music .mp3_hifi_play, .music .mp3_lofi_play {
	padding: 6px 0 6px 25px;
	background: url(arizona/ico-play.gif) no-repeat;
	display: block;
}
.news {
	line-height: 130%;
}
.photos img {
	border: 1px solid #8F8445;
	padding: 10px;
	background-color: #660000;
	background-image: url(arizona/photo-bg.gif);
}
.photos dl {
	margin: 0 20px;
	padding: 0;
}
.photos dt {
	padding: 5px;
	background: url(03-banner-bg.gif) repeat-x;
	margin: 10px 0 1px 0;
}
.photos dd {
	text-align: center;
	margin: 0;
	padding: 0;
}
.press h2 {
	margin: 20px;
}
.press .caption {
	margin: 0 40px 40px;
	padding: 5px 5px 5px 30px;
	background: url(arizona/ico-speech.gif) no-repeat;
}
.links h3 a {
	font-size: 0.9em;
}
.calendar h3 {
	font-weight: bold;
	font-size: 0.9em;
	margin: 0 0 1em 0;
	letter-spacing: 0.1em;
	text-indent: 8px;
	text-transform: uppercase;
}

/* -- selected links --*/
.home #navhome, .index #navindex, .music #navmusic, .contact #navcontact,   .press #navpress, .news #navnews, .photos #navphotos, .guestbook #navguestbook,  .links #navlinks, .calendar #navcalendar, .bio #navbio, .store #navstore {
	color: #fff;
}

/* -- section-specific image replacement -- */
h1 {
	height: 24px;
	margin: 10px 0 20px 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}
.contact h1 {
	background-image: url(arizona/h1-contact.gif);
}
.calendar h1 {
	background-image: url(arizona/h1-calendar.gif);
}
.guestbook h1 {
	background-image: url(arizona/h1-guestbook.gif);
}
.home h1, .index h1, .list h1 {
	background-image: url(arizona/h1-welcome.gif);
}
.links h1 {
	background-image: url(arizona/h1-links.gif);
}
.music h1 {
	background-image: url(arizona/h1-music.gif);
}
.news h1 {
	background-image: url(arizona/h1-news.gif);
}
.photos h1 {
	background-image: url(arizona/h1-photos.gif);
}
.press h1 {
	background-image: url(arizona/h1-press.gif);
}
.bio h1 {
	background-image: url(arizona/h1-bio.gif);
}
.store h1 {
	background-image: url(arizona/h1-store.gif);
}
h1 span {
	display: none;
}

/* =========== TWEAKS =========== */

h2, h3, .details, dd, li {
	margin-left: 60px;
	margin-right: 60px;
}
.entry h2 {
	margin-left: 0;
	margin-right: 0;
}
#content, #footer {
	margin: 1px 0 0 0;
}
#container {
	border-left: double 3px #8F8445;
	border-right: double 3px #8F8445;
}

/* -- navigation -- */
#navigation ul {
	height: 42px;
	margin: 0;
	width: 750px;
	background-color: #000000;
	background-image: url(arizona/05-nav-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
}
#navigation li a {
	display: block;
	float: left;
	padding: 12px 5px;
	margin: 0;
	background: url(arizona/05-nav-li-bg.gif) right center no-repeat;
}
#navigation li a#navlinks {
	background: none;
}
#navigation li a:hover {
	color: #CD2412;
	padding-top: 10px;
}

/* -- emailsignup --*/
#emailsignup {
	height: 56px;
	color: #fff;
	background: #19A0C4 url(arizona/emailsignup-bg.jpg) 0 0 repeat-x;
	padding: 3px 0 0 0;
	text-align: right;
	font-size: 0.9em;
	margin: 3px 0 0 0;
}
#emailsignup div {
	height: 29px;
	padding: 6px;
	background: url(arizona/emailsignupform.jpg) top right no-repeat;
	margin: 0;
}
#content .entry {
	margin-left: 40px;
	margin-right: 40px;
}
.music #content ul {
	margin: 10px 30px 20px 30px;
}
.music .artist {
	margin-left: 30px;
}

/* -- banner area -- */
#banner .photo {
	top: 0;
}
#banner {
	background: #fff url(arizona/02-banner-bg.gif) repeat-x;
	clear: left;
	margin: 0;
	height: 155px;
}
.no-images #banner .band {
	font-size: 48px;
	letter-spacing: -2px;
	padding: 100px 10px 2px 10px;
	color: #B9B9BD;
}
