@charset "utf-8";

#calendar {
	border-bottom:1px solid #353617;
}

#calendar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #5c610b;
	font-weight: normal;
	line-height: 21px;
	padding: 10px 0 10px 0;
}

#calendar div.row {
	overflow:auto;
	border-top:1px solid #161a11;
	padding: 10px 0 10px 0;
}

#calendar div.noevent {
	font-size:0.7em;
}

#calendar div.row div.desc {
	float:left;
	padding: 10px 0 10px 0;
}

#calendar div.date {
	width:6em;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #161a11;
	font-weight: normal;
}

#calendar h4 {
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #5c610b;
	font-weight: normal;
	line-height: 17px;
	padding: 0 0 10px 0;
}

#calendar div.description {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #161a11;
	font-weight: normal;
	line-height: 17px;
}

#calendar div.date span.day {
	font-size: 30px;
	line-height: 36px;
	display: inline;
}

#calendar div.noevent div.date span.day {
	font-size:1.4em;
}

#calendar div.date span.day .stndrd {
	vertical-align: super;
	font-size:0.4em;
}

#calendar div.noevent div.desc {
	display:none;
}

.monthbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #161a11;
	padding: 3px;
	margin: 2px 0 2px 0;
	border: 1px solid #161a11;
	background: #e7e6ca;
	width: 68px;
}

.yearbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #161a11;
	padding: 3px;
	margin: 2px 0 2px 0;
	border: 1px solid #161a11;
	background: #e7e6ca;
	width: 68px;	
}

.calendargo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 3px;
	margin: 2px 3px 2px 0;		
	background: #161a11;
	border: 1px solid #5c610b;
}