﻿.community-main {
	background-color:#fff;
	padding:0;
	white-space:nowrap;
	background-repeat:repeat-y;
	background-position-x:240px;
}

.community-main ul#main-menu {
	text-align:center;
	margin:0; padding:0;
}
.community-main ul#main-menu li {
	display:inline-block;
	text-align:center;
	cursor:pointer;
	margin:15px;
}
.community-main ul#main-menu li div {
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	margin-bottom:10px;
}
.community-main ul#main-menu li img {
	margin:0 5px;
}
.community-main ul#main-menu li a {
	text-decoration:none;
}

.search-criteria {
	display:inline-block;
	width:240px;
	vertical-align:top;
	margin:30px 30px 0 0;
	padding:5px 0;
	background-color:#ecf0f5;
	border:1px solid #c5d2e6;
}
.search-criteria ul {
	list-style-type:none;
	margin:0;
	padding:15px 15px 10px 15px;
	border-bottom:1px solid #c5d2e6;
	border-top:1px solid #fff;
}
.search-criteria ul:first-child {border-top:none;}
.search-criteria ul:nth-last-child(1), .search-criteria ul:nth-last-child(2), .search-criteria ul:nth-last-child(3) {border-bottom:none;}
.search-criteria ul ul {
	border:none;
}
.search-criteria ul ul li {
	margin-bottom:2px;
}
.search-criteria .label {
	margin-left:5px;
	cursor:pointer;
}
.search-criteria select {
	width:40px;
	background-color:#ffffe0;
	margin:0 5px;
}
.colordot {
	display:inline-block;
	width:15px; height:15px;
	-webkit-border-radius:100%;
	border:1px solid #c5d2e6;
	position:relative;
	top:4px;
	margin:0 10px 0 5px;
}
.multiline {
	display:inline-block;
	vertical-align:top;
	margin-top:5px;
}

.search-results {
	display:inline-block;
	width:680px;
	white-space:normal;
	margin-top:30px;
}
.search-results .photo {
	display:inline-block;
	position:relative;
	width:200px; height:275px;
	overflow:hidden;
	margin:0 15px 15px 0;
	vertical-align:top;
	background-color:#ecf0f5;
	border:1px solid #d3dbe7;
	cursor:pointer;
}
.search-results .photo img {
	position:relative;
	width:200px;
}
.search-results .photo .label {
	display:block;
	position:absolute;
	bottom:0; left:0;
	width:200px; height:75px;
	text-align:center;
	background-color:#fff;
	padding-top:10px;
}
.search-results .photo .label .inner {
	margin:0 10px;	
}
.search-results .photo .label .sublabel {
	width:200px; height:37px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.search-results .pagination {
	position:relative;
	margin-bottom:30px;
	width:645px;
}
.search-results .pagination div {
	display:block;
	position:relative;
	text-align:center;
	width:645px;
	z-index:1;
}
.search-results .pagination div:first-child {
	position:absolute;
	left:0; top:5px;
	text-align:left;
	width:auto;
	z-index:2;
}
.search-results .pagination div:last-child {
	position:absolute;
	right:0; top:5px;
	text-align:right;
	width:auto;
	z-index:3;
}
#ad-details {
	display:none;
	position:relative;
	margin:30px 0 0 0;
}
#ad-details .header, #ad-details .subhead  {
	position:absolute;
	width:920px;
	color:#fff;
	z-index:3;
	text-align:center;
}
#ad-details .header {font-size:x-large;top:-70px;}
#ad-details .subhead {font-size:larger;top:-75px;font-weight:normal;}
#ad-details p {white-space:normal;}
#ad-details .return {
	position:absolute;
	top:-68px; left:15px;
	z-index:3;
}
#ad-details .photo {
	display:inline-block;
	position:relative;
	top:10px;
	width:300px; height:375px;
	margin:0 0 30px 15px;
	overflow:hidden;
	text-align:center;
	border:7px solid #fff;
	-box-shadow:0 0 25px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 25px rgba(0,0,0,0.5);
	-moz-box-shadow:0 0 25px rgba(0,0,0,0.5);
	-o-box-shadow:0 0 25px rgba(0,0,0,0.5);
	-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
}
#ad-details .photo a {
	position:absolute;left:0;top:0;
	width:300px; height:300px;
}
#ad-details .photo img {
	position:relative;
	width:300px;
	background-color:#ecf0f5;
	border:1px solid #d3dbe7;
}
#ad-details .photo .label {
	position:absolute;
	bottom:0;
	width:300px; height:75px;
	background-color:#fff;
	padding-top:15px;
}
#ad-details .photo .more-photos {
	position:absolute;
	top:250px;
	width:300px; height:20px;
	text-align:center;
	color:#ffff99;
	background-color:rgba(0,0,0,0.5);
	cursor:pointer;
	padding:10px 0;
}
#ad-details .covered-photo {
	display:inline-block;
	position:absolute;
	left:10px;top:10px;
	width:320px; height:395px;
	-box-shadow:0 0 25px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 25px rgba(0,0,0,0.5);
	-moz-box-shadow:0 0 25px rgba(0,0,0,0.5);
	-o-box-shadow:0 0 25px rgba(0,0,0,0.5);
	-transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
}
#ad-details table {
	display:inline-block;
	vertical-align:top;
	margin-left:30px;
	border-collapse:collapse;
}
#ad-details td {
	padding:10px;
	white-space:normal;
}
#ad-details td.left {
	width:200px;
	text-align:right;
}
#ad-details td.right {
	width:315px;
	font-weight:bold;
}
#ad-details #contact-form {
	margin-top:30px;
	width:900px;
}
#ad-details .community-address, #ad-details .community-altcontacts {
	display:inline-block;
	width:370px;
	vertical-align:top;
}
#ad-details #subject0, #ad-details #message0 {
	width:100%;
}
#ad-details .button-wrapper {width:100%;text-align:right;}
.contact-recent {
	background-color:#ecf0f5;
	border:1px solid #d3dbe7;
	padding:30px;
}
.contact-recent .fa {
	float:left;
	margin:-5px 25px 0 0;
	color:#747d9d;
}
.empty-search {
	text-align:center;
	margin-top:60px;
}
.empty-search .fa {
	color:#c5d2e6;
}
.keyword li ul li input.formfield {display:inline;}
.keyword-button {
	position:relative;
	left:-37px; top:-1px;
	height:20px;
}
.text-listing {
	margin-bottom:45px;
	width:640px;
}
.text-listing a.h5 {
	text-decoration:none;
}
.text-listing a.h5:hover {
	text-decoration:underline;
}
.text-listing a.subheader {
	display:inline-block;
	text-decoration:none;
	font-style:italic;
	color:gray;
	margin-bottom:10px;
}