/*-- RESET--------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	color: #000;
	font: 14px Century Gothic, sans-serif;
	line-height: 21px;
}

a:link {
	color: #FE561D;
	text-decoration: none;
}

a:visited {
	color: gray;
}

a:hover {
	text-decoration: underline;
}

a:active {
	position: relative;
	top: 1px;
}



#wrapper {
	width: 1200px;
	margin: 0 auto 30px;
	position: relative;
}

#header {
	width: 100%;
	height: 100px;
	position: relative;
}

#header.inside {
	background: url(images/logo.jpg) no-repeat center left;
}


/*--NAVIGATION------------------*/

ul#nav {
	position: absolute;
	top: 40px;
	right: 30px;
	list-style-type: none;
	font-family: ‘Courier New’, Courier, monospace;
	font-size: 22px;
}

ul#nav li {
	float: left;
	margin-right: 40px;
}

ul#nav a:link, ul#nav a.visited {
	color: #000;
	text-decoration: none;
}

ul#nav a:hover, ul#nav a.current {
	color: #FE561D;
	text-decoration: none;
}

ul#nav a:active {
	position: relative;
	top: 1px;
}



/*--MAIN CONTENT ------------------------*/

#mainContent {
	width: 100%;
	position: relative;
}


#mainContent.watermark {
	background: url(images/watermark.jpg) no-repeat center center;
}

#mainContent h1 {
	font-size: 20px;
	margin: 70px 0 30px 50px;
	font-weight: bold;
}

#mainContent p {
	margin: 0 0 18px 50px;
	width: 75%;
}

h1#title {
	width: 619px;
	height: 469px;
	text-indent: -9999px;
	background: url(images/peachhome2.jpg) no-repeat;
	position: absolute;
	top: -50px;
	left: 0;
}

h2#hometagline {
	position: absolute;
	top: 190px;
	right: 30px;
	font-family: ‘Courier New’, Courier, monospace;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	width:600px;
}

h3#hometickets {
	position: absolute;
	top: 320px;
	right:200px;
	font-family: ‘Courier New’, Courier, monospace;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	text-align: left;
}

h3#hometickets a:link, h3#hometickets a:visited {
	color: #FE561D;
}

h3#hometickets a:hover {
	text-decoration: underline;
}

#homevideo {
	position: absolute;
	top: 170px;
	right: 150px;
	width: 400px;
}


p.homedates {
	position: absolute;
	top: 260px;
	right: -240px;
	font-family: ‘Courier New’, Courier, monospace;
	font-size: 16px;
	color: #3A8760;
	text-align: center;
}

p.homequote {
	font-family: ‘Courier New’, Courier, monospace;
	font-size: 18px;
	color: #FE561D;
	text-align: right;
	position: absolute;
	top: 630px;
	left: 40px;
	width: 1200px;
}

ul#bios {
	font-size: 14px;
	line-height: 21px;
	color: #333;
	width: 900px;
	margin: 70px 0 30px 50px;
}

ul#bios li {
	margin-bottom: 50px;
}

ul#bios h2 {
	font-family: Century Gothic, sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: .75em;
}

ul#bios p {
	margin-bottom: .75em;
}


ul#bios img {
	border: 1px solid #FE561D;
	float: right;
	margin: 0 0 20px 20px;
}


blockquote {
	font-style: italic;
	margin: 30px 0 5px 50px;
	width: 75%;
}

cite {
	text-align: right;
	margin: 0 0 40px 180px;
	font-weight: bold;
}

#paypal {
	width: 275px;
	margin: 0 0 0 50px;}


#presslinks {
	position: absolute;
	top: 120px;
	left: 920px;
	min-width: 300px;
	font-family: 'Courier', Times New Roman, serif;
}

#presslinks p {
	margin-left: 0;
	font-size: 16px;
}

#presslinks h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: left;
}

ul#pressnav li {
	margin-bottom: 1em;
}

h2 {
	font-size: 20px;
	margin-left: 50px;
	font-weight: bold;
	text-decoration: underline;
	color: #FE561D;
	margin-bottom: .5em;
}

ul.schedule {
	margin-left: 50px;
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 10px;
}

.orange {color: #FE561D;}