/*
 _____                            _                _                   _      
 |  __ \                          | |              | |                 | |     
 | |__) |_ __ ___  _ __   ___ _ __| |_ _   _       | |_   _ _ __   __ _| | ___ 
 |  ___/| '__/ _ \| '_ \ / _ \ '__| __| | | |  _   | | | | | '_ \ / _` | |/ _ \
 | |    | | | (_) | |_) |  __/ |  | |_| |_| | | |__| | |_| | | | | (_| | |  __/
 |_|    |_|  \___/| .__/ \___|_|   \__|\__, |  \____/ \__,_|_| |_|\__, |_|\___|
                  | |                   __/ |                      __/ |       
                  |_|                  |___/                      |___/
Colour Swatch
----------------
#700c2d - Dark maroon colour used for header background and footer
#9b1b1f - Used for navbar background and property search
#eadfdd - Used to highlight active links in the navBar and other areas
#faffbd - Used for text input areas as a highlight
----------------
*/

/* CSS Reset */
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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }
/* CSS Reset */

html {
	background: #eadfdd;
}

body {
	font: .9em Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased;
}

h1 {
	line-height: 160%;
	padding: 5px 0 5px 0;
	font-size: 1.3em;
}

h2 {
	line-height: 160%;
	padding: 5px 0 5px 0;
	font-size: 1.2em;
}

h3 {
	line-height: 160%;
	padding: 5px 0 5px 0;
	font-size: 1.1em;
}

p {
	line-height: 140%;
	padding: 5px 0 5px 0;
}

.defaultList {
	margin: 20px 20px;
}

.defaultList li {
	background: url(../imgs/bullet.jpg) left center no-repeat;
	padding-left: 20px;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.alignLeft {
	text-align: left;
}

.alignJustify {
	text-align: justify;
}

.highLight {
	color: red;
}

.clear {
	clear: both;
}

.divider {
	border-bottom: 1px solid #bbb;
	height: 1px;
	margin: 5px 0;
	clear: both;
}

#header {
	text-align: center;
	height: 60px;
	background: #700c2d url(../imgs/header-bg.jpg) repeat-x;
	box-shadow: 0px 1px 5px #000;
	-webkit-box-shadow: 0px 1px 5px #a79b99;
}

#header img {
	margin-top: 15px;
}

.container { /* You can use this multiple times to hold content */
	width: 90%;
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 10px;
	padding: 10px;
	margin: 10px auto;
	box-shadow: 3px 3px 3px #a79b99;
	-webkit-box-shadow: 3px 3px 3px #a79b99;
	text-align: justify;
}

.container table {
	width: 100%;
}

.container table td {
	padding: 3px;
}

/* ========================== */
/* ! Search and form styles   */
/* ========================== */
select {
	font-size: 1em;
	font-weight: bold;
	width: 100%;
	height: 35px;
	margin: 5px 0;
}

#keyword {
	width: 92%; /* Compensates for padding and aligns with the rest of the elements in the search */
	height: 25px;
	padding: 10px;
	font-size: 1.2em;
	color: #700c2d;
	border: 1px solid #bbb;
	border-radius: 8px;
}

input[type="text"]:focus {
	background: #faffbd;
}

input[type="tel"]:focus {
	background: #faffbd;
}

input[type="email"]:focus {
	background: #faffbd;
}

#contactForm input {
	width: 92%; /* Compensates for padding and aligns with the rest of the elements in the search */
	height: 25px;
	padding: 10px;
	font-size: 1.2em;
	color: #700c2d;
	border: 1px solid #bbb;
	border-radius: 8px;
}

textarea {
	border: 1px solid #bbb;
	padding: 10px;
	width: 92%;
	font-size: 1.2em;
	color: #700c2d;
	border: 1px solid #bbb;
	border-radius: 8px;
}

textarea:focus {
	background: #faffbd;
}

label.error {
	color: red;
	display: block;
	white-space: nowrap;
}

/* These are to compensate for Internet Explorer mobile width issues */
.halfWidth {
	width: 50%;
}

.fullWidth {
	width: 100%;
}

button {
	background: #700c2d url(../imgs/button-bg.jpg) repeat-x;
	border: 1px solid #700c2d;
	height: 44px; /* Researched statistic, its the ideal height for a finger touch */
	line-height: 40px;
	width: 100%;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	text-shadow: 0px -1px 1px #000;
	border-radius: 8px;
}

.btn { /* This duplicates the look and feel as the button styles above for links */
	background: #700c2d url(../imgs/button-bg.jpg) repeat-x;
	display: block;
	border: 1px solid #700c2d;
	height: 44px;
	line-height: 44px; /* Opera Mini doesn't support line-height, text will be at top of button */
	width: 99%;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-shadow: 0px -1px 1px #000;
	border-radius: 8px;
}
/* ========================== */
/* ! Search and form styles   */
/* ========================== */

/* ========== */
/* ! Navbar   */
/* ========== */
#navBar {
	position: relative;
	background: #700c2d url(../imgs/header-bg.jpg) repeat-x;
	height: 44px;
	padding: 0 10px 0 10px;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #eadfdd;
	box-shadow: 0px 1px 5px #000;
	-webkit-box-shadow: 0px 1px 5px #000;
}

#navLogo {
	width: 200px;
	margin: 0 auto;
	height: 44px;
	text-align: center;
}

#navLogo img {
	height: 26px;
	margin-top: 10px;
}

#leftNav {
	position: absolute;
	background: url(../imgs/navBtns.png) left center no-repeat;
	top: 6px;
	width: 56px;
	height: 34px;
	left: 10px;
	text-align: center;
}

#leftNav a {
	color: #fff;
	display: block;
	text-decoration: none;
	line-height: 30px;
	height: 34px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 6px;
	text-shadow: 0px -1px 1px #000;
}

#leftNav a img, #rightNav a img {
	margin: 5px 0 0 0;
}

#rightNav {
	position: absolute;
	background: url(../imgs/navBtns.png) right center no-repeat;
	top: 6px;
	width: 56px;
	height: 34px;
	right: 10px;
	text-align: center;
}

#rightNav a {
	color: #fff;
	display: block;
	text-decoration: none;
	line-height: 30px;
	height: 34px;
	font-size: 14px;
	font-weight: bold;
	padding-right: 6px;
	text-shadow: 0px -1px 1px #000;
}

@media screen and (orientation:landscape) {
	.absolute {
		position: absolute!important;
		z-index: 9999!important;
		top: 0!important;
		left: 0!important;
		width: 96%!important;
	}
}

@media screen and (orientation:portrait) {
	.absolute {
		position: absolute!important;
		z-index: 9999!important;
		top: 0!important;
		left: 0!important;
		width: 94%!important;
	}
}
/* ========== */
/* ! Navbar   */
/* ========== */

/* ================== */
/* ! Search Results   */
/* ================== */
.searchResults {
	width: 100%;
}

.searchResults td {
	border-bottom: 1px dashed #ccc;
	vertical-align: middle;
}

.searchResults a {
	text-decoration: none;
	font-size: 14px;
}

#resultsTotal {
	color: #bbb;
	font-size: 14px;
	text-align: center;
}

.resultsAddress {
	color: #666;
}

.resultsPrice {
	color: #000;
	font-weight: bold;
}

.resultsImage img {
	border: 1px solid #bbb;
}

#googlemap {
	width: 100%;
	height: 400px;
}

@media screen and (max-device-width: 1024px) {
	#googlemap {
		width: 100%;
		height: 400px;
	}
}

.pagination {
	margin: 10px 0 10px 0;
	text-align: center;
	background: #700c2d url(../imgs/header-bg.jpg) repeat-x;
	height: 44px;
	padding: 0 10px 0 10px;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #eadfdd;
	box-shadow: 0px 1px 5px #000;
	-webkit-box-shadow: 0px 1px 5px #000;
}

.pagination ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 264px;
}

.pagination li {
	float: left;
	margin-top: 5px;
}

.pagination li a {
	display: block;
	width: 132px;
	height: 34px;
	line-height: 32px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0px -1px 1px #000;
}

.pagination a:hover {
	text-decoration: none;
}

.pagination li .pref {
	background: url(../imgs/pagination-bg.png) left;
}

.pagination li .next {
	background: url(../imgs/pagination-bg.png) right;
}
/* ================== */
/* ! Search Results   */
/* ================== */

/* ================ */
/* ! Full Details   */
/* ================ */
#propAddress {
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	margin: 10px 0 10px 0;
}

#propPrice {
	background: #700c2d url(../imgs/header-bg.jpg) repeat-x;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	text-shadow: 0px -1px 1px #000;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#propMainImg {
	position: relative;
	overflow: hidden;
	height: 180px;
}

#propMainImg img {
	width: 100%;
}

#moreImages {
	position: absolute;
	background: url(../imgs/moreImages-bg.png);
	bottom: 0;
	width: 100%;
	height: 20px;
	text-align: center;
}

#moreImages a {
	color: #fff;
	text-decoration: none;
	text-shadow: 0px -1px 1px #000;
	font-size: .8em;
	line-height: 20px;
}

@media screen and (orientation:portrait) {
	#propMainImg {
		overflow: hidden;
	}
	
	#propMainImg img {
		width: 100%;
	}
}

@media screen and (orientation:landscape) {
	#propMainImg {
		overflow: hidden;
		height: 285px;
	}
	
	#propMainImg img {
		width: 100%;
	}
}

@media screen and (max-device-width: 1024px) {
	#propMainImg {
		height: auto;
	}

	#propMainImg img {
		width: 100%;
	}
}

.imgFullWidth {
	width: 100%;
}

#propFeatures {
	background: #700c2d url(../imgs/header-bg.jpg) repeat-x;
	padding: 10px 0;
	width: 100%;
	text-shadow: 0px -1px 1px #000;
	color: #fff;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#propFeatures li {
	padding: 0;
	display: inline;
	font-size: .9em;
	font-weight: bold;
}

#propDescr {
	margin: 20px 0;
}

#proplongDescription {
	margin: 20px 0;
}

.imgList img {
	border: 1px solid #bbb;
	width: 100%;
}
/* ================ */
/* ! Full Details   */
/* ================ */

/* ========================= */
/* ! Pop up Balloon styles   */
/* ========================= */
#popupBalloon {
	width: 200px;
	height: 230px; /* change according to your agents property image dimensions, portrait, landscape etc. */
	text-align: center;
}

#popupBalloon a {
	text-decoration: none;
}

#popupImage img {
	border: 1px solid #bbb;
	width: 100%;
	height: 130px; /* change according to your agents property image dimensions, portrait, landscape etc. */
}

#popupAddress {
	margin: 5px 0;
}

#popupAddress a {
	color: #000;
}

#popupPrice {
	margin: 5px 0;
}

#popupPrice a {
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
}
/* ========================= */
/* ! Pop up Balloon styles   */
/* ========================= */