@charset "utf-8";
/* CSS Document */
/*Styles for page content on venue search results */
#search_results_inner {
	margin:10px 10px 0 10px;
}

/* search results left column */
#search_results_left {
	float:left;
	width: 570px;
	display:inline;
	padding-bottom:15px;
	color:#999999;
}

#search_results_left h2 {
	font-weight:normal;
	color:#655992;
	border-bottom:1px dotted #666666;
	padding-bottom:10px;
	margin-bottom:20px;
}

.page_nav {
	width:100%;
	margin-bottom:20px;
}

.page_nav a:link, .page_nav a:visited{
	color:#423583;
}

.page_nav a:hover {
	 color:#999;
}

.search_result {
		border-bottom:1px dotted #666666;
		padding-bottom:10px;
		margin-bottom:10px;
}

.search_result h3 {
	font-weight:normal;
	color:#655992;
	font-size:1.8em;
	margin-bottom:10px;
}

.search_result h3 a:link, .search_result h3 a:visited{
		color:#655992;
		text-decoration:none;
}

.search_result h3 a:hover{	color:#999;}


.search_result img{
	float:left;
	display:inline;
	margin-right:10px;
}

.search_result_info {
	float:left;
	display:inline;
	width:190px;
}

.search_result_info p{
	margin-bottom:5px;
}

.search_result_info a:link, .search_result_info a:visited{
	color:#655a92;
	text-decoration:none;
	padding-left:12px;
	margin-left:6px;
	background:url(../images/arrow.gif) left center no-repeat;
}

.search_result_info a:hover{
	color:#999999;
	background:url(../images/arrow_roll.gif) left center no-repeat;
}

/* end search results left column */

/* search results right column */
#search_results_right {
	float:right;
	width: 180px;
	display:inline;
}

#search_results_right img{
	margin-bottom:10px;
}
/* search results right column */

/* all venues*/
.all_venues h2 {
	margin-top:30px;
}
.all_venues a:link, .all_venues a:visited{
		color:#655a92;
	text-decoration:none;
	padding-left:12px;
	margin-left:6px;
	background:url(../images/arrow.gif) left center no-repeat;
}

.all_venues a:hover{
	color:#999999;
	background:url(../images/arrow_roll.gif) left center no-repeat;
}


