/*   
Theme Name: 360 Commercial Partners
Theme URI: 
Description: This is a custom theme developed specifically for 360 Commercial Partners
Author: Brandon Dove and Jeffrey Zinn of Pixel Jar in association with Ryan Currier
Author URI:
Template: thematic
Version: 1.0
Tags: Thematic
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
/* @import url('../thematic/library/styles/default.css'); */

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* COLORS
	
	blue: #487cb0;
	brown: #483e3a;
	orange: #b9691d;
*/


/* =Home Page featured brown block
-------------------------------------------------------------- */
div#featured-service {
	padding: 0 25px 0 30px;
	background: url('media/images/featured-service-bg.gif') repeat-x bottom left #70625d;
	border: 1px solid #b4b3ab;
	/*border-bottom: 4px solid #e7e6da;*/
}
div#featured-service h1 
{
	color: #fff;
	font-size: 25px;
	line-height: 25px;
	margin: 0 0 10px 0;
}
div#featured-service p 
{
	color: #fff;
	font-size: 15px;
}

/* =Slide Down registration/login
-------------------------------------------------------------- */
div#registration-overlay,
div#login-overlay {
	background: url('media/images/bg-overlay.gif') repeat-x #bebebe;
	height: 140px;
	display: none;
}
div#registration-container,
div#login-container {
	width: 960px;
	margin: 0 auto;
}
div#registration-container .instructions,
div#registration-container #signup-form,
div#login-container #signup-form,
div#registration-container #login-form,
div#login-container #login-form {
	float: left;
	width: 180px;
	padding: 10px 20px 0 0;
	margin-right: 20px;
	min-height: 130px;
}
div#registration-container #signup-form,
div#login-container #signup-form {
	border-right: 1px solid #9b9b9b;
}	
div#registration-container input,
div#login-container input {
	width: 180px;
	margin: 3px 0px;
}
div#registration-container #signup-close,
div#login-container #signup-close {
	float: right;
	padding: 0;
	margin-top: 115px;
}
div#registration-container h3,
div#login-container h3 {
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
div#registration-container p,
div#login-container p {
	font-size: 12px;
}
/* =Property pages
-------------------------------------------------------------- */
div#property-images {
	float: left;
	width: 320px;
}
div#property-details {
	float: right;
	width: 325px;
}
div#property-details h1 {
	font-size: 14px;
	padding-bottom: 2px;
}
div#property-details h2 {
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 10px;
}
div#property-details table {
	border-top: 1px solid #cccccc;
	border-left: none;
	border-right: none;
	width: 325px;
	margin-bottom: 10px;
}
div#property-details table th,
div#property-details table td {
	font-size: 12px;
	padding: 1px 0px;
}
div#property-details table td {
	font-weight: bold;
}
div#property-details table th {
	font-weight: normal;
}
div.pdf-link {
	background: url('media/images/pdf-icon.gif') no-repeat center left;
	padding: 5px 0;
}
div.pdf-link a {
	padding-left: 20px;
	color: #00346b;
}
div#property-search-results table {
	width: 100%;
}
div#property-images img {
	margin: 0 0 8px;
}
div#other-property-images img {
	margin: 0 0 3px;
}
/* =Home Page Elements
-------------------------------------------------------------- */
div#home-featured-properties
{
	padding: 10px;
	border-top: 1px solid #d5d2d1;
	border-bottom: 1px solid #d5d2d1;
	margin-bottom: 10px;
	height: 100px;
	overflow: hidden;
}
div#home-featured-properties-buttons
{
	padding-bottom: 10px;
}

/* =Global Elements
-------------------------------------------------------------- */

* 
{
	color: #483e3a;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
body 
{
	min-width: auto !important;
	background: #e7e6da url(media/images/bg-html.gif) repeat-x top left;
}
input
{
	color: #211e1d;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
}
p, ul, ol, dd, pre {
    margin-bottom:12px;
}
p a
{
	color: #2c6499;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#c6c2c0;
    border:0;
    color:#c6c2c0;
    height:1px;
}
a:link {
    text-decoration: none;
}
a:active,
a:hover {
    text-decoration: underline;
}
div.rounded
{
  border: 1px solid #b4b3ab;
}
.gradient-light
{
	background-image: url(media/images/gradient-light.gif);
	background-repeat: repeat-x;
	background-color: #ecede5;
	border: 1px solid #ced2d3;
	padding: 10px;
	margin: 5px 0;
}
.gradient-dark
{
	background-image: url(media/images/gradient-dark.gif);
	background-repeat: repeat-x;
	background-color: #d6d4bf;
	border: 1px solid #ced2d3;
	padding: 15px;
	margin: 5px 0;
}
.gradient-dark h3
{
	color: #b9691d;
	font-size: 18px;
	font-weight: bold;
	display: inline;
}
.gradient-dark p
{
	padding: 5px 0 0 0;
	margin-bottom: 0;
}
.buttonDiv, .buttonDiv2, .buttonDivG, .buttonDivGray
{
	background-image: url(media/images/bg-button.gif);
	text-align: center;
	padding: 1px 10px;
	margin: 5px 10px 5px 0;
	float: left;
	border: 0;
	cursor: pointer;
}
.buttonDivG, .buttonDivGray { width: 100px; }
.buttonDivG
{
	background-image: url(media/images/bg-button-green.gif);	
}
.buttonDivGray
{
	background-image: url(media/images/bg-button-gray.gif);	
}
div.next div.buttonDiv
{
	margin-right: 0;
}
.buttonDiv div a.button,
.buttonDiv2 div a.button,
.buttonDiv div a.buttonL,
.buttonDivG div a.buttonG,
.buttonDivGray div a.buttonGray
{
	color: #fff;
	font-size: 11px;
	display: inline;
	text-decoration: none;
}
.buttonDiv div a.button:hover,
.buttonDiv2 div a.button:hover,
.buttonDiv div:hover a, 
.buttonDiv2 div:hover a, 
.buttonDiv div a.buttonL:hover
{
	color: #173858;
	text-decoration: none;
}
#breadcrumb a, #breadcrumb span
{
	font-size: 11px;
	color: #32689c;
}
#breadcrumb
{
	font-size: 11px;
	padding: 5px 0 10px 10px;
}
#breadcrumb div#action-buttons
{
	float: right;
	width: 350px;
	padding-right: 25px;
}
#breadcrumb div#action-buttons div
{
	float: right;
}
#breadcrumb div#action-buttons div div
{
	float: left;
}
#breadcrumb div#action-buttons a
{
	color: #fff;
}
div#insideRightLine
{
	float: right;
	width: 230px;
	background-image: url(media/images/gradient-line.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	min-height: 150px;
}
div.quote
{
	font-size: 15px;
	color: #b9691d;
	padding: 0 0 5px 0;
	font-weight: normal;
}
div.author
{
	font-weight: bold;
}
div.title
{
	font-style: italic;
	color: #483e3a;
}
div#subnav
{
	float: left;
	width: 180px;
}
div#related-info
{
	float: left;
	width: 250px;
}
div#right
{
	float: right;
	width: 750px;
}
div.property-block {
	margin-right: 30px;
	border-bottom: 1px solid #cccccc;
}
div.property-block tr {
	border-bottom: 1px solid #ccc;
}
div.property-block div#property-link {
	float: right;
}
div.property-block div#vt-link {
	clear: right;
	float: right;
}
div.property-block #p-description {
	padding-top: 20px;
	float: left;
	width: 385px
}
div.property-block #p-highlights {
	padding-top: 20px;
	float: right;
	width: 225px;
}
div.property-block #p-highlights ul {
	margin: 0px;
}
body.slug-properties div#right h2, 
body.slug-featured-360-properties div#right h2,
body.slug-sold-leased-properties div#right h2 {
	color: #b9691d;
	font-size: 15px;
	padding-bottom: 15px;
}
div.property-block h2
{
	color: #b9691d;
	font-size: 15px;
	padding-bottom: 10px;
}
div#featured-property-1 {
	float: left;
	width: 300px;
}
div#featured-property-2 {
	float: right;
	width: 300px;
	margin-right: 40px;
}
body.s-category-properties div#right,
body.s-category-featured-360-properties div#right,
body.slug-featured-360-properties div#right,
body.s-category-sold-leased-properties div#right,
body.slug-sold-leased-properties div#right
{
	width: 680px;
}
div.space {
	width: 321px;
}
div.space-odd {
	float: left;
}
div.space-even {
	float: right;
}
div#spaces thead {
	background-color: #dfdcda;
}
div#spaces thead td {
	font-size: 14px;
	padding: 10px 0 10px 15px;
}
div.space table {
	border-top: 1px solid #cccccc;
	width: 321px;
	border-left: none;
	border-right: none;
	background-color: #f4f3f2;
	margin-bottom: 20px;
}
div.space table th,
div.space table td {
	font-size: 12px;
	padding: 2px 0px;
}
div.space table td {
	font-weight: bold;
}
div.space table th {
	font-weight: normal;
	padding-left: 15px;
}
div#insideLeft
{
	padding-top: 5px;
	float: left;
	width: 500px;
}
#content 
{
	width: 960px;
	padding: 0;
	margin: 0;
}
#landingHeader
{
	background-color: #d3a900;
}
div.highlight
{
	width: 225px;
	margin-right: 25px;
	float: left;
}
div.highlight h2, div#insideRightLine h2
{
	color:#b9691d;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
div.highlight h2
{
	margin-bottom: 0;
}
div.highlight h3
{
	font-weight: bold;
}
div.highlight div.highlight2, div.highlight div.highlight3
{
	border-top: 1px solid #d5d2d1;
	border-bottom: 1px solid #d5d2d1;
	padding: 15px 0 2px 0;
	margin-bottom: 5px;
}
div.highlight div.highlight2 img, div.highlight div.highlight3 img
{
	border: 4px solid #d5d2d1;
	margin-bottom: 12px;
}

div.highlight div.highlight3 p
{
	margin-bottom: 5px;
}
div#clients td.cases
{
	width: 24%;
	border-right: 2px solid #fff;
	padding: 0 0 30px 0;
	margin: 0;
	border-bottom-color: green;
}
div#clients table { border: 0; margin: 0 30px; }
div#clients td#industrial { background-color: #f7f6f5; }
div#clients td#office { background-color: #eeeceb; }
div#clients td#investment { background-color: #e5e3e2; }
div#clients td#development { background-color: #ddd9d8; }
div.casestudy img { border: 4px solid #bcb8b7; margin: 5px auto; width: 185px; }
div#clients td h3
{
	display: block;
	color: #b9691d;
	border-bottom: 1px solid #cfccca;
	padding: 20px 10px 5px 10px;
}
div.casestudy
{
	border-bottom: 1px solid #cfccca;
	padding: 15px;
}
div.casestudy h4 
{
	color: #483e3a;
	text-transform: capitalize;
	font-size: 15px;
}
div.casestudy ul{ margin-left 10px; } 
div.casestudy ul li{ padding-bottom: 8px; font-size: 12px; line-height: 16px; }
div#team
{
	margin-right: 75px;
}
div#team div.members h3
{
	display: block;
	color: #b9691d;
	border-bottom: 1px solid #d5d2d1;
	padding: 5px 0;
	margin: 0 0 13px 0;
}
div#team div.members div.member
{
	float: left;
	margin: 0 20px 15px 0;
	width: 110px;
}
div#team div.members div.member h4
{
	font-size: 11px;
	color: #483e3a;
	font-weight: bold;
	text-transform: capitalize;
	padding: 0;
	margin: 2px 0 0 0;
	line-height: 12px;
}
div#team div.members div.member span
{
	font-weight: normal;
	margin-top: 2px;
}
div#team div.members div.member img
{
	border: 0;
	height: 110px;
	padding: 0;
	margin: 0;
}
div#member-profile h1
{
	font-size: 22px;
	color: #483e3a;
	margin: 0;
	padding: 0;
}
div#member-profile h2
{
	color: #483e3a;
	font-size: 13px;
	display: block;
	border-bottom: 1px solid #d5d2d1;
	padding: 0 0 0 0;
	font-weight: normal;
}
div#member-description h1, 
div#member-description h2, 
div#member-description h3, 
div#member-description h4, 
div#member-description h5, 
div#member-description h6
{
	font-size: 13px;
	color: #483e3a;
	margin: 0;
	padding: 0;
}
div#member-description
{
	margin-top: 10px;
}
p.member-quote
{
	font-size: 16px;
	color: #b9691d;
}
p.member-quote-name
{
	font-size: 12px;
	color: #483e3a;
	font-weight: bold;
}
div#member-footer
{
	border-top: 1px solid #d5d2d1;
	padding: 10px 0 20px 0;
	margin: 0;
}
div#news-events h3
{
	display: block;
	color: #b9691d;
	border-bottom: 1px solid #d5d2d1;
	padding: 5px 0;
	margin: 0 0 10px 0;
	font-weight: bold;
}
#sample-client-table td
{
	padding: 0;
	margin: 0;
	width: 33%;
}
#sample-client-table td ol
{
	padding: 0 40px 0 0;
	margin: 0;
	list-style-type: none;
}
#sample-client-table td ol li
{
	font-weight: normal;
	padding: 7px 0 8px;
	line-height:16px;
	border-bottom:1px solid #D5D2D1;
	list-style-type: none;
}
div#alliance-partners
{
	border-top: 1px solid #d5d2d1;
	border-bottom: 1px solid #d5d2d1;
	padding: 30px 0;
	margin: 30px 0;
}
body.s-category-news-events div#right,
body.slug-news-events div#right
{
	width: 680px;
}
div.featured-news-events
{
	padding: 15px 0;
	border-bottom: 1px solid #c4c1b7;
}
div.featured-news-events div.title
{
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}
div.featured-news-events div.date
{
	font-size: 11px;
}
div.featured-news-events p
{
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 11px;
}
div.featured-news-events a
{
	font-weight: bold;
	color: #2a6398;
	font-size: 10px;
}
div.latest-single
{
	float: left;
	width: 45%;
	padding: 0 20px 0 0;
}
div.news-events-row
{
	border-top: 1px solid #cdc9c8;
	padding: 7px 15px;
}
div#news-events-archive
{
	width: 93%;
}
#news-events h2 {
	font-size: 15px;
	color: #b9691d;
	padding: 25px 0 10px 0;
	font-weight: bold;
}
a.news-more
{
	color: #30669b;
	font-weight: bold;
	font-size: 18px;
}
a.news-more:hover
{
	text-decoration: none;
}
div.latest-single h1
{
	font-size: 19px;
}
a.register
{
	font-weight: bold;
	color: #3b73aa;
}
	div#topnav .or
	{
		font-weight: normal;
		font-style: italic;
		color: #483E3A;
	}
	div#topnav .number {
		color: #483E3A;
		font-size:large;	
	}
div#topnav a
{
	text-decoration: none;
}	
div#topnav a:hover
{
	text-decoration: underline;
}
/* =News & Events Pagination
-------------------------------------------------------------- */
div.pagination
{
	margin-top: 15px;
	text-align: right;
}
div.pagination a
{
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	text-align: center;
	color: #30669b;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
div.pagination a.current
{
	color: #fff;
	background-image: url(media/images/bg-pagination-current.gif);
	background-repeat: no-repeat;
}


/* =Header
-------------------------------------------------------------- */
#topnav
{
	text-align: right;
	width: 960px;
    margin: 0 auto;
    padding: 18px 0 3px;
}
#topnav a
{
	text-decoration: underline;
}
#header {
    z-index:2;
    width: 960px;
    margin: 0 auto;
    padding-bottom: 19px;
}
#branding {
	width: 250px;
    float: left;
    padding-left: 25px;
}
#blog-title {
    font-size:34px;
    font-weight:bold;
    line-height:40px;
}
#blog-title a {
    color:#000;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
}


/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
	width: 650px;
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
    float: right;
}
.menu
{
	padding-top: 15px;
	width: auto;
}
.menu ul
{
	float: right;
	background-image: url(media/images/bg-nav.gif);
	background-repeat: repeat-x;
	padding: 0 5px;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border:1px solid #dadada;
	float:left;
	/* width when properties returns*/
	width: 556px;
	/* width without properties
	width: 420px;*/
}
.sf-menu a {
	padding:9px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a  { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
}
.sf-menu li {
	border-left:1px solid #5f8dba;
}
.sf-menu li:first-child {
	border-left:0;
}
.sf-menu li li {
	background:		#edece3;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active,
ul.sf-menu li.current_page_ancestor, ul.sf-menu li.current_page_parent,  ul.sf-menu li.current_page_item {
    background-image: url(media/images/bg-nav-over.gif);
}
.sf-menu li ul
{
	padding: 0 0 7px 0;
	background-color: #edece3;
}
.sf-menu li ul li, .sf-menu li ul li:first-child
{
	border-bottom: 1px solid #b3b3ad;
	border-left: 0;
	background-color: #edece3;
}
.sf-menu li ul li:hover, .sf-menu li ul li.sfHover,
.sf-menu li ul a:focus, .sf-menu ul li a:hover, .sf-menu ul li a:active
ul.sf-menu li ul li.current_page_ancestor, ul.sf-menu li ul li.current_page_parent,  ul.sf-menu li ul li.current_page_item {
    background: #c4c3bb;
}
.sf-menu li ul li, .sf-menu li ul a {
    color: #483e3a;
}
.sf-menu ul {}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {}
.sf-menu ul a:hover {}



/* =Submenu
-------------------------------------------------------------- */
#subnav,
#related-info
{
	background-color: #eae9dd;
	padding: 0;
	margin: 0;
}
#related-info h2 {
	font-size: 15px;
	color: #b9691d;
	padding: 15px 0 15px 35px;
	border-bottom: 1px solid #c6c3ba;
	font-weight: bold;
}
#related-info #property-broker-image {
	padding-left: 35px;
	padding-top: 20px;
}
#related-info #property-broker-contact-info {
	padding-left: 35px;
	padding-top: 10px;
	font-weight: bold;
}
#related-info #property-broker-buttons {
	padding-left: 35px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
form #related-info label {
	display: block;
	padding-left: 35px;
	font-weight: bold;
	font-size: 11px;
}
form #related-info input,
form #related-info select {
	margin-left: 45px;
}
form select option, form select
{
	font-size: 11px;
}
#subnav ul
{
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
}

#subnav ul li ul {
	display:none;
}

#subnav ul li.current_page_item ul, #subnav ul li.current_page_parent ul {
	display:block;
}



#subnav ul li
{
	cursor: pointer;
}
#subnav ul li a
{
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
}
#subnav ul li a:hover
{
	text-decoration: none;
}
#subnav ul li:hover, #subnav ul li.current_page_item
{
	background-color: #c4c3bb;
}
#subnav ul li.current_page_ancestor, #subnav ul li.current_page_parent,  #subnav ul li.current_page_item {
    background: #fff;
}
#subnav ul li:first-child
{
	background-image: url(media/images/bg-subnav-firstchild.gif);
	background-position: top right;
}
#subnav ul li:first-child:hover
{
	background-image: url(media/images/bg-subnav-firstchild-over.gif);
}
#subnav ul li:first-child a
{
	color: #fff;
	font-weight: bold;
}
#subnav ul li
{
	padding: 3px 0 3px 29px;
	border-bottom: 1px solid #b3b3ad;
}


#subnav ul li ul li:first-child {
	background:none;
}

#subnav ul li ul li:first-child:hover, #subnav ul li ul li:hover {
	background:none
}

#subnav ul li ul li:first-child a, #subnav ul li ul li a {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color:#483E3A;
}

#subnav ul li ul li:first-child a:hover, #subnav ul li ul li a:hover {
	color:#b9691d;
}

#subnav ul li ul li
{
	padding: 3px 0 3px 10px;
	border-bottom: none;
}

#subnav ul li ul li.current_page_item a {
	color:#b9691d;
}




/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
    padding: 5px 0 40px 0;
    border: 1px solid #b4b3ab;
    background-color: #ffffff;
    background-image: url(media/images/bg-main.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    min-height: 600px;
    
}
body.home #main
{
	border: 0;
	padding-bottom: 0;
	min-height: 10px;
}
div#post-112
{
	border-top: 4px solid #e7e6da;
	border-left: 1px solid #b4b3ab;
    border-right: 1px solid #b4b3ab;
    border-bottom: 1px solid #b4b3ab;
    margin-bottom: 4px;    
}
body.safari div#post-112
{
	background-color: #fff;   
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #FF4B33;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-family:Arial,sans-serif;
    font-size:26px;
    font-weight:bold;
    line-height:26px;
    padding:0 0 7px 0;
}
.entry-title a {
    color:#000;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #FF4B33;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #FF4B33;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:20px 0 0 0;
}
.entry-content img
{
	border: 4px solid #d5d2d1;
}
.entry-content h1 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:0 0 7px 0;
    margin: 0;
}
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:16px;
    font-weight:bold;
    padding:5px 0 5px 0;
    margin: 0;
}
.entry-content h3 {
    font-size:14px;
    padding:0 0 0 0;
    font-weight: bold;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-content ul {  
    list-style-type: none;  
}  
.entry-content blockquote
{
	background-color: #eae8e7;
	margin: 30px 0 0 0;
	padding: 25px 15px;
}
.entry-content blockquote h2
{
	color: #b9691d;
}
.entry-utility {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #FF4B33;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.gallery dl, .gallery dl dt, .gallery dl dt a, .gallery dl dt a img
{
	padding: 0;
	margin: 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}

/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #FF4B33;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #FF4B33;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color: #FF4B33;
}
.aside h3 {
    font-size:15px;
    font-style:italic;
    line-height:22px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    border:1px solid #ccc;
    padding:18px 0 0 0;
    margin-bottom:22px;
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}


/* =Footer
-------------------------------------------------------------- */

#footer {
}
#siteinfo {
    line-height:18px;
    padding:0 0 44px 0;
}
#siteinfo a {
}
#siteinfo a:active,
#siteinfo a:hover {
}

.footernav
{
	float: left;
	border-left: 1px solid #bbbaba;
	min-height: 100px;
}
.footernav ul
{
	list-style: none;
	margin: 0;
	padding: 12px 21px 12px 12px;
}
.footernav ul li a
{
	text-decoration: none;
}
.footernav ul li a:hover
{
	text-decoration: underline;
}
.footernewsletter
{
	float: left;
	border-left: 1px solid #bbbaba;
	border-right: 1px solid #bbbaba;
	padding: 12px 21px;
}
.footerlogo
{
	float: right;
	text-align: right;
	padding: 12px 0;
}


/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    color:#2b6298!important;
    font-style:normal;
    font-weight: bold;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:hover {
    text-decoration: underline !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#fff !important;
    font-weight:bold !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi div.currentdiv {
    background: url(media/images/bg-pagination-current.gif) no-repeat center;
    display: inline;
    text-align: center;
    padding: 5px;
}
.wp-pagenavi span.extend {
    color:#000;
    margin:2px;
    padding:2px 4px;
}

/* Property search */
#property_subtype_off,
#property_subtype_ind,
#property_subtype_lan,
#property_subtype_inv {
	margin-left: 65px !important;
}
#related-info select {
	width: 150px;
	padding: 1px;
}

table.team-directory {
	width: 100%;
	border-bottom: 1px solid #d4d2d2;
	border-top: 1px solid #d4d2d2;
	border-left: none;
	border-right: none;
}
table.team-directory th {
	color: #a66929;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 10px;
	border-bottom: 1px solid #d4d2d2;
	border-left: none;
	border-right: none;
}
table.team-directory td {
	padding: 5px 10px;
}
table.team-directory td a {
	color: #2c6499;
}
table.team-directory td {
	color: #000;
}

body.s-category-team-profiles div#member-profile h1,
body.s-category-team-profiles div#member-profile h2 {
	width: 300px;
	border: none;
} 
body.s-category-team-profiles div#member-profile div#profile-title {
	border-bottom: 1px solid #D5D2D1;
	margin: 0 0 15px 0;
}	

div.best-buy-property {
	width:300px;
	margin-right:40px;
	float:left;
	margin-bottom:20px;
}

div.divider {
	margin-bottom:20px;
	border-bottom:1px solid #CCCCCC;
	width:640px;
}

#prospective {
	padding-top:35px;
}

#prospective .rightCol {
	width:420px;
	float:right;
	text-align:right;
	clear:none;
}

#prospective .leftCol {
	
	padding-left:35px;
	float:left;
	width:475px;
}

#prospective .leftCol h2 {
	border-bottom:1px solid #CCCCCC;
	margin-bottom:15px;
}

#prospective .leftCol .subLeftCol {
	float:left;
	width:225px;
}

#prospective .leftCol .subRightCol {
	float:right;
	width:225px;
}

#prospective .clear {
	clear:both;
}

#prospective .clientText {
	margin-bottom:40px;
}



#prospective .clientBullets {
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC;
	
}

#passwordForm input.button {
	background:none;
	border:none;
	color:#FFFFFF;
}

#passwordForm input.pwdfield {
	padding:5px;
	border:1px solid #70625d;
}

/* Marketing Downloads START */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.marketing-downloads{background:#efefef;border-bottom:1px solid #ccc;border-top:1px solid #ccc;margin:0 0 10px;}
.marketing-downloads ul{list-style:none;margin:0;border-bottom:1px solid #ddd;}
.marketing-downloads li{padding:10px;border-top:1px solid #ddd;}
.marketing-downloads .icon{float:left;width:auto;margin-top:5px;}
.marketing-downloads .download{float:left;width:380px;margin-left:10px;padding:21px 0 0;font-size:13px;}
.marketing-downloads .download-btn{width:136px;height:19px;padding:2px 10px;margin-top:5px;font-size:11px;color:#2c5b8a;text-decoration:none;display:block;background:url('media/images/download-btn-bg.png') no-repeat;}
.marketing-downloads .download-btn:hover{text-decoration:underline;}
/* Marketing Downloads END */

/* 360CREative Lab subpage START */
.bottom-ads{list-style:none;margin:0;position:relative;top:-20px;}
.bottom-ads li{float:left;width:230px;padding:20px 20px 0 0;}
.bottom-ads img{display:block;}
/* 360CREative Lab subpage END */

/* 360CREative Lab Portfolio START */
.carousel{padding:19px 0 0;position:relative;}
.carousel .prev, .carousel .next{position:absolute;top:426px;cursor:pointer;}
.carousel .prev{left:-25px;}
.carousel .next{right:-25px;}
.jcarousel{visibility:visible;overflow:hidden;position:relative;z-index:2;left:0px;width:500px;padding:19px 0 0;}
.jcarousel ul{margin:0;padding:0;position:relative;list-style:none;z-index:1;width:9999px;}
.jcarousel li{overflow:hidden;float:left;width:55px;height:55px;margin-right:19px;}
.jcarousel img{cursor:pointer;}
/* 360CREative Lab Portfolio END */

.cre-labs-link{display:block;margin:10px 0 0 10px;}
.cre-labs-link img{border:0;}
.f14{font-size:14px;}
.page-template-landing-links-php h3{font-size:14px;font-weight: bold;color:#483E3A;}
.download-section{margin:0 0 30px 0;}

.featured-property {
	margin-bottom:20px;
}


