﻿body {
	background: #ffffff;
	color:#666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
h2 {
	font-size: 1.5em;
	color: #a31a7e;
	font-weight: bold;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.3em;
	color: #0065bd;
	font-weight: normal;
	letter-spacing: .0em;
	margin-bottom: 5px;
}
h4 {
	font-size: 0.8em;
	color: #0065bd;
	font-weight: bold;
	text-transform: uppercase; 
}
h5 {
	font-size: 0.9em;
	color: #a31a7e;
	font-weight: normal;
}
h5.upper {
	caption: All Caps;
	text-transform: uppercase;
	letter-spacing:.1em;
	margin-bottom: 1.3em;
}
h2.perftitle, h3.perftitle, h4.perftitle, h5.perftitle {
	caption: Italic Header;
	font-style:italic; 
}

img.left {
	caption: Left Aligned Image;
	float: left;
	padding-right: 15px;
	margin-bottom: 10px;
}
img.right {
	caption: Right Aligned Image;
	float: right;
	padding-left: 15px;
	margin-bottom: 15px;
}
a.blank {
	caption: Linked Image;
	border-bottom: none;
}
.notice {
	caption: Red Alert Box;
	border: 1px solid #d35c62;
}


.inform {
	caption: Green Comment Box;
	border: 1px solid #8fce5e;
}

p.support {
	caption: Supporters;
	margin-top:20px;
	font-style: italic;
}

p.photo_credit {
	caption: Photo Credits;
}

/* unlisted styles */

.hr {
	visible:false;
	caption: Horizontal Rule;
	
	width: 100%;
	height: 0;
	overflow: hidden;
	margin:20px 0;
	border-top: 1px solid #edd1e5;
}
div.productionQuoteBig {
	visible:false;
	border: 1px dashed #0000ff;
}
div.productionQuoteLittle {
	visible:false;
	border: 1px dashed #0099ff;
}
div.quote {
	visible:false;
}
div.credit {
	visible:false;
	border-top: 1px dashed #999;
}
div.reviewLink {
	visible:false;
	border-top: 1px dashed #999;
}
