﻿h1, h2, h3, h4, h5
{
	margin:0;
	padding:0;
	color:#bb3122;
	font-family:"Lucida Grande", "Lucida Sans", Tahoma, Arial, Helvetica, Sans-Serif;
}
h1
{
	height:34px;
	margin:0;
	padding:0;
	font-size:24px;
	font-variant:small-caps;
	line-height:30px;
}
h2
{
	font-size:18px;
	font-variant:small-caps;
	font-weight:normal;
	line-height:24px;
}
h3
{
	font-size:12px;
}
h4
{
	font-size:11px;
}
h5
{
	font-size:10px;
}
p
{
	margin:10px 0;
	padding:0;
}

.eventAd p
{
	margin:0px 0px;
	padding:0;
}

/* star bullets */
ul.stars
{
	margin:10px 15px;
	padding:0;
	list-style:none;
}
ul.stars li
{
	margin:0;
	padding:5px 0 0 20px;
	background:url(/Images/bgStar.png) no-repeat left 2px;
	font-size:11px;
	line-height:14px;
}
ul.stars li a
{
	color:#bb3122;
	font-weight:bold;
}

/* listings styles */
ul.listings
{
	margin:10px 30px;
	padding:0;
	list-style:none;
}
ul.listings li
{
	margin:0;
	padding:8px 0;
}
ul.listings li h3
{
	margin:0;
	padding:0;
	color:#6d1e8a;
	font-size:12px;
	font-weight:bold;
}
ul.listings li em a
{
	color:#bb3122;
}
ul.listings a.more
{
	display:block;
	border-top:dashed 1px #e8e1ed;
	font-style:italic;
	font-weight:bold;
}

/* home page buttons */
.FeatureButtons
{
	margin-top:102px;
	padding:0px 34px 40px;
}

.FeatureButtons .ShowButton
{
	float:left;
	display:inline; /* ie 6 tamer */
	width:168px;
	height:205px;
	margin:6px;
	background:url(/Images/buttons/btnFeatureShow.png) no-repeat;
	text-decoration:none;
}
.FeatureButtons .ShowButton img
{
	display:block;
	margin:1px;
	border:none;
}
.FeatureButtons .ShowButton h3
{
	position:relative;
	margin:0;
	padding:0;
	color:#560c70;
	font-size:11px;
	font-weight:normal;
	line-height:18px;
	text-align:center;
}
