<!--
/* PAGE SPECIFIC STYLES */
h2{
	color: #a6780a;
	font-size: 1.7em;
}
p{
	font-size: 1.1em;
	color: #fff;
}
a{
	color: #ab0809;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
a:hover{
	color: #a6780a;
}
#ContentContainer{
	background-color: #593507;
	padding: 0px 10px 25px 10px;
	border: solid 1px #fff;
}
/*#ContentContainer h1{
	font-size: 1.9em;
	color: #f6c85A;
}*/
.LargeCopy{
	font-size: 1.2em;
}

/* HOME PAGE STYLES */
#HomePageTitle{
	font-size: 0em;
	color: #fff;
	height: 200px;
	margin: 0px -10px 10px -10px;
	padding: 0;
	text-align: right;
	vertical-align: top;
	background: url(/includes/images/hdr_home.png) no-repeat left bottom;
	border-bottom: solid 1px #fff;
}
#ProToolsLogo{
	float: right;
	margin: 0px 10px 0px 10px;
	border: solid 1px #999;
}
.InlineQuote{
	font-size: 1.2em;
	color: #fff;
	background: #a6780a;
	padding: 5px;
	margin: 0px 10px 0px 10px;
	float: right;
	width: 200px;
	border: solid 1px #fff;
	text-align: justify;
}
.InlineQuote .Speaker{
	display: block;
	font-size: 1.25em;
	font-weight: bold;
	text-align: right;
}
.SectionLabel{
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
}
.NextShowContainer{
	color: #333;
	background: #e3d29f;
	width: 380px;
	margin: 10px;
	padding: 10px;
	border: solid 1px #fff;
}
.NextShowContainer p{
	color: #333;
	margin: 0;
}
/* MUSIC PAGE STYLES */
#MusicPageTitle{
	font-size: 0em;
	color: #fff;
	height: 200px;
	margin: 0px -10px 10px -10px;
	padding: 0;
	text-align: right;
	vertical-align: top;
	background: url(/includes/images/hdr_music.png) no-repeat left bottom;
	border-bottom: solid 1px #fff;
}
.AlbumContainer{
	color: #fff;
	margin: 10px;
}
.AlbumName{
	font-size: 1.5em;
	font-weight: bold;
	color: #a6780a;
	border-bottom: dashed 1px #a6780a;
}
.AlbumList{
	color: #333;
	background: #e3d29f;
	padding: 10px 30px;
	margin: 0px;
	border: solid 1px #fff;
}
.AlbumList li{
	font-size: 1.05em;
	padding-bottom: 10px;
}
.SongTitle{
	color: #a6780a;
	display: block;
	font-size: 1.2em;
}
.SizeInfo{
	font-size: .9em;
}
/* NEWS PAGE STYLES */
#NewsPageTitle{
	font-size: 0em;
	color: #fff;
	height: 200px;
	text-align: right;
	vertical-align: top;
	margin: 0px -10px 10px -10px;
	padding: 0;
	background: url(/includes/images/hdr_news.png) no-repeat left bottom;
	border-bottom: solid 1px #fff;
}
.PostContainer{
	margin: 0 10px 25px 10px;
}
.Dateline{
	color: #fff;
	font-size: 1.2em;
	margin: 0 0 5px 5px;
}
.PostContent{
	color: #333;
	font-size: 1.3em;
	background: #e3d29f;
	padding: 10px;
	border: solid 1px #fff;
}
.PostContent p{
	color: #333;
}
/* SCHEDULE PAGE STYLES */
#SchedulePageTitle{
	font-size: 0em;
	color: #fff;
	height: 200px;
	margin: 0px -10px 10px -10px;
	padding: 0;
	text-align: right;
	vertical-align: top;
	background: url(/includes/images/hdr_schedule.png) no-repeat left bottom;
	border-bottom: solid 1px #fff;
}
.DatesLabel{
	font-size: 1.4em;
	color: #a6780a;
	padding-top: 15px;
	display: block;
}
.ShowTodayContainer{
	background: #e3d29f;
	border: solid 1px #fff;
	margin: 10px 15px;
	padding: 5px 10px;
}
.ShowTodayContainer p{
	color: #000;
	margin: 0;
}
.UpcomingDatesContent, .PreviousDatesContent{
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: dashed 1px #333;
}
.UpcomingDatesContainer{
	background: #e3d29f;
	border: solid 1px #fff;
	margin: 10px 15px;
	padding: 5px 10px;
}
.UpcomingDatesContainer p{
	color: #000;
	margin: 0;
}
.PreviousDatesContainer{
	color: #000;
	background: #e3d29f;
	border: solid 1px #fff;
	margin: 10px 15px;
	padding: 5px 10px;
}
.PreviousDatesContainer p{
	color: #000;
	margin: 0;
}
.ShowVenue{
	color: #a6780a;
	font-size: 1.2em;
	font-weight: bold;
}
.ShowLocation{
	font-weight: bold;
	color: #000;
}
.ShowDate{
	font-weight: bold;
	color: #000;
}
.ShowTime{
	font-weight: bold;
	color: #000;
}
/* PHOTOS PAGE STYLES */
#PhotosPageTitle{
	font-size: 0em;
	color: #fff;
	height: 200px;
	margin: 0px -10px 10px -10px;
	padding: 0;
	text-align: right;
	vertical-align: top;
	background: url(/includes/images/hdr_photos.png) no-repeat left bottom;
	border-bottom: solid 1px #fff;
}
.PhotoContainer{
	margin: 10px;
	background: #e3d29f;
	border: solid 1px #fff;
	height: 120px;
 	overflow: visible;
}
.PhotoContent{
	margin: 10px;
}
.PhotoContent img{
	border: solid 1px #333;
}
.Infoline{
	font-size: 1.2em;
	padding: 10px;
	margin: -102px 0 0 110px;
}
.PhotoTitle{
	color: #a6780a;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px;
	border-bottom: dashed 1px #a6780a;
}
.PhotoDescription{
	color: #333;
}

/* ABOUT PAGE STYLES */
#AboutPageTitle{
	font-size: 0em;
	color: #fff;
	height: 200px;
	margin: 0px -10px 10px -10px;
	padding: 0;
	text-align: right;
	vertical-align: top;
	background: url(/includes/images/hdr_about.png) no-repeat left bottom;
	border-bottom: solid 1px #fff;
}
#AboutContent{
	padding: 10px 30px;
}

/* CONTACT PAGE STYLES */
#ContactPageTitle{
	font-size: 0em;
	color: #fff;
	height: 200px;
	margin: 0px -10px 10px -10px;
	padding: 0;
	text-align: right;
	vertical-align: top;
	background: url(/includes/images/hdr_contact.png) no-repeat left bottom;
	border-bottom: solid 1px #fff;
}
.formBold{
	color: #333;
	font-family: verdana;
	font-size: 1.2em;
	background: #e3d29f;
	border: solid 1px #a6780a;
}
.inputText{
	color: #333;
	font-family: verdana;
	font-size: 1.2em;
	background: #e3d29f;
	border: solid 1px #a6780a;
}
.button1{
	color: #fff;
	background: #ab0809;
	border: solid 1px #fff;
}

-->