@charset "utf-8";

#calendar {
	color:#423F2F;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	margin: 10px 0 10px 0;
}

#calendar h2 {
	margin:1em 0;
	font-size:1.1em;
}

ul#calendar-top {
	clear: both;
	display: inline;
	float: left;
	padding: 20px 0 0 0;
	margin: 0;
	width: 100%;
}
	ul.date-picker li {
		display: inline;
		float: left;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 22px;
		padding-right: 13px;
		width: auto;
	}
	ul.date-picker li a {
		text-decoration: none;
		text-transform: uppercase;
	}
.events-post {
	margin: 10px 0 0 0;
}
.events-date {
	clear: both;
	display: inline;
	float: left;
	width: 100%;
}
.events-date h3 {
	font-weight: normal;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.events-content {
	border-top: 1px solid #2d2d2d;
	display: inline;
	float: left;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 0;
	width: 100%;
}
	.events-content h4 {
		color: #751F04;
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 10px;
		text-transform:uppercase;
	}
	.events-content img {
		border: 5px outset #751F04;
		display: inline;
		float: right;
		margin: 0 0 15px 15px;
		width: 200px;
	}
	.events-content a {
		color: #0055B4;
	}
.events-footer {
	border-top: 1px solid #2d2d2d;
	display: inline;
	float: left;
	font-size: 16px;
	line-height: 20px;
	margin: 10px 0 0 0;
	padding: 10px 0;
	text-align: right;
	width: 100%;
}
.events-footer a {
	border: 1px solid #751F04;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 8px;
}

.events-content .image {
	position: relative;
	float:right;
	#width:250px;
	
}

.events-content .image a span {
	bottom:0;
	color:#521603;
	font-size:10px;
	font-style:italic;
	position:absolute;
	right:0;
	
}


/*
#calendar div.row {
	padding:2px;
	overflow:auto;
	border-top:1px solid #353617;
	clear:both;
}

#calendar div.noevent {
	font-size:0.7em;
}

#calendar div.row div.desc {
display:inline;
float:left;
width:500px;	
}

#calendar div.date {
	width:8em;
	float:left;
}

#calendar h4 {
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	margin:0em 0 1em;
	text-align: center;
}
#calendar h4 a {
	color:#00f;
	font-size:14px;
	border-bottom: 1px dotted #00f;	
}
#calendar h4 a:hover {
	border-bottom: 1px solid #00f;
}
#calendar div.description {
	font-size:12px;
	line-height:16px;
	margin-bottom:4em;
	text-align: center;
}
#calendar div.description a {
	color: #00f;
	text-decoration: none;
	border-bottom: 1px dotted #00f;
	font-weight: bold;
}
#calendar div.description a:hover {
	border-bottom: 1px solid #00f;
}
#calendar div.date span.day {
	display:block;
	font-size:1.8em;
}

#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;
}
*/
