
/* =========== 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 {
	margin: 0;
	background: transparent url(images/guitar.gif) top left no-repeat;
  	height:550px;
  }

/* main content elements */
#banner {
	width: 595px;
	position:absolute;
	top:55px;
	left:81px;
	background:#830303 url(images/pg_name.gif) right center no-repeat;
	z-index: 20;
	text-align:right;
}

#navigation ul {
	width: 613px;
	position: absolute;
	top: 544px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align:center
	height: 40px;
	z-index: 10;
}
#navigation li {
	display: inline;
}

#emailsignup {
	text-align: right;
	width: 275px;
}

/* -- banner area -- */
#banner .photo {
	position: absolute;
	width: 200px;
	height: 150px;
	background:url(images/EDsunset.jpg);
	margin-top: 50px;
	left: 650px;
	border: inset 5px #8a7636;
}

/* -- section-specific header replacement -- */
#banner .band span {
	height: 35px;
	margin-left: 10px;
	margin-top: 5px;
	background-repeat: no-repeat;
	background-position: left center;
	display:block;
}
.contact #banner .band span {
	background-image: url(images/contact.gif);
}
.calendar #banner .band span {
	background-image: url(images/calendar.gif);
}
.guestbook #banner .band span {
	background-image: url(images/guestbook.gif);
}
.home  #banner .band span, .index #banner .band span, .list #banner .band span {
	background-image: url(images/welcome.gif);
}
.links #banner .band span {
	background-image: url(images/links.gif);
}
.music #banner .band span {
	background-image: url(images/music.gif);
}
.news #banner .band span {
	background-image: url(images/news.gif);
}
.photos #banner .band span {
	background-image: url(images/photos.gif);
}
.press #banner .band span {
	background-image: url(images/press.gif);
}
.bio #banner .band span {
	background-image: url(images/bio.gif);
}
.store #banner .band span {
	background-image: url(images/store.gif);
}

#banner .photo span {
	display: none;
}

/* =========== STYLE =========== */


/* -- basic html elements -- */
body {
	font: 10pt Georgia, sans-serif;
	color: #000;
	background: #8b7536 url(images/body_bg.jpg) repeat-x;
	padding: 0;
}
a {
	color: #830303;
	font-weight: bold;
}
a:hover {
	color: #ff8200;
}
h1 {
	color: #830303;
}
h2 {
	text-transform: lowercase;
	color: #000;
	display:block;
	font-weight: bold;
	font-style: normal;
	font-size: 1.3em;
	margin: 0 0 5px 0;
	background-color: #8b7635;
	line-height: 1.5;
	padding-left: 0.5em;
}
h2 a {
	color: #e06700;
}
h3 {
	font-weight: normal;
	margin: 0;
	font-size: 1.3em;
	color: #000;
	padding: 5px;
	background-color: #fff;

}
h4 {
	font-size: 1em;
	margin: 2px 10px 10px 0;
	color: #830303;
}
ul {
	padding: 0;
	margin: 0 0 0 30px;
	list-style-type: square;
}
p, li, dt, dd {
	line-height: 1.5;
}

/* layout tweaks for ie */

* html #content {
	margin: 0 0 0 -545px;
	background-attachment:fixed;
	z-index: 10;
	overflow:auto;
}

* html #navigation ul {
	width: 600px;
	position: absolute;
	left: 84px;
	top: 471px;
	margin: 0;
	padding: 0;
	padding-left: 13px;
	list-style-type: none;
	text-align:center;
	height: 40px;
}

* html #footer {
	position:absolute;
	width:178px;
	padding: 10px 30px;
	margin: 235px 13px 0 -5px;
	background: transparent url(images/apple.gif) top right no-repeat;
}

* html #banner {
	left:84px;
	top:62px;
}



/* --------- */

/* layout tweaks */
#content {
	position:absolute;
	width: 613px;
	height: 345px;
	margin:  55px 0 0 80px;
	padding-top: 65px;
	background: transparent url(images/text_area.jpg) top left no-repeat;
	text-align: left;
	overflow: auto;
}

#footer {
	position: absolute;
	height: 250px;
	width:800px;
	padding: 10px 30px;
	margin: 285px 13px 0 0;
	background: transparent url(images/apple.gif) top right no-repeat;
	z-index: 5;
}
#footer {
	clear: both;
}
#footer p {
	margin-top: 221px;
	font-size: 0.8em;
	padding: 1em;
}
#navigation li a {
	color: #938446;
	text-decoration: none;
	font-size: .9em;
	text-transform: uppercase;
}

/* -- content area --*/
#content .entry {
	margin: 0 15px 20px 15px;
}

#content .notes {
	padding-bottom: 30px;
	margin-bottom: -30px;
}

.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;
	padding-bottom: 20px;
}
.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;
}
#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;
	background: #A8D4DF;
	font-weight: bold;
}
#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 h3 {
	background:none;
}
.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;
	font-weight: bold;
}
.music .details {
	margin: 0 30px 15px 30px;
}
.music .artist {
	color: #000;
	font-style:italic;
}
.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;
}
.music #content li a {
	font-weight: normal;
	color: #000;
}
.music #content li a:hover {
	color: #B11011;
}
.music .mp3_hifi_download, .music .mp3_lofi_download {
	padding: 6px 0 6px 25px;
	display: block;
}
.music .mp3_hifi_play, .music .mp3_lofi_play {
	padding: 6px 0 6px 25px;
	display: block;
}
.news {
	line-height: 130%;
}
.photos img {
	border: solid 1px #830303;
	padding: 10px;
}
.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 blockquote {
	border: dashed 2px #830303;
	padding: 5px;
}
.press .caption {
	margin: 0 40px 40px;
	padding: 5px 5px 5px 30px;
	background: transparent url(images/bullet.gif) top left no-repeat;
	height: 32px;

}

.store h2 {
	background-color: #fff;
}

.store h2 a {
	background-color: #fff;
	color: #830303;
}
.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 {
	background-color: #ff8200; height: 16px;
}

h1  {
	display: none
}
h1 span {
	display: none;
}

/* =========== TWEAKS =========== */

h2, h3, .details, dd, li {
	margin-left: 60px;
	margin-right: 60px;
}
.entry h2 {
	margin-left: 0;
	margin-right: 0;
}

/* -- navigation -- */
#navigation ul {
	background-color: #729c31;
	margin: -80px 0 0 80px;
	padding-left: 13px;
	height: 40px;
	width: 600px;
}
#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size:.8em;
	text-align:center;
}

#navigation li a {
	display: block;
	color: #fff;
	float: left;
	padding: 12px 5px;
	margin: 0;
}
#navigation li a#navlinks {
	background: none;
}
#navigation li a:hover {
	color: #830303;

}

/* -- emailsignup --*/
#emailsignup {
	height: 56px;
	float:right;
	color: #fff;
	padding: 3px 0 0 0;
	text-align: right;
	font-size: 0.9em;
	margin: 3px 10px 0 0;
}
#emailsignup div {
	height: 29px;
	padding: 6px;
	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 {
		clear: left;
		margin: 0;
		height: 50px;
}
.no-images #banner .band {
	font-size: 48px;
	letter-spacing: -2px;
	padding: 100px 10px 2px 10px;
	color: #B9B9BD;
}

