/* temp delete me after content entry */
tr.done { background-color: #d7d7d7; }
tr.inc { background-color: #fffe94; }
a.whereto { background-color: #E6151B; color:#fff; }
p.whathere { color:#E6151B; font-size:17px; font-weight:bold;}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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;
}
/* 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;
}
html{
	height:100%;
	background:url(../images/bg-html.gif);
}
h1, h2, h3, h4, h5, h6 {font-family: 'Arimo', arial, serif;}
body{
	min-width:1260px;
	height:100%;
	margin:0;
	color:#292929;
	font:16px/26px Arial, Helvetica, sans-serif;
}
a{
	text-decoration:underline;
	color:#083d90;
}
a:hover{text-decoration:none;}

#wrapper{
	background:url(../images/bg-body.gif) repeat-x;
	width:100%;
	height:100%;
	display:table;
}
.wrapper-holder{
	width:100%;
	display:table-row;
}

/* Header
------------------ */
#header{position:relative;z-index:5;background:url(../images/bg-header.gif) repeat-x;padding:23px 0 32px;}
.header-holder{width:1260px;position:relative;margin:0 auto;}
.header-holder:after{content:'';display:block;clear:both;}
#header .area{overflow:hidden;width:925px;margin:0 0 27px;padding:0 26px 0 29px;}
.logo{float:left;text-indent:-9999px;overflow:hidden;width:337px;height:70px;}
.logo a{cursor:pointer;position:relative;background:url(../images/logo.png) no-repeat;display:block;height:100%;}
.logo:hover { opacity: .6; /* for IE */filter:alpha(opacity=60);}

#header .proporties{text-decoration:none;cursor:pointer;font-size:16px;line-height:34px;padding: 0 10px;background-color: rgba(0,0,0,.5);color:#e0de3d;margin:0;position: absolute;right: 20px;}
#header .proporties:hover{text-decoration:underline;background-color: rgba(0,0,0,.8);}

#header .social { width: 220px; padding: 5px 13px 0 0; color: #a4afc3; position: absolute; right: 20px; top: 36px;}
.social a#facebook, .social a#twitter { display: inline-block; width: 24px; height: 25px; text-indent:-9999px; margin:0 4px; background: url(../images/facebook-twitter.png) no-repeat;}
	.social a#facebook:hover, .social a#twitter:hover { opacity:.9; }
.social a#twitter { background-position: -24px 0;}


/* Nav
------------------ */
#nav{ display:table; max-width:1260px; z-index:10; font-size:16px; line-height:46px; font-family:'Arimo', arial, serif; font-weight:normal; font-style:normal; margin:0 auto;}
#nav:after{ content:''; display:block; clear:both;}
#nav li{display:table-cell; position:relative; background:url(../images/separator-nav.gif) no-repeat 0 1px; display: inline-block; padding:0 0 0 2px;}
#nav li:first-child { background: none; }
/**+html #nav li.last-child{ height:1%; float:none;}*/
/*#nav li.first-child a{ background-position:0 0;}*/
/*#nav li.last-child a{ background-position:100% 0;}*/
#nav li a{ text-decoration:none; color:#010f2f; display:block; height:47px; text-align:center; padding: 0 24px;}
/* -----------------  */
#nav li a:hover,#nav li.active a,#nav li:hover a,#nav li.hover a{ color:#0f48a1; text-decoration:none; background:url(../images/bg-nav-a-hover.gif) repeat-x;}
#nav ul{position:absolute; top:46px; left:1px; z-index:10; display:none; width:220px; background:#f5f461; font-size:16px; line-height:19px; font-family: arial, serif;}
#nav ul ul{ display:none; left:166px; top:0;}
#nav ul li{ position:relative; width:220px; display:block; background:none; float:none; height:1%; vertical-align:top; padding:0;}
#nav ul li a{ text-align:left; float:none !important; display:block; background:none !important; height:1%; padding:7px 10px 7px 26px;}
#nav li:hover li ul,#nav li.hover li ul{ display:none;}
#nav ul li:hover li a,#nav ul li.hover li a{ color:#0f48a1;}
* html #nav li,*+html #nav li,* html #nav li a,#nav.scaling-active li a{ float:left;}
#nav.scaling-ready li a,#nav li:hover ul,#nav li.hover ul,#nav ul li:hover ul,#nav ul li.hover ul{ display:block;}
#nav ul li:hover,#nav ul li.hover{ background:url(../images/bg-nav-li.gif) repeat-x;}
#nav ul li:hover a,#nav ul li.hover a,#nav ul li:hover li a:hover,#nav ul li.hover li a:hover{ color:#010f2f;}

#main{ position:relative; z-index:1; width:1260px; margin:0 auto 24px; }

/* C2A Buttons
---------------------------------------- */
.btns {display: block; overflow: auto;}
a.c2a{ display: block; float: left; clear: left; margin: 0 0 20px 4px; text-decoration: none; font-size: 17px; line-height: 30px; background-color: #033299; box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);}
a.c2a span{ color:#e8e64e; display: block; line-height: 30px; padding: 5px 15px; }
a.c2a:hover { background-color: #f0ee5e;}
a.c2a:hover span{  color:#010f2f; text-decoration:none; }

/* Property Status Labels/Indicators
---------------------------------------- */
.status {
	display: inline-block;
	position: relative;
    top: 8px;
    font-family: 'Arimo', arial, serif;
    font-size: 13px;
    color: red;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 13px;
    letter-spacing: .035em;
    padding: 2px;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.status span {
	display: inline-block;
    border: 1px solid red;
    border-radius: 3px;
    padding: 4px 6px;
}

/* Slider
---------------------------------------- */
.carousel{ height:322px; position:relative; width:1260px; margin:0 auto 28px;}
.carousel .holder{ width: 1226px; height: 288px; background: url(../images/bg-two-columns-main.jpg) repeat; padding: 17px; box-shadow: 0 1px 4px 3px rgba(0,0,0.6); }
.carousel .description{ height:236px; color:#252323;font-size:16px; text-align:center; width:380px; float:left; background-color: rgba(201, 201, 201, 0.5); padding:26px 20px; box-shadow: inset 0 0 9px 0 rgba(100, 100, 100, 0.9);}
.carousel .description .title{display:block;color:#0c3c88;font-size:23px;font-family:'Arimo', arial, serif;margin:0 0 14px;}
.carousel .description a.c2a { float:none; margin:25px auto 6px; width:160px;}
.carousel ul#slider {width:1226px;overflow:hidden;position:relative;}
.carousel ul#slider li{position:relative;float:left;width:1226px;}
.carousel .image{overflow:hidden;width:806px;float:right;}
.carousel img{vertical-align:top; width:806px}

/* Content
------------------ */
.two-columns{width:1260px; margin:0 auto; background-color: #fff; box-shadow: 0 1px 4px 3px rgba(0,0,0.6);}
.two-columns .t, .two-columns .b{ display: none;}
/*.two-columns .b{background:url(../images/bg-two-columns-b.png) no-repeat;}*/
.two-columns .c{ margin: 0;}
.two-columns .main{background:url(../images/bg-two-columns-main.jpg) repeat;}
.two-columns .content{ position:relative; overflow:hidden; padding:30px;}
.content-holder{overflow:hidden;width:100%;border-bottom:1px solid #a5a5a5;margin:0 0 24px;}
.main .content-holder { min-height: 400px; }

body#home .content-holder { border-bottom:none !important;}
body#home #content {width:730px; float: left;}
body#hasSidebar #content {width:730px; float: left;}
#content{ /*float:left;*/ margin:10px 0 24px;}
#content h2 a, #content h3 a, #sidebar h4 a{ color:#083d90; text-decoration:none;}
#content h2{ font-size:26px; line-height:30px; color:#083d90; margin:10px 0 10px;}
#content h2:first-child { margin:0 0 10px; }
#content h3{ font-size:24px; line-height:28px; color:#083d90; margin:15px 0 10px;}
#content h4{ font-size:22px; line-height:26px; color:#083d90; margin:15px 0 10px;}
#content h5{ font-size:20px; color:#292929; font-weight:bold; margin:15px 0 6px;}
#content h6, .content h6{ font-size:19px; line-height:24px; font-style:italic; color:#292929; margin:0 0 15px;}
#content p{ margin:0 0 20px;}
.content ul{ line-height:24px; padding:0 0 20px 5px;}
.content ul li{ height:1%; vertical-align:top; background:url(../images/arrow-a.gif) no-repeat 0 8px; padding:0 0 0 15px;}
.content ul ul, .content ul ul ul { padding:0 0 0 5px;}
.content ol{ list-style:decimal; line-height:24px; color:#083d90; margin:0 0 0 22px; padding:0 0 20px 0;}
#content h5 a, .content h6 a{text-decoration:none; color:#292929;}
#content h5 a:hover, .content h6 a:hover, #content h2 a:hover, #content h3 a:hover, #sidebar h4 a:hover{text-decoration:none;}
#content h2, #content h3, #content h4, #content h5, #content h6 { clear:left; }

#content .box{ overflow:hidden; width:100%; line-height:20px; padding:0 0 20px;}

/* Content - Our Team & Properties
---------------------------------- */
table p { line-height:24px;}
table p strong { line-height: 20px; }
.pic-col { width:127px; padding-right:5px;  }
table .arrow { background:url(../images/arrow-a.gif) no-repeat 1px 4px; padding:0 0 0 13px;}
span.small-txt { font-size:11px; margin-left:15px;}
div.lists-group { margin:5px 0 15px; overflow:auto;}
ul.col-lists {width:320px; float:left;}
ul.col-lists li { margin: 5px 0; }

/* Pictures
------------------ */
.pic {box-shadow: 0 1px 2px 2px rgba(0,0,0,0.22); -moz-box-shadow: 0 1px 2px 2px rgba(0,0,0,0.22); -webkit-box-shadow: 0 1px 2px 2px rgba(0,0,0,0.22); padding:1px;}
.pic-table { margin:0 0 10px;}
.pic-left {float:left; margin:5px 15px 10px 3px;}
span.hide-pics {display: none;}

/* Blockquotes
------------------ */
#content blockquote{width:700px; display:inline-block; float:left; clear:left; font:16px/28px Arial, Helvetica, sans-serif; background:url(../images/bg-blockquote.png); margin:50px 0 15px; padding:15px 25px;}
#content blockquote q{font-style:italic;}
#content blockquote cite{display:block;text-align:right;}
#content blockquote .divider {background:url(../images/separator-cite.gif) no-repeat 100% 3px;padding:0 8px 0 0; margin:0 5px 0 0;}

/* Sidebar
------------------ */
#sidebar{font-family:Arial, Helvetica, sans-serif; width:320px; float:right; background-color: rgba(205, 205, 205, 0.5); padding:16px 20px 40px 20px; text-align: center;}
#sidebar h4{font:22px/24px 'Arimo', arial, serif; color:#083d90; margin:0 0 24px 0;}
.item{font-size:15px; line-height:18px; overflow:hidden; width:100%; margin:0 0 26px;}
.item .image{float:left; width:109px; height:88px; margin:1px 13px 0 0; padding:2px 2px 2px 3px;}
* html .item .image{margin-right:7px;}
.item .image img{display:block;}
.item .description{ float:left; overflow:hidden; height:1%; text-align: left; }
.item address{font-style:normal; width:190px; margin:0 0 19px;}
#sidebar .link{margin:0 0 0 -2px; padding:9px 0 0;}

/* Footer
------------------ */
#footer {width:100%;overflow:hidden;display:table-footer-group;color:#fff;font:16px/24px Arial, Helvetica, sans-serif;text-align:center;}
#footer .footer-holder{height:1%;display:table-row;}
#footer .footer-frame{display:table-cell;padding:0 0 27px;}
#footer .holder{width:1260px;text-align:center;margin:0 auto;padding:0 15px;}
.add-nav{margin:10px 0 40px;}
.add-nav li{background:url(../images/separator-add-nav.gif) no-repeat 0 7px;display:inline;padding:0 7px 0 16px;}
.add-nav li:first-child,.add-nav li.first-child{background:none;padding-left:0;}
.add-nav li a{ text-decoration:none; color:#fffc1d !important;}
.add-nav li a:hover{text-decoration:underline;}
.offices{margin:0 0 36px;}
.offices strong{display:block;font-weight:700;margin:0 0 8px;}
.offices address {font-style:normal;display:inline;}
.offices .office span{background:url(../images/separator-footer.gif) no-repeat 0 50%;padding:0 8px 0 10px;}
#footer a {text-decoration:none;color:#fff;}
#footer a:hover {color:#fffc1d;text-decoration:underline;}
.offices span{padding:0 0 0 5px;}
	.offices span.brokerage { background:url(../images/separator-footer.gif) no-repeat 8px 50%; padding:0 5px 0 20px; }
.office {margin:0 0 6px;}
.copyright ul li{display:inline;background:url(../images/separator-footer.gif) no-repeat 0 50%; padding:0 5px 0 11px;}
.copyright ul{margin:6px 0 0;}
.offices .office span:first-child,.offices .office span.first-child,.copyright ul li:first-child,.copyright ul li.first-child{padding-left:0;background:none;}

/* For WordPress RSS Parsing - Blog Page
----------------------------------------- */
.post {border-top: 1px solid #a5a5a5; margin: 25px 0 20px; padding-top: 15px;}
.post-meta { font-size: 13px; color: #666; font-style: italic; margin: 0 0 10px;}
.post b {font-weight: bold;}

.post .alignleft, .post img.alignleft {display:inline;float:left;margin-right:24px;margin-top:4px;}
.post .alignright, .post img.alignright {display:inline;float:right;margin-left:24px;margin-top:4px;}
.post .aligncenter, .post img.aligncenter {clear:both;display:block;margin-left:auto;margin-right:auto;}
.post img.alignleft, .post img.alignright, .post img.aligncenter{margin-bottom:12px;}

.post a[rel="nofollow"] img { display: none; }

