/*
Theme Name: WPRealtor
Theme URI: http://architexture.ca/
Description: Theme by <a href="http://architexture.ca/">Architexture</a> and <a href="http://alexdunae.ca/">
Version: 1.0
Author: Architexture
author uri: http://architexture.ca/
Tags: realtor, awesome

	Copyright Architexture / Jamie McCue

*/
/***** Reset Settings *****/

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

ol, ul {
	list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;}

caption, th, td {
	text-align: left;
	font-weight: normal;}

/***** Global Settings *****/
 
body {
	background: #244355 url(images/bg.gif) top left repeat-x;
	font: 13px Arial, Helvetica, Verdana;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	color: #FFF;}
	
.rlp {
	float:right;
	font-size:12px;
	color:#ccc;
	padding:10px 20px 0 0;}
	
/***** Colors *****/

.blue {
	color: #244355;}
	
.ltblue {
	color: #b2e3ff;}
	
.gray {
	color: #c7d9e3;}
	
.red {	
	color: #db2a27;}
	
/* 
border: #244355;
background: #162d3b;
*/

/***** Structure *****/

#wrapper {
	width: 880px;
	text-align: center;
	margin: 0 auto 30px auto;
	padding: 0;}
	
#header {
	background-color: #000;
	height: 36px;
	padding-top: 15px;}

#header h1 {
	width: 248px;
	height: 32px;
	text-indent: -9000px;
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url('images/logo.gif') top left no-repeat;}
	
#header .realty {
	margin: 0 0 0 0;
	float: right;}
	
/* main navigation */
	
ul#nav {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	height: 32px;
	overflow: hidden;}
	
ul#nav li {
	float: left;
	margin: 0;
	padding: 0;}
	
ul#nav a {
	font: bold 1em Arial, Helvetica, Verdana;
	color: #c5c5c5;
	display: block;
	text-transform: uppercase;
	text-decoration:none;
	padding: 10px 15px;}
	
ul#nav a:hover {
	color: #bfe6fe;}
	
ul#nav .current_page_item a {
	color: #FFF;}
	
/* homepage */

#intro {
	background: #162d3b url('images/bg-body.png') bottom center no-repeat;
	border: 1px solid #0c1c26;
	width: 878px;
	margin: 20px 0 0 0;
	padding-bottom: 20px;}
	
.left {
	float: left;
	width: 410px;
	margin: 0 0 0 20px;}
	
.right {
	float: right;
	width: 410px;
	margin: 0 20px 0 0;}

#welcome {
	float: left;
	text-align: left;
	color: #FFF;
	background: #0a1820;
	width: 410px;
	border: 0px solid #0c1b24;
	margin: 20px 0 20px 0;
	padding: 0 0 10px 0;}
		
#welcome ul {
	margin-top: 5px;}
	
#welcome h2 {
	font: bold 1.3em Arial, Helvetica, Verdana;
	color: #fff;
	background: none;
	margin: 15px 0 0 0;
	padding: 0;}
	
#welcome h2 span {
	color: #d4efff;
	font-size: 0.8em;
	text-transform: uppercase;}
	
#welcome p, #welcome h2, #welcome ul {
	padding: 0 20px 15px 20px;}
	
/* Home Feature Listing */
	
#featurelisting {
	text-align: left;
	color: #FFF;
	margin: 0;
	padding: 0;}
	
#featurelisting h3 {
	font: bold 0.9em Arial, Helvetica, Verdana;
	color: #FFF;
	display: inline;
	margin: 0;
	padding: 2px 5px 2px 0;
	text-transform: uppercase;}
	
#featurelisting a.special {
	background-color: #0a1820;
	border: 1px solid #244355;
	text-decoration: none;
	margin: 0 0 10px 0;
	padding: 6px 10px;}
	
.featimg {
	background-color: #0a1820;
	text-align: center;
	margin: 20px 0 20px 0;}
	
.featimg img {
	padding: 7px 7px 7px 7px;}
	
#featurelisting dl {
	margin-top: 20px;}
	
#featurelisting dt {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px dashed #797979;}
	
#featurelisting dt a {
	text-decoration: none;}
	
#featurelisting dd {
	font-size: 1em;
	padding: 10px 0 0 0;}
	
/* Listing Details Images */

ul#list-img {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;}
	
ul#list-img li {
	float: left;
	margin-right: 3px;}
	
/* Listing Details */
	
#listingdetails {
	text-align: left;
	color: #FFF;
	margin: 0;
	padding: 0;}
	
#listingdetails ul {
	margin: 20px 0 0 0;
	padding: 0;}
	
#listingdetails li {
	color: #FFF;
	font-size: 1em;
	margin: 0;
	padding: 2px 0 3px 0;}

#listingdetails h2 {
	font: bold 1.6em Arial, Helvetica, Verdana;
	font-weight: lighter;
	color: #FFF;
	border-bottom: 1px solid #375c72;}
	
#listingdetails li.marker {
	margin: 6px 0;}
	
#listingdetails li.marker span, .click {
	background: #c6e0f0;
	color: #162d3b;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 3px 6px;}
	
.click {
	font-size: 11px;
	color: white;
	background: #152b38;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
	padding: 3px 6px;}

#listingdetails li.details {
	font-weight: bold;
	color: #c6e0f0;
	margin: 4px 0;
	padding: 0;}
	
#listingdetails li span {
 	font-weight: bold;}
	
#listingdetails li.writeup {
	margin: 5px 0;
	border-top: 1px solid #375c72;
	padding-top: 5px;}
 	
#listingdetails li .boldblue {
	font-weight: bold;
	color: #b2e3ff;
	padding-bottom: 9px;}
	
	
/* boxes */

.boxes {
	width: 278px;
	height: 280px;
	border: 1px solid #595959;
	background-color: #272828;
	float: left;
	text-align: center;
	margin-top: 20px;}
	
.boxes h3 {
	font: bold 1.3em Georgia, Serif, Times;
	text-align: left;
	color: #233771;
	
	background-color: #bbbbbb;
	margin: -4px 19px 0 19px;
	padding: 3px 5px;}
	
.boxes a, .boxes a:visited, .boxes a:hover {
	text-decoration: none;}
		
.boxes p {
	color: #FFF;
	text-align: left;
	padding: 10px 20px 20px 20px;}
	
/* Searchbox */

#searchbox {
	clear: both;
	float: left;
	background-color: #0a1820;
	border: 1px solid #244355;
	text-align: center;
	margin: 0 auto;
	padding: 15px 20px 10px 20px;
	width: 368px;}
	
#searchbox a {
	font: 11px Arial;
	text-align: left;}
	
#searchbox ul {
	text-align: left;
	margin: 0;
	padding: 0;}
	
#contentleft #searchbox li, #searchbox li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 8px 0 0;
	height: 24px;}
	
#searchbox li.view {
	clear: left;
	white-space: nowrap;
	margin: 6px 0 0 0;}
	
.searchbg {
	font: bold 0.8em Arial, Verdana;
	text-transform: uppercase;
	width: 270px;
	background-color: #7f8e97;
	border: 1px solid #121d23;
	color: #FFF;
	margin: 0;
	padding: 3px;}
	
/* listings list */

ul#paging {
	list-style: none;
	margin: 4px 0 25px 18px;
	padding: 0;}
	
ul#paging li {
	list-style: none;
	float: left;
	margin: 0 0 0 2px;
	padding: 0;}
	
ul#paging li a {
	padding: 5px 10px;
	background-color: #292929;
	text-decoration: none;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.85em;}
	
ul#paging li a:hover {
	background-color: #e2100c;}

#listings {
	margin-top: 10px;
	width: 880px;}
	
#listings ul {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 10px 10px 0 10px;
	background-color: #162d3b;
	border: 1px solid #10232e;}
	
#listings li {
	font-size: 1em;
	margin-bottom: 10px;}
	
#listings li.image {
	margin-right: 20px;
	width: 275px;
	float: left;}
	
#listings li.image img {
	border: 8px solid #0a1820;}
	
#listings li.title {
	font-size: 22px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #758690;}
	
#listings li.title a, #listings li.title a:active, #listings li.title a:visited {
	text-decoration: none;}
	
#listings li.marker {
	font-size: 1em;
	margin: 15px 0;}
	
#listings li.marker span {
	background: #c6e0f0;
	color: #162d3b;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 10px;}

#listings li.details {
	font-size: 1.1em;
	font-weight: bold;}
	
#listings li.details span {
	font-size: 11px;
	color: #bdbdbd;
	margin-left:10px;
	font-weight: bold;
	text-transform: uppercase;}
	
#listings li.description {
	font-size: 1em;}
	
.sold {
	font-size: 0.9em;
	float: right;}
	
.typebox {
	font-size: 0.9em;
	float:left; 
	background-color:#162d3b; 
	border-top: 1px solid #244355; 
	border-right: 1px solid #244355;
	border-bottom: 1px solid #244355; 
	padding: 15px;}
	
.typebox2 {
	font-size: 0.9em;
	float:left; 
	background-color:#162d3b; 
	border-top: 1px solid #244355; 
	border-right: 1px solid #244355;
	border-bottom: 1px solid #244355; 
	padding: 15px 15px 28px 15px;}
	
.typebox2 p {
	margin: 0;
	padding: 0;}
	
.typebox2 p a {
	text-decoration: none;}
	
/* Main Content Page */

#contentleft {
	float: left;
	width: 540px;
	margin: 20px 0 0 20px;
	padding: 0;
	text-align: left;}
	
#contentleft .img-left {
	float: left;
	margin: 0 15px 10px 0;
	border: 8px solid white;}
	
#contentleft .img-right {
	float: right;
	margin: 0 0 10px 15px;
	border: 8px solid white;}
	
#sidebar {
	float: right;
	text-align: left;
	width: 280px;
	margin: 0 20px 0 0;
	padding: 0;}
	
#sidebar img {
	border: 1px solid black;
	margin-bottom: 8px;}
	
#sidebar .contact {
	background-color: #0b1a24;
	padding: 13px;
	margin: 0 0 20px 10px;
	width: 240px;}
	
/* Quick Contact box */

ul#contact {
	background-color: #0a1820;
	border: 1px solid #244355;
	text-align: left;
	margin: 0;
	padding: 0;}
	
ul#contact li {
	color: #FFF;
	list-style: none;
	padding: 3px;}

ul#contact li.img {
	width: 103px;
	padding-right: 15px;
	float: left;}

ul#contact li.title {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	padding: 15px 0 10px 0;}
	
ul#contact li.title span {
	font-size: 12px;
	text-transform: uppercase;
	color: #b2e3ff;}

/* Footer */

#footer {
	width: 880px;
	text-align: left;
	margin: 10px auto 0 auto;}
	
#footer p {
	font-size: 0.9em;
	color: #adb9c1;
	margin: 0 0 5px 0;
	padding: 0;}
	
#footer a {	
	color: #adb9c1;}
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Verdana;
	margin:0;
	padding:0;
	font-weight:normal;}
 
h2.title {
	font-size: 2.1em;
	letter-spacing: -1px;
	margin: 0;
	padding: 15px 0 0 15px;
	text-align: left;}
 
h3 {}
	
#contentleft h2 {
	color: #bfe6fe;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 15px;}
	
#contentleft h3 {
	color: #bfe6fe;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 15px;}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #bfe6fe;
	margin-bottom: 18px;}
	
#sidebar .contact h2 {
	margin: 0;
	padding: 0;}

#welcome p, #welcome li {
	font: 1em Arial, Helvetica, Verdana;}
	
#featurelisting dd, .boxes p {
	font: 1em Arial, Helvetica, Verdana;}
 
p {
	font-size: 1em;
	margin:0;
	padding:0 0 18px 0;}
	 
ul, ol {
	list-style:none;
	padding:0 0 18px 40px;}
	
#contentleft li {
	list-style-type: disc;
	color: #FFF;
	margin-bottom: 5px;}
 
blockquote {
	margin: 5px 40px 18px 40px;
	background-color: #000;
	color: #fff;
	border-top: 1px dashed #4f4f4f;
	border-bottom: 1px dashed #4f4f4f;
	padding:15px 15px 0 15px;}
 
small {
	font-size:0.85em;}
 
img {
	border:0;}
 
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;}
 
/***** Links *****/
 
a, a:visited {
	color: #FFF;
	text-decoration:underline;}
	
a:hover {
	color: #bfe6fe;}
 
/***** Forms *****/
 
form {
	color: #FFF;}
 
input, select, textarea {
	font:1em arial, helvetica, sans-serif;}
 
textarea {
	line-height:1.25;}
 
label {
	cursor:pointer;}

#contact-form-wrapper {
  position: absolute;
  left: -1000px;
  top: 0;
}

#contact-form {
  background: #162D3B;
  padding: 30px 5px 5px;
  height: 315px;
  width: 250px;
  text-align: left;
}

#contact-form p {
  padding-bottom: 6px;
}

#contact-form label {
  display: block;
}

#contact-form-link {
  cursor: pointer;
  background: transparent url('images/email.png') left center no-repeat;
  padding-left: 20px;
  text-decoration: underline;
}

#contact-form input[type=text], #contact-form textarea {
  width: 230px;
  border: 1px solid #364D5B;
}


  
/***** Global Classes *****/
 
.clear         { clear:both;}
 
.float-left    { float:left;}
.float-right   { float:right;}
 
.text-left     { text-align:left;}
.text-right    { text-align:right;}
.text-center   { text-align:center;}
.text-justify  { text-align:justify;}

.hr2           { background: transparent url('images/hr.gif') top left repeat-x; margin: 0; padding: 0; height: 7px;}
.hr            { border-top: 1px dashed #565656; height: 7px;}

.marg20        { margin: 0 20px;}
.topmarg       { margin-top: 20px;}
.botmarg10     { margin-bottom: 10px; clear: left;}
.padbot        { padding-bottom: 10px;}
.right20       { margin-right: 20px;}

.border        { border: 1px solid #4f4f4f;}
.border2       { border: 1px solid #4f4f4f;}

.alt           { background-color: #383838;}
 
.bold          { font-weight:bold;}
.italic        { font-style:italic;}
.underline     { border-bottom:1px solid;}
.highlight     { background:#ffc;}
 
.img-left      { float:left;margin:4px 10px 4px 0;}
.img-right     { float:right;margin:4px 0 4px 10px;}
 
.nopadding     { padding:0;}
.noindent      { margin-left:0;padding-left:0;}
.nobullet      { list-style:none;list-style-image:none;}
:focus         { outline: none;}

.contentpop    { color: #fff; background: #a10000; font-weight: bold; text-transform: uppercase; margin: 0 0 8px 0; padding: 3px 6px; text-align: center;}