* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
}


body
{ 
background: #744512 url("../images/bg.gif");
background-position: center top; /* horizontally centers the background image */
}

* {
	font-family: Arial, Verdana, Arial, sans-serif;
}

body, p, td {
	font-size:11pt;
	color: #111;
	text-align:justify;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
	padding: 8px;
}

h1 {
	margin:15px 0 10px 0;
}

ul {
	padding-left:30px;
	margin-top:10px;
}

li p {
	text-align:left;
}

blockquote {
	margin: 10px 20px;
}

img{
border:0;
}

a {
	color:#9c7246;
	text-decoration:none;
}

a:visited {
	color:#9c7246;
}

a:hover {
	text-decoration:underline;
}

#wrapper {
width: 800px;
margin-left:auto;
margin-right:auto;
background:white;
border: 3px solid black;
margin-bottom:50px;
}	

#banner{
	margin-bottom:0;
	background: transparent url("../images/taylor_header.jpg");
	background-position: center top; /* horizontally centers the background image */
	background-repeat:no-repeat;
	height:200px;
}
#banner img{
	display:block;
}
#nav_wrapper {
	background:transparent;
	float:left;
	display:block;
	width:100%;
	position:relative;
	top: 0px;
	margin-bottom:0px;
	background: transparent url("../images/leaf.gif") repeat-x !important;
	background-position:left 0px !important;
	border-top:2px solid black;
	height:56px;
	overflow:hidden;
}

#nav {
	position:relative;
	left: 0px;
	white-space:nowrap;
	width:1500px;  /* Big enough. */
}

#nav ul{
	list-style: none; 
	list-style-position: outside; 
	letter-spacing: 0.2em; 
	margin: 0;
	padding:0;
	white-space:nowrap;
}

#nav li {  
	position: relative;
	float: left; 
	margin: 0;
	padding: 0;
	font-weight: bold;
	margin-right:0px;
}

#nav li a {  
	display: block;	 
	padding: 0px;
	text-align: center; 
	color: black; 
	text-decoration:none;
	background-position:-10px -15px;
	background-repeat:repeat-x;
	height:56px;
	width:95px;
	color:#454C0B;
	font-size:0px;
}

a#nav_home{
	background: transparent url("../images/home.gif") repeat-x;
}

a#nav_bio{
	background: transparent url("../images/bio.gif") repeat-x;
}

a#nav_music{
	background: transparent url("../images/music.gif") repeat-x;
}

a#nav_photos{
	background: transparent url("../images/photos.gif") repeat-x;
}

a#nav_calendar{
	background: transparent url("../images/calendar.gif") repeat-x;
}

a#nav_guestbook{
	background: transparent url("../images/guestbook.gif") no-repeat;
}

a#nav_journal{
	background: transparent url("../images/journal.gif") repeat-x;
}

a#nav_links{
	background: transparent url("../images/links.gif") repeat-x;
}

a#nav_contact{
	background: transparent url("../images/contact.gif") repeat-x;
}

#nav li a.current {  
	background-position:-10px 0px;
}

a#nav_home:hover, a#nav_home.current{
}

#nav_simple {
	border-top:1px solid #111;
	border-bottom:1px solid #111;
	background:#C1B19D;
	float:left;
	display:block;
	width:100%;
}

#nav_simple ul{
	list-style: none; 
	list-style-position: outside; 
	letter-spacing: 0.2em; 
	margin: 0;
	padding:0;
}

#nav_simple li {  
	position: relative;
	float: left; 
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#nav_simple li a {  
	display: block;	 
	padding: 3px 15px;
	text-align: center; 
	color: black; 
	text-decoration:none;
	background:#C1B19D;
}

#nav_simple li a:hover {  
	display: block;
	background-color: #594436; 
	color: white; 
}


#content_wrapper {
	padding:10px 20px;
	text-align:justify;
	clear:both;
}

#side {  	
float: right; 
left: 80%; 
width: 22%; 
padding:8px;
}

h2{
	font-size:13pt;
	margin:15px 0 0 0;
}

#side ul {
	padding-left:20px;
}


#main_content {
float: left; 
left: 0%; 
width: 75%; 
}


#main_content img{
	margin:6px;
}

#MemorialFund{
	
	clear:both;
	display:inline-block;
	background:#744512;
	height:80px;
	width:55%;
	margin-top:5px;
	margin-left:5px;
}
#MemorialFund p{
	font-size:0.8em;
	padding-top:10px;
	font-style:italic;
	text-align:left;
}



.Credits{
	font-size:10px;
	font-style:italic;
	padding:4px;
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
	padding-top:10px;
	clear:both;
}

.Credits a{
	color: #111;
	text-decoration:none;
}

.Credits a:hover{
	text-decoration:underline;
}

.OutlinedBox{
	border:1px solid #06509a;
	background: #9dcef8;
	padding:4px;
}

.PerformerName{
	font-weight:bold;
	font-size:1.2em;
}

.Quote{
}

.Quoter{
	text-align:left;
	font-style:italic;
}

table.GigListingTable td.GigListData{
	vertical-align:top;
	text-align:left;
	height:60px;
}

table.GigListingTable {
	border:1px solid;
	border-color:black;
	border-collapse:collapse;
}
	
table.GigListingTable td{
	padding:4px;
	border:1px solid;
	border-color:black;
	border-collapse:collapse;
}

.GigDateNavigation{
	text-align:right;
	margin-bottom:3px;
	font-size:1.1em;
}

table.GigListingTable td.GigListHeader{
	background: #C1B19D;
}

table.GigListingMiniTable{
	border:1px solid;
	border-color:#972900;
	border-collapse:collapse;
	width:190px;
	margin-bottom:8px;
}

p.GigDateMiniNavigation{
	text-align:left;
	float:left;
	margin-top:6px;
	margin-bottom:3px;
}


table.GigListingMiniTable td{
	vertical-align:top;
	font-size:8pt;
	text-align:center;
	padding:2px;
}

table.GigListingMiniTable td.GigListHeader{
	background: #C1B19D;
}

table.GigListingMiniTable td.GigListData{
	height:25px;
	background:#f0fff0;
}

table.GigListingMiniTable td.DayHasGig{
	background: #594436;
	color:white;
}

table.GigListingMiniTable td.DayHasGig a{
	color:white;
	text-decoration:none;
}

table.GigListingMiniTable td.GigListToday{
	background:#d0dfd0;
}

table.GigListingTable td.GigListData{
	vertical-align:top;
	text-align:left;
	height:60px;
}

p.GigVenue{
	font-weight:bold;
	border-bottom:1px dashed black;
	margin-bottom:3px;
}

#event_div{
	background: #C1B19D;
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:5px;
	text-align:center;
	margin-left:-200px;
}

#event_div p{
	font-size: 9pt;	
}

#event_div p.GigVenue{
	font-weight:bold;
	border-bottom:1px dashed black;
}

#event_div a{
	color:black;
	text-decoration:none;
}

ol.TrackListing{
	margin:10px 0px 10px 45px;
}

/* Photo Gallery Styles */
#thumb_wrapper{
	}

#thumb_list{
	position:relative;
	left: 0px;
}

ul#thumb_list_ul{
	list-style: none; 
	list-style-position: outside; 
	padding-left:0px;
	margin:0px;
	text-align:left;
}

ul#thumb_list_ul img{
	display:block;
	width:150px;
}

ul#thumb_list_ul img:hover{
	display:block;
}

ul#thumb_list_ul li{
	display:inline;
	width:150px;
	text-align:center;
}

ul#thumb_list_ul p.gallery_title{
	font-weight:bold;
	display:block;
	text-align:center;
	white-space:nowrap;
	padding-top:25px;
	margin:0px;
}


.image_wrapper{
	display:inline;
	width:150px;
	float:left;
	overflow:hidden;
	margin-right:2px;
	margin-bottom:2px;
	padding-bottom:0px;
}
#photo_breadcrumbs{
	width:75%;
	float:left;
}
	

#photo_slideshow{
	float:right;
	width:20%;
	text-align:right;
}

h2.GalleryTitle{
	clear:both;
	padding-top:20px;
}

#photo_slideshow p{
	text-align:right;
}
.Guestbook {
	padding-bottom:10px;
	padding-top:10px;
	margin-bottom:20px;
	border-top:2px solid #770624;
}

span.GuestbookEndQuote {
	background: url("../images/endquote.gif") !important;
	background-position: right top !important;
	background-repeat:no-repeat !important;
	padding:6px 12px;
}
	
.Guestbook p{
	margin:0 25px 0 10px !important;
	padding:0 25px 0 10px !important;
}

p.GuestbookName{
	font-size:20pt !important;
	font-weight: bold;
	color: #770624 !important;
	margin-bottom:0 !important;	
	padding-top:0px !important;
	padding-bottom:10px !important;
}

p.GuestbookDate{
	font-size:0.9em;
	font-style:italic;
	margin-left:20px !important;
	margin-top:5px !important;
}
p.GuestbookLocation{
}

p.GuestbookText{
	padding-left:40px !important;
	padding-top:5px !important;
	background: url("../images/quote.gif") !important;
	background-position: 10px top !important;
	background-repeat:no-repeat !important;
	display: block;
}

p.GuestbookPrevNext{
	float:right;
	margin-bottom:30px;
}
p.GuestbookPager{
	float:left;
	margin-bottom:30px;
}
