/* EVENTS
----------------------------------------------------------------- */

#eventList {
	margin: 20px 38px 40px;
}

#eventList li {
	margin: 28px 0px;
}

#eventList .dateLabel {
	font-size: 1.2em;
	line-height: 20px;
	text-align: center;
	border: 1px solid #cfcfcf;
	display: block;
	float: left;
	width: 30px;
}

#eventList .dateLabel strong {
	background: #333;
	color: #fff;
	display: block;
	width: 30px;
	height: 20px;
	text-transform: lowercase;
}

#eventList .dateLabel em {
	color: #333;
	display: block;
	width: 30px;
	height: 20px;
	padding-top: 1px;
	font-style: normal;
}

#eventList .dateInfo {
	margin: 0px 0px 0px 40px;
}

#eventList p.eventtime {
	margin: 2px 0px;
}

#eventList h5 {
	padding-top: 2px;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 20px;
}

#eventList p {
	font-size: 1.2em;
	line-height: 16px;
	font-style: italic;
}

p.eventtime {
	font-size: 1.2em;
	line-height: 16px;
}

#eventList p.eventtime {
	font-style: normal;
	font-size: 1.2em;
}

div.dateInfo h5 a {
	color: #5ecdf5;
	text-decoration: none;
}

div.dateInfo h5 a:hover {
	color: #000;
}

div#text p.eventtime {	
	font-weight: normal;
	text-transform: uppercase;
	color: #999;
}

h4.subhead {
	margin: 10px 30px 20px;
	padding-bottom: 4px;
	font-size: 2.0em;
	border-bottom: 1px solid #666;
}

p#pagination {
	margin: 50px 30px 30px;
}

p#pagination a {
	margin-right: 6px;
	padding: 1px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	border: 1px solid #999;
	color: #666;
}

p#pagination a:hover {
	border: 1px solid #5ecdf5;
	background-color: #5ecdf5;
	color: #fff;
}

p#pagination a#current {
	cursor: default;
	border: 1px solid #5ecdf5;
	background-color: #5ecdf5;
	color: #fff;
}


/* MINI-CAL
--------------------------------------------------- */

#sidebar table {
	display: block;
	width: 250px;
	margin: 0 0 10px;
	padding: 0px;
	border-collapse: separate;
	border-spacing: 3px;
	empty-cells: show;
}

#sidebar tbody {
	display: block;
	width: 250px;
	margin: auto;
}

#sidebar th {
	text-align: center;
	line-height: 12px;
	font-size: 1.0em;
	color: #999;
	font-weight: bold;
}

#sidebar td {
	background: #ccc;
	color: #f5f5f5;
	width: 34px; 
	text-align: center;
	line-height: 20px;
	font-size: 1.2em;
}

#sidebar table caption {
	width: 250px;
	margin-bottom: 8px;
	padding: 5px 2px;
	font-size: 1.9em;
	font-weight: normal;
	text-align: left;
	color: #666;
	border-bottom: 1px solid #666;
}

#sidebar td.linked-day {
	background: #5ecdf5;
	font-weight: bold;
}

#sidebar td.linked-day a {
	color: #fff;
}

#sidebar td.empty {
	background: #f5f5f5;
}

#sidebar td a {
	text-decoration: none;
}

#month1 {
	margin: 20px 0;
}
