/* Display Event ------------------------------------------------------------*/
.event {
   background-color: #FFF6CF;
   color: #18194F;
   font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
   font-size: 13px;
   border-style: none;
   width: 100%;
   /*padding: 20px;*/
}

.event h1 {
	 font-family: Avant Garde,Optima,Optimum,Arial;
	 color: #C6FFFF;
   font-size: 30px;
   font-weight: bold;   
   text-align: center;
}

.bigDate {
   color: #18194F;
   font-size: 48px;
   font-weight: bold;
}

.littleDate {
   font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
   font-size: 20px;
}

.TimeLocation {
   font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
   font-size: 14px;
}

#summary {
   font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
   color: #18194F;  
   font-size: 18px;
   font-weight: bold;
}

.tagline {
	 width: 85%;
   text-align: left;
   vertical-align: top;
}

.description {
}
.image {
   border-style: none;
   padding: 5px;
}  
