/* Events List */

p.events-months-nav {
	font-size:85%;
	color:#777;
}

table.events-list {
	width:100%;
	font-size:90%;
}

table.events-list td {
	width:50%;
	background-color:#f8f8f8;
	border:1px solid #ddd;
	vertical-align:top;
}

table.events-list div.picture {
	width:80px;
	padding:0px;
	float:left;
	border-right:1px solid #ddd;
}

table.events-list div.picture img {
	/*border:1px solid #ddd;*/
}

table.events-list div.info {
	width:429px;
	float:right;
}

table.events-list p.date {
	font-weight:bold;
	font-size:90%;
	padding:3px 6px;
	/*margin:0 -5px;*/
	margin-bottom:5px;
	background-color:#e5e5e5;
	border-bottom:1px solid #ddd;
}

table.events-list h2 {
	font-size:110%;
	margin:0 6px;
	margin-bottom:2em;
	margin-left:30px;
}

/* Event Details */

div.event h1 {
	margin-bottom:0.3em;
}

div.event p.date-time {
	font-size:100%;
	color:#444;
	font-weight:bold;
	padding-bottom:2px;
	margin:0;
	margin-bottom:15px;
	line-height:30px;
	background-image:url(../images/latest-news-bg.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	border-bottom:1px solid #D4D4D4;
	clear:both;
}

div.event p.date-time span.all {
	color:#777;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	font-weight:normal;
}

div.event p.date-time span.all a {
	color:#777;
}

/* Upcoming Events Listing */

ul.upcoming-events {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

ul.upcoming-events li {
	margin-bottom:1.5em;
}

ul.upcoming-events p.meta {
	font-size:85%;
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0;
}

ul.upcoming-events h3 {
	font-size:100%;
	margin-top:0em;
}

ul.upcoming-events h3 a {
	font-size:90%;
	color:#9F7035;
}

ul.upcoming-events p {
	font-size:90%;
}

ul.upcoming-events span.date {
	color:#576992;
}
