/**
 * Type-O-Graphy
 */
.typography * {
	font-family:Halvetica,Arial,sans-serif;
	font-size:1em;
	color:#5f441a;
}
#adminPage {
	font-size:12px !important;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a,
.typography span {
	color:#5f441a;
	line-height:16px;
	font-size:1.1em;
}

#ProductionArticle ul,#ProductionArticle li
{
	list-style-type: disc;
	margin-left: 8px;
}

.typography p {
	margin-bottom:5px;
}
/* CONTENT and PRODUCTION ARTICLE STYLES --
  TOM RAY RULES */
#ContentArticle ul li,
#ContentArticle ol li{
	list-style:disc;
	margin:0 0 5px 20px;
	font-size: 13px;
}
#ContentArticle p,
#ProductionArticle p,
#ProductionArticle li {
	font-size:13px !important;
}
#ContentArticle a,
#ProductionArticle a {
	text-decoration:underline !important;
	font-size:13px !important;
}
/* CALANDAR TOOLTIP STYLES
  SET BY THE GREAT TOM RAY */
.HomePageCalendarTooltipText span {
	font-size:9px !important;
	line-height:10px;
}
.events a {
	color: #9e7f1a !important;
}
/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	margin-bottom:12px;
	color:#5F441A;
}
.typography h1,
.typography h4 {
	font-weight:normal;
}
.typography h2,
.typography h3,
.typography h5 {
	font-weight:normal;
}
	.typography h1 {
		font-size:2.2em;
	}
	.typography h2 {
		font-size:2.2em;
	}
	.typography h3 {
		font-size:160%;
	}
	.typography h4 {
		font-size:1.4em;
	}
	.typography h5 {
		font-size:95%;
		font-weight:bold;
	}
#ProductionTitle {
	text-align: left;
}
/* CONTENT HEADER STYLES */
.head{
	font-size:1.5em !important;
}
.subhead {
	font-size:1.2em !important;
}
/* LINK STYLES */
.typography a {
	color:#9e7f1a;
	font-size:1.1em;
	text-decoration:none;
}
	.typography a:hover {
		color:Chocolate;
	}
