@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
    font-family: 'ocean_sans_stdbook';
    src: url('oceansansstd-book-webfont.eot');
    src: url('oceansansstd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('oceansansstd-book-webfont.woff') format('woff'),
         url('oceansansstd-book-webfont.ttf') format('truetype'),
         url('oceansansstd-book-webfont.svg#ocean_sans_stdbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
Theme Name: Capital Realty
Theme URI: http://bluelayermedia.com
Description: Custom WordPress theme for Capital Realty
Author: BlueLayerMedia, Inc.
Author URI: http://bluelayermedia.com
Version: 1.0
*/

/* 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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Main Styling */

body {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #444444;
    font-weight: 400;
}

#wrapper {
    width: 1022px;
    margin: 0 auto;
}

a {
	color: #00C9FF;
	text-decoration: underline;
}

a:active,a:hover {
	color: #0049DA;
	text-decoration: underline;
}


.clear {
    clear: both;
}

#page p, #contact_page p {
    padding: 0 0 18px 0;
	line-height: 1.4em;
}

#page ul li {
    background: url("images/listing-arrow.gif") left no-repeat;
    padding: 0 0 0 15px;
    margin: 0 0 10px 10px;
}

#page h4 {
	font-weight: 700;
	margin-bottom: 7px;	
}

#page h6 {
	font-weight: 700;
	font-size: 11px;
	margin-bottom: 18px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;	
}

b, strong {
    font-weight: 700;
}

/* Header Styling */

#header {
    height: 235px;
    margin: 0 0 25px 0;
}

#logo {
    background: url("images/headerBg.jpg") no-repeat;
    height: 200px;
    width: 1022px;
	position: relative;
}

#logo #homelink {
	position: absolute;
	width: 346px;
	height: 142px;
	top: 29px;
	left: 23px;
	display: block;	
}

#logo #emaillink {
	position: absolute;
	width: 278px;
	height: 32px;
	top: 152px;
	right: 26px;
	display: block;	
}

#headerImg {
    float: left;
    height: 142px;
    margin: 29px 0 0 389px;
    width: 305px;
	overflow: hidden;
}

#mainNav {
    background: url("images/navigationBg.gif") repeat-x;
    width: 1022px;
    height: 34px;
}

ul#menu-header {
    margin: 0 0 0 40px;
}

ul#menu-header a{
	text-decoration: none;
}

ul#menu-header li {
    display: block;
	float: left;
    text-transform: uppercase;
    line-height: 33px;
	height: 33px;
    font-size: 14px;
    margin: 0 16px 0 0;
    background: url("images/navigationDvd.gif") right no-repeat;
    padding: 0 17px 0 0;
    text-shadow: 2px 2px 2px #000;
	position: relative;
}

ul#menu-header li.last {
    background: none;
}

ul#menu-header li a {
    color: #DEDEDE;
}

ul#menu-header li a:hover {
    color: #ffffff;
}

ul#menu-header li.current-menu-item {
    font-weight: bold;
}

ul#menu-header li ul {
	display: none;	
}

ul#menu-header li:hover ul {
	display: block;
	position: absolute;
	width: 200px;
	top: 34px;
	left: 0;
}

ul#menu-header li ul li { 
	float: left;
	width: 170px;
	background: none;
	margin: 0;
	border-top: 1px solid #484848;
}

ul#menu-header li ul li a {
	display: block;
	width: 177px;	
	background-color: #666666;
	padding: 0 0 0 10px;
}

ul#menu-header li ul li a:hover {
	background-color: #535353;	
}

/* Sidebar Styling */

#sidebar {
    float: left;
    width: 290px;
    margin: 0 0 0 20px;
    color: #ffffff;
}

#propSearch {
    background: url("images/searchPanelBg.gif") no-repeat;
    width: 266px;
    height: 533px;
    margin: 0 0 10px 0;
}

#alerts a {
    background: url("images/propertyAlerts.gif") no-repeat;
    width: 266px;
    height: 193px;
	display: block;
	text-indent: -9999px;
}

#locations {
    margin: 155px 0 0 25px;
    float: left;

}

#sidebar select {
    background: none repeat scroll 0 0 #02BCF3;
    border: 1px solid #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    font-size: 14px;
    height: 25px;
    margin-bottom: 20px;
    padding: 0 10px;
    text-align: center;
    width: 209px;
}

#sidebar select.short {
    width: 95px;
}

#tenancy {
    margin: 0 0 0 15px;
}

#tenancy h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 25px 0 0 10px;
    float: left;
}

#tenancy select {
    float: left;
    margin: 15px 0 0 10px;
}

#tenancy p {
    float: left;
    margin: 20px 0 0 10px;
}

sup {
	height: 0;
	line-height: 1;
	position: relative;
	top: -0.6em;
	vertical-align: baseline !important;
	vertical-align: bottom;
}

#sidebar #search {
    margin: 40px 0 0 25px;
    float: left;
}

#search h3 {
    font-size: 14px;
    font-weight: bold;
}

#search input {
    background: none repeat scroll 0 0 #12A3D5;
    border: 1px solid #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    margin: 5px 0 5px 0;
    width: 198px;
	padding: 0 5px 0 5px;
    height: 20px;
}

#sidebar .searchbutton {
	width: 241px;
	height: 36px;
	margin: 0 auto;
	padding-top: 12px;
}

#sidebar .resetit {
	text-align: center;	
	margin-top: 7px;
}

#sidebar .resetit a {
	color: #FFF;
}

#sidebar .resetit a:hover {
	text-decoration: underline;
}

/* Content Styling */

#main {
    float: right;
    width: 710px;
}

img#quick_search {
    margin: 25px 0 0 5px;
}

#boxes {
    margin: 7px 0 0 0;
}

.searchBox {
    background: url("images/searchBoxBgSmall.gif") no-repeat;
    height: 120px;
    width: 142px;
    float: left;
}

.searchBox h2 {
    font-size: 18px;
    color: #666666;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0 0 0;
}

.searchBox h3 {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #00CAFF;
    font-weight: bold;
    margin: 4px 15px 0;
}

.searchBox .searchbutton {
  width: 142px;
	height: 24px;
	margin: 0 auto;
	padding-top: 4px;	
	text-align: center;
}

.searchBox .searchbutton input {
  width: 112px;
}

img#listings_image {
    margin: 20px 0 25px 10px;
}

.listings {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #00CAFF;
    height: 171px;
    width: 676px;
    background-color: #ffffff;
    margin: 0 0 20px 0;
}

a.postThumb {
    margin: 20px 0 0 15px;
    float: left;
}

.postInfo {
    float: left;
    margin: 25px 0 0 10px;
}

.postInfo h2 {
    font-size: 16px;
    font-weight: bold;
    color: #0049da;
    border-bottom: 1px solid #A9BAF4;
    margin: 0 0 20px 0;
}

ul.info {
    margin: 0 0 0 3px;
}

ul.info li {
    background: url("images/listing-arrow.gif") left no-repeat;
    padding: 0 0 0 10px;
    margin: 0 0 15px 0;
}

li.date {
    color: #66A420;
}

/* Footer Styling */

#footer {
    height: 135px;
    background-color: #12A3D5;
    margin: 115px 0 0 0;
}

ul#fnav {
    margin: 30px 0 0 25px;
    float: left;
}

ul#fnav li {
    display: inline;
    color: #ffffff;
    border-right: 1px solid #ffffff;
    padding: 0 5px 0 1px;
}

ul#fnav li.last {
    border: none;
}

ul#fnav li a {
    color: #ffffff;
}

ul#fnav li a:hover {
    text-decoration: underline;
}

p.footer {
    margin: 50px 0 0 25px;
    color: #ffffff;
    font-size: 11px;
}

/* Page Styling */

#page {
    float: right;
    width: 710px;
}

#contact_page {
    float: left;
    width: 900px;
    margin: 0 0 0 50px;
}

h1, h2{
	color: #00CAFF;
	font-size: 32px;
	font-family: 'ocean_sans_stdbook';
  border-bottom: 1px solid #03BAF3;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.2em;
}

em{
  font-size: 0.8em;
  font-style: italic;
  display: block;
  margin-bottom: 5px;
}

h1 a, h2 a{
	color: inherit;
}

/* Gravity Forms Styling */
.gform_wrapper {
    float: left;
    width: 400px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

#page .listingDetail {
	border-bottom: 1px solid #03BAF3;	
	padding-bottom: 10px;
}

#page .listingwrap .description {
	float: left;
    width: 293px;	
}

#page .listingwrap .right .show {
	display: inline;
}

#page .listingwrap .price-ex-gst {
    color: #999999;
    font-weight: normal;
}

#page .listingwrap .description .block {
    border-bottom: 1px solid #C5EFFD;
    font-size: 14px;
    padding: 10px 0;
}

#page .listingwrap .blockFirst {
    padding-top: 0;
}

#page .listingwrap .description .block .left {
    color: #02BBF1;
    font-weight: bold;
    padding-right: 10px;
    width: 120px;
	float: left;
	line-height: 17px;
}

#page .listingwrap .description .block .right {
    color: #666666;
    width: 160px;
	float: right;
}

#page .formpanel {
	padding: 14px 0 22px;	
}

#page .formpanel .listingtext {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    width: 286px;	
	float: left;
}

#page .formpanel .listingform {
	float: right;
    width: 350px;	
}

#page .formpanel .listingform h4 {
	color: #15C1F3;
    font-size: 14px;
    margin-bottom: 10px;
	padding: 0 0 5px;
	font-weight: bold;	
}

.facebook {
	background: url("images/icon-fb.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    height: 37px;
    margin-right: 12px;
    width: 37px;	
}

.twitter {
    background: url("images/icon-twitter.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    height: 37px;
    width: 37px;
}

.at a {
    background: url("images/icon-mail.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    height: 37px;
    margin-right: 12px;
    width: 37px;
}

.facebook a, .twitter a {
    display: block;
    height: 34px;
}

.left {
	float: left;	
}
.right {
    float: right;
}
.map {
    padding-left: 20px;
}

.map .top {
    background: url("images/mapTopBg.gif") repeat scroll 0 0 transparent;
    line-height: 34px;
	 width: 656px;
}

.map .mapOuter {
    border: 1px solid #CCCCCC;
    height: 356px !important;
    overflow: hidden;
    width: 654px !important;
}

.map .top a:hover, .map .top a.active {
    color: #000000;
    text-decoration: none;
}

.map .top a#streetlink {
    border: medium none;
}

.map .top a {
    border-right: 1px solid #CCCCCC;
    color: #013DDB;
    font-size: 13px;
    font-weight: bold;
    padding: 0 12px 0 8px;
    text-decoration: underline;
}

#page .fb_share_size_Small {
	display: none;	
}
#page .contactform {
	margin-top: -10px;	
}
#page .contactform ul li {
	background: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 2px;
}

#page .contactform  label {
	display: none;	
}

#page .contactform input.medium {
	border: 1px solid #03BBF1;
    color: #03BBF1;
    height: 28px;
    margin-right: 0;
    margin-top: 10px;
    padding: 0 0 0 7px;
    width: 160px;	
}

#page .contactform textarea.medium {
    border: 1px solid #03BBF1;
    color: #03BBF1;
    height: 94px;
    width: 349px;	
	margin-top: 10px;
	margin-bottom: 10px;
}

#page h1.searchresults {
	background: url(images/search-results.gif) no-repeat top left;
	width: 255px;
	height: 35px;
	text-indent: -9999px;
	margin: 20px 0 30px 0;	
}

#listing-results .listing {
	border: 1px solid #03BBF1;
	border-radius: 7px 7px 7px 7px;
	padding: 15px;
	margin-bottom: 15px;
}

#listing-results .listing .img {
	width: 175px;
	height: 132px;
	float: left;
	overflow: hidden;
	margin-right: 10px;		
}

#listing-results .listing .desc {
	width: 303px;
	float: left;	
}

#listing-results .listing .desc h2 a {
	margin: 0 0 8px 0;
	color: #00C9FF;
  font-size: 16px;	
	text-decoration: underline;
	font-weight: bold;
	padding-bottom: 3px;
}

#listing-results .listing .desc h2{
	border: none;
}

#listing-results .listing .desc h2 a:active,
#listing-results .listing .desc h2 a:hover {
	color: #0049DA;
}

#listing-results .listing .desc h5 {
	color: #666666;
    font-size: 13px;
    font-weight: normal;	
}

#listing-results .listing .pricepane {
	float: left;
    border-left: 1px solid #84E6FF;
    min-height: 130px;
    width: 175px;	
	margin-left: 10px;
	text-align: center;
}

#listing-results .listing .pricepane .price {
	color: #666666;
	font-weight: bold;
    font-size: 18px;
    padding-bottom: 14px;	
}

#listing-results .listing .pricepane .listno {
	color: #00C9FF;
}