﻿#left {
	display: none;
}
#right {
	float: none;
	width: auto;
}
#aform {
	position: relative;
	margin: 10px 0;
	font-size: 13px;
}
#aform a {
	margin: 0 20px 0 5px;
	font-weight: bold;
}
#search {
	width: 170px;
}
#sort {
	margin-left: 10px;
	font-weight: bold;
	font-size: 13px;
}
#sort.clicked {
	font-weight: normal;
}
#sort option.title {
	font-weight: bold;
}
#aform #signup {
	position: absolute;
	bottom: -5px;
	right: 0;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
}
.spaces {
	padding: 0 10px 5px;
	overflow: hidden;
	min-height: 250px;
}
#featured {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border: solid 1px #666;
	min-height: 0;
}
h3 {
	margin: 5px 0 0;
	font-size: 16px;
}
.spaces div {
	float: left;
	width: 175px;
	height: 155px;
	padding: 13px 0 5px;
	overflow: visible;
	text-align: center;
}
.spaces img {
	width: 150px;
	height: 95px;
	padding: 3px;
	border: solid 1px #c9c7c7;
}
.spaces a:hover img {
	background-color: #c9c7c7;
}
h5 {
	margin: 7px 0 0;
	font-size: 12px;
}
h5 a {
	margin-right: 2px;
}
h6 {
	margin: 0;
	font-size: 10px;
	color: #666;
	text-transform: uppercase;
}
#nonefound {
	margin: 0;
	padding: 25px 0;
	text-align: center;
}