#event_calendar {
	width: 100%;
	border: none;
	background: #EBE6D8;
	}

th { 
	background: #F2EEE3;
	}

.calendarBlank { /* not this month */
	background-color: #F2EEE3;
	font-size: 12px;
	font-family: georgia, serif;
	color: #AD5200;
	width: 14%;
	text-align: center;
	vertical-align: top;
	}

.calendarHeader { 
	color:#AD5200; 
	background:  #F2EEE3;
	font-weight:bold; 
	font-size:1.3em; 
	padding-bottom:1px; 
	line-height:2.2em; 
	margin: 0px 0px 12px 0px;
	/* text-transform: uppercase; */
	font-family: grorgia, serif;
}

.calendarMonthLinks {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
	color: #444;
	}
	.calendarMonthLinks a {
		color: #369;
		text-decoration: none;
		}

		.calendarMonthLinks a:hover {
			color: #69c;
			text-decoration: underline;
			}

.calendarDayHeading {
	font-weight: bold; 
	font-size:	11px;
	color: #fff; 
	background-color: #AD5200;
	text-align:  center;
	vertical-align: middle;
	padding: 2px 0px 2px 0px;
	}

.calendarToday { 
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
	vertical-align: middle;
	color: #000;
	background-color: #F2EEE3;
	}
.calendarToday div { 
	font-size: 9px;
	font-weight: normal;
	padding: 8px; 
	}

.calendarCell {
	font-size: 12px;
	font-family: georgia, serif;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
	vertical-align: top;
	color:  #AD5200;
	/* background-color: #efefef; */
	width: 14%;
	height: 100px;
	}
	
.calendarCell div {
	font-size: 9px; 
	font-family: verdana, sans-serif;
	}

.calendarCell a { 
	font-size: 12px; 
	font-weight: bold;
	}
.calendarCell div a { 
	font-size: 9px; 
	font-weight: normal;
	}	
	

.event_link {
	padding: 5px 0px 5px 0px;
	}

	.event_link  a {
		color: #ffffff;
		text-decoration: none;
		}

	.event_link a:hover {
		text-decoration: underline;
		}


	

.event_details {
	padding:10px; 
	margin: 0px 0px 0px 0px
	}

	.event_details h3 {
		border: none;
		text-transform: none;
		padding: 0px 0px 0px 0px;
		margin: -5px 0px -15px 0px;
		font-size: 1em;
		}	

	.event_details p {
		line-height: 1.5em;
		}
		
		/* FOR GRID PAGE */
		
.returnNav { margin-bottom: 12px; }
.returnNav span { font-size: 16px; }