@charset "utf-8";
/* CSS Document */
.event_category, .event_title, .event_description {
	padding:0px;
	margin:0px;
}
#category_event_sidebar {
	width:200px;
	float:left;
}
#section {
	width:180px;
}
.customize_btn a { 
	display: block;
	width:166px;
	height:33px;
	background:url(../media/images/customize_view_btn.gif) no-repeat;
	margin: 15px 0px;
	margin-left:7px;
}
.customize_btn a:hover {
	background:url(../media/images/customize_view_hover.gif) no-repeat;
}
.sidebar_divider_category {
	width:180px;
	height:8px;
}
.divider {
	margin-bottom:10px;
}
#category_event_list {
	width: 480px;
	float: left;
	margin-left:15px;
}
#event_preview, .blog_previews, .featured_event {
	width:460px;
	float:left;
	margin-bottom:15px;
	background:url(../media/images/list_divider.gif) repeat-x bottom;
	padding:8px;
	padding-bottom:15px;
}
.featured_event {
	border:1px #0005ff solid;
	background-color: #c5cbfc;
	padding-bottom:5px;
}
.thumb {
	padding:2px;
	border:#333333 1px solid;
}
.event_pic {
	float: left;
	width:103px;
	margin-right:10px;
}
.event_title {
	padding-bottom:2px;
}
.event_info {
	width: 340px;
	float:left;
	padding-top:5px;
}
.blog_info {
	width: 440px;
	float:left;
	padding:5px;
	margin-top:10px;
}
.read_more {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#0005ff;
	text-decoration:none;
}
.event_description a:hover {
	text-decoration:underline;
}
.category_headers {
	width:480px;
	float:left;
}
.category_title {
	background:url(../media/images/section_divider.gif) repeat-x bottom;
	padding-bottom:10px;
	margin-bottom:15px;
}
.category_section_headers {
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#333333;
	font-weight:bold;
}
.sidebar_header {
	background:url(../media/images/section_divider.gif) repeat-x bottom;
	padding-bottom:10px;
	margin-bottom:15px;
}
.search_results_title {
	width: 440px;
	margin:5px 0px 10px 0px;
	border:1px #0005ff solid;
	background-color: #c5cbfc;
	padding:5px;
}
#side_bar {
	width:185px;
	float:right;
	background:url(../media/images/vertical_divider.gif) repeat-y left;
	padding:0px 10px 10px 10px;
}
