* { margin: 0; padding: 0; }

body {
    background: #337e99 url(/static/img/bg.png);
    font: 62.5% "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2 {
    font-family: "Georgia", "Times New Roman", Times, serif;
}

h1, h2, h3 {
    color: #20637c;
    line-height: 1.6em;
}

a {
    color: #20637c;
    font-weight: bold;
}

a img {
    border: none;
}

a:hover {
    text-decoration: none;
}

p {
    line-height: 1.8em;
    font-size: 1.3em;
}

ul {
    list-style-type: square;
}

.outerWrapper {
    background: url(/static/img/bgAccent.png) top left repeat-x;
    padding-top: 20px;
}

#wrapper {
    width: 920px;
    border: 10px solid #FFF;
    margin: 0 auto 5px auto;
    background: #FFF;
}

/* ---[ @header ]--- */
#header {
    background: #337e99 url(/static/img/headerLeftBg.png);
    height: 90px;
    color: #FFF;
}

    #header .headerLeft {
        float: left;
        height: 90px;
        position: relative;
    }
    
    #header .headerLeft img.slogan {
        position: absolute;
        top: 54px;
        left: 310px;
    }
    
    #header .headerLeft h1,
    #header .headerLeft h2 {
        display: none;
    }
    
    #header a.headerRight {
        background: url(/static/img/contactLargeButton.png) top left no-repeat;
        float: right;
        width: 260px;
        height: 90px;
        text-align: center;
    }
    
        #header a.headerRight:hover {
            background-position: bottom left;
        }
    
        #header a.headerRight h3 {
            display: none;
        }

/* ---[ @nav ]--- */
#nav {
    background: #c2b270 url(/static/img/navBg.png);
    height: 40px;
    font-size: 1.3em;
    padding: 0 15px;
}

    #nav ul.nav {
        list-style: none;
    }
    
    #nav ul.nav li {
        float: left;
        padding: 7px 0;
        margin-right: 7px;
    }
    
        #nav ul.nav li a {
            background: url(/static/img/navBtnOff_sq.png) top right no-repeat;
            height: 27px;
            display: block;
            text-transform: uppercase;
            font-family: bold 1em "Helvetica Neue", "Helvetica", "Arial", Sans-serif;
            text-decoration: none;
            color: #FFF;
            text-shadow: 1px 1px 0 #716842;
            outline: none !important;
        }
        
            #nav ul.nav li a span {
                display: block;
                height: 27px;
                padding: 0 0 0 15px;
                margin: 0 15px 0 0;
                line-height: 26px;
                background: url(/static/img/navBtnOff_sq.png) top left no-repeat;
            }
        
        #nav ul.nav li a:hover {
            background-position: bottom right;
        }
        
            #nav ul.nav li a:hover span {
                background-position: bottom left;
            }
            
    
    /* active tab styles */
    body#home ul.nav li.home a,
    body#practice-areas ul.nav li.practice-areas a,
    body#settling-disputes ul.nav li.settling-disputes a,
    body#about ul.nav li.about a,
    body#successes ul.nav li.successes a,
    body#blog ul.nav li.blog a,
    body#legal-resources ul.nav li.legal-resources a {
        color: #FFF;
        background: url(/static/img/navBtnOn_sq.png) top right no-repeat;
        text-shadow: 1px 1px 0 #000;
    }
    
        body#home ul.nav li.home a span,
        body#practice-areas ul.nav li.practice-areas a span,
        body#settling-disputes ul.nav li.settling-disputes a span,
        body#about ul.nav li.about a span,
        body#successes ul.nav li.successes a span,
        body#blog ul.nav li.blog a span,
        body#legal-resources ul.nav li.legal-resources a span {
            color: #FFF;
            background: url(/static/img/navBtnOn_sq.png) top left no-repeat;
        }

/* ---[ @content ]--- */
#content {
    width: 650px;
    float: left;
    padding: 10px 0;
    margin-bottom: 3em;
}

    #content h2 {
        background: url(/static/img/h2Bg.png) top left repeat-x;
        line-height: 60px;
        height: 60px;
        font-size: 2.4em;
        font-weight: bold;
        padding: 0 15px;
        margin-bottom: 1em;
    }
    
        #content h2.nomargin {
            margin-bottom: 5px;
        }
        
        #content h2.blog {
            margin-bottom: 5px;
        }
    
        #content h2 span {
            color: #7DA4B3;
            font-weight: normal;
        }
    
        #content h2 span a {
            font-weight: normal;
            color: #7DA4B3;
        }

    #content p,
    #content h3,
    #content h4,
    #content h5,
    #content h6 {
        padding: 0 15px;
    }
    
    #content p {
        margin-bottom: 1em;
    }
    
    #content p.caption {
        padding: 0;
        font-size: 1.1em;
        color: #555;
    }
    
    #content p.intro {
        font-weight: bold;
        color: #666;
        font-size: 1.5em;
    }
    
    #content blockquote {
        font: italic normal 1.3em/2em "Georgia", "Times New Roman", Times, serif;
    }
    
    #content cite {
        display: block;
        padding: 10px 20px;
        font-size: 1.4em;
        font-weight: bold;
        color: #57889a;
    }
    
    #content h3 {
        padding: 0 15px;
        font-size: 1.5em;
        margin: 0 0 1em 0;
    }
    
    #content h3.large {
        font: italic normal 2em "Georgia", "Times New Roman", Times, serif;
        padding: 0 0 10px 0;
        margin: 0 15px;
    }
    
        #content .columns h3 {
            margin: 0;
        }
    
        #content h3 hr {
            margin: 5px 0 0 0;
            height: 1px;
            border: none;
            border-bottom: 2px solid #f3f0e3;
            background: #e1daba;
        }
    
    #content h4 {
        
    }
    
    #content h5 {
        
    }
    
    #content h6 {
        
    }
    
    #content ul,
    #content ol,
    #content dl {
        font-size: 1.3em;
        line-height: 1.8em;
        margin: 10px 15px;
        padding: 0 20px;
    }
    
        #content ul li p {
            font-size: 1em;
        }
    
    #content hr {
        margin: 10px 15px;
        height: 1px;
        border: none;
        border-bottom: 2px solid #EEE;
        background: #CCC;
    }
    
    #content img.img.left,
    #content img.alignleft {
        float: left;
        margin: 0 2em 2em 15px;
    }
    
    #content img.img.right,
    #content img.alignright {
        float: right;
        margin: 0 15px 2em 2em;
    }
    
    #content p img.alignleft {
        margin-left: 0;
    }
    
    #content p img.alignright {
        margin-right: 0;
    }
    
    #content img.img.block {
        margin-bottom: 2em;
    }
    
    /* ---[ @blog ]--- */
    #content .post {
        margin-bottom: 3em;
    }
    
        #content .post .postMeta {
            margin-bottom: 1em;
        }
        
            #content .post .postMeta h3 {
                margin: 0;
                line-height: 1.2em;
                font-size: 1.8em;
            }
            
            #content .post .postMeta p {
                color: #777;
                margin-bottom: 0em;
            }
            
                #content .post .postMeta p a {
                    color: #777;
                    text-decoration: none;
                }
            
            #content .post .postMeta hr {
                margin: 0 15px;
            }
    
    

    /* ---[ @colums ]--- */
    .columns {
        margin: 1.5em 0;
    }
    
    .columns .col {
        float: left;
    }
    
    .columns.x2 .col {
        width: 300px;
        margin-right: 20px;
    }
    
        .columns.x2 .col h3,
        .columns.x2 .col h4,
        .columns.x2 .col p {
            padding: 0 !important;
        }
    
    .columns.x2 .col.one {
        margin-left: 15px;
    }
    
    .columns.x2 .col.two {
        margin: 0;
    }
    
    /* ---[ @news ]--- */
    ul.news {
        list-style: none;
        padding: 0 !important;
    }
    
        ul.news li {
            margin-bottom: 1em;
            border-bottom: 1px solid #EEE;
            padding-bottom: 1em;
        }
    
        ul.news li h4 {
            font-family: "Times New Roman", "Times", Serif;
            font-size: 1.8em;
            margin-bottom: .25em;
        }
            
            ul.news li h4 a {
                color: #000;
                text-decoration: none;
            }
            
            ul.news li h4 a:hover {
                color: #222;
                text-decoration: underline;
            }
        
        ul.news li p {
            font-size: 12px !important;
            color: #444;
            margin: 0 !important;
/*            display: none;*/
        }
        
        ul.news li a.more {
/*            display: none;*/
        }
    
    /**/
    .pressBlob {
        margin-bottom: 2em;
    }
    
    .pressBlob img {
        margin-bottom: 1em;
    }
    
    /**/
    
    a.largeButton {
        border: 3px solid #DFDFDF;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        float: left;
        font-weight: normal;
        text-decoration: none;
    }
    
        a.largeButton:hover {
            border-color: #f1eedf;
        }
    
        a.largeButton .inner {
            border: 1px solid #BBBBBB;
            padding: 5px 10px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
        }
        
            a.largeButton:hover .inner {
                border-color: #dfd7b6;
            }
        
            a.largeButton .inner span {
                display: block;
                line-height: 1.5em;
                margin: 0 10px 0 55px;
            }
            
            a.largeButton .inner span.icon {
                float: left;
                margin: 7px 0 0 3px;
                background: url(/static/img/largeButtonEmail.png) top left no-repeat;
                width: 42px;
                height: 27px;
            }
            
                a.largeButton:hover .inner span.icon {
                    background-position: bottom left;
                }
        
            a.largeButton .inner span.focus {
                font-weight: bold;
                font-size: 1.4em;
                color: #7C7C7C;
            }
            
                a.largeButton:hover .inner span.focus {
                    color: #a59550;
                }
        
            a.largeButton .inner span.detail {
                font-size: 1.3em;
                color: #555;
            }
    
    /* ---[ @comments ]--- */
    #content ol.postComments {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 1em;
    }
    
    #content ol.postComments li.comment {
        background: url(/static/img/blog/commentBgTop.png) 0 0 no-repeat;
        padding-top: 4px;
        margin-bottom: 10px;
    }
    
        #content ol.postComments li span.authorStar {
            display: none;
        }
        
        #content ol.postComments li.comment.unapproved {
            color: #999;
        }
    
        #content ol.postComments li.comment .commentBody {
            border: 1px solid #DDD;
            border-width: 0 1px;
            padding: 6px 10px 10px 10px;
        }
        
        #content ol.postComments li.comment .commentMeta {
            height: 26px;
            padding: 0 0 0 40px;
            line-height: 26px;
            overflow: hidden;
            background: url(/static/img/blog/commentBgBottom.png) 0 0 no-repeat;
            font-size: 1.1em;
            color: #666;
        }
        
            #content ol.postComments li.comment .commentMeta a {
                font-weight: bold;
                color: #666;
            }

    div.commentRespond {
        
    }
    
        div.commentRespond form {
        }
    
    
    div.pagination {
        clear: both;
        padding: 0 10px;
        margin: 0 15px;
        background: #EEE;
        font-size: 1.3em;
        height: 30px;
        line-height: 30px;
    }
    
        div.pagination span.left {
            float: left;
        }
        
        div.pagination span.right {
            float: right;
        }
        
        div.pagination a {
            color: #555;
        }
    
    div.closing {
        background: #EEE;
        margin: 0 15px;
        padding: 15px 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        font-weight: bold;
    }
    
        div.closing p {
            margin: 0 !important;
            color: #444;
            font-size: 1.4em;
        }
        
    
    /* ---[ @forms ]--- */
    
    form fieldset {
        border: none;
    }
    
        form fieldset legend {
            display: none;
            font-size: 1.3em;
            margin: 0 0 0 1em;
            padding: 0 0.5em;
            font-weight: bold;
            color: #555;
        }
    
        form fieldset div.field {
            position: relative;
            margin: 0 0 1em 0;
            border: 3px solid #EEE;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            width: 270px;
        }
        
        form fieldset div.field.error {
            border-color: #EECFCC;
        }
    
        form fieldset div.field label {
            position: absolute;
            font-size: 1.2em;
            color: #555;
            top: 7px;
            left: 7px;
        }
        
        form fieldset div.field.required label {
            font-weight: bold;
        }
                
        form fieldset div.field input,
        form fieldset div.field textarea,
        form fieldset #id_category {
            border: 1px solid #CCC;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            width: 258px;
            padding: 5px;
            font: bold 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif
        }
        
            form fieldset div.field textarea {
                font-weight: normal;
            }
        
            form fieldset div.field.error input,
            form fieldset div.field.error textarea,
            form fieldset div.field.error #id_category {
                border-color: #B3453B;
            }
        
            form fieldset #id_category {
                width: 270px;
            }
        
            form fieldset div.field input:focus,
            form fieldset div.field textarea:focus {
                border: 1px solid #99D1E5;
                color: #2F7792;
                outline: none;
            }
        
        form fieldset div.field span.error {
            padding: 5px;
            display: block;
            font-size: 1.1em;
            background: #F3CBC8;
            font-weight: bold;
            color: #B3453B;
        }
    
    
/* ---[ @sidebar ]--- */
#sidebar {
    width: 260px;
    float: right;
    background: url(/static/img/sidebarBgRepeat.png) top left repeat-y;
    margin-bottom: 3em;
}

    #sidebar .inner {
        background: url(/static/img/sidebarBgTop.png) top left no-repeat;
    }
    
    #sidebar .innner {
        padding: 10px 0;
        background: url(/static/img/sidebarBgBottom.png) bottom left no-repeat;
    }
    
    #sidebar .module {
        margin: 0 0 2em 0;
        color: #444;
    }
    
        #sidebar .module p {
            padding: 0 1em 0 1.3em;
        }
        
        #sidebar .module ul {
            padding: 0 1em 1em 4em;
        }
        
            #sidebar .module ul li {
                font-size: 1.3em;
                line-height: 1.6em;
            }
            
            #sidebar .module ul li a {
                font-weight: normal;
                text-decoration: none;
                color: #444;
            }
            
                #sidebar .module ul.detail li a {
                    font-weight: bold;
                }
            
            #sidebar .module ul li a:hover {
                color: #20637c;
                text-decoration: underline;
            }
            
            #sidebar .module ul li small {
                font-size: 0.86em;
                display: block;
                margin-bottom: 1em;
            }

    #sidebar .about {
        background: url(/static/img/sidebar/aboutDavid.png) top left no-repeat;
        height: 210px;
        position: relative;
    }
    
        #sidebar .about p.aboutText {
            padding-top: 10px;
            width: 130px;
            font-size: 1.2em;
            color: #FFF;
        }
        
        #sidebar .about a.learnMore {
            position: absolute;
            bottom: 12px;
            left: 15px;
            font-size: 1.4em;
            font-weight: bold;
            color: #FFF;
        }
    
    #sidebar h3 {
        padding: 0 15px;
        margin: 5px 0;
        font-size: 1.4em;
    }
        
    #sidebar h3.large {
        font: italic normal 2em "Georgia", "Times New Roman", Times, serif;
        padding: 0 0 10px 0;
        margin: 0 15px;
    }
    
        #sidebar h3 hr {
            margin: 5px 0 0 0;
            height: 1px;
            border: none;
            border-bottom: 2px solid #f3f0e3;
            background: #e1daba;
        }

    #sidebar .module.contact {
        padding: 185px 0 0 0;
        background: url(/static/img/sidebar/officeLocation.png) top left no-repeat;
    }
        
        #sidebar .module.contact p {
            margin-bottom: 1em;
        }
    
    /* --- [ @search ]--- */
    #sidebar form#searchform {
        margin: 0 15px;
    }
    
    #sidebar form#searchform label {
        display: none;
    }
    
    #sidebar form#searchform input#s {
        padding: 3px;
        width: 150px;
    }

/* ---[ @footer ]--- */
#footer {
    clear: both;
    background: #cedfe6;
    font-size: 0.85em;
}

    #footer .footerLeft {
        float: left;
        color: #357d95;
        padding: 10px;
    }
    
        #footer .footerLeft .column {
            float: left;
            width: 250px;
        }
    
    #footer a.footerRight {
        float: right;
        width: 195px;
        padding: 10px 55px 10px 10px;
        background: #d8e7ec url(/static/img/skunk.gif) 95% 10px no-repeat;
        text-align: right;
        color: #88b3c3;
        text-decoration: none;
    }
    
    #footer a.footerRight:hover {
        background: #d8e7ec url(/static/img/skunk.gif) 95% -73px no-repeat;
        color: #357d95;
    }

p.disclaimer,
p.footerLinks {
    width: 800px;
    margin: 10px auto 0 auto;
    text-align: center;
    color: #96d0e3;
}

    p.footerLinks a {
        color: #B0D6E3;
    }

    p.disclaimer {
        font-size: 11px;
        margin: 10px auto 30px auto;
    }

.clearfix {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

/* ---[ @contentScroller ]--- */
#contentScroller {
    height: 210px;
    display: block;
    position: relative;
    background: #000;
}

    #contentScroller .scrollerControl {
        position: absolute;
        z-index: 900;
        right: 13px;
        bottom: 17px;
    }
    
        #contentScroller .scrollerControl a {
            background: #FFF;
            display: block;
            float: left;
            width: 7px;
            height: 7px;
            overflow: hidden;
            margin-right: 5px;
            opacity: 0.5;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
        }
        
            #contentScroller .scrollerControl a.active {
                opacity: 1.0;
            }
        
            #contentScroller .scrollerControl a span {
                display: none;
            }

    #contentScroller .module {
        height: 210px;
        width: 100%;
        display: none;
        position: absolute;
        z-index: 100;
    }
    
        #contentScroller .module h2 {
            display: none;
        }
    
        #contentScroller .module a {
            position: absolute;
            display: block;
            height: 40px;
            width: 300px;
            bottom: 0;
            left: 0;
            text-indent: -9999em;
        }
    
        #contentScroller #module-1 {
            background: url(/static/img/scroller/intro.jpg) top left no-repeat;
        }
        
        #contentScroller #module-2 {
            background: url(/static/img/scroller/severance.jpg) top left no-repeat;
        }
        
        #contentScroller #module-3 {
            background: url(/static/img/scroller/sexualharassment.jpg) top left no-repeat;
        }
        
        
    
