@charset "utf-8";
/* CSS Document */

.event_row{

	width:100%;

}

.event_date{

	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	
	width:100px;
	text-align:left;

}

.event_time{
	
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	
	width:100px;
	text-align:left;

}

.event_name {

	font-size:18px;
	float:left;
	width:500px;
	text-align:left;
	color:#498FC2;
	clear:both;
	font-family:"Trebuchet MS";

}

.event_location {
	
	display:inline-block;
	font-family:"Trebuchet MS";
	
	font-size:14px;
	float:right;
	width:400px;
	text-align:right;
	
}

.event_description {

	clear:both;
}
