div.event_listing_info {
	margin-top:10px;
}

div.event_listing_info_left {
	width:280px;
	margin-right:20px;
	float:left;
}

div.event_listing_info_right {
	width:260px;
	float:right;
}

div.clear_me {
	clear:both;
}

div.list_event {
	clear:both;
	padding-top:30px;
}

div.map {
	clear:left;
	padding-top:25px;
}

div.label {
	float:left;
	display:block;
	padding-right:7px;
	text-align:right;
}

div.event_listing_info_left div.label {
	width:70px;
}

div.event_listing_info_right div.label {
	width:90px;
}

div.venue div.label {
	width:100px;
}

div.text {
	float:left;
	display:block;
	width:165px;
}

div.event_listing_info_left div.text {
	width:200px;
}

div.event_listing_info_right div.text {
	width:140px;
}

div.venue div.text {
	width:170px;
}

.block_list_event .form { margin-top:22px; }

.block_list_event .form input.set_width, .block_list_event .form textarea.set_width { width:330px; }

.block_list_event .form_field { clear:both; }

.block_list_event .form_field label {
	clear:both;
	float:left;
	padding: 2px 5px 0px 0px;
	width:150px;
	text-align:right;
}

.block_list_event p.full_width {
	font-family:Trebuchet,"Trebuchet MS",Verdana,sans-serif; 
	font-size:1em;
	color:#2c2c2c;
	padding: 20px 0px 10px 0px;
	line-height:160%;
}

.block_list_event input, .block_list_event textarea {
	margin-bottom: 7px;
	border:1px solid #656565;
	padding:2px;
	font-family:Trebuchet,"Trebuchet MS",Verdana,sans-serif; 
	font-size:1em;
}

input.button {
	background:#E6AFA2;
	border:1px solid #C6492B;
	padding:2px;
	font-family:Trebuchet,"Trebuchet MS",Verdana,sans-serif; 
	font-size:1em;
}

.block_list_event .drop_down {
	margin: 0px 5px 7px 0px;
	border:1px solid #656565;
	padding:2px;
	font-family:Trebuchet,"Trebuchet MS",Verdana,sans-serif; 
	font-size:1em;
	float:left;
}

.block_list_event .drop_down option { padding:2px 2px 0px 2px; }

.block_list_event p.required {
	padding: 3px 0px 0px 155px;
	color:#656565;
	float:left;
	font-style:italic;
}

.block_list_event div.submit_venue {
	padding: 3px 0px 0px 155px;
}

div.event_captcha {
	margin-top:30px;
}

.block_list_event .confirm_form .form_field label { width:150px; }
.block_list_event .confirm_form .form_field input.set_width, .block_list_event .confirm_form .form_field textarea.set_width { width:310px; }



/* alterations to widget which for reasons unknown, acts weird in the events c-clamp */
/*
#bsmg-directory-and-events-widget div.tab_left {
	width:148px !important;
}

#bsmg-directory-and-events-widget div.tab_right_unactive {
	width:149px !important;
}

#bsmg-directory-and-events-widget div.tab_left_unactive {
	width:148px !important;
}

#bsmg-directory-and-events-widget div.tab_right {
	width:149px !important;
}

#bsmg-directory-and-events-widget #events .form_field input.keywords {
	width:158px !important;
	_width:152px !important;
}

#bsmg-directory-and-events-widget #directory .form_field input.zipcode {
	_width:152px !important;
}

#bsmg-directory-and-events-widget .rail_container_widgets, #bsmg-directory-and-events-widget .rail_container_widgets { overflow:hidden; }

.rail_feed_header { .width:285px; }
*/

/* splash page */

div.result {
	overflow:auto;
	padding: 0px 20px 20px 0px;
	margin-bottom:20px;
	border-bottom: 1px solid #eee;
	width:100%;
}

h3.list_for_free {
	float:right;
}

div.splash_header {
	margin-bottom:10px;
	padding-bottom: 20px;
	margin-bottom:20px;
	border-bottom: 1px solid #eee;
}

div.splash_header h2 { width:200px;float:left; }

h3 a { color:#C6492B !important; }

div.result h3 { margin-bottom:2px; }

div.result p {margin-bottom:2px; }

div.result p.date { font-weight:bold; }

div.result a:hover { color:#E6AFA2; }

div.splash_left {
	width:300px;
	margin-right:20px;
	float:left;
}

div.splash_right {
	width:177px;
	float:right;
}


/* pagination */

div.results_pagination {
	width:580px;
	.width:620px;
	overflow:auto;
	clear:both;
	padding:0px 20px 20px 20px;
	margin-bottom:20px;
}

div.results_pagination div.previous {
	float:left;
}

div.results_pagination div.next {
	float:right;
}

div.results_pagination ul.page_numbers {
	text-align:center;
}

div.results_pagination ul.page_numbers li {
	list-style: none;
	display:inline;
	padding:0px 10px 0px 5px !important;
}

div.results_pagination ul.page_numbers li {
	background: url(../images/list_dot.gif) no-repeat center right !important;
}

div.results_pagination ul.page_numbers li.last {
	background: none !important;
}

div.results_pagination ul.page_numbers li.active {
	color:#373339;
	font-weight:bold;
}