

/* Events Homepage */
#eventscontainer {
	width: 300px;
	margin: 0px 20px 20px -20px;
	float: left;

}

#eventstopbar {
	border-top:7px solid #a92f24;
	
}

.eventstitle {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	color: #a92f24;
	margin-top:4px;
}

#singleeventcontainer {
	width: 278px;
	height: 57px;
	margin-bottom: 30px;
	padding-top: 20px;

}

#calendarbox {
	width: 43px;
	height: 43px;
	background-image:url(../images/calendaritembg.jpg);
	float:left;
	text-align:center;
	margin-right:6px;
}

.month {
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-transform:uppercase;
	margin-top: 5px;
	width: 43px;
	text-align:center;
}

.day {
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	width: 43px;
	text-align:center;
}

#singleeventtextcontainer {
	margin-left: 8px;


}

.singleeventtitle, .singleeventtitle a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #252525;
	font-weight:bold;
	margin-bottom:4px;
}

.singleeventtitle a:hover
{
   	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #555555;
	font-weight:bold;
	margin-bottom:9px;

}

.singleeventtext, .singleeventtext a
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}

#viewalleventsbtn
{
    margin-top:15px;
    float:right;
}

/* Single Event Page */
#largesingleeventcontainer {
	width: 727px;
	height: 45px;
	margin-bottom: 10px;
}

#largecalendarbox {
	width: 43px;
	height: 43px;
	background-image:url(images/calendaritembg.jpg);
	float:left;
}

#largesingleeventtextcontainer {
	margin-left: 8px;
	float:left;
	width: 650px;
}

.largesingleeventtitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #160e09;
	margin-bottom:9px;
}

.largesingleeventtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;


/* All Events Page */
.monthtitle {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	color: #a92f24;
	margin-top:7px;
	margin-bottom: 5px;
}

#allsingleeventcontainer {
	width: 727px;
	background-color: #f3f3f3;
}

#allsingleeventcontainerb {
	width: 727px;
	background-color: #e5e5e5;
}

#allcalendarbox {
	width: 43px;
	height: 43px;
	background-image:url(images/calendaritembg.jpg);
	float:left;
	margin: 10px 0 0 10px;
}

#allsingleeventtextcontainer {
	margin-left: 8px;
	float:left;
	width: 645px;
}

.allsingleeventtitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #160e09;
	margin-bottom:9px;
	margin-top: 9px;
}

.allsingleeventtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	margin-bottom:10px;
}





































