/*  
Theme Name: Laura Brereton
Description: Theme for Laura Brereton's web site.
Version: 1.0
Author: Carl Tashian
Author URI: http://www.tashian.com/carl/

	This theme is based on the web site by Jess Kadar.
*/

/* CSS Document */
/* =========== 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: 700px;
	text-align: left;
	margin: 0 auto;
	padding-top: 0px;
}
html>body #container {
	padding-top: 0px;
}

/* main content elements */
#banner {
	height: 62px;
}
#navigation ul {
	width: 700px;
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 29px;
}
#navigation li {
	display: inline;
}
#content {
	margin: 0;
}
#emailsignup {
	text-align: right;
	width: 800px;
	font-size: 10px;
}

/* -- banner area -- */
#banner .photo {
	width: 700px;
	height: 62px;
	background: transparent url(images/header.gif) 0 0 no-repeat;
	position: relative;
	top: 0px;
}
#banner .band span {
	display: none;
}
#banner .photo span {
	display: none;
}

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


/* -- basic html elements -- */
body {
	font: 80% "Trebuchet MS", verdana, tahoma, sans-serif;
	color: #000;
	background: #E3E2C0 url(images/body-bg.gif);
	padding: 0;
}

a {
	color: #336699;
	font-weight: bold;
}
a:hover {
	color: #996600;
}
h1 {
	color: #8E1718;
}
h2 {
	text-transform: lowercase;
	color: #336699;
	font-weight: bold;
	font-style: normal;
	font-size: .9em;
	margin: 0 0 5px 0;
	height: 35px;
	padding-left: 0.5em;
}
h2 a {
	color: #A44E2E;
}
h3 {
	font-weight: normal;
	margin: 0;
	font-size: 1.3em;
	color: #000;
}
h4 {
	font-size: 1em;
	margin: 2px 10px 10px 0;
	color: #716423;
}

h5 {
	font-size: .9em;
	margin: 0px 10px 10px 0;
	color: #003366;
	text-transform: uppercase;
	letter-spacing: .2px;
}

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;
	border-right: 0;
	border-bottom: 1px solid black;
}

#content {
	background: #fff url(images/container-bg.gif) top left repeat-y;
}

#content-home {
	background: #fff url(images/container-bg-home.jpg) top left no-repeat;
	width: 700px;
	height: 467px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid white;
}


#footer {
	clear: both;
	background: #fff url(images/footer.jpg) top left no-repeat;
	height: 143px;
	padding: 0px;
}

#footer p {
	margin: 0px;
	padding: 100px 30px 0 0;
	font-size: 0.8em;
	color: #fff;
	text-align: right;
}
#navigation li a {
	color: #333333;
	text-decoration: none;
	font-size: .83em;
	text-transform: uppercase;
}

/* -- content area --*/
#content .entry{
	margin: 0 15px 30px 55px;
}
.entry .name, .entry .act{
	font-weight: normal;
	margin: 0;
	font-size: 1em;
	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 0px;
}

.entry img{
	float: right;
	border: 1px solid #996600;
	margin: 5px 0 5px 0;
	padding: 2px;
}

.entry .notes{
	margin: 0px;
	padding: 0px;
	
}
.details {
	margin: 0 10px 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: 2px solid #dedede;
	margin: 0 0 35px 55px;
	padding: 10px 0 10px 0;
	background: #AAC2CD url(/images/formbg.jpg) no-repeat top left;
	width: 400px;
}
#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: #AAC2CD;
	font-weight: bold;
}
#postForm label {
	padding: 3px 0;
	margin-bottom: 1px;
	font-style: italic;
}

.trans_box2{
	position: relative;
	left: 200px;
	top: 75px;
	width: 280px;
  	padding: 30px;
  	margin: 0px;
  	border:solid 1px #555;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/white.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url(images/white.png);
}

.home img, .png{
	position: relative;
	top: -170px;
	left: 420px;
	height: 160px;
	width: 185px;
	border: none;
}

.links h2 {
	margin: 0 20px 10px;
}
.links dl {
	margin: 0 25px 20px 60px;
}
.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;
	background: #79BEDD;
	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;
	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;
}

.photos img, .bio img {
	border: solid 1px black;
	margin: 0 15px 0 15px;
}
.photos dl {
	margin: 0 10px;
	padding: 0;
}
.photos dt {
	padding: 5px;
	margin: 10px 0 10px 40px;
	float: left;
}
.photos dd {
	margin: 0;
	padding: 10px;
	text-align: right;
}
.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;
}


/* -- selected links --*/
#navigation .current_page_item a, .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 {
	color: #666;
	border-bottom: 1px solid #cfcfcf;
	margin: 10px 0 20px 0;
}

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


.entry h2 {
	margin-left: 0;
	margin-right: 0;
}

#content, #content-home, #footer {
	margin: 0;
}

#content-home p{
	margin-bottom: 10px;
	margin-right: 100px;
	margin-left: 0px;
	font-size: .85em;
}

#container {
	border-left: double 3px #666;
	border-right: double 3px #666;
}

/* -- navigation -- */

#navigation ul {
	background: url(images/nav.gif) bottom left no-repeat;
	height: 29px;
	margin: 0;
	width: 700px;
}
#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
}
#navigation li a {
	display: block;
	float: left;
	padding: 4px 10px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#navigation li a#navlinks {
	background: none;
}
#navigation li a:hover {
	color: #fff;
}

/* -- emailsignup --*/
#emailsignup {
	position: absolute;
	top: 5px;
	left: 40px;
	height: 29px;
	padding: 4px;
	margin: 0;
	z-index:2;
	color: #fff;
	}

#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: 0px;
}
#banner {
	background: #fff;
	clear: left;
	margin: 0;
	height: 62px;
}
.no-images #banner .band {
	font-size: 48px;
	letter-spacing: -2px;
	padding: 100px 10px 2px 10px;
	color: #B9B9BD;
}

/* -- dynamic news content (classes are inserted by DB) -- */
.news { 
	color: #336699;
}

.news_entry {
  	width: 450px;
	margin: 10px 0 50px 55px;
  }
  
.news_date {
text-transform: uppercase;
font-size: 11px;
}

.news_text { 
margin: 10px;
color: #000;
line-height: 1.4em;
}
/* -- dynamic calendar content (classes are inserted by DB) -- */
 .calendar_today { width: 100%; text-align: left; margin: 0; padding: 0;}
 .calendar_event_1, .calendar_event_2 {padding:0; margin: 0;}

 .calendar_artist_text { 
	color: #336699;
}
	
.calendar_date_table {
	margin: 0;
	padding: 0;
	width: 100%;
	margin-bottom: 10px;
}
	
 .calendar_date_text { 	
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-bottom: 1px dotted grey;
	padding: 0;
	margin: 0;}
	
 .calendar_event_title_text { font-weight: bold; }
 .calendar_venue_text { color: #000; font-size: 11px; }
.calendar_venue_name {font-style: italic;}
 .calendar_notes_text { color: #666; font-size: 11px; font-style: italic;}
 
/* -- dynamic guestbook content (classes are inserted by DB) -- */
#guestbookdiv{
	margin: 0 55px 0 55px;
	padding: 0;
}

.guestbook hr{
	color: #999999;
	border: 1px dotted #666;
	height: 2px;
}

.guestbook_entry{
	line-height: 1.8em;
}

.guestbook_comment{
	color: #000;
}

.guestbook_name, .guestbook_date{
	color: #666;
}

.guestbook h2{
	margin-left: 50px;
	text-transform: uppercase;
	letter-spacing: .5em;
}

