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

.entry {
	width:480px;
	margin-top:20px;
	line-height:18px;
	border-bottom:1px dotted #666666;
}

.entry h3 {
	color:#6DB1FF;
	font-size:16px;
	padding-bottom:10px;
}

.entry p {
	margin:5px 0 10px 0;
}

.entrybody {
	padding-bottom:20px;
}

.event_list {
	margin-bottom:15px;
	font-size:12px;
	line-height:18px;
	color:#646464;
}

.event_list p {
	background-image:url(../images/month_bg.gif);
	margin-bottom:5px;
	color:#FFFFFF;
	padding:0 5px 0 5px;
}

.event_name {
	color:#6DB1FF;
	margin-bottom:10px;
}