@charset "UTF-8";
/* CSS Document */

#ArticleContent.typography {
	font: normal normal 16px Georgia, "Times New Roman", Times, serif;
}

.imageRight {
	float: right;
}

.imageLeft {
	float: left;
	margin: 0 10px 0 0;
}

.teachingquote {
	color: #9b4e00;
	font-style: italic;
}

.teachingquoteauthor {
	color: #9b4e00;
}

/* --- basic page formatting --- */

.sectionHeading {
	margin-top: 10px;
	color: #870d00;
	font-size: 1.5em;
	font-variant: small-caps;
	font-weight: normal;
	font-style: normal;
}

.sectionHeading span {
	color: #000;
}

.sectionItemList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sectionItem {
	margin: 0 0 0 10px;
}

.sectionItem span {
	font-size: 1.2em;
	font-weight: bold;
}

#ArticleContent p {
	margin: 0 0 10px 0;
}

#SideBar.typography {
	color: #FFF;
}

#SideBar.typography h3 {
	height: 36px;
	width: 270px;
	margin: 10px 0 10px 0;
	padding: 0 0 0 20px;
	color: #e3a35c;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
	line-height: 36px;
	background: url(../images/rmSidebarHeaderBg.jpg) top left no-repeat;
}

#SideBar.typography ul {
	width: 239px;
	margin: 0 20px 0 20px;
	padding: 0 0 0 0;
	border-top: 1px dotted #FFF;
	list-style-type: none;
}

#SideBar.typography ul li {
	height: 24px;
	margin: 0;
	padding: 0 0 0 0;
	line-height: 24px;
	font-size: .75em;
	border-bottom: 1px dotted #FFF;
}

#SideBar.typography a {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 17px;
	color: #FFF;
	background: url(../images/rmSidebarBullet.jpg) 5px no-repeat;
}

#SideBar.typography a:hover {
	color: #ccc;
}

.article {
	margin: 0 10px 25px 10px;
	padding: 0 0 0 0;
}

.typography h2 {
	margin: 0 0 25px 0;
	font-variant: small-caps;
	font-size: 1.5em;
	color: #fff;
	font-weight: normal;
	font-style: normal;
}

.article h3 {
	margin: 0 0 7px 0;
	padding: 0 0 0 0;
	font-variant: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
	color: #660000;
	border-bottom: 1px solid;
}

.article p.articleDate {
	margin: 0px 5px;
	font-size: .75em;
}

.article p.articleSlug {
	margin: 5px 5px;
	font-size: .9em;
}

.article a.articleMore {
	margin: 0px 5px;
	font-size: .75em;
	/* float: right; */
}

.article a.articleTitle {
	font-size: 1em;
	margin: 5px 0px;
}

ul#reviewList {
	margin: 0 0 0 0;
	padding: 0;
}

ul#reviewList li.reviewItemWrapper {
	display: table-row;
	height: 116px;
	width: 420px;
}

p.reviewItem {
	margin: 25px 0 0 0;
}

.reviewText {
	color: #000;
	font-style: italic;
	font-size: 1.1em;
}

.reviewAuthor {
	display: block;
	color: #000;
	font-style: italic;
	font-size: .75em;
	text-align: right;
}

/* --- Upcoming Shows --- */

#UpcomingShows.typography {
	font-size: .75em;
}

