@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'MyriadPro';
	src: url('http://assets.rmcloud.com/fonts/myriadpro-regular-webfont.eot');
	src: local('☺'), url('http://assets.rmcloud.com/fonts/myriadpro-regular-webfont.woff') format('woff'), url('http://assets.rmcloud.com/fonts/myriadpro-regular-webfont.ttf') format('truetype'), url('http://assets.rmcloud.com/fonts/myriadpro-regular-webfont.svg#webfontzO9bkJ5s') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{font-family: arial; font-size: 13px;}
.clear {height: 0!important; line-height: 0!important;font-size:0!important;}
.wrapper {width: 100%;}
.container {width: 940px; margin: 0 auto;}

/* *************************************** REUSABLE STYLES *****/
.tp-hide {
    display: none;
}
#interior_cms .tp-button-cta {
    background-image: url("http://assets.rmcloud.com/templates/geoffantrum_com/images/button-cta.png");
    background-position: left top;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    height: 36px;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    width: 321px;
    text-align: right;
}
#interior_cms .tp-button-cta:hover {
    background-position: right top;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
#interior_cms .tp-button-cta h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    margin: 0 ;
    padding: 7px 0;
}
/* END OF: REUSABLE STYLES*/

#site_header {
	background: #1e262f;
	color:#bcbec1;
	font-family:'MyriadPro';
	font-size: 20px;
}

#site_header .container {
	background: url(images/cir_top.jpg) center left no-repeat;	
	height:150px;
}

#site_header #leftInfo {
	float: left;
	width:300px;
	padding-left: 40px;
}

#site_header #rightInfo {
	float: right;
	width: 500px;
	text-align:right;
}

#site_header h1{
	font-size:30px;
	font-weight:normal;
	margin:0;
	padding:50px 0 0;
	color:#ffffff;
}

#site_header #rightInfo span {
	color:#FFFFFF;
}
#rightInfo a span, #rightInfo a { color:#FFFFFF; }

#site_header strong {
	display:block;
	font-size:14px;
	font-weight:normal;
	padding:2px 0 0 2px;
	color:#ffffff;
}

#site_header h2{
	font-size:30px;
	font-weight:normal;
	margin:0;
	padding:40px 0 20px;
}

#menu {
	background: url(images/nav_bg.gif) bottom left repeat-x #353c44;	
	height: 30px;
	position:relative;
	z-index:999;
}

#nav {
	list-style: none;
	padding: 0;
}

#nav li {
	float: left;
	position:relative;
}

#nav li a {
	color:#E3E4E5;
	display:block;
	font-family:'MyriadPro';
	font-size:18px;
	line-height:30px;
	text-decoration:none;
	padding: 0 20px 0 0;
}

#nav li.over a {
	color: #BcBeC1;	
}

#nav li#bookmark a {
	background: url(images/bookmark.gif) no-repeat left center;
	padding:0 0 0 25px;
	font-size: 15px;
}
#nav li#bookmark a span {
	display: none;
}

#nav li.disabled {
	display: none !important;
}

#nav li ul {
	display: none;	
}

#nav li.over ul {
	display:block;
	left:-5px;
	list-style:none outside none;
	margin:0;
	padding:0;
	position:absolute;
	width:200px;
}

#nav li.over ul li {
	width:200px;
}

#nav li.over ul li a {
	background:none repeat scroll 0 0 #535960;
	border-bottom:1px solid #FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	line-height:18px;
	padding:2px 5px;
	text-decoration:none;
}

#nav li.over ul li a:hover {
	background:none repeat scroll 0 0 #1e262f;	
}

#home_content {
	background: url(images/content_bg.gif) repeat-x top left;	
	padding: 36px 0 0;
}

#int_content {
	background: url(images/content_bg.gif) repeat-x top left;	
	padding: 20px 0 0;
}

#banner {
	border-top: 11px solid #1d242b;	
	padding-top:10px;
	position: relative;
}

ul#socialMedia {
	list-style: none;
	margin: 0;
	padding: 0;
	position:absolute;
	top: -23px;
	right: 0px;
}

ul#socialMedia li {
	float: left;	
}

ul#socialMedia li a {
	display: block;
	width: 20px;
	height:20px;
	margin:0 10px 0 0;
}

ul#socialMedia li a#twitterLink { background: url(images/twitter.gif); }
ul#socialMedia li a#facebookLink { background: url(images/facebook.gif); }
ul#socialMedia li a#youtubeLink { background: url(images/youtube.gif);}
ul#socialMedia li a#linkedinLink { background: url(images/linkedin.gif);}
ul#socialMedia li a#blogLink { background: url(images/blog.gif);}

ul#socialMedia li a:hover#twitterLink { background: url(images/twitterOver.gif); }
ul#socialMedia li a:hover#facebookLink { background: url(images/facebookOver.gif); }
ul#socialMedia li a:hover#youtubeLink { background: url(images/youtubeOver.gif);}
ul#socialMedia li a:hover#linkedinLink { background: url(images/linkedinOver.gif);}
ul#socialMedia li a:hover#blogLink { background: url(images/blogOver.gif);}

#banner .scrollable-widget {
	background: url(images/featured_bg.gif) no-repeat top left;
	width: 587px;
	height: 226px;
	padding: 0;
	float: left;
}

#banner .scrollable-widget .next {
    background: url("images/next.gif") no-repeat scroll left top transparent;
    border: medium none;
    font-size: 0;
    height: 30px;
    right: 10px;
    top: 81px;
    width: 31px;
}

#banner .scrollable-widget .prev {
    background: url("images/prev.gif") no-repeat scroll left top transparent;
    border: medium none;
    font-size: 0;
    height: 30px;
    left: 10px;
    top: 81px;
    width: 31px;
}

#banner .scrollable-widget .disabled {
	display: none;	
}

#banner .scrollable-widget .scrollable {
	width: 501px;
	height: 226px;
	margin-left:44px;
}

#banner .scrollable-widget .slideHolder {
	width: 587px;
	height: 226px;
}

#banner .scrollable-widget .slide img {
    background: url("images/photo_shadow.gif") repeat scroll 0 0 transparent;
    height: 157px;
    padding: 9px 12px;
    width: 226px;
    border: none;
}

#banner .scrollable-widget .slide {
    float: left;
    height: 209px;
    margin: 7px 0 0;
    text-align: center;
    width: 250px;
}

#banner div.scrollable-widget div.scrollable div.items div.slide .img-holder {
    -moz-box-shadow: none;
 -webkit-box-shadow: none;
    background-color: transparent;
    border: medium none;
    display: table-cell;
    height: 127px;
    padding: 0;
}

#banner div.scrollable-widget .details {
	font-family: 'MyriadPro';	
}

#banner div.scrollable-widget .details h1 a{
	color:#000;
	font-size:14px;
	font-weight:normal;
}

#banner div.scrollable-widget .details h2 {
	color: #38424b;
	font-size:14px;
	font-weight:normal;
}

#banner #communityNavigator {
	float: left;
	width: 330px;
	background: url(images/communityNav.gif) no-repeat top left;
	margin: 0 0 0 5px;
	padding: 0 4px;
}

#banner #communityNavigator h1 {
	background-color: #636A70;
       color: #FFFFFF;
       font-family: 'MyriadPro';
       font-size: 20px;
       font-weight: normal;
       margin: 0;
       padding: 7px;
       text-align: center;
}

#banner ul.communityNavigator {
        position: relative;
        margin: 0px 5px; padding: 0; list-style: none;
        height:173px !important;
        z-index: 500;
        width: 320px !important;
        padding-left: 15px;
        padding-top: 10px;
}

#banner ul.communityNavigator li.zone {
        background-color: transparent;
        color: #505962;
        list-style: none outside none;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: center;
        float: left;
        width: 140px;
        margin-right: 10px !important;
}

#banner ul.communityNavigator h3{
        font-size: 1.15em;
        line-height: 1.3em;
        margin: 0; padding: 0;
        color: #fff;
        margin-left: 16px;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
        padding-bottom: 3px;
        cursor: pointer;
        border: none !important;
        font-family: 'MyriadPro';
        font-weight: normal;
}



#banner ul.communityNavigator li:first-child h3 {
	border-top: none;
}

#banner ul.communityNavigator li:last-child h3 {
	border-bottom: none;
}



#banner ul.communityNavigator h3:hover {
	color:#1e242b;	
}

#banner ul.communityNavigator .communityNavigatorOverlay {
    -moz-box-shadow: none;
    background-color: #D5D9DD;
    background-image: none;
    border: 2px solid #000000;
    display: none;
    font-weight: normal;
    left: -407px;
    *left:-680px;
    padding: 5px;
    position: absolute;
    top: 30px;
	*top: 0;
    width: 647px;
    z-index: 501;
*z-index: 999;
}

#banner ul.communityNavigator .communityNavigatorOverlay h3 {
	border-bottom: medium none;
    border-top: medium none;
    font-size: 22px;
    padding: 5px 0 10px;	
}

#banner ul.communityNavigator .communityNavigatorOverlay ul {
	background-color: #D7DBDF;	
}

#banner ul.communityNavigator .communityNavigatorOverlay ul li {
	*width: 24%;
	*float:left;
}

#banner ul.communityNavigator li ul li {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1em;
    padding: 7px 0;
    position: relative;
    width: 24%
}

#banner ul.communityNavigator li ul li a{
 	color: #1E242B;
    font-family: 'MyriadPro';
    text-decoration: none;
}

#banner ul.communityNavigator li ul li a:hover {
	text-decoration: underline;	
}

#buttons a {
	float: left;
	height: 159px;
	width:233px;
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	display: block;
	text-align:center;
	font-family: 'MyriadPro';
	border-top: 1px solid #656c74;
	margin: 10px 0 0;
	line-height: 45px;
}

#buttons a:hover {
	color: #bcbec1;
}

#buttons a#featured {
	background: url(images/featured.jpg);
}

#buttons a#exechomes {
	background: url(images/exechomes.jpg);
}

#buttons a#homesearch {
	background: url(images/button-map.jpg);
}

#buttons a#firsttime {
	background: url(images/homesearch.jpg);
	width: 231px;	
}

#buttons a#fme {
	background: url(images/fme.jpg);	
}

#communities {
	padding: 0;
	list-style:none;
}

#communitiesHeading {
	font-size: 20px;
	color: #FFF;
	font-weight:normal;
	margin: 25px auto 0;
	padding:0 0 5px 5px;
	font-family: 'MyriadPro';
	width:930px;
	text-align: center;
}

#communities li {
	float: left;
	width: 178px;
	background: url(images/communities_bg.gif) no-repeat;
	margin-left: 9px;
	-margin-left: 5px;
}

#communities li:first-child {
	margin-left: 3px;	
}

#communities li a {
	display: block;
	text-align:center;
	font-family: 'MyriadPro';
	font-size:16px;
	color: #505962;
	text-decoration:none;
	text-shadow: 1px 1px 1px #999999;
	padding: 10px;
	position: relative;
	top: 2px;
}

#communities li a:hover {
	color: #000;	
}

#boardStatsWidget ul.tabs {
  border: 0 !important;
}
#boardStatsWidget ul.tabs li:nth-child(2) {
  margin-right: 10px;
}
#boardStatsWidget ul.tabs li:nth-child(1),
#boardStatsWidget ul.tabs li:nth-child(2) {
  margin-bottom: 1px;
}
#boardStatsWidget ul.tabs li a {
  width: 190px;
}
#boardStatsWidget .property-type th {
  color: #000;
}
#boardStatsWidget .more-stats-link {
  color: #FFF;
}



#index_cms {
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1.25em;
	padding:20px 15px 0;
	text-decoration:none;
	width: 900px;
}

#contact_info {
	background-color: #1d242b;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 25px 0 0;
}

#hcard {
	 background: url(images/footer_logo.gif) no-repeat scroll right top transparent;
    color: #ccc;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    line-height: 20px;
    padding: 10px 183px 10px 0;
    text-align: center;
    width: 409px;
	float: left;
}

#hcard a {
	color: #ccc;	
}

#hcard strong {
	font-weight: normal;	
}

.fn, .org, .adr, .contact-info {
	font-family: 'MyriadPro';
	color: #fff;
	font-size: 15px;
}

.fn, .org, .street-address, .tel, .fax {
	display: block;	
}

.fn {
	font-size: 18px;	
}

.name-comma, .address-comma {display: None;}


#blogPost {
	width:338px;
	float: left;
	background-color: #343a41;
	height: 220px;
}

#blogPost h1 {
	margin:0;
	font-family: 'MyriadPro';
	font-weight: normal;
	color: #fff;
	font-size: 24px;
	padding: 15px;
}

#blogPost h2, #blogPost h3 {
	display: none;	
}

#blogPost .articles {
	margin: 0;
	padding: 0;
	list-style:none;
}

#blogPost .articles p.preview {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	padding: 0 15px 15px;
	text-align:justify;
}

#blogPost .articles p.preview a {
	color: #ccc;
	font-size: 12px;
	margin-left:5px;
}

#int_cms {
	background-color:#fff;
}

#intHeader {
	margin:0;
	padding:7px 20px;
	background-color: #505962;
	color: #fff;
	font-family: 'MyriadPro';
	font-size: 24px;
	font-weight: normal;
	border-top:1px solid #fff;
}

#interior_cms {
	padding:20px;
}
.solidPage #interior_cms {
  padding: 0px;
}

#index_cms  .content_block p, #index_cms  .content_block li, #index_cms  .content_block td, #index_cms  .content_block, #index_cms  .content_block a  {
	color: #fff;
}

#index_cms h1 {
	font-weight: normal;
	padding:0;
	margin:20px 0 10px;
	font-family: 'MyriadPro';
	font-size: 22px;
}

#index_cms h2 {
	margin:0;
	padding:0;
	font-weight: Normal;
	font-family: arial;
	font-size:14px;
}

#index_cms h2 a {
	font-family: arial;
	font-size:25px;
	line-height: 30px;
	font-weight: Bold;
}

#index_cms h3 {
	font-weight: normal;
	font-size: 20px;
	font-family: arial;
	margin:15px 0;
	padding:0;
}

#disclaimer {
	margin: 0 auto;
}

#autoblog #list-properties .properties-group li {
    margin-right: 5px !important;
    width: 170px !important;
}

/*** Module Customizations ***/
table.stats-table tr.stats-table-header td,
table.stats-table tr.stats-table-header td span {
  color: #FFF !important;
}

/* **************************************** CMS GENERAL STYLES ***/
.editable .txt-center {
  text-align: center;
}
.editable .txt-size-20 {
  font-size: 20px !important;
}
.editable .txt-size-24 {
  font-size: 24px !important;
}
.editable .txt-size-16 {
  font-size: 16px !important;
}
.editable .txt-size-18 {
  font-size: 18px !important;
}
.editable .txt-size-13 {
  font-size: 13px !important;
}

#interior_cms h2 {
  margin: 20px 0px 10px 0px;
  color: #4F5762;
  font-family: 'MyriadPro';
  font-size: 28px;
}

#interior_cms h3 {
  margin: 20px 0px 10px 0px;
  color: #1D222B;
  font-size: 22px;
}

#interior_cms p {
  font-size: 14px;
}

#interior_cms p.larger {
  font-size: larger;
}

#index_cms #content_above {
  margin-bottom: 70px;
}

#interior_cms .aside {
  background-color: #BBBDC0;
  border: 1px dotted #636970;
  margin-bottom: 20px;
  padding: 10px 10px 0px 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-align: justify;
}

#interior_cms .aside ul {
  list-style-type: none;
  margin: 0px 20px;
  padding: 0px;
}

#interior_cms .aside ul li {
  margin: 10px 0px;
}

#interior_cms a.call2Action {
  display: block;
  background-color: #4F5762;
  padding: 10px;
  border: 1px solid #1D232B;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #FFF;
  font-size: 22px;
  line-height: 130%;
  text-align: center;
  text-decoration: none;
}

#interior_cms a.call2Action span {
  font-size: 18px;
}

#interior_cms a.call2Action:hover {
  background-color: #1D232B;
}

#interior_cms a.call2Action:hover span {
  text-decoration: underline;
}

#interior_cms .centered {
  text-align: center;
}


/* AUTOBLOG STYLES */

#interior_cms #autoblog ul.communityNavigator h3 {
	text-shadow: none;
	font-family: 'MyriadPro';
	font-weight: normal;
}

#interior_cms #autoblog ul.communityNavigator li.zone {
	padding: 8px 17px !important;	
}

#interior_cms #autoblog ul.communityNavigator li.active {
	background-color: #353F49	
}

#interior_cms #autoblog ul.communityNavigator li.expanded, #interior_cms #autoblog div.communityNavigatorOverlay {
	background-color: #505A63;	
}

#interior_cms #autoblog div.communityNavigatorOverlay li a {
	font-family: 'MyriadPro';
	font-weight: normal;
}

#interior_cms #autoblog div.community_header {
	background-color: #353F49
}

#interior_cms #autoblog div.community_header h1, #interior_cms #autoblog div.community_header h2 {
	font-family: 'MyriadPro';
	font-weight:normal;
	color: #fff;
}

#interior_cms #autoblog h2 {
	font-family: 'MyriadPro';
	font-weight:normal;
	color: #505A63;
}

#interior_cms #autoblog #list-properties-box, #interior_cms #autoblog #amenities {
	background-color: #353F49
}

#interior_cms #autoblog #list-properties a.view {
	background-color: #353F49
}

#autoblog #custom_intro_textfield {
height: 50px;
    line-height: 15px;
    padding: 0;
    width: 415px;
}

#communitiesHeading h1 a, #communitiesHeading a:link, #communitiesHeading a:visited, #communitiesHeading a:active, #communitiesHeading a:hover {
  color: #fff;
}



/* *************************************** Selling Your Home Custom Page *****/

#sellingHome .sellingHomeHeader {
	background-image: url(http://cdnassets.rmcloud.com/templates/geoffantrum_com/images/selling-calgary-home.jpg);
	width: 888px; height: 250px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 2px 2px 9px #666;
	-moz-box-shadow: 2px 2px 9px #666;
	-webkit-box-shadow: 2px 2px 9px #666;
}

#sellingHome .sellingHomeHeader h1,
#sellingHome .sellingHomeHeader h2 {
	margin: 0px; padding: 0px;
	line-height: 120%;
}

#sellingHome .sellingHomeHeader h1 {
	font-family: 'MyriadPro';
	font-size: 39px;
	position: relative;
	top: 30px; left: 30px;
}

#sellingHome .sellingHomeHeader span {
	font-size: 57px;
}

#sellingHome .sellingHomeHeader h2 {
	position: relative;
	top: 60px; left: 34px;
	font-size: 24px;
	color: #1D232B;
}

#sellingHome .rightColumn {
	width: 302px;
	float: right;
	margin: 25px 0px 0px 0px;
}

#sellingHome .rightColumn a.homeEvalButton,
#sellingHome .rightColumn a.soldPriceButton {
	display: block;
	width: 302px; height: 125px;
	margin-bottom: 25px;
	padding-top: 27px;
	text-align: center;
	color: #fff;
	font-size: 34px;
	line-height: 90%;
	font-family: 'MyriadPro';
	text-decoration: none;
}

#sellingHome .rightColumn a.homeEvalButton span,
#sellingHome .rightColumn a.soldPriceButton span {
	font-size: 27px;
}

#sellingHome .rightColumn a.homeEvalButton {
	background-image: url(http://cdnassets.rmcloud.com/templates/geoffantrum_com/images/home-evaluation-button.jpg);
	background-position: bottom left;
}

#sellingHome .rightColumn a.homeEvalButton:hover {
	background-image: url(http://cdnassets.rmcloud.com/templates/geoffantrum_com/images/home-evaluation-button.jpg);
	background-position: top left;
}

#sellingHome .rightColumn a.soldPriceButton {
	background-image: url(http://cdnassets.rmcloud.com/templates/geoffantrum_com/images/sold-pricing-button.jpg);
	background-position: bottom left;
}

#sellingHome .rightColumn a.soldPriceButton:hover {
	background-image: url(http://cdnassets.rmcloud.com/templates/geoffantrum_com/images/sold-pricing-button.jpg);
	background-position: top left;
}

#sellingHome .rightColumn .CIRvideo h2 {
	margin: 50px 0px 5px 0px;
	padding: 0px;
	font-size: 19px;
	text-align: center;
}

#sellingHome .rightColumn .testimonials h2 {
	margin: 0px; padding: 0px;
	font-size: 19px;
	text-align: center;
}

#sellingHome .rightColumn .testimonials p {
	margin: 15px 0px 0px 0px;
	color: #4F5762;
	font-size: 22px;
	font-family: 'MyriadPro';
	font-style: italic;
	text-align: center;
}

#sellingHome .rightColumn .testimonials h5 {
	margin: 4px 0px 0px 0px; 
	padding: 0px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}

#sellingHome .rightColumn .testimonials a,
#sellingHome .rightColumn .sellingBlogFeed a.buttonLink,
#sellingHome .leftColumn .topTenTeaser a.buttonLink {
	display: block;
	margin-top: 20px;
	padding: 3px;
	background-color: #4F5762;
	border: 1px solid #1D232B;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#sellingHome .rightColumn .testimonials a:hover,
#sellingHome .rightColumn .testimonials a:active,
#sellingHome .rightColumn .sellingBlogFeed a.buttonLink:hover,
#sellingHome .rightColumn .sellingBlogFeed a.buttonLink:active,
#sellingHome .leftColumn .topTenTeaser a.buttonLink:hover,
#sellingHome .leftColumn .topTenTeaser a.buttonLink:active {
	background-color: #1D232B;
	border: 1px solid #000;
	text-decoration: underline;
}

#sellingHome .rightColumn .CIRvideo p {
	margin: 0px; 
	padding: 0px 0px 5px 0px;
	font-size: 12px;
	text-align: justify;
}

#sellingHome .rightColumn .sellingBlogFeed,
#sellingHome .rightColumn .testimonials {
	margin: 50px 0px 0px 0px; 
	padding: 10px;
	background-color: #BBBDC0;
	border-radius: 4px;
	border: 1px dotted #636970;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	/* box-shadow: 2px 2px 9px #666;
	-moz-box-shadow: 2px 2px 9px #666;
	-webkit-box-shadow: 2px 2px 9px #666; */
}

#sellingHome .rightColumn .sellingBlogFeed #blog-posts-widget h2 {
	display: none;
}

#sellingHome .rightColumn .sellingBlogFeed h1 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 18px;
	*font-size: 16px;
	font-size: 16px \9;
	text-align: center;
}

#sellingHome .rightColumn .sellingBlogFeed #blog-posts-widget ul {
	margin: 0px; padding: 0px;
	list-style-type: none;
	font-size: 11px;
}

#sellingHome .rightColumn .sellingBlogFeed #blog-posts-widget li {
	padding: 20px 0px;
	border-top: 1px dotted #FEFEFE;
}

#sellingHome .rightColumn .sellingBlogFeed #blog-posts-widget h3 {
	margin: 0px; 
	padding: 0px 0px 10px 0px;
	*font-size: 12px;
	font-size: 12px \9;
}

#sellingHome .rightColumn .sellingBlogFeed #blog-posts-widget a {
	text-decoration: none;
}

#sellingHome .rightColumn .sellingBlogFeed #blog-posts-widget a:hover,
#sellingHome .rightColumn .sellingBlogFeed #blog-posts-widget a:active {
	text-decoration: underline;
	color: #000;
}

#sellingHome .rightColumn .sellingBlogFeed #blog-posts-widget .date {
	font-size: 10px;
	text-align: right;
	display: block;
	color: #4F5762;
}

#sellingHome .rightColumn .sellingBlogFeed #blog-posts-widget .preview {
	margin: 0px; padding: 0px;
	font-size: 12px;
}

#sellingHome .content_block {
	width: 525px;
}

#sellingHome .leftColumn {
	width: 515px;
	float: left;
	margin: 32px 0px 20px 0px;
}

#sellingHome .leftColumn .intro,
#sellingHome .leftColumn .topTenTeaser {
	font-size: 15px;
	text-align: justify;
}

#sellingHome .leftColumn .topTenTeaser {
	margin-top: 55px;
}

#sellingHome .leftColumn .topTenTeaser h1 {	
	font-family: 'MyriadPro';
	font-size: 30px;
	color: #4F5762;
}

#sellingHome .leftColumn .topTenTeaser a.teaserSpace {
	margin-bottom: 25px;
}

#sellingHome .leftColumn .topTenTeaser .tip h2 {
	font-size: 18px;
	margin: 0px;
	padding: 20px 0px 10px 0px;
}

#sellingHome .leftColumn .topTenTeaser .tip span {
	text-transform: uppercase;
}

#sellingHome .leftColumn .topTenTeaser .tip {
	border-bottom: 1px solid #4F5762;
	/*margin-right: 356px;*/
}

#sellingHome .leftColumn .topTenTeaser .tip p {
	padding-left: 10px;
	margin: 0px 15px 0px 0px;
	font-size: 13px;
}

#sellingHome .leftColumn .topTenTeaser .tip h3 {
	color: #FFF;
	font-size: 15px;
	text-align: right;
	text-transform: uppercase;
	margin: 0px; 
	padding: 0px 0px 20px 0px;
}

#sellingHome .leftColumn .topTenTeaser .tip a,
#sellingHome .leftColumn .topTenTeaser .tip a:visited {
	text-decoration: none;
}

#sellingHome .leftColumn .topTenTeaser .tip a:hover,
#sellingHome .leftColumn .topTenTeaser .tip a:active {
	text-decoration: underline;
	color: #000;
}



/* *************************************** Sellers Tips Custom Page *****/

#sellerTips .tipsHeader {
	background-image: url(http://cdnassets.rmcloud.com/templates/geoffantrum_com/images/top-ten-banner.jpg);
	width: 888px; height: 185px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 2px 2px 9px #666;
	-moz-box-shadow: 2px 2px 9px #666;
	-webkit-box-shadow: 2px 2px 9px #666;
}

#sellerTips .tipsHeader h1 {
	margin: 0px; padding: 0px;
	line-height: 120%;
}

#sellerTips .tipsHeader h1 {
	font-family: 'MyriadPro';
	font-size: 38px;
	position: relative;
	top: 47px; left: 23px;
}

#sellerTips .tipsHeader span {
	font-size: 60px;
	position: relative;
	left: -9px;
}

#sellerTips .tipBox {
	padding: 35px 0px 15px 0px;
	border-bottom: 1px dotted #4F5762;
}

#sellerTips .tipBox h2 {	
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: 'MyriadPro';
	font-size: 24px;
	text-transform: uppercase;
	color: #4F5762;
}

#sellerTips .tipBox .tipContent {
	padding: 0px 20px;
	font-size: 14px;
	text-align: justify;
}

#sellerTips .tipBox .tipContent img.websiteCap {
	float: left;
	width: 225px;
	margin: 0px 25px 10px 0px;
	box-shadow: 2px 2px 9px #666;
	-moz-box-shadow: 2px 2px 9px #666;
	-webkit-box-shadow: 2px 2px 9px #666;
}

#sellerTips .tipBox .tipContent h3.websiteName {
	display: inline;
	margin-bottom: 15px;
}

#sellerTips .tipBox .tipContent p.websiteDesc {
	margin-left: 250px;
}

#sellerTips .tipBox .tipContent img.tipImg {
	float: right;
	max-width: 325px;
	margin-left: 20px;
}

#sellerTips .tipBox .tipContent img.border {
	padding: 3px;
	border: 1px dotted #4F5762;
}

#sellerTips .tipBox .tipContent .spiritVideo,
#marketEvaluation .spiritVideo {
	width: 500px;
	float: left;
}

#sellerTips .tipBox .tipContent .videoText {
	width: 322px;
	float: right;
	/*border-left: 2px solid #636970;*/
	padding: 35px 0px;
	margin-top: 12px;
	
	font-size: 21px;
	line-height: 130%;
	color: #4F5762;
}


/* ************************************* Home Evaluation Page */

#marketEvaluation .videoText {
	width: 370px;
	float: right;
	padding: 10px 0px;
	font-size: 16px;
	line-height: 130%;
	color: #000;
}

#marketEvaluation h2.callUs {
	display: block;
	padding: 6px;
	background-color: #257DC9;
	border: 1px solid #4EA8DC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
}

#marketEvaluation h3.fillForm {
	font-size: 16px;
	text-align: center;
}


#sellingHome .clearFloat,
#sellerTips .clearFloat,
#marketEvaluation .clearFloat {
	clear: both;
	margin: 0px; padding: 0px;
}

/* Listing Display */
#listingContainer #vlPrimaryColumn #vlHeader h1,
#listingContainer #vlPrimaryColumn #vlHeader h2 {
  color: #1E262F;
}
#listingContainer #vlPrimaryColumn #vlContact h3.contactHeader,
#listingContainer #vlPrimaryColumn #vlSpecs h3,
#listingContainer #vlSecondaryColumn #propertyPrice h2 {
  color: #1E262F !important;
}
#listingContainer .special {
  background-color: #505962;
}


/* *************************************** CMA Custom Page *****/

#cmaInfo .cmaHeader {
	background-image: url(images/cma-banner.jpg);
	width: 888px; height: 185px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 2px 2px 9px #666;
	-moz-box-shadow: 2px 2px 9px #666;
	-webkit-box-shadow: 2px 2px 9px #666;
}

#cmaInfo .cmaHeader h1 {
	margin: 0px; padding: 0px;
	line-height: 120%;
	font-family: 'MyriadPro';
	font-size: 34px;
	position: relative;
	top: 55px; left: 23px;
}

#cmaInfo .cmaHeader span {
	font-size: 53px;
	position: relative;
	left: -9px;
}



/* ************************************************ BUTTON BOX ***/

#interior_cms ul.buttonBox {
  list-style-type: none;
  padding: 20px 0px 25px 0px;
  margin: 0px;
}

#interior_cms ul.buttonBox li {
  float: left;
}

#interior_cms ul.buttonBox li.spacer {
  margin-right: 15px;
}

#interior_cms ul.buttonBox li a {
  display: block;
	width: 290px; height: 120px;
	padding-top: 27px;
	text-align: center;
	color: #fff;
	font-size: 31px;
	line-height: 90%;
	font-family: 'MyriadPro';
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}

#interior_cms ul.buttonBox li a span {
  font-size: 18px;
}

#interior_cms ul.buttonBox li a.assessValue {
  background-image: url(images/assess-value-button.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
}

#interior_cms ul.buttonBox li a.readyToSell {
  background-image: url(images/ready-to-sell-button.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
}

#interior_cms ul.buttonBox li a.ourServices {
  background-image: url(images/our-services-button.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
}

#interior_cms ul.buttonBox li a.thinkingSelling {
  background-image: url(images/thinking-of-selling-button.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
}

#interior_cms ul.buttonBox li a:hover {
  background-position: top left;
}

#interior_cms .buttonSpace {
  margin-top: 145px;
}


/* ****************************************** CMS TABLE STYLES ***/

.editable table {
  border-collapse: collapse;
  border: 3px solid #505762;
  box-shadow: 3px 4px 10px rgba(80, 87, 98, 0.8);
}

.editable table tr:first-child td {
  background-color: #505762;
}

.editable table tr:first-child td p {
  color: #FFF !important;
}

.editable table td {
  padding: 10px;
  vertical-align: middle;
}

.editable table td p {
  margin: 0px !important; padding: 0px !important;
}

.editable table tr:nth-child(odd) {
  background-color: #E3E1EA;
}



/* *************************************** EXECUTIVE HOMES PAGE *****/

#luxuryPage .luxuryHomesHeader {
	background-image: url(images/calgary-luxury-executive-homes.jpg);
	width: 888px; height: 250px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 2px 2px 9px #666;
	-moz-box-shadow: 2px 2px 9px #666;
	-webkit-box-shadow: 2px 2px 9px #666;
	margin-bottom: 20px;
}

#luxuryPage .luxuryHomesHeader h1,
#luxuryPage .luxuryHomesHeader h2 {
	margin: 0px; padding: 0px;
	line-height: 120%;
}

#luxuryPage .luxuryHomesHeader h1 {
	font-family: 'MyriadPro';
	font-size: 57px;
	position: relative;
	top: 30px; left: 30px;
}

#luxuryPage .luxuryHomesHeader h2 {
	position: relative;
	top: 60px; left: 34px;
	font-size: 24px;
	color: #1D232B;
}

#luxuryPage .luxuryHomesHeader span {
	font-size: 57px;
}

#luxuryPage p.featureParagraph {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#luxuryPage a.luxuryButton {
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  height: 75px; width: 400px;
  margin-top: 10px; margin-bottom: 10px;
  color: #FFF;
  font-family: 'MyriadPro';
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 5px #333;
  position: relative;
}
#luxuryPage a.luxuryButton.marginLeft {
  margin-left: 38px;
  margin-right: 10px;
}
#luxuryPage a.luxuryButton.marginRight {
  margin-left: 10px;
  margin-right: 38px;
}
#luxuryPage a.luxuryButton.marginCenter {
  margin: 10px 250px
}
#luxuryPage a.luxuryButton span {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  position: absolute;
  top: 20px; left: 25px;
}
#luxuryPage a.luxuryButton small {
  font-size: 16px;
  position: absolute;
  top: 40px; left: 25px;
}
#luxuryPage a.luxuryButton:hover {
  background-position: bottom left;
}
#luxuryPage a.luxuryButton.northwestLux {
  background-image: url(images/luxury-search-northwest.jpg);
}
#luxuryPage a.luxuryButton.northeastLux {
  background-image: url(images/luxury-search-northeast.jpg);
}
#luxuryPage a.luxuryButton.southwestLux {
  background-image: url(images/luxury-search-southwest.jpg);
}
#luxuryPage a.luxuryButton.southeastLux {
  background-image: url(images/luxury-search-southeast.jpg);
}
#luxuryPage a.luxuryButton.centralLux {
  background-image: url(images/luxury-search-central.jpg);
}
#luxuryPage > .luxuryCommunities > .section {
  float: left;
  width: 410px;
  margin: 10px 20px;
  padding-bottom: 30px;
  position: relative;
}
#luxuryPage > .luxuryCommunities > .section > h3 {
  margin-bottom: 5px;
}
#luxuryPage > .luxuryCommunities > .section > h3 > a {
  font-size: 18px;
  text-decoration: none;
}
#luxuryPage > .luxuryCommunities > .section > a.buttonLink {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-bottom: 5px;
	padding: 3px 20px;
	background-color: #4F5762;
	border: 1px solid #1D232B;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#luxuryPage > .luxuryCommunities > .section > a.buttonLink:hover {
	background-color: #1D232B;
	border: 1px solid #000;
	text-decoration: underline;
}
#luxuryPage > .luxuryCommunities > .section > a.buttonLink.infoLink {
  position: absolute;
  bottom: 0px; left: 0px;
}
#luxuryPage > .luxuryCommunities > .section > a.buttonLink.searchLink {
  position: absolute;
  bottom: 0px; right: 0px;
}
#luxuryPage > .luxuryCommunities > .section > a.buttonLink.morePadding {
  padding: 3px 28px;
}
#luxuryPage > .luxuryCommunities > .section > a.buttonLink.lessPadding {
  padding: 3px 8px;
}
#luxuryPage ul.luxuryTips li {
  display: block;
  margin: 10px 20px;
  font-size: 14px;
}
#luxuryPage ul.luxuryTips li strong {
  font-size: 16px;
}
#luxHomesNews {
  padding-top: 30px;
}
#luxHomesNews img.withBorder {
  border: 1px solid #505963;
  padding: 3px;
}

/* Redman Forms */

.engine_block .customFormWrapper .container {
    width: 100%;
}

/* END OF: Redman Forms */

/* *************************************** NORTHWEST CALGARY HOMES *****/
#northwest-calgary-map {
    position: relative;
}
#northwest-calgary-map .map-link {
    display: block;
    width: 580px;
    height: 520px;
    position: relative;
    z-index: 1;
}
#northwest-calgary-map .map-link .map-graphic {
    display: block;
    width: 580px;
    height: 520px;
    background-image: url("images/map-zoneA-graphic.jpg");
    background-repeat: no-repeat;
    background-position: left top;
}
#northwest-calgary-map .map-link:hover .map-graphic {
    background-position: right top;
}
#northwest-calgary-map .map-flag {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 100px;
}
#northwest-calgary-map .map-flag .tp-button-cta {
    position: relative;
    left: 50px;
    margin-bottom: 20px;
}
#northwest-calgary-map .map-flag p {
    background-image: url("images/map-flag-graphic.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    height: 84px;
    width: 373px;
    box-sizing: border-box;
    padding: 10px 20px;
    font-family: "myriadpro", sans-serif;
    font-size: 19px;
    text-align: right;
    line-height: 24px;
    text-shadow: 1px 1px 0 #ffffff;
}
#northwest-calgary-map .map-signup {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 250px;
}
#interior_cms #northwest-calgary-map .map-signup h3 {
    font-family: "myriadpro",sans-serif;
    font-weight: normal;
    text-align: right;
    font-size: 24px;
}
#northwest-calgary-map .map-signup a {
    background-image: url("images/map-signup-button.png");
    background-repeat: no-repeat;
    box-sizing: border-box;
    display: block;
    font-family: "myriadpro",sans-serif;
    font-size: 17px;
    height: 169px;
    line-height: normal;
    padding: 20px;
    position: relative;
    text-align: right;
    text-decoration: none;
    width: 324px;
}
#northwest-calgary-map .map-signup a:hover {
    background-position: right top;
}
#northwest-calgary-map .map-signup a:hover .map-signup-button {
    text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
#northwest-calgary-map .map-signup a .map-signup-text {
    font-size: 19px;
    line-height: 24px;
    display: block;
    width: 239px;
    position: absolute;
    right: 20px;
    text-shadow: 1px 1px 0 #FFFFFF;
}
#northwest-calgary-map .map-signup a .map-signup-button {
    position: absolute;
    width: 200px;
    right: 32px;
    bottom: 33px;
    font-size: 20px;
    color: #FFFFFF;
}
