/*
Theme Name: DXL Projects
Theme URI: http://www.dxlprojects.com.au
Description: 2011 theme for DXL Projects
Version: 1.0
Author: Almost Anything Web and Graphic Design
Author URI: http://www.almostanything.com.au
*/

/*
 *
 * based on 960 12 col grid
 * columns 60px
 * column gaps 20px
 *
 */

/***************************************************************
 *
 * Let's play Tetris!
 *
 * (No 'styles' in here - block-level layout only)
 *
 ***************************************************************/

* {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

/* Clearfix */
    
.clearfix:after, header>nav:after {
    content:"";
    display:block;
    clear:both;
}

/* End Clearfix */

/* Styles to support our JS scrollbar width calculations */
.scrollbar_measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
}

body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:400;
    font-size:1.2em;
    background: #252525;
    color: #ccc;
}

    body.home {
        overflow-x:hidden;
    }

.outer {
    width: 100%;
}

.widthlimiter {
    width:100%;
    margin:auto;
    padding:0 3%;
    position:relative;
}

#header {
    background:#8e2138 url(images/headerStripeBg.png);
    border-bottom:3px solid #460f1a;
    box-shadow:inset 0 0 30px rgba(0,0,0,0.15);
    position: relative;
}

    #header .widthlimiter {
        background:transparent url(images/headerGradientBg.png) -100px 0 no-repeat;
    }

#sidebar, #content {
    margin:0 0 1.5em;
    padding:0;
}

#footer {
    clear: both;
    width: 100%;
}

/***************************************************************
 *
 * Header
 *
 ***************************************************************/

#header h1, #header h1 a {
    display:block;
    margin: 0;
    border:none;
    height:129px;
}

    #header h1 {
        width:100%;
    }

    #header h1 a {
        max-width:85%;
        width:350px;
        background:url(images/logo.png) left center no-repeat;
        padding:27px 0 22px;
        background-size:100%;
        text-indent:-9999px;
    }

#header a#header-callout {
    border:none;
    color:#ffd5dd;
    display:block;
    font-size:1.3em;
    font-weight:600;
    margin:0 0 .5em;
}

    #header a#header-callout:hover {
        color:#fff;
    }

#searchform {
    position:absolute;
    right:0;
    top:25px;
}

    #searchform input {
        border:none;
        background:#ffd5dd;
        padding:6px;
        margin:0 0 0 8px;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        border-radius:4px;
    }

        #searchform input:focus {
            background:#fff;
        }

        #searchform input#s {
            width:108px;
        }

        #searchform input#searchsubmit {
            cursor:pointer;
            font-weight:bold;
            padding:6px 9px;
        }

#callouts {
    z-index:20;
    position:absolute;
    right:-80px;
    top:-20px;
    display:none;
}

    @media only screen and (min-width:750px) {
        #callouts {
            display:block;
            right:-65px;
        }
    }

    a#promolink, #callouts, #callouts img {
        background:transparent !important;
    }

    #callouts img {
        display:none;
        border:none;
        padding:0;
    }

        #callouts img:first-child {
            display:block;
        }


/* Skip links */
#skiplinks {
    position: absolute;
    left: -9999px;
}

/***************************************************************
 *
 * Main Content
 *
 ***************************************************************/

#content {
    line-height:1.5em;
    margin:30px 0 25px;
}

    #content img#printlogo {
        display:none;
    }

h1, h2, h3, h4, h5 {
    color: #fff;
    line-height: 1.2em;
    margin:.75em 0;
}

    h2, h2 a {
        color:#ccc;
    }

        h2 a {
            border-bottom-color:#444;
        }

    h3 {
        color:#777;
    }

    #map_1 h4 {
        margin:0;
        color:#111;
    }

    #content h1 {
        margin:0 0 .25em;
    }
        
        body.single-house-designs #content h1, body.single-house-land #content h1 {
            color:#97233c;
            line-height:39px;
            margin:0;
        }

            body.single-house-land #content h1 {
                font-weight:100;
                line-height:37px;
            }

                body.single-house-land #content h1 strong {
                    font-weight:700;
                }

    .tab h2 {
        margin-top:20px;
    }

h1 a {
    text-decoration: none;
}

#map_1 {
    color:#555;
}

a {
    color: #e94669;
    text-decoration:none;
    border-bottom:1px dotted #8e2138;
}

a:hover {
    color: #fff;
    border-bottom:1px dotted #fff;
}

p.introduction {
    color:#ffafc0;
    font-size:1.4em;
    line-height:1.5em;
}

img {
    height:auto;
    max-width:100%;
    border:1px solid #aaa;
    padding:1px;
}

    img.minimalist {
        border:none;
        padding:0;
    }

    body.home #content img {
        padding:0;
        border:none;
    }

    .ngg-gallery-thumbnail-box {
        width:210px;
    }

        #gallery .ngg-gallery-thumbnail-box {
            width:233px;
        }

    body.single-house-designs img, body.single-house-land img {
        border:none;
    }

        .plan-info img {
            padding:0;
            float:right;
            width:85%;
            height:auto;
        }

        body.single-house-designs #plans img, body.single-house-land #plans img {
            float:none;
        }

        body.single-house-designs div.plan-info img, body.single-house-land div.plan-info img {
            -webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
            -moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
            box-shadow:0 0 20px rgba(0,0,0,0.2);
            -moz-border-radius:0 4px 4px 0;
            -webkit-border-radius:0 4px 4px 0;
            border-radius:0 4px 4px 0;
        }

    .ngg-gallery-thumbnail img {
        margin:0 8px 8px 0;
    }

ul#category-listing, ul#category-listing li, ul#house-designs, ul#house-designs li {
    margin:0;
    padding:0;
    list-style:none;
}

    ul#house-designs, ul#category-listing {
        margin:1.5em 0 0;
    }

ul#category-listing a, ul#category-listing img, ul#house-designs a, ul#house-designs img, ul#house-designs, ul#house-designs li {
    display:block;
    padding:0;
    border:none;
    text-align:center;
    border-radius:4px;
}

   ul#house-designs a, ul#category-listing a {
        padding:0 0 8px;
        -webkit-transition:all 150ms ease-in-out;
        -moz-transition:all 150ms ease-in-out;
        -o-transition:all 150ms ease-in-out;
        transition:all 150ms ease-in-out;
    }

    ul#house-designs a:hover, ul#category-listing a:hover {
        background:#97233c;
        -moz-box-shadow:0 0 45px rgba(151,35,60,1);
        -webkit-box-shadow:0 0 45px rgba(151,35,60,1);
        box-shadow:0 0 45px rgba(151,35,60,1);
    }

    ul#house-designs li, ul#category-listing li {
        display:inline-block;
        vertical-align: top;
        width:23.5%;
        margin:0 2% 1em 0;
    }

        ul#house-designs li:nth-child(4n), ul#category-listing li:nth-child(4n) {
            margin-right:0;
        }

    @media only screen and (max-width:750px) and (min-width:500px) {

        ul#category-listing li, ul#house-designs li {
            width:32%;
        }

            ul#house-designs li:nth-child(4n), ul#category-listing li:nth-child(4n) {
                margin-right:2%;
            }

            ul#house-designs li:nth-child(3n), ul#category-listing li:nth-child(3n) {
                margin-right:0;
            }

    }

    @media only screen and (max-width:500px) {

        ul#category-listing li, ul#house-designs li {
            width:48.5%;
            margin-right:3%;
        }

            ul#house-designs li:nth-child(4n), ul#category-listing li:nth-child(4n) {
                margin-right:3%;
            }

            ul#house-designs li:nth-child(2n), ul#category-listing li:nth-child(2n) {
                margin-right:0;
            }

    }

ul#category-listing li img, ul#house-designs li img {
    width:100%;
    height:auto;
    margin-bottom:.5em;
}

ul.SummerUpgrades {
    list-style:none;
    text-indent:none;
    padding:0;
    margin:0;
    margin-left:1%
    }
    
ul.SummerUpgrades li {
    width:96.8%;
    height:auto;
    float:left;
    margin:1% 1% 0 0;
    padding:2% 1% 1%;
    color:#FFF;
    text-align:center;
    background:#8e2138;
    box-shadow:inset 0 0 30px rgba(0,0,0,0.15);
    text-shadow:1px 1px 1px #000;
}

ul.SummerUpgrades li.Single {width:47%}

ul.SummerUpgrades li p {margin-top:9px;}

a.PromoLink {
    background:#8e2138 url(images/headerStripeBg.png);
    box-shadow:inset 0 0 30px rgba(0,0,0,0.15);
    text-shadow:1px 1px 1px #000;
    color:#FFF;
    font-size:2em;
    padding:0.5em;
    border-radius:0.5em;
    display:block;
    border-bottom:none;
    }
    
    a.PromoLink:hover {background:transparent url(images/headerGradientBg.png) -100px 0 no-repeat;}
    
    .Offer {color: #FFF; padding:2%; border-radius:1em; border:2px solid #FFF;background:#333 url(images/headerStripeBg-grey.png);}
    .Offer h2 {color:#FFF;}
    
    h2.OfferHeader {background:#8e2138; color:#FFF; padding:0.5em; border-radius:1em;}

/* BATMAN CODE

    ul#category-listing a:hover, ul#house-designs a:hover {
        -moz-transform:rotate(-360deg);
        -webkit-transform:rotate(-360deg);
        -o-transform:rotate(-360deg);
    }

    ul#house-designs a div.preview-picture:after {
        opacity:0;
        position:absolute;
        content:" ";
        top:0;
        left:0;
        width:205px;
        height:153px;
        background:#ddd url(images/batman.jpg);
        -moz-transition:all 450ms ease-in-out;
        -webkit-transition:all 450ms ease-in-out;
        -o-transition:all 450ms ease-in-out;
        display:block;
    }

    ul#house-designs a:hover div.preview-picture:after {
        opacity:1;
    }

END BATMAN CODE */

ul#house-designs h2, ul#category-listing h2, .ngg-gallery-thumbnail span {
	margin:0;
	font-size:1em;
	text-align:center;
    font-weight:700;
}

    #facades .ngg-gallery-thumbnail span {
        display:none;
    }

    ul#category-listing a:hover h2, ul#house-designs a:hover h2 {
        color:#fff;
    }

    ul#category-listing h2 {
        margin-top:5px;
    }

ul#category-listing p {
    display:none;
}

/* Single House Design */

.tab {
    clear:both;
}

    /*.tab*/#overview {
        margin-top:1em;
    }

#design-title {
    background:#eee;
    padding:10px 10px 10px 12px;
    overflow:hidden;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

    body.single-house-land #design-title {
        padding:10px 15px;
    }

#fblike {
    border:none;
    overflow:hidden;
    display:block;
    height:25px;
    margin:.5em 0;
}

ul#tab-nav, ul#tab-nav li {
    float:left;
    list-style:none;
    margin:0;
    padding:0;
}

    ul#tab-nav {
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        border-radius:4px;
        background:#fff;
        margin:0;
        display:none;
    }

    ul#tab-nav a {
        color:#97233c;
        padding:.5em .75em;
        display:block;
        border:none;
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        border-radius:4px;
    }

        ul#tab-nav a.current {
            color:#fff;
            background:#97233c;
            font-weight:bold;
        }

.plan-info {
    width:100%;
    float:left;
    margin:15px 0 0;
    background:#8e2138 url(images/featureGradientBg.png) repeat-x;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}

dl.dxl-plan-meta {
    float:left;
    padding:20px 0 5px 0;
    margin:0;
    width:15%;
    color:#fff;
    -moz-border-radius:4px 0 0 0;
    -webkit-border-radius:4px 0 0 0;
    border-radius:4px 0 0 0;
}

    .dxl-plan-meta dt, .dxl-plan-meta dd {
        margin:0;
        padding:0;
        text-align:center;
    }

        .dxl-plan-meta dt {
            text-indent:-9999px;
            width:100%;
            height:40px;
            background:url(images/bedroom.png) 50% 50% no-repeat;
        }

            .dxl-plan-meta dt.bathrooms-title {
                background-image:url(images/bathroom.png);
            }

            .dxl-plan-meta dt.garages-title {
                background-image:url(images/carhole.png);
            }

        .dxl-plan-meta dd {
            font-size:1.5em;
            font-weight:900;
            margin:10px 0 20px;
            padding:0 0 25px;
            border-bottom:3px dotted #711a2c;
        }

    @media only screen and (max-width:750px) {

        .plan-info dl.dxl-plan-meta {
            padding:0;
            width:100%;
        }

        .plan-info .dxl-plan-meta dt {
            width:40px;
            height:60px;
            margin:0 3%;
            float:left;
        }

        .plan-info .dxl-plan-meta dd {
            height:60px;
            line-height:60px;
            border-right:3px dotted #711a2c;
            border-bottom:none;
            float:left;
            padding:0 3% 0 0;
            margin:0;
        }

        .plan-info .dxl-plan-meta dd:last-child {
            border-right:none;
        }

        .plan-info img {
            width:100%;
        }

    }

.tab p {
    font-size:1.1em;
    line-height:1.7em;
}
    
    #overview p {
        margin:0 0 .75em;
    }

a.download {
    display:block;
    float:right;
    padding:10px;
    margin:7px 0 20px 20px;
    width:240px;
    max-width:100%;
    border:none;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    background:#8e2138 url(images/featureGradientBg.png) repeat-x;
    color:#fff;
    font-size:.9em;
    line-height:1.4em;
}

    @media only screen and (max-width:750px) {
        a.download {
            width:100%;
            margin:0 0 1em;
        }
    }

    a.download:hover {
        background:#111 url(images/menuBg.png) repeat-x;
    }

    a.download strong {
        font-size:1.4em;
        display:block;
        margin:0 0 .35em;
    }

    a.download img {
        max-width:106px;
        margin:0 10px .5em 0;
        display:block;
        float:left;
    }

a#make-inspection {
    display:block;
    clear:both;
    background:#666;
    color:#fff;
    padding:.5em .75em;
    margin:1.5em 0 0;
    border:none;
    font-size:1.3em;
    border:1px solid #888;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}

    a#make-inspection:hover {
        border:1px solid #8e2138;
        background:#8e2138 url(images/headerStripeBg.png);
        color:#fff;
    }

/* House & Land Packages Archive Page */

.package {
    clear:left;
    margin:1em 0 1.5em;
}

    .package-title {
        margin:0 0 1em;
    }

        .package-title a {
            background:#8e2138;
            padding:10px 14px;
            overflow:hidden;
            display:block;
            border:none;
            -moz-border-radius:4px;
            -webkit-border-radius:4px;
            border-radius:4px;
            -webkit-transition:all 250ms ease-in-out;
            -moz-transition:all 250ms ease-in-out;
            -o-transition:all 250ms ease-in-out;
            transition:all 250ms ease-in-out;
        }

            .package-title a:hover {
                background:#111;
                -moz-box-shadow:0 0 25px rgba(151,35,60,1);
                -webkit-box-shadow:0 0 25px rgba(151,35,60,1);
                box-shadow:0 0 25px rgba(151,35,60,1);
            }

        .package-title h2, .package-title h3, .package-title h4 {
            margin:0;
            color:#fff;
            float:left;
        }

            .package-title h2 {
                font-weight:900;
            }

            .package-title h3 {
                float:right;
                font-weight:400;
            }

            .package-title h4, #design-title h3 {
                font-weight:100;
                font-size:1.2em;
                clear:both;
                width:100%;
                margin:10px -14px -10px;
                padding:10px 14px;
                background:#111;
            }

    .package-info {
        overflow:hidden;
    }

    .preview-picture-housemeta {
        background:#111;
        width:290px;
        float:left;
        margin:0 20px 0 0;
    }

        #content .preview-picture-housemeta img {
            padding:0;
            border:none;
            display:block;
            float:left;
        }

    .package dl.dxl-plan-meta {
        padding:2px 10px 5px;
        height:145px;
        -moz-border-radius:0 4px 4px 0;
        -webkit-border-radius:0 4px 4px 0;
        border-radius:0 4px 4px 0;
        background:#111;
        width:auto;
    }

        .package .dxl-plan-meta dt, .package .dxl-plan-meta dd {
            text-align:left;
            float:left;
        }

            .package .dxl-plan-meta dt {
                width:40px;
                margin-right:10px;
                clear:left;
            }

                .package .dxl-plan-meta dt.bedrooms-title { margin-bottom:8px; }
                .package .dxl-plan-meta dt.bathrooms-title { margin-bottom:13px; }

            .package .dxl-plan-meta dd {
                line-height:40px;
                font-size:1.3em;
                margin:0;
                padding:0;
                border-bottom:none;
            }

                .package .dxl-plan-meta dd.bedrooms-value { line-height:37px; }
                .package .dxl-plan-meta dd.bathrooms-value { line-height:47px; }
                .package .dxl-plan-meta dd.garages-value { line-height:40px; }

    .package-description {
        line-height:1.7em;
        padding-left:310px;
    }

        .package-description p {
            margin:0 0 15px;
        }

    @media only screen and (max-width:500px) {

            .preview-picture-housemeta {
                width:100%;
                margin:0 0 .5em;
            }

            .package-description {
                padding:0;
            }

        }


/* House & Land Packages Single Page */

#design-title h2 {
    float:right;
    margin:0;
    line-height:39px;
    color:#97233c;
}

.plan-info {
    margin:20px 0;
}

.inclusions {
    float:right;
    width:235px;
    margin:0 0 20px 20px;
}

    @media only screen and (max-width:750px) {
        .inclusions {
            width:100%;
        }
    }

    .inclusions h2 {
        margin-top:0;
    }

body.single-house-land .ngg-galleryoverview {
    width:685px;
    max-width:100%;
    clear:none;
    margin-left:-5px;
}

    body.single-house-land .ngg-gallery-thumbnail-box {
        width:228px;
        max-width:100%;
    }

    body.single-house-land .ngg-gallery-thumbnail img {
        margin-bottom:21px;
    }

    body.single-house-land .ngg-gallery-thumbnail span {
        display:none;
    }

/* the next 3 rules are for the way WP sets its image floats */

#content .alignleft, #content .alignright, #content .aligncenter {
    text-align:center;
    margin:1.5em auto;
    display:block;
}

@media only screen and (min-width:750px) {

    #content img.alignleft, #content div.alignleft {
        float:left;
        margin:0 1em 1em 0;
    }

    #content img.alignright, #content div.alignright {
        float:right;
        margin:0 0 1em 1em;
    }

    #content img.aligncenter, #content div.aligncenter {
        text-align:center;
        margin:0 auto;
    }

}

/* These 2 will make image captions look a bit like polaroids */

.wp-caption {
	background:#ccc;
}

p.wp-caption-text {
	font-size:80%;
	text-align:center;
	padding:0;
	margin:0;
}

/* Gravity Forms */

.gform_wrapper {
    padding:0 0 15px;
}

.gform_wrapper ul, .gform_wrapper li {
    margin:0;
    padding:0;
    list-style:none;
}

    #sidebar .gform_wrapper li {
        margin:0 0 15px;
    }

.gform_wrapper input, .gform_wrapper textarea {
    margin:0;
    padding:5px;
    width:248px;
    max-width:100%;
    color:#ccc;
    background:#333;
    border:1px solid #444;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}

    .gform_wrapper input:focus, .gform_wrapper textarea:focus {
        outline:0;
        border:1px solid #777;
        color:#fff;
    }

    .gform_wrapper textarea {
        height:100px;
        margin:0 0 -5px;
    }

    .gform_footer input {
        width:auto;
        cursor:pointer;
        font-weight:bold;
        border:none;
        padding:10px 13px;
        margin:10px 0 0;
        background:#8e2138 url(images/featureGradientBg.png) repeat-x;
        color:#fff;
    }

        .gform_footer input:hover {
            background:#111 url(images/menuBg.png) repeat-x;
        }

.gform_wrapper label {
    color:#ccc;
    display:block;
    margin:0 0 2px;
}

/***************************************************************
 *
 * Footer
 *
 ***************************************************************/

#footer {
    background: #111 url(images/menuBg.png) repeat-x;
    color:#eee;
    padding:0 0 1px;
    font-size:.9em;
}

    #footer .vcard {
        clear: both;
        padding: 15px 0 0;
        line-height:1.64em;
    }

    #footer a {
        color: #eee;
        text-decoration: none;
        border-bottom:1px dotted #555;
    }

        #footer a:hover {
            color:#fff;
            border-bottom:1px solid #fff;
        }

    #footer p {
        margin:15px 0;
        color:#666;
    }

        #footer p a {
            color:#666;
        }

    .footernav {
        width: 100%;
        list-style: none;
        padding: 1em 0 0;
        background:#8e2138 url(images/featureGradientBg.png) 50% 0 repeat-x;
        border-bottom:5px solid #000;
        font-weight: bold;
    }

        #footer .footernav a {
            color:#ffd5dd;
            border-bottom:1px dotted #cb5972;
        }
        
            #footer .footernav a:hover {
                color:#fff;
                border-bottom:1px solid #fff;
            }

        .footernav ul {
            margin: 0;
            padding:0;
        }

        .footernav li {
            display:block;
            margin: 0 0 1.5em 0;
        }

        .footernav li ul {
            margin:5px 0 0 10px;
        }

        .footernav li li {
            margin:0 0 3px;
            font-weight: normal;
            display:block;
        }

    #footer a#youtubeLink {
        background:transparent url(images/youtubeIcon.png) 50% 100% no-repeat;
        color:#fff;
        margin:0 0 1em;
        padding-bottom:65px;
        width:150px;
        line-height:32px;
        font-size:1.3em;
        display:block;
        border:none;
        text-align:center;
    }

.rssfeed {
    display: none;
}

/***************************************************************
 *
 * Navigation
 *
 * Ahhh, the fun part. If you get stuck, ask Jeff Vader. I'm his brother.
 * http://www.youtube.com/watch?v=7tUNNM-Hyu8
 *
 ***************************************************************/
/*** ESSENTIAL STYLES ***/
/* don't change these guys too much - unless you've got a really good reason! */
.nav, .nav li, .nav ul {margin:0;padding:0;list-style:none;display:inline-block;}
.nav li {position:relative;}
.nav ul {position:absolute;top:-9999px;left:0;}
.nav ul, .nav ul li {display:block;}
.nav ul li {width:210px;}
.nav li:hover ul, .nav li.sfHover ul {top:44px;z-index:100;}

/*** NAVIGATION SKIN ***/
/* customise this as much as you like... */

#menu {
    background: #111 url(images/menuBg.png) repeat-x;
    padding:15px 0;
    line-height:32px;
}

.nav ul {
    -moz-border-radius:0 4px 4px 4px;
    -webkit-border-radius:0 4px 4px 4px;
    border-radius:0 4px 4px 4px;
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.6);
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.6);
    box-shadow:0 0 20px rgba(0,0,0,0.6);
    display:none;
}

.nav a {
    color: #fff;
    padding:.25em .5em;
    display:block;
    border:none;
    text-shadow:2px 2px 0 rgba(0,0,0,0.2);
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}
    
    .nav ul a {
        background:#000;
        background:rgba(0,0,0,0.8);
        -moz-border-radius:0;
        -webkit-border-radius:0;
        border-radius:0;
        text-shadow:none;
        font-weight:400;
    }

        .nav ul a:hover {
            background:#97233c;
        }

        .nav ul li:last-child a {
            -moz-border-radius:0 0 4px 4px;
            -webkit-border-radius:0 0 4px 4px;
            border-radius:0 0 4px 4px;
        }

        .nav li.sfHover>a {
            -moz-border-radius:4px 4px 0 0;
            -webkit-border-radius:4px 4px 0 0;
            border-radius:4px 4px 0 0;
        }

    .nav ul a {
        padding:4px 13px;
        font-size:1em;
    }

    .nav li.current_page_item a, .nav li.current_page_ancestor a, body.category .nav li.page-item-8 a, body.single-house-designs .nav li.page-item-8 a {
        color:#97233c;
        background:#fff;
        font-weight:700;
        text-shadow:none;
        font-weight:900;
    }

        .nav li.current_page_item li a, .nav li.current_page_ancestor li a, body.category .nav li.page-item-8 li a, body.single-house-designs .nav li.page-item-8 li a {
            font-weight:400;
        }

        .navli li.current_page_item a, .nav li.current_page_ancestor li.current_page_item a {
            font-weight:900;
        }

.nav a:focus, .nav a:hover, .nav a:active {
    color: #fff;
}

/* This is for the mobile nav icon */
#menu-icon {
    display: none;
}

/* Squish menu down into a button */
@media only screen and (max-width: 750px) {

    #menu-icon {
        margin:0 auto;
        display: block;
        text-align: center;
        line-height: 2.5;
        font-size:1.1em;
        color: #fff;
        font-weight:bold;
        background: #8e2138 url(images/featureGradientBg.png) 50% 0 repeat-x;
        border-radius:3px;
        cursor: pointer;
    }

    #menu-icon:after{
        content: " \2193"; /* down arrow */
    }

        #menu-icon.active:after {
            content: " \2191"; /* down arrow */
        }

    #menu .nav {
        clear: both;
        position: relative;
        z-index: 10000;
    }

    #menu .nav li {width:100%;}

}

.mobile_sub_menu {
    background:#000;
    background:rgba(0,0,0,.4);
    padding:1em 0;
}

    .mobile_sub_menu h2 {
        margin:0 0 .25em;
    }

    .mobile_sub_menu .child_pages {
        margin:0;
        font-size:1.1em;
    }

        .mobile_sub_menu a {
            color:#fff;
            border-bottom:1px dotted #fff;
        }

            .mobile_sub_menu a:hover {
                color:#e94669;
                border-bottom-color:#e94669;
            }

/***************************************************************
 *
 * News and/or blog
 *
 ***************************************************************/
.postdate, .postmetadata {
	font-size:0.8em;
	font-style:italic;
}

/* If commenting is turned on, these are a start
 *  Prefix defs with .single-post to make sure they don't bleed into other things

.single-post #comments ol, single-post #comments li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-post .highlighted {
    background: #ccc;
}

.single-post .comment {
    border-bottom: 1px solid #999;
}

.single-post blockquote {
    margin: 0 60px;
}

.single-post blockquote blockquote {
    background: #999;
    margin: 0 20px;
    padding: 5px 20px;
}

#commentform textarea {
    width: 75%;
}

img.avatar {
    float: left;
}

*/

/***************************************************************
 *
 * Sidebar
 *
 ***************************************************************/

#sidebar, .inclusions {
    list-style: none;
}

    body.category #sidebar {
        display:none;
    }

#sidebar h2, #sidebar h3 {
    margin-top:0;
}

#sidebar ul, #sidebar li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#lucidaPark a {
    display:block;
    text-indent:-9999px;
    margin:30px 0 0;
    border:none;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background:url(/wp-content/uploads/lucidaParkPromo.png) no-repeat;
    max-width:100%;
    width:260px;
    height:140px;
}

.subpages h2 {
    margin:0 0 15px;
}

.subpages a {
    display:block;
    clear:left;
    padding:7px 12px;
    margin:0 0 10px;
    border:none;
    color:#fff;
    font-weight:100;
    background:#111 url(images/menuBg.png) repeat-x;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

    .subpages .children a {
        margin-left:20px;
    }

    .subpages a:hover, .subpages li.current_page_item a, .subpages li.current_page_ancestor a {
        background:#8e2138 url(images/featureGradientBg.png) repeat-x;
    }

    .subpages li.current_page_item a, .subpages li.current_page_ancestor a {
        font-weight:700;
    }

body#page8 .subpages {
    display:none;
}

li#design-intro h3 {
    font-size:1.1em;
    margin:0 0 .25em;
    color:#fff;
}

li#design-intro p {
    margin:.25em 0 1.5em;
    color:#ccc;
}

    li#design-intro p.emphasis {
        text-align:center;
        font-style:italic;
        font-size:1.2em;
        color:#fff;
    }

/***************************************************************
 *
 * Homepage
 *
 ***************************************************************/

#promogroup, #cta1 {
    clear:both;
    margin:1.5em 0;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    overflow:hidden;
}

.cta p {
    display:inline;
}

#cta2 a, #cta3 {
    display:block;
    margin:0 auto 1em;
    background:#8e2138 url(images/featureGradientBg.png) repeat-x;
    color:#fff;
    max-width:100%;
    width:306px;
    height:170px;
    padding:10px 15px;
    border:none;
    line-height:1.2em;
    font-size:1.2em;
    font-weight:600;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    -webkit-transition:all 150ms ease-in-out;
    -moz-transition:all 150ms ease-in-out;
    -o-transition:all 150ms ease-in-out;
    transition:all 150ms ease-in-out;
    -moz-box-shadow:inset 0 0 30px rgba(0,0,0,0.3), 0 0 30px rgba(0,0,0,0.3);
    -webkit-box-shadow:inset 0 0 30px rgba(0,0,0,0.3), 0 0 30px rgba(0,0,0,0.3);
    box-shadow:inset 0 0 30px rgba(0,0,0,0.3), 0 0 30px rgba(0,0,0,0.3);
}

    /*#cta1 a {
        background-image:url(/wp-content/uploads/CTA-3-Box-Summer-Promo.jpg);
        background-position:0 -8px;
        background-repeat:no-repeat;
        overflow:none;
        text-indent:-9999px;
    }

    #cta1 a:hover {
        background-color:#111;
        color:#fff;
    }*/

    #cta1 {
        background: #fff;
        padding: 1em 0 0;
        margin:0 0 1.5em;
        float: left;
    }

        @media only screen and (min-width:750px) {

            #cta1 {
                width: 74%;
            }

        }

        #cta1 img {
            display:block;
        }

    #cta2 a {
        background:transparent url(images/houseLandPackagesCTABg.png) 0 -50px no-repeat;
    }

    #cta2 a:hover {
        background-position:0 0;
    }

    #cta3 {
        overflow:hidden;
        font-weight:400;
        line-height:1.4em;
        background-image:url(images/designCTABg.png);
        background-position:0 -70px;
        background-repeat:no-repeat;
        color:#fff;
        padding-bottom:30px;
        font-size:1em
    }

        #cta3 p {
            display:block;
            margin:0 0 10px;
        }

        #cta3 a {
            font-weight:bold;
            color:#fff;
        }

        #cta3 h2 {
            font-weight:100;
            font-size:1.45em;
            margin:0 0 .5em;
            color:#e94669
        }

        #cta3 h2 strong {
            font-size:1.2em;
            font-weight:600;
            margin:0 0 3px;
            display:block
        }

        #cta3 h2 em {
            font-style:normal;
            color:#fff
        }

/****** SEARCH FUNCTION */

.dxl-search-form {
    color:#333;
    background:#ccc url(images/headerStripeBg-grey.png);
    padding:.5em 1em;
    margin:1em 0 0;
    border-radius:10px;
    border:#333 solid 1px;
    text-shadow:0px 1px 1px rgba(255,255,255,0.4);
    box-shadow:0px 0px 10px #fff;
    font-weight:bold;
}

    .dxl-search-form ul {
        margin:0;
        padding:0;
    }

        #search-box .dxl-search-form ul {
            padding:1em 0;
        }

.dxl-search-form li {
    list-style:none;
    display:block;
    vertical-align: middle;
    margin-bottom:.25em;
}

.dxl-search-form label {
    margin-right:.5em;
}

@media only screen and (max-width:1000px) {
    .dxl-search-form label {
        margin-right:.5em;
        width:7em;
        float:left;
        display:block;
        text-align:right;
    }
}

.dxl-search-form label:after {
    content:":";
}

.dxl-search-form select {
    margin-right:3px;   
    width:60px;
}

.dxl-search-form input[type="button"], .dxl-search-form input[type="submit"] {
    background:#000;
    border:1px solid #333;
    border-radius:3px;
    padding:.25em .5em;
    margin:.25em 0 0 9.375em;
    color:#fff;
    font-size:.8em;
    cursor:pointer;
}
        
.dxl-search-form input[type="button"]:hover, .dxl-search-form input[type="submit"]:hover {
    background:#FFF;
    color:#000;
}

#search-box {background:#333; box-shadow:inset 0px 0px 20px #000}

#search-box .dxl-search-form {
    background:transparent;
    border:none;
    color:#fff;
    padding:0;
    margin:0 auto;
    box-shadow:none;
    text-shadow:none;
    font-weight:300;
}

/***************************************************************
 *
 * For skinny screens XD
 *
 ***************************************************************

@media only screen and (max-width: 1000px), only screen and (max-device-width: 480px) {
	.outer {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.widthlimiter {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	#menu{
		width: 100%;
		padding: 0;
		margin: 0;
	}

	#content{
		width: 90%;
		float:none;
		padding: 0;
		margin:0 auto;
	}

	#sidebar{
		width:90%;
		float:none;
		margin:0 auto;
		padding:0;
	}

	body.home #content {
		width: 100%;
		padding:0;
		margin: 0;
	}

	#cta1, #cta2, #cta3{
		margin: 0;
	}

	div#content div.cta {
		width:90%;
		float: none;
		margin:5px auto;
	}
}

*/