﻿body {
	color: #555;
}

/* LINKS */

#content a {
	color: #0967AD;
	font-weight: normal;
	text-decoration: none;
}

#content a:hover {
	color: #555;
	text-decoration: none;
}

#content h6 a {
	font-weight: bold;
}

/* BEGIN PAGE */

#navigation {
	padding-bottom: 20px;
}

/* LEFT COLUMN */


#leftcol {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	border-right: 1px solid #ccc;
	padding: 0 10px 20px 10px; 
	width: 220px;
}

#leftcol li {
	border-bottom: 1px solid #ccc;
	padding: 6px 0;
}

.leftimage {
	margin-top: 40px;
	text-align: center;
}

/* RIGHT COLUMN */

.title {
	color: #555;
}

#news {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 590px;
	padding: 0 10px; 
}

.eventdate {
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-left: 6px;
	width: 120px;
}

.eventlogo {
	float: left;
	text-align: center;
	margin-top: 10px;
	width: 140px;	
}

.eventcontent {
	float: left;
	margin-top: 10px;
	text-align: left;
}

.strong {
	font-weight: bold;
}

.altrow {
	background-color: #eee;
	padding: 8px 0 0 0;
}

.date {
	display: inline;
	width: 50px;
	height: 50px;
	background-image: url('/images/date_blank.png');
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	float:left;
}

.date a:hover {
	text-decoration: none;
}

.month {
	margin: 0 auto;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;

}

.day {
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	line-height: 19px;
}

.year {
	margin: 0 auto;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;	
}


.newscontent {
	display: inline;
	float: left;
	padding-left: 10px;
	width: 510px;
}

.eventhead {
	background-color: #555;	
}

/* CLEAR FLOATS */

.clearfloat {clear: both; padding: 4px 0;}

/* PAGINATION */

#pagination {
	margin: 0;
	padding-top: 10px;
}

p.prev {
	text-align: center;
}

p.prev a {
	padding: 2px 6px;
	background-color:#eee;
	border: 1px solid #ccc;
}

#content {
	margin-bottom: 20px;
}

