/*
Theme Name: VIP Realty
Theme URI: http://www.cssjockey.com
Description: Custom WordPress Theme for VIP Realty by CSSJockey.com
Version: 1.0
Author: CSSJockey
Author URI: http://www.cssjockey.com/
*/

/*
 * Reset Styles
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, cite,
del, dfn, font, img, ins, kbd, q, s, samp, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, .reset
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
img{
    outline:0;
    border:none;
}
h1, h2, h3, h4, h5, h6{
    font-weight:bold;
    margin:0 0 0px 0;
    padding:0px;
}
ol, ul {
    list-style:inherit;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
    border-left:3px solid #CCC;
    padding:0px 0 0px 7px;
    margin-left:10px;
}
a{
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
h1{
    font-size:18pt;
}
h2{
    font-size:16pt;
}
h3{
    font-size:14pt;
}
h4{
    font-size:12pt;
}
h5{
    font-size:10pt;
}
h6{
    font-size:8pt;
}
.textleft{
    text-align:left;
}
.textright{
    text-align:right;
}
.textcenter, .aligncenter{
    text-align:center;
}
.textjustify{
    text-align:justify;
}
.hidden{
    display:none;
    visibility:hidden;
}
.alignleft{
    float:left;
}
.alignright{
    float:right;
}
small{
    font-size:90%;
}
b, strong{
    font-weight:bold;
}
code{
    font-family:"Courier New", Courier, monospace;
}
.clearfix:after {
    clear: both;
    display: block;
    content: " ";
    height: 0px;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
li.clearfix {
    display: list-item;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright{
    margin:10px 0 10px 10px;
}
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin:10px;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 1px solid #999;
}
.wp-caption p.wp-caption-text {
    font-size: 90%;
    padding: 3px 0 3px 0;
    margin: 0;
}
.floatleft{
    float:left;
}
.floatright{
    float:right;
}
.clear{
    clear: both;
    display: block;
    height: 0px;
    visibility: hidden;
}
/*
 * Main Structure
*/

body{
    background:#FFF url(images/building.jpg) top center repeat-x;
    font:normal 9pt Tahoma;
    color:#454545;
}
a{
    color:#0b3f74;
}
#bg{
    background:url(images/bg-merge.png) 0 382px repeat-x;
}
#wrapper{
    width:1000px;
    margin:0 auto;
    padding:195px 0 0 0;
}

/** Header Styles **/
#header-bg{
    height:45px;
    background:#021f41 url(images/header-bg.jpg) repeat-x;
}
#header{
    width:1000px;
    margin:0 auto;
    color:#FFFFFF;
    position:relative;
}
#header-nav{
    position:absolute;
    top:15px;
    right:10px;
}
#header-nav a{
    color:#FFF;
}
#header-nav ul li{
    display:inline;
    list-style-type:none;
    text-transform:uppercase;
    padding:0 0 0 10px;
    font-size:8pt;
}

/** wrapper Styles **/

/* Search Property Panel */
.psearchp{
    padding:15px 0 0 0;
}
#propery-search{
    height:43px;
    overflow:hidden;
    padding:10px 0 0 105px;
    background:url(images/property-search-bg.png) no-repeat;
    color:#FFFFFF;      
}
#propery-search ul{
    margin: 7px 20px 10px 20px;
}
#propery-search ul li{
    display: inline;
    list-style-type: none;
    padding: 0 0 0px 5px;
}
.header-search-form select{
    width: 210px;
    font: normal 8pt Tahoma;
    padding: 5px;
    border: 0px;
    background: #FFFFFF;
}
#header-search{
    width: 91px;
    height: 26px;
    padding: 0px 0 3px 0;
    background: url(images/header-search-btn.jpg) no-repeat;
    border: none;
}
#content-holder{
    background:url(images/content-holder-bg.png) repeat-y;
}

/** Homepage Styles **/
#home-content{
    margin:0 auto;
    width:960px;
}

/** Home Top **/

#home-top{
    height:300px;
}
#welcome-msg{
    width:490px;
    padding:10px 0 0 0;
}
#welcome-msg h1, #welcome-msg h1 a{
    color:#052956;
    font-family:"Trebuchet MS";
    padding:0 0 15px 0;
}
#welcome-msg p{
    margin:0 0 15px 0;
    line-height:1.6;
}
#usp-box{
    margin:10px 0 0 0;
    position:relative;
    width:470px;
    background:url(images/usp-box.jpg) no-repeat;
    height:290px;
}
#usp-box a{
    display:block;
}
a.space-request{
    position:absolute;
    top:20px;
    left:15px;
    width:150px;
    height:70px;
}
a.tenant-representation{
    position:absolute;
    top:20px;
    right:25px;
    width:151px;
    height:70px;
}
a.vip-realty-box{
    position:absolute;
    top:90px;
    right:140px;
    width:195px;
    height:110px;
}
a.landlord{
    position:absolute;
    top:200px;
    left:15px;
    width:151px;
    height:70px;
}
a.sublease{
    position:absolute;
    top:200px;
    right:25px;
    width:151px;
    height:70px;
}

/** Home bottom **/
#home-bottom{
    clear:both;
    margin:15px 0 0 0;
}
#featured-markets{
    width:645px;
    margin:0 0px 0 0;
}
#home-recent-posts{
    width:315px;
}
.dotted-nav{
    position:relative;
    border-bottom:1px dashed #c4c4c4;
    border-top:1px dashed #c4c4c4;
    height:29px;
}
.fdnav{
    width:633px;
}
.dotted-nav h2{
    position:absolute;
    top:5px;
    font-size:11pt;
    text-transform:uppercase;
    font-weight:bold;
    font-family:"Trebuchet MS";
}
.dotted-nav ul{
    position:absolute;
    right:0px;
}
.dotted-nav ul li{
    display:inline;
    list-style-type:none;
    padding:0px;
}
.dotted-nav ul li a{
    display:inline-block;
    padding:8px 6px 7px 6px;
    text-transform:uppercase;
}
.dotted-nav ul li.current a{
    background:#e2e2e2;
    color:#252525;
}


.featured-market{
    margin:10px 10px 0 0;
    width:290px;
    padding:10px;
    background:url(images/featured-market-bg.jpg) repeat-x;
    border:1px solid #CCC;
    height:230px;
    overflow: hidden;
}
.featured-market p{
    font-size:90%;
    margin:10px 0 0 0;
    line-height:1.5;
}

/* Home page blog posts */
.bdnav{
    margin:0 0 10px 0;
}
.home-blog-post{
    padding:0 0 7px 0;
}
.home-blog-post h2{
    font-size:10pt;
    font-family:"Trebuchet MS";
    font-weight:bold;
    margin:0 0 5px 0;
}
.hbthumb{    
    border:1px solid #727272;
    margin:0 5px 3px 0;    
}
.home-blog-post p{
    font-size:90%;
    margin:0px 0 0 0;
    padding:0px;
    line-height:1.5;
}
.home-post-meta{
    clear:both;
    padding:5px 0 0 0;
}


/** Single Page Styles **/
#content{
    width:650px;
    margin:10px 20px 0 20px;
    min-height:500px;
}
#content h2{
    padding:0px 0 0 0px !important;
}
#content ul{
    margin:10px 0 0 20px;
}
#content ul li{
    list-style:none;
    padding:0 0 5px 0;
}
#sidebar{
    margin:10px 10px 0 0px;
    width:270px;
    padding:0px 0px 0px 20px;
}
.single-thumb img{
    padding:3px;
    background:#e8e8e8;
}
/** Footer Styles **/
#footer{
    background:url(images/footer-bg.jpg) top no-repeat;
    margin:0 0 30px 0;
    padding:30px 20px 0 20px;
    font-size:90%;
}
#fleft{
    width:50%;
}
#fright{
    width:50%;
    text-align:right;
}
#fleft ul li{
    display:inline;
    list-style-type:none;
    padding:0 10px 0 0px;
}
#footer a{
    color:#252525;
}


/*
 * WordPress Post Styles
*/

.post{
    line-height:1.5;
    margin: 0 0 25px 0;
}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h5{
    font-family:"Trebuchet MS";
    color:#052956;
    margin:0 0 0px 0px;
}
.post h2{
    font-family:"Trebuchet MS";
    color:#052956;
    padding:0 0 5px 0;
    margin:0 0 10px 0px;
    border-bottom:1px dotted #CCCCCC;
}
.post h1{
    padding:0px 0 10px 0 !important;
}
.post-head-meta{
    text-transform:uppercase;
}
.post p{
    margin:0 0 15px 0;
}

.post dl{
    margin:0;
    padding:0;
}
.post dl dt{
    margin:0;
    padding:0;
    font-weight: bold;
}
.post dl dd{
    margin: 0 0 1em 1em;
    padding: 0;
}
.post ul{
    margin:0 0 15px 30px;
}
.post ol{
    list-style:decimal !important;
    margin:0 0 15px 35px;
}
.post ul li, .post ol li{
    margin:0 0 3px 0;
}

blockquote:before, blockquote:after, q:before, q:after {
    content : "";
}

blockquote, q {
    quotes : "";
    border-left : 2px solid #ccc;
    padding : 0 0 0 7px;
    margin-left : 10px;
    font-style:italic;
}
pre code {
    font-family : "Courier New", Courier, monospace;
}
.post table{
    width:100%;
    border:1px solid #CCCCCC;
    margin:0 0 20px 0;
}
.post table th{
    text-align:center;
    background:#CCCCCC;
    padding:5px;
}
.post table td{
    text-align:center;
    padding:5px;
    border-top:1px solid #CCCCCC;
}
.post tr{
    background:#e8e8e8;
}
.post tr.alternate{
    background:#FFFFFF !important;
}
/** Image Caption Styles **/
.wp-caption{
    margin:0 0 10px 0;
    padding:4px 0px 3px 0px;
    background:#FFFFFF;
    border:1px solid #cccccc;
    text-align:center;
}
.wp-caption p{
    margin:3px 0px 0px 0px !important;
    padding:0px !important;
    font-size:85%;
}
.alignright{
    float:right;
    margin-left:10px;
}
.alignleft{
    float:left;
    margin-right:10px;
}
.aligncenter{
    margin:0 auto;
    text-align:center;
    margin-bottom:10px;
}

/****** Comment Styles ******/
#comments{
    padding:10px 0 10px 0px;
    margin:20px 0 10px 0px;
}
.avatar{
    float:right;
    border:1px solid #999999;
    padding:2px 2px 2px 2px;
    margin:0px 0px 0 0;
    height:50px;
    width:50px;
}
.comment-author{
    margin:0 0 5px 0;
}
.comment-body p{
    line-height:1.5;
}
.fn{
    font-weight:bold;
}
.comment-meta{
    font-size:8pt;
    margin:0 0 10px 0;
}
.comment{
    list-style:none;
}
#respond h3{
    margin:0 0 15px 0;
}
#commentform input{
    margin:0 0 20px 0;
    width:350px;
    border:1px solid #CCCCCC;
    height:22px;
    padding:4px 0 0 0;
}
#commentform label{
    color:#9999AA;
    font-weight:bold;
}
#commentform textarea{
    border:1px solid #CCCCCC;
    width:650px;
    margin:0 0 15px 0;
}
#submit{
    width:125px !important;
    height:35px !important;
    padding:0 0 2px 0 !important;
}
.comment{
    background:#EFEFEF;
    border:1px solid #D8D8D8;
    padding:5px 5px 25px 5px;
    margin:0 0 50px 0;
}
.commentlist{
    margin:0 0 0 0;
}
/****** Extra Styles ******/
.entry{
    padding:3px 0 5px 0;
}
/**************Sidebar Widget Styles***********/
.widget{

    padding:0 0 20px 0;

}

.widget select{

    padding:3px;

    background:#FFF;

    border:1px solid #ccc;

    width:220px;

    font:italic 9pt Georgia;

    color:#454545;

}

.widget h2{

    background:url(images/widget-head-bg.jpg) left bottom no-repeat;

    font:bold 10pt "Trebuchet MS";

    text-transform:uppercase;

    letter-spacing:0px;

    color:#0c487e;

    margin:0px 0px 5px 0px;

    padding:0px 0 5px 0;



}

.widget ul li{

    list-style:none;

    background:url(images/arrow.jpg) 0 2px no-repeat;

    padding:0 0 5px 17px;

}

.widget_text{

    padding:0px 0 10px 0 !important;

}

.widget_text p{

    margin:0px 0px 10px 0px;

}

.widget_search{

    background:url(images/widget-search-bg.jpg) no-repeat;

}



#s1{
    border: #CCC 1px solid;
    font:normal 8pt Tahoma;
    color: #454545;
    width: 250px;
    padding: 5px;
    background: url(images/search.jpg) no-repeat right;
}

#searchsubmit1{
    display: none;
}
.textwidget{
    line-height:1.6;
    padding:0 10px 0 0;
}


/*

 * WordPress Calendar widget

*/



#wp-calendar{

    width:100%;

    color:#999;

}

#wp-calendar caption{

    text-align:center;

    font-size:9pt;

    text-transform:uppercase;

    font-weight:bold;

    padding:0 0 5px 0;

}

#wp-calendar th {

    text-align:center;

    font-weight:bold;

}

#wp-calendar tr td{

    text-align:center;

    padding:3px;

}

#wp-calendar a{

    font-weight:bold;

}

/*** CUSTOM WIDGET STYLES ***/
.sidebar_images{
    text-align: center;
}
.sidebar_images h2{
    font:italic 12pt Georgia;
    text-transform: none;
    background: none !important;
    text-align: center;
    padding: 0px 0 5px 0;
    margin: 0px;
}
.custom_sidebar_img{
    border: 4px solid #e8e8e8;
}
.btolink{
    background: none;
    border: 0px;
    font:normal 8pt Tahoma;
    color:#0b3f74;
    padding:0px;
    margin: 0px;
    cursor: pointer;
}
.pdheading{
    margin: 0px !important;
    padding: 0px;
}
#paddress{
    padding: 0 0 10px 0;
}
.pimage{
    border: 1px solid #CCC;
    text-align: center;
    margin: 0 20px 0 0;
    min-height: 200px;
}
.pimage img{
    width: 300px;
    padding: 5px;
}
.propertyinfo{
    width: 310px;
}
.propertyinfo p{
    display: block;
    padding: 0 0 10px 0;
}
.pinfolabel{
    width: 130px;
    display: block;
}
.pinfodetail{
    width: 180px !important;
    display: block;
}
.phighlights{
    padding:10px 0 10px 0;
}
/****** Advance Search  Form Styles ******/
.search-h3{
    color:#0B3F74;
}
.adv-search-form{
    width: 650px;
    margin: 10px 0 0px 0;
    border: 1px solid #CCCCCC;
    background: url(images/adv-search-bg.gif) repeat-y;
    position: relative;
    padding: 0 0 52px 0;    
}
.search-left-panel{
    width: 216px;
    margin: 0 0 10px 0;
}
.search-left-panel2{
    width: 432px;
    margin: 0 0 10px 0;    
}
.prop-type{
    width: 196px;
    padding: 5px 10px 5px 10px;
}
.prop-type h5{
    background: url(images/prop-type-arrow.jpg) 0 4px no-repeat;
    color: #0B3F74;
    padding:  0 0 0 14px;
    height: 18px;
    margin: 0 0 10px 0;
}
.prop-type p{
    font:normal 9pt Tahoma;
    color:#577bae;
    margin: 0 0 2px 0;
}
.checkboxes input{
    margin: 0 0px 0 0px;
    padding: 0px;
    font: normal 9pt Tahoma;
}
.text1{
    width: 180px;
    height: 15px;
    font: normal 8pt Tahoma;
    margin: 0 0 5px 0;
    padding: 2px 0 0 5px;
}
.prop-location{
    width: 196px;
    padding: 5px 10px 5px 10px;    
}
.prop-location h5{
    background: url(images/prop-type-arrow.jpg) 0 4px no-repeat;
    color: #0B3F74;
    padding:  0 0 0 14px;
    height: 18px;
    margin: 0 0 10px 0;
}
.prop-location p{
    font:normal 9pt Tahoma;
    color:#577bae;
    margin: 0 0 2px 0;
}
.prop-location select{
    width: 180px;
    height: 18px;
    font: normal 9pt Tahoma;
    margin: 0 0 5px 0;
}
.prop-location input{
    width: 180px;
    height: 15px;
    font: normal 8pt Tahoma;
    margin: 0 0 5px 0;
    padding: 2px 0 0 5px;
}
.search-right-panel{
    width: 198px;
    padding: 5px 10px 10px 10px;
}
.search-right-panel h5{
    background: url(images/prop-type-arrow.jpg) 0 4px no-repeat;
    color: #0B3F74;
    padding:  0 0 0 14px;
    height: 18px;
    margin: 0 0 10px 0;
}
.search-right-panel p{
    font:normal 9pt Tahoma;
    color:#577bae;
    margin: 0 0 2px 0;
}
.search-right-panel input{
    width: 180px;
    height: 15px;
    font: normal 8pt Tahoma;
    margin: 0 0 5px 0;
    padding: 2px 0 0 5px;
}
.search-right-panel input.rate{
    width: 75px;
    height: 15px;
    font: normal 8pt Tahoma;
    margin: 0 0 5px 0;
    padding: 2px 0 0 5px;
}
.search-right-panel select{
    width: 180px;
    height: 18px;
    font: normal 9pt Tahoma;
    margin: 0 0 5px 0;
}
.comments{
    float: left;
    position: absolute;
    right: 15px;
    bottom: 4px;
}
.comments textarea{
    font: normal 9pt Tahoma;
    padding: 5px;
}
.search-btn{
    width: 630px;
    padding: 10px;
    text-align: right;
    background: #e5edfd url(images/search-btn.jpg) 544px 8px no-repeat;
    margin: 0 10px 10px 0;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
#search-submit{
    width: 98px;
    height: 26px;
    border: none !important;
    background: none !important;
}
.borders{
    width: 185px;
    border-bottom: 1px dotted #CCCCCC;
    padding: 0 2px 3px 0px;
}

/****** Advance Search Result Styles ******/
#search-results{
    width: 650px;
    margin: 30px 0 0 0;
}
.search-pad{
    width: 650px;    
    margin: 10px 0 10px 0;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #CCCCCC;
}
.search-result{
    width: 650px;
    margin: 10px 0 10px 0;    
}
.search-img{
    width: 150px;
    height: 150px;
    padding: 2px;
    border: 1px solid #CCCCCC;
    margin: 0 10px 0 0;
}
.search-data{
    width: 483px;
    height: 150px;
}
.search-data p span{
    display: block;
    margin: 0 0px 0 0;
    width: 125px;
    float: left;
}
.search-data p{        
    font:normal 9pt Tahoma;
    line-height: 1.7;
}
.search-data-info{
    width: 650px;
    height: 52px;
    margin: 5px 0 0 0;
    overflow: hidden;
    line-height: 1.5;
}
.search-pad a{
    padding: 5px 0 0 0 !important;
}

/****** Email Message Settings ******/
.message{
    background: #e5edfd;
    padding: 10px;
    margin: 0 0 10px 0;
}
.error{
    color:#990000;
    font: normal 12pt Tahoma;
}
.contact-form-errors{
    background: #e5edfd;
    padding: 10px;
    margin: 0 0 10px 0;
    color:#990000;
    font: normal 12pt Tahoma;
}
.email-message{
    font: normal 12pt Georgia;
}


.listings-holder{
    height:110px;
    background: #efefef;
    padding: 5px;
    margin-bottom: 5px;
}
.list-image{
    width:100px;
    margin-right:10px;
}
.list-data{    
    width:340px;
}
.list-data p{
    margin:0px;
    padding:0px;
}
.list-data-info{    
    width:180px;
}
.list-data-info table{
    background:none !important;
    border: none !important;
}
.list-data-info table tr{
    background:none !important;
    border: none !important;
    margin:0px !important;
    padding:0px !important;
}
.list-data-info table tr td{
    background:none !important;
    border: none !important;
    margin:0px !important;
    padding:0px !important;
    text-align: left;
    padding-right: 10px !important;
}


#footer-bottom{
    padding-bottom: 20px;
}
#footer-sidebar{    
    background: #06244A;
    color:#FFFFFF;
    margin-bottom: 20px;
}
.footer-wrapper{
    width:1000px;
    margin:0 auto;
    padding:0px 0 0 45px;
}
#footer-sidebar .widget{
    width:315px;
    padding: 20px 0px 20px 0 !important;
    margin-right: 10px;
}
#footer-sidebar .widget h2{
    border: none;
    background: none !important;
    font-size: 14pt;
    color:#FFFFFF;
}
#footer-sidebar .widget ul li{
    list-style-type: none !important;
    background: none !important;
    margin: 0 0 0 0 !important;
    padding: 0 0 10px 0 !important;
}
#footer-sidebar .widget ul li a{
    color:#FFFFFF;
}

#slideshow ul{
    margin:10px 0 0 0;
    padding: 0px;
}
#slideshow ul li{
    list-style-type: none;
    display:inline;
    margin: 0 4px 0 0;
}
