html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

.group:after {
     clear: both;
     display: block;
     height: 0;
     content: "";
}
*html .group { zoom: 1 }
*+html .group { zoom: 1 }


body {
	color: #666;
	font-family: Arial, Helvetica; sans-serif;
	font-size: 11px;
}

a {
	color: #854534;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
}

p {
	margin: 10px 0;
}

h1 {
	color: #333;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 33px;
}

h2, h3 {
	color: #333;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0;
}

h4 {
	color: #fff;
	font-family: Arial, Helvetica; sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0;
	text-transform: uppercase;
}

hr {
	border: 0;
	background: #d6d6d6;
	height: 1px;
	margin: 30px auto;
	width: 100px;
}

em {
	font-style: italic;
}

#header {
	background: #333;
	border-bottom: 1px solid #4d4653;
	overflow: hidden;
	padding: 30px;
}

.page-template-realestate-php #header, .real-estate #header {
	border-bottom: 1px solid #4d5346;
}

.page-template-travel-php #header, .travel #header {
	border-bottom: 1px solid #5c423c;
}

#header img {
	position: absolute;
	right: 0;
	top: -13px;
}

#header ul {
	list-style: none;
}

#header ul li {
	float: left;
}

#header ul li a {
	border-bottom: 1px solid #333;
	color: #666;
	float: left;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	font-style: normal;
	margin-right: 40px;
	text-transform: uppercase;
}

#header ul li a:hover {
	border-bottom: 1px solid #5c5c5c;
	color: #fff;
}

#featured {
	background: #5d6257;
	overflow: hidden;
	padding: 25px;
}

.page-template-realestate-php #featured, .real-estate #featured {
	background: #393f31;
}

.page-template-travel-php #featured, .travel #featured  {
	background: #4a2c26;
}

.home #featured {
	background: #39313f;
}

#featured .container > h1 {
	background: #fff;
	color: #333;
	float: left;
	line-height: 1;
	padding: 8px;
	text-transform: uppercase;
	-moz-box-shadow: 2px 2px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 2px 2px 0 rgba(0,0,0,.2);
	box-shadow: 2px 2px 0 rgba(0,0,0,.2);
}

#filter {
	margin-bottom: 20px;
	overflow: hidden;
	padding: 0 5px;
}

#filter h3 {
	color: #666;
	font-family: Arial, Helvetica; sans-serif;
	font-size: 12px;
	font-style: normal;
	margin-bottom: 10px;
}

#filter ul {
	float: left;
	list-style: none;
	width: 186px;
}

#filter li {
	margin: 5px 0;
}

#filter a {
	color: #666;
	font-family: Arial, Helvetica; sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

#filter a img {
	display: none;
}

#filter .selected {
	background: #f2f2f2;
	color: #854534;
	font-weight: bold;
	padding: 0 5px 1px 15px;
	position: relative;
}

#filter .selected img {
	display: inline;
	left: -5px;
	position: absolute;
	top: 0;
}

#filter em {
	color: #666;
}

#filter p {
	clear: both;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	padding-top: 20px;
}

.container {
	margin: 0 auto;
	position: relative;
	width: 943px;
}

.feature {
	background: #fff;
	float: left;
	height: 540px;
	margin-right: 20px;
	padding: 30px;
	position: relative;
	width: 240px;
}

.home .feature {
	height: 389px;
}

.feature h1 {
	line-height: 1.2;
	margin-top: 90px;
	text-align: center;
	text-transform: uppercase;
}

.home .feature h1 {
	margin-top: 30px;
}

.feature p {
	margin-bottom: 10px;
}

.feature img {
	display: none;
}

.feature a {
	display: block;
}

.feature .info {
	overflow: hidden;
	position: relative;
	width: 240px;
}

.feature ul {
	list-style: none;
	position: relative;
	width: 720px;
}

.feature li {
	float: left;
	overflow: hidden;
	position: relative;
	width: 240px;
}

.feature p a:after {
	content: "»";
	margin-left: 3px;
}

.feature .links {
	border-top: 1px solid #D6D6D6;
	bottom: 0;
	left: 0;
	padding: 25px;
	position: absolute;
	width: 83%;
}

.home .feature .links {
	overflow: hidden;
	position: absolute;
	width: 83%;
}

.home .feature .links a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: none repeat scroll 0 0 #bfbfbf;
	float: left;
	height: 8px;
	margin-right: 6px;
	width: 8px;
}

.home .feature .links .selected, .home .feature .links a:hover {
	background:none repeat scroll 0 0 #7f7f7f;
}

.feature .next {
	bottom: 23px;
	float: right;
	line-height: 1;
	position: absolute;
	right: 30px;
}

.feature .next:after {
	content: "»";
	margin-left: 3px;
}

.feature .links a[rel="prev"] {
	float: left;
}

.feature .links a[rel="prev"]:before {
	content: "«";
	margin-right: 3px;
}

.feature .links a[rel="next"]:after {
	content: "»";
	margin-left: 3px;
}

.feature .links a[rel="next"] {
	float: right;
}

.feature, #photo {
	-moz-box-shadow: 2px 2px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 2px 2px 0 rgba(0,0,0,.2);
	box-shadow: 2px 2px 0 rgba(0,0,0,.2);
}

.home #photo {
	height: 449px;
}

#photo {
	float: left;
	height: 600px;
	overflow: hidden;
	position: relative;
	width: 621px;
}

#photo .view {
	position: absolute;
}

#photo .view {
	background: rgb(255,255,255);
	background: rgba(255,255,255, .45);
	bottom: 0;
	color: #000;
	display: block;
	padding: 17px 20px;
	right: 0;
}

#photo .view:after {
	content: "»";
	margin-left: 3px;
}

#photo ul {
	position: relative;
	width: 1863px;
}

#photo li {
	float: left;
}

#content {
	padding: 15px 0;
}

#content h2 {
	clear: both;
}

#content h1 {
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	padding: 21px 0 18px 0;
	text-align: center;
	text-transform: uppercase;
}

.listings {
	border-top: 1px solid #d6d6d6;
	margin-top: 1px;
	padding: 20px 0;
}

.listing {
	float: left;
	margin: 0 18px 25px 0;
	padding-bottom: 10px;
	width: 300px;
}

.listing h3 a {
	color: #333;
	font-style: normal;
	font-weight: bold;
}

.listing h3 a:hover {
	color: #666;
}

.listing p a:after {
	content: "»";
	margin-left: 3px;
}

.ad {
	border-bottom: none;
}

.last {
	margin-right: 0;
}

.listing .image {
	position: relative;
	height: 250px;
	margin-bottom: 10px;
}

.listing .image:hover {
	cursor: pointer;
}

.listing .image span {
	background: rgb(0,0,0);
	background: rgba(0,0,0,.3);
	color: #fff;
	font-family: Arial, Helvetica; sans-serif;
	font-size: 9px;
	padding: 2px 4px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
}

#footer {
	background: #333333;
	color: #fff;
	overflow: hidden;
	padding: 15px 0 15px 0;
     bottom: 0px;
	  width: 100%;
}

#footer ul {
	list-style: none;
	margin-top: 2px;
}

#footer ul li {
	border-right: 1px solid #fff;
	float: left;
	line-height: 1;
	margin-right: 8px;
	padding-right: 8px;
}

#footer a {
	color: #fff;
	font-family: Arial, Helvetica; sans-serif;
	font-size: 11px;
	font-style: normal;
}

#footer a:hover {
	color: #999;
}

#footer h4 {
	float: left;
	line-height: 1;
	margin: 0 25px 0 0;
}

#footer p {
	color: #999;
	float: right;
	line-height: 1;
	margin: 0;
}

#footer p a {
	color: #999;
	border-left: 1px solid #999;
	margin-left: 8px;
	padding-left: 8px;
}

#footer p a:hover {
	color: #fff;
}

.wp-pagenavi {
	clear: both;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	background: #f0f0f0;
	color: #707070;
	font-family:Arial,Helvetica;
	font-size: 12px;
	font-style: normal;
	margin: 2px;
	padding: 3px 5px;
	text-decoration: none;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: none;
}