@charset "UTF-8";
/* CSS Document */

#content.page-home {
	width:980px;
	margin:15px 0 0 0;
	overflow:visible;
}

#content.page-home .hpTop {
}

#content.page-home #hpLeftCol {
	float:left;
	width:680px;
}

#content.page-home #hpRightCol {
    float: right;
    padding: 0 0 0 20px;
    width: 280px;
}

#content.page-home .hpBottom {
	width:980px;
	clear:both;
	margin:20px 0 40px 0;
}

#content.page-home .hpBottom .bottom-col {
	width:420px;
	background: url(/wp-content/themes/cmsp/images/hpBottomCol-24.png) no-repeat center center;
	height: 170px;
	float: left;
	margin:0 5px 0 5px;
	padding:30px;
}

#content.page-home .hpBottom .bottom-col h2, #content.page-home .hpBottom .bottom-col h2 a {
	color: #493515;
	font-size:24px;
	font-family: 'Ultra', Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-weight:normal;
}

#content.page-home .hpBottom .bottom-col h2 a:hover {
	text-decoration:underline;
}

.hpBottom .bottom-col .readAll {
	float:right;
}

.hpBottom .bottom-col ul, .featuredEvents ul {
	list-style:none;
	list-style-type:none;
	margin-top:20px;
}
.hpBottom .bottom-col ul li, .featuredEvents ul li {
	border-bottom:1px #493515 solid;
	margin-bottom:5px;
	padding-bottom:5px;
	color:#493515;
}

.hpBottom .bottom-col ul li a, .featuredEvents ul li a {
	color: #493515;
	text-decoration:none;
}

.hpBottom .bottom-col ul li a:hover, .featuredEvents ul li a:hover {
	text-decoration:underline;
}

.hpBottom .bottom-col ul li .newsDate, .featuredEvents ul li .newsDate {
	float:left;
	width:80px;
}

.hpBottom .bottom-col ul li .newsTitle, .featuredEvents ul li .newsTitle {
	margin-left:80px;
}

/* Events Page */

#eventList {
	margin:30px 0;
}

#eventList .event {
	border-bottom: 1px solid #ccc;
	margin-bottom:20px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#eventList .event h2, #eventList .event h2 a {
	color:#a29834;
	font-size:24px;
	font-weight:normal;
	font-family: 'Gentium Book Basic', Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}

#eventList .event h2 a:hover {
	text-decoration:underline;
}

#eventList .eventDesc p {
	font-family:Arial, Helvetica, sans-serif;
	color:#3c2415;
	margin-top:5px;
	font-size:12px;
	line-height:1.2em;
}

/* Events Calendar */


.topCalendar {
	background: url(/wp-content/themes/cmsp/images/sidebar-eventCal-24.png) no-repeat center top;
	width: 240px;
	padding:20px;
	height: 233px;
}

table.calendar {
	width:240px;
	padding:0;
	border-collapse: collapse;
}

table.calendar td {
	border: 1px solid #3c2415;
	padding:0;
	margin:0;
	text-align:center;
	width:30px;
	height:30px;
}

table.calendar th {
	font-weight:normal;
	font-size:10px;
}

table.calendar .calendar-month {
	color:#493515;
	font-size:16px;
	font-family: 'Ultra', Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-bottom:5px;
}

table.calendar .calendar-month img.calArrow {
	padding:0 10px;
}

/* Featured Events */

.featuredEvents {
	margin: 30px 0;
}

.featuredEvents h2 {
	color: #493515;
	font-size:17px;
	font-family: 'Ultra', Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-weight:normal;
}

.featuredEvents ul {
	list-style:none;
	list-style-type:none;
}
	