@import url(pagination.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	width: 1px;
}

li {
	margin-bottom: 12px;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.3em;
}

hr {
	border-bottom: 0px Solid #FFF;
	border-right: 0px Solid #FFF;
	border-left: 0px Solid #FFF;
	border-top: 1px Dashed #CCC;
}

a {
	color: #1779c4;
	text-decoration: none;
}

html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Georgia, serif;
	font-size: 12px;
	color: #666666;
	padding:0;
	margin:0;
	background-color: #fffbc3; 
	background-image: url(images/back.gif); 
	background-repeat: repeat-x;
}

a img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
}

input {
	font-family: Georgia, serif;
}

#container {
	position: relative;
	width: 960px;
	margin: auto;
}

#logo {
	width: 271px;
	text-align: center;
	padding-top: 13px;
	float: left;
}

#header {
	background: #6d9e26; 
	width: 683px;
	float: left;
	height: 31px;
	margin-top: 104px;
	font-size: 22px;
	padding: 5px 0 0 6px;
}

#body {
	clear: both;
}

#column {
	float: left;
	width: 271px;
}

#listing_add {
	position: absolute;
	right: 0px;
	top: 10px;
	color: #FFF;
	font-size: 14px;
	background: #48141D;
	padding: 6px;
}

#search_box {
	background: #fef401;
	height: 128px;
	padding: 15px;
}

#search_box h3 {
	font-size: 20px;
	color: #000;
}

#search_box #state_search {
	padding: 10px 0 10px 0;
	border-bottom: 1px Dashed #CCC;
	border-right: 0px Solid #FFF;
	border-left: 0px Solid #FFF;
	border-top: 1px Dashed #CCC;
	margin: 15px 0 15px 0;
	text-align: center;
}

#search_sub_text {
	color: #000;
	font-size: 10px;
}

#search_city_state {
	text-align: center;
}

#search_city_state a {
	color: #000;
}

#ads_box {
	background: #6d9e26;
	height: 308px;
	padding: 13px 0 0 6px;
}

#content {
	float: left;
	background: #FFF;
	width: 649px;
	min-height: 850px;
	padding: 20px;
}

#content h1 {
	font-size: 18px;
	padding-bottom: 6px;
	border-bottom: 1px Dashed #CCC;
	margin-bottom: 20px;
	color: #70172E;
}

#content h2 {
	font-size: 16px;
	padding-bottom: 6px;
	border-bottom: 1px Dashed #CCC;
	margin-bottom: 20px;
}

#content h3 {
	font-size: 16px;
}

#search_filters {
	background: #EEE;
	padding: 6px;
	color: #666;
}

#search_filters a {
	padding: 0 3px 0 3px;
}

#search_filters a.current {
	background: #CCC;
}

#search_filters #num_results {
	float: left;
	width: 33%;
}

#search_filters #radius {
	float: left;
	width: 33%;
	text-align: center;
}

#search_filters #results_per_page {
	float: right;
	width: 33%;
	text-align: right;
}

#search_header  {
	color: #666;
	padding: 6px;
}

#search_header  #results_num {
	float: left;
}

#search_header  #results_pages {
	float: right;
}

#banner {
	position: absolute;
	top: 20px;
	right: 100px;
	text-align: center;
	margin-bottom: 15px;
}

.search_listing {
	color: #666;
	border-bottom: 1px Dashed #CCC;
	border-right: 0px Solid #FFF;
	border-left: 0px Solid #FFF;
	border-top: 0px Solid #FFF;
	padding: 15px 0 15px 0;
}

.search_listing h4 {
	color: #1779c4;
	font-weight: bold;
}

.search_listing .distance {
	float: right;
	font-size: 10px;
	color: #999;
}

#google_map {
	float: right;
	margin-bottom: 15px;
}

#listing {
	clear: both;
}

#popular_cities {

}

#popular_cities h3 {
	color: #000;
	font-size: 18px;
	padding: 6px 0 6px 0;
}

#popular_cities a {
	float: left;
	background: #5d8620;
	color: #FFF;
	padding: 2px;
	margin: 6px;
}

#reviews {
	clear: both;
	padding: 15px 0;
}

.review {
	background: #fff0d3 url(images/user.png) no-repeat 10px 8px;
	border: 1px solid #cfaa5f;
	padding: 8px 8px 8px 62px;
	margin-bottom: 12px;
}

#form_table td {
	padding: 20px 20px 0 0;
	vertical-align: top;
}

#add_review {
	margin-bottom: 20px;
}

#header h1 {
	color: #FFF;
}

small {
	font-size: 10px;
}

.error {
	background: #ffcccc url(images/error.png) no-repeat 10px 8px;
	border: 1px Solid #FF0000;
	padding: 8px;
	font-weight: bold;
	padding: 8px 8px 8px 36px;
	margin-bottom: 12px;
}

.success {
	background: #ccffcc url(images/success.png) no-repeat 10px 8px;
	border: 1px Solid #00ff00;
	padding: 8px;
	font-weight: bold;
	padding: 8px 8px 8px 36px;
	margin-bottom: 12px;
}

.note {
	background: #fff0d3 url(images/note.png) no-repeat 10px 8px;
	border: 1px solid #cfaa5f;
	padding: 8px 8px 8px 36px;
	margin-bottom: 12px;
}

.rating { 
	float: right;
	position: relative;
	width: 91px;
	height: 17px;
}
.rating .cover {
	position: absolute;
	background: transparent url(images/stars_off.png) top left no-repeat;
	top: 0px;
	left: 0px;
	width: 91px;
	height: 17px;
	z-index: 101;
}
.rating .progress {
	position: absolute;
	background: transparent url(images/stars_on.png) top left no-repeat;
	top: 0px;
	left: 0px;
	height: 17px;
	z-index: 102;
}

.votes {
	float: right;
	padding: 3px 0 0 6px;
	color: #48141D;
}

#near_listings {
	width: 380px;
}

#state_list a {
	float: left;
	background: #fff700;
	padding: 4px;
	margin: 6px;
	color: #000;
}
