/** EVENTS **/
div.eventMonth { margin-bottom: 30px; }
div.eventMonth h1 { border-bottom: 1px solid #d0c8b1; }

h2.eventDateTime { width: 40px; height: 35px; color: #d0c8b1 !important; 
				   margin: 0px; margin-top: 5px; margin-left: 20px; margin-bottom: 5px; 
				   float: left; overflow: hidden; display: block;  text-align: center; }
h2.eventDateTime span.eventDay { display: block; width: 35px; text-align: center; font-size: 15px; }
h2.eventDateTime span.eventDate { font-size: 20px; letter-spacing: 4px; position: relative; top: -8px; }

div.event { width: 100%; border-bottom: 1px dotted #d0c8b1; }
div.event p { padding-left: 60px; margin-top: 6px; }
span.eventCategory { width: 100px; padding-right: 5px; color: #d0c8b1; 
					 font-family: Georgia; text-transform: uppercase; font-size: 10px; font-weight: bold; }
span.eventTitle { font-weight: bold; }
span.eventLocation { font-style: italic; }
