/*
Theme Name: Advanced Foot & Ankle
Theme URI: http://afacc.net/
Author: Nashville Interactive
Author URI: http://www.nashvilleinteractive.com/
Description: custom theme
Version: 1.0
License: all right reserved
Tags: custom theme
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

/* font-family: 'Montserrat', sans-serif; */



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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

:focus { /* remember to define focus styles! */
    outline: 0;
}

body {
    background: #fff;
    line-height: 1;
    word-wrap: break-word;
}


h1, h2, h3, h4, h5, #access, .cta, .mc_custom_border_hdr, #mc_signup_submit, #location_info, input[type=submit] {
    font-family: 'Montserrat', sans-serif;
}



ol, ul {
    list-style: none;
}

    ul li {
    }


table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a img {
    border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

.clear {
    clear: both;
    display: block;
    position: relative;
}


.padding {
    padding: 10px 15px 15px;
}

.center, .centered {
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

a.more_link, .more_link a {
    background: url("images/arrow_right.png") no-repeat scroll 100% 2px transparent;
    font-size: 1.75em;
    padding-right: 34px;
}

    a.more_link:hover, .more_link a:hover {
        background: url("images/arrow_right.png") no-repeat scroll 100% -70px transparent;
        color: #576332;
        text-decoration: none;
    }


.more {
    text-align: right;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
}


li.categories {
    list-style: none;
}

    li.categories ul {
        font-size: 1.4em;
    }

h2#locations_header {
    background: url("icon_map.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    padding: 0 0 10px 25px;
}


a.cta, a.cta:visited, #respond input#submit, #mc_signup_submit, input[type=submit], input#fsc-submit-1,
.form_box input[type=submit], .textwidget input[type=submit],
input#fscf_submit2 {
    text-shadow: 0px -1px 0px #552116;
    border: none;
    cursor: pointer;
    background-color: #e27600;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9828), to(#e27600));
    background-image: -webkit-linear-gradient(top, #ff9828, #e27600);
    background-image: -moz-linear-gradient(top, #ff9828, #e27600);
    background-image: -o-linear-gradient(top, #ff9828, #e27600);
    background-image: linear-gradient(to bottom, #ff9828, #e27600);
    -pie-background: linear-gradient(#ff772d, #c9580d);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #FFFFFF !important;
    display: inline-block;
    font-weight: normal;
    font-size: 1.25em;
    line-height: 1.2em;
    padding: 10px 20px 11px;
    text-transform: uppercase;
}




    a.cta:hover, #respond input#submit:hover, #mc_signup_submit:hover, input[type=submit]:hover, input#fsc-submit-1:hover,
    .form_box input[type=submit]:hover, .textwidget input[type=submit]:hover,
    input#fscf_submit2:hover {
        color: #FFF;
        background-color: #ff9828;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#e27600), to(#ff9828));
        background-image: -webkit-linear-gradient(top, #e27600, #ff9828);
        background-image: -moz-linear-gradient(top, #e27600, #ff9828);
        background-image: -o-linear-gradient(top, #e27600, #ff9828);
        background-image: linear-gradient(to bottom, #e27600, #ff9828);
        -pie-background: linear-gradient(#e27600, #ff9828);
    }




a.cta2 {
    font-weight: bold;
    font-size: 1em;
    line-height: 1.2em;
    padding: 7px 10px 6px;
    display: inline-block;
    color: #fff;
    border: 1px solid #2e114f;
    text-shadow: 0px -1px 0px #000000;
    -webkit-box-shadow: 0px 0px 1px 1px #e0e0e0;
    box-shadow: 0px 0px 1px 1px #e0e0e0;
    background-color: #390b6e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8833c0), to(#390b6e));
    background-image: -webkit-linear-gradient(top, #8833c0, #390b6e);
    background-image: -moz-linear-gradient(top, #8833c0, #390b6e);
    background-image: -o-linear-gradient(top, #8833c0, #390b6e);
    background-image: linear-gradient(to bottom, #8833c0, #390b6e);
    -moz-box-shadow: 1px 1px 4px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 1px 1px 4px rgba(255, 255, 255, 0.5);
    box-shadow: 1px 1px 4px rgba(255, 255, 255, 0.5);
}



    a.cta2:hover {
        background-color: #8833c0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#390b6e), to(#8833c0));
        background-image: -webkit-linear-gradient(top, #390b6e, #8833c0);
        background-image: -moz-linear-gradient(top, #390b6e, #8833c0);
        background-image: -o-linear-gradient(top, #390b6e, #8833c0);
        background-image: linear-gradient(to bottom, #390b6e, #8833c0);
    }


input#fsc-submit-1, .form_box input[type="submit"], .textwidget input[type="submit"] {
    width: 100%;
}


.directions_link {
    background: url(icon_map.png) 0 0 no-repeat transparent;
    padding: 5px 3px 5px 20px;
}





/***  ROTATOR STYLES  ***/



/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.rotator_slider {
    background: none repeat scroll 0 0 #FFFFFF;
    border: #c5c5c5 1px solid;
    float: left;
    height: 370px;
    margin: 0 auto 35px;
    position: relative;
    width: 660px;
}


.navi {
    height: 38px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 200px;
    width: 660px;
    z-index: 1;
    display: none;
}

a.slidesjs-navigation {
    background: url("sprite.png") no-repeat scroll 1px -41px transparent;
    display: block;
    height: 38px;
    width: 39px;
    position: relative;
    zoom: 1;
    *display: inline;
}

.navi a.next {
    background: url("sprite.png") no-repeat scroll -38px -41px transparent;
    right: -14px;
    float: right;
}

.navi a.prev {
    background: url("sprite.png") no-repeat scroll 1px -41px transparent;
    left: -14px;
    float: left;
}


.navi a.next:hover {
    background: url("sprite.png") no-repeat scroll -119px -41px transparent;
    cursor: pointer;
}

.navi a.prev:hover {
    background: url("sprite.png") no-repeat scroll -80px -41px transparent;
    cursor: pointer;
}



.navi a.active {
    background: url("sprite.png") no-repeat scroll -25px -48px transparent;
}


.icon_navi {
    bottom: -3px;
    height: 28px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 300px;
    display: none;
}

    .icon_navi a {
        background: url("sprite.png") no-repeat scroll 0 -81px transparent;
        display: inline-block;
        height: 24px;
        width: 24px;
        zoom: 1;
        *display: inline;
    }

        .icon_navi a:hover, .icon_navi a.active {
            background: url("sprite.png") no-repeat scroll -27px -81px transparent;
        }




/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.rotator_slider .items {
    /* this cannot be too large */
    width: 20000em;
    position: absolute;
}

.rotator_item {
    height: 370px;
    overflow: hidden;
    position: relative;
    width: 660px;
}


.items div.rotator_right {
    float: right;
    margin: 10px 10px 0 0;
    width: 335px;
}

.rotator_item img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: 370px;
    max-width: 660px !important;
    overflow: hidden;
    position: relative;
    width: auto;
}

.rotator_image_full {
    height: 370px;
    width: 660px;
}

    .rotator_image_full img {
        border: none;
        height: auto;
    }


.textwidget img {
    width: auto;
    height: auto;
    display: block;
    margin: 10px auto;
}


/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
    float: left;
}


.rotator_text {
    background: url("images/bg_trans.png") repeat scroll 0 0 transparent;
    bottom: 84px;
    clear: both;
    height: 74px;
    line-height: 1em;
    overflow: hidden;
    padding: 5px 10px;
    position: relative;
    width: 640px;
}

    .rotator_text p {
        margin-bottom: 5px;
    }


    .rotator_text h2 {
        font-size: 1.25em;
        margin-bottom: 0.25em;
    }

    .rotator_text span {
        width: 100%;
    }

    .rotator_text.custom_link .read_more {
        display: none;
    }

    .rotator_text h3 {
        font-size: 1.3em;
        margin-bottom: 0;
    }

.rotator_nav {
    bottom: -30px;
    left: 50%;
    margin-left: -43px;
    position: absolute;
    width: 80px;
}


    .rotator_nav a {
        background-image: url("images/joebros_sprite.png");
        cursor: pointer;
        display: block;
        float: left;
        height: 31px;
        position: relative;
        text-indent: -9999px;
        width: 35px;
    }


        .rotator_nav a.prev {
            background-position: -951px -105px;
            margin: 0 10px 0 0;
        }

        .rotator_nav a.next {
            background-position: -1007px -105px;
            margin: 0;
        }


        .rotator_nav a.prev:hover {
            background-position: -951px -143px;
        }


        .rotator_nav a.next:hover {
            background-position: -1007px -143px;
        }


/***  stop rotator styles  ***/



.e2w-mobile-mode {
    clear: both;
    margin: 25px 0 !important;
    padding: 0 !important;
}




#appt_form_home {
    width: 324px;
    height: 370px;
    float: right;
}

    #appt_form_home form {
        padding: 0 15px 15px 15px;
    }

    #appt_form_home .padding {
        padding-top: 0;
        padding-bottom: 8px;
    }

    #appt_form_home form label, #fscf_form1 label {
        display: none;
    }

    #appt_form_home input[type="text"], .textwidget input[type="text"] {
        width: 270px !important;
    }



#home_feature_boxes {
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}

.featured_box_wrap {
    display: inline-block;
    position: relative;
    width: 324px;
}

.box_header {
    text-align: left;
}

#treatments_box {
    margin: 0 9px;
}

.featured_box_wrap .content_wrap {
    height: 160px;
    border: #C5C5C5 1px solid;
    position: relative;
}

#problems_box .content_wrap {
    background: url(images/feature_bg_1.jpg) 50% 0 no-repeat;
}

#treatments_box .content_wrap {
    background: url(images/feature_bg_2.jpg) 50% 0 no-repeat;
}

#locations_box .content_wrap {
    background: url(images/feature_bg_3.jpg) 50% 0 no-repeat;
}


.featured_box_wrap .textwidget {
    position: absolute;
    bottom: 10px;
    text-align: left;
    padding: 0 14px;
}




#home_quote {
    width: 484px;
    float: right;
}

    #home_quote blockquote {
        margin: 0;
    }

#home_about_feed {
    width: 484px;
    float: left;
}



.news_feed {
    width: 660px;
    float: left;
}

    .news_feed h3 {
        line-height: 1em;
        display: inline-block;
    }

.news_content.short {
    width: 570px;
    float: left;
}

.news_item {
    border-bottom: 1px solid #C5C5C5;
    margin: 0 0 17px;
}

    .news_item .thumb {
        float: left;
        margin: 0 8px 10px 0;
    }

        .news_item .thumb img {
            width: 75px;
            height: auto;
            /*border: 1px solid #C5C5C5; */
        }


.standard_post_icon {
    background: url("sprite.png") no-repeat scroll -184px 0;
    display: inline-block;
    height: 21px;
    margin: 0 0 0 5px;
    position: relative;
    text-align: left;
    text-indent: -9999px;
    top: -2px;
    width: 20px;
}


.video_post_icon {
    background: url("sprite.png") no-repeat scroll -155px 0;
    display: inline-block;
    height: 21px;
    margin: 0 0 0 5px;
    position: relative;
    text-align: left;
    text-indent: -9999px;
    top: -2px;
    width: 20px;
}





.review_attr {
    display: block;
    text-align: right;
}



article.type-review, article.post {
    border-bottom: #DDD 1px solid;
    margin-bottom: 1em;
    padding-bottom: 1em;
}


#email_form_home {
    width: 324px;
    float: right;
    margin: 0 0 10px 0;
}


.featured_image_single {
    float: left;
    display: inline;
    margin: 0 1em 0.5em 0;
}


.mc_custom_border_hdr, .form_box_header {
    background: url("images/bg_title.png") no-repeat scroll 0 100% rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 19px;
    letter-spacing: -0.04em;
    margin: 0 0 10px;
    padding: 10px 10px 27px;
    text-align: center;
    text-shadow: 0 -1px 0 #000000;
    line-height: 1em;
}

body #mc_signup_submit {
    width: 100%;
    margin-top: 0.3em;
}


.mc_email_options, .mc_email_format {
    display: none !important;
}


.form_box #mc_signup_form .mc_var_label {
    display: none;
}

.form_box, .widget, #location_info {
    background: url(images/bg_pattern.png) 0 0 repeat;
    border: 1px solid #D7D7D7;
    margin-bottom: 20px;
}

.textwidget form {
    padding: 15px;
}


#mc_signup {
    padding: 0 15px 15px;
}


#podiatrist_listing {
    text-align: center;
}

    #podiatrist_listing h2 {
        text-align: left;
    }

.podiatrist_wrap {
    width: 210px;
    display: inline-block;
    margin-bottom: 20px;
}

    .podiatrist_wrap h4 {
        width: 80%;
        margin: 0 auto;
        font-size: 16px;
    }

.podiatrist_wrap_main {
    display: block;
    float: left;
    margin: 0 25px 20px 0;
    width: 290px;
    text-align: center;
}

    .podiatrist_wrap_main img {
        display: block;
        margin: 0 auto 20px;
    }

    .podiatrist_wrap_main h2 {
        text-align: center;
        font-size: 20px;
    }


#social_links {
    width: 294px;
    float: right;
    margin: 0 0 15px 0;
    padding: 15px;
}



/* =Structure
----------------------------------------------- */

body {
    padding: 0;
    margin: 0;
}

#page {
    margin: 0 auto;
    position: relative;
}

#primary {
    float: left;
    margin: 0;
    width: 645px;
    position: relative;
}

body.home #primary {
    width: 1000px;
}


#primary.full_width {
    width: 855px;
}

#content {
    margin: 0 auto;
}

#secondary {
    float: right;
    width: 325px;
}


.featured_img_caption {
    color: #999999;
    display: block;
    font-size: 1.3em;
    padding: 5px 10px;
    text-align: center;
}


/* error404 */
.error404 #primary {
    float: none;
    margin: 0;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
    margin: 0 0 1.625em;
}

.one-column.singular .pull.alignleft {
    margin: 0 1.625em 0 0;
}

.one-column.singular .pull.alignright {
    margin: 0 0 0 1.625em;
}

.one-column.singular .entry-meta .edit-link a {
    position: absolute;
    left: 0;
    top: 40px;
}

.one-column.singular #author-info {
    margin: 2.2em -8.8% 0;
    padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
    margin-left: 102px;
    width: auto;
}

/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
    margin-left: 0;
}

    .one-column .commentlist > li.comment .comment-meta,
    .one-column .commentlist > li.comment .comment-content {
        margin-right: 85px;
    }

.one-column .commentlist .avatar {
    background: transparent;
    display: block;
    padding: 0;
    top: 1.625em;
    left: auto;
    right: 1.625em;
}

.one-column .commentlist .children .avatar {
    background: none;
    padding: 0;
    position: absolute;
    top: 2.2em;
    left: 2.2em;
}

.one-column #respond {
    width: auto;
}


/* =Global
----------------------------------------------- */

body, input, textarea {
    color: #535353;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.25;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: #FFFFFF;
    overflow-x: hidden;
}

#page {
}

.container {
    width: 1000px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #21521a;
    font-weight: normal;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
    margin-bottom: 0.3em;
}

h4 {
    font-size: 18px;
}


h4 {
    font-size: 14px;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: .5em;
}

/* Text elements */
p {
    line-height: 1.2em;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1em 1.5em;
}

ul {
    list-style: inside;
}

ol {
    list-style-type: decimal;
}

    ol ol {
        list-style: upper-alpha;
    }

        ol ol ol {
            list-style: lower-roman;
        }

            ol ol ol ol {
                list-style: lower-alpha;
            }

    ul ul, ol ol, ul ol, ol ul {
        margin-bottom: 0;
    }

dl {
    margin: 0 1.25em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1.25em;
}

strong {
    font-weight: bold;
}

cite, em, i {
    font-style: italic;
}

blockquote {
    background: url("images/bg_quote.png") no-repeat scroll 0 0 #F1F3E3;
    color: #3B5323;
    font-family: Georgia,Palatino,Times;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 2em 1em 1em;
    padding: 20px;
}

    blockquote em, blockquote i, blockquote cite {
        font-style: normal;
    }

    blockquote cite {
        color: #666;
        font-weight: 300;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

pre {
    background: #f4f4f4;
    font: 13px "Courier 10 Pitch", Courier, monospace;
    line-height: 1.5;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 0.75em 1.625em;
}

code, kbd {
    font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym, dfn {
    border-bottom: 1px dotted #666;
    cursor: help;
}

address {
    display: block;
    margin: 0 0 1.625em;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
    color: #9e9e9e;
    /*background: #9e9e9e;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
    border: 1px solid #D7D7D7;*/
}

    input[type=text]:focus,
    textarea:focus {
        color: #373737;
    }

textarea {
    padding-left: 3px;
    width: 98%;
}

input[type=text], textarea {
    /*background-color: #f0f0f0;*/
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#FFFFFF));
    background-image: -webkit-linear-gradient(top, #eaeaea, #FFFFFF);
    background-image: -moz-linear-gradient(top, #eaeaea, #FFFFFF);
    background-image: -o-linear-gradient(top, #eaeaea, #FFFFFF);
    background-image: linear-gradient(to bottom, #eaeaea, #FFFFFF);*/
    -pie-background: linear-gradient(#eaeaea, #FFFFFF);
    font-size: 14px;
    /*padding: 10px;*/
}

input#s {
    background: url(images/search.png) no-repeat 5px 6px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    height: 22px;
    line-height: 1.2em;
    padding: 4px 10px 4px 28px;
}

input#searchsubmit {
    display: none;
}

/* Links */
a, a:visited, a:link {
    color: #00a950;
    text-decoration: none;
}

    a:focus,
    a:active,
    a:hover {
        color: #8dc63f;
    }

/* Assistive text */
.assistive-text {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

#access a.assistive-text:active,
#access a.assistive-text:focus {
    background: #eee;
    border-bottom: 1px solid #ddd;
    color: #1982d1;
    clip: auto !important;
    font-size: 12px;
    position: absolute;
    text-decoration: underline;
    top: 0;
    left: 7.6%;
}


/* =Header
----------------------------------------------- */

#branding {
    background: url("images/bg_header.png") repeat-x scroll 0 0 #F8F8F8;
    margin: 0 auto 25px;
    float: left;
    position: relative;
    width: 100%;
    min-height: 175px;
}

body.has-sub-nav #branding {
    min-height: 215px;
}


#site-title {
    background: url("logo.png") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 80px;
    margin: 15px 0 15px 10px;
    position: relative;
    text-indent: -9999px;
    width: 347px;
}

    #site-title a {
        display: block;
        height: 100%;
        width: 100%;
    }

#branding img {
    height: auto;
    margin-bottom: -7px;
    width: 100%;
}


#header_right {
    float: right;
    margin-top: 8px;
    text-align: right;
}

#header_contact {
    margin-bottom: 10px;
    display: block;
}

#header_right .cta {
    clear: both;
    float: right;
    margin: 11px 0 14px;
    font-size: 16px;
}


#header_menu {
    float: left;
    margin: 1px 0 0 20px;
}

#social_icons_header {
    clear: both;
    float: right;
    margin: 10px -3px 0 0;
}

.social_header {
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 10px 0 0;
}


.social_icon {
    display: block;
    float: left;
    height: 20px;
    margin: 0 5px 0 0;
    padding: 0 !important;
    text-align: left;
    text-indent: -9999px;
    width: 20px;
}


#icon_fb {
    background: url("sprite.png") no-repeat scroll 0 0 transparent;
}

#icon_twitter {
    background: url("sprite.png") no-repeat scroll -26px 0 transparent;
}

#icon_linkedin {
    background: url("sprite.png") no-repeat scroll -52px 0 transparent;
}



#icon_fb:hover {
    background: url("sprite.png") no-repeat scroll 0 -34px transparent;
}

#icon_twitter:hover {
    background: url("sprite.png") no-repeat scroll -26px -34px transparent;
}

#icon_linkedin:hover {
    background: url("sprite.png") no-repeat scroll -52px -34px transparent;
}




.social_icon_large {
    display: block;
    height: 36px;
    margin: 0 0 5px;
    padding: 0 !important;
    text-align: left;
    text-indent: -9999px;
    width: 294px;
}


#icon_fb.social_icon_large {
    background: url("sprite.png") no-repeat scroll 0 -78px;
}

#icon_twitter.social_icon_large {
    background: url("sprite.png") no-repeat scroll 0 -117px;
}

#icon_linkedin.social_icon_large {
    background: url("sprite.png") no-repeat scroll 0 -156px;
}


#icon_fb.social_icon_large:hover {
    background: url("sprite.png") no-repeat scroll -301px -78px;
}

#icon_twitter.social_icon_large:hover {
    background: url("sprite.png") no-repeat scroll -301px -117px;
}

#icon_linkedin.social_icon_large:hover {
    background: url("sprite.png") no-repeat scroll -301px -156px;
}



#crumbs {
    border-bottom: 1px solid #D7D7D7;
    font-size: 0.8em;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
    padding: 0 0 5px;
    text-transform: uppercase;
}





#header_right .menu {
    list-style: none;
    margin: 0;
    display: inline;
}

    #header_right .menu li {
        border-right: 1px solid #333333;
        display: inline-block;
        list-style: none outside none;
        margin: 0 2px 0 0;
        padding: 0 6px 0 0;
        zoom: 1;
        *display: inline;
    }

        #header_right .menu li.last-item {
            border-right: none;
            margin-right: 0;
            padding-right: 0;
        }




.sidebar_review, #reviews .entry-content {
    font-family: Georgia, Times;
    font-size: 1.2em;
}



/* =Menu
-------------------------------------------------------------- */



#access {
    background: none repeat scroll 0 0 #367c2b;
    clear: both;
    color: #FFFFFF;
    display: block;
    float: left;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 101;
}


.stuck .header-main {
    height: auto;
}


.sticky-wrapper {
    width: 100%;
    z-index: 100;
    position: absolute;
    bottom: 0;
}


    .sticky-wrapper .stuck {
        position: fixed !important;
        top: 0;
    }


#access #megaMenu {
    background: none;
}

    #access #megaMenu ul li.menu-item.ss-nav-menu-mega ul li.menu-item.ss-nav-menu-item-depth-1 {
    }


#access li.sub-menu-newcol {
    padding-bottom: 15px;
}

#access #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item > a,
#access #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item > span.um-anchoremulator,
#access #megaMenu ul ul.sub-menu li.menu-item > a,
#access #megaMenu ul ul.sub-menu li.menu-item > span.um-anchoremulator {
    color: #00A950;
}


    #access #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item > a:hover,
    #access #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item > span.um-anchoremulator:hover,
    #access #megaMenu ul ul.sub-menu li.menu-item > a:hover,
    #access #megaMenu ul ul.sub-menu li.menu-item > span.um-anchoremulator:hover {
        color: #8DC63F;
    }




#access #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu-2 li.menu-item > a span,
#access #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu-2 li.menu-item > span.um-anchoremulator span,
{
    font-size: 15px;
}



#access #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu-2 li.menu-item > a span,
#access #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu-2 li.menu-item > span.um-anchoremulator span,
#access #megaMenu ul ul.sub-menu-2 li.menu-item > a span,
#access #megaMenu ul ul.sub-menu-2 li.menu-item > span.um-anchoremulator span {
    font-size: 12px;
}




#megaMenu ul.megaMenu > li.menu-item > a span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator span.wpmega-link-title {
    font-size: 18px;
}



#access #megaMenu ul.megaMenu li.menu-item > a span.wpmega-link-title,
#access #megaMenu ul ul.sub-menu-2 li.menu-item > a span.wpmega-link-title,
#access #megaMenu ul ul.sub-menu-2 li.menu-item.ss-nav-menu-item-depth-2.ss-nav-menu-header > a span.wpmega-link-title {
    font-size: 18px;
}

#access #megaMenu ul ul.sub-menu-2 li.menu-item.ss-nav-menu-item-depth-2.ss-nav-menu-header.ss-nav-menu-item-depth-2 {
    margin-top: 1em;
}



#access #megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item > a,
#access #megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item:hover > a,
#access #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > a,
#access #megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item > span.um-anchoremulator,
#access #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > span.um-anchoremulator,
#access #megaMenu .wpmega-widgetarea h2.widgettitle {
    border-bottom: 1px dotted #CCCCCC;
}


#access #megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item.sub-menu-newcol > span.um-anchoremulator {
    border-bottom: none !important;
    height: 25px;
}



#access li.um-anchoremulator span, #access li.um-anchoremulator, #access li.menu-item.ss-nav-menu-nolink,
#access #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item.ss-nav-menu-nolink > span.um-anchoremulator,
#access #megaMenu ul ul.sub-menu li.menu-item.ss-nav-menu-nolink > span.um-anchoremulator #access #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item.ss-nav-menu-nolink > span.um-anchoremulator span,
#access #megaMenu ul ul.sub-menu li.menu-item.ss-nav-menu-nolink > span.um-anchoremulator span {
    color: #888888 !important;
    cursor: default;
    font-size: 1.1em !important;
    font-weight: bold;
}

#access #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > a,
#access #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > span.um-anchoremulator {
    border-left: 1px solid #A5C786;
}


#access #megaMenu.megaMenuHorizontal ul.megaMenu > li.first-item > a,
#access #megaMenu.megaMenuHorizontal ul.megaMenu > li.first-item > span.um-anchoremulator {
    border-left: none;
}

#access #megaMenu.megaMenuHorizontal ul.megaMenu > li.last-item > a,
#access #megaMenu.megaMenuHorizontal ul.megaMenu > li.last-item > span.um-anchoremulator {
    border-right: 1px solid #A5C786;
}


#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item.ss-nav-menu-item-depth-2.ss-nav-menu-nolink {
    font-size: 14px !important;
    margin-top: 0.75em;
    display: block;
}

#access #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item.ss-nav-menu-item-depth-2.ss-nav-menu-nolink span.um-anchoremulator span {
    color: #000 !important;
}


#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item #crumbs a, #megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item #crumbs span.um-anchoremulator {
    display: inline-block !important;
}



#access #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a:after,
#access #megaMenu ul.megaMenu li.menu-item.mega-with-sub > a:after,
#access #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > a:after,
#access #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator:after,
#access #megaMenu ul.megaMenu li.menu-item.mega-with-sub > span.um-anchoremulator:after,
#access #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > span.um-anchoremulator:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 0 none rgba(0, 0, 0, 0);
    border-left: 0 none rgba(0, 0, 0, 0);
    border-right-color: transparent !important;
    border-style: none;
}

#access #megaMenu ul.megaMenu > li.menu-item.current-menu-item.megaHover > a,
#access #megaMenu ul.megaMenu > li.menu-item.current-menu-item:hover > a,
#access #megaMenu ul.megaMenu > li.menu-item.current-menu-item > a:hover,
#access #megaMenu ul.megaMenu > li.menu-item.current-menu-parent.megaHover > a,
#access #megaMenu ul.megaMenu > li.menu-item.current-menu-parent:hover > a,
#access #megaMenu ul.megaMenu > li.menu-item.current-menu-parent > a:hover,
#access #megaMenu ul.megaMenu > li.menu-item.current-menu-ancestor.megaHover > a,
#access #megaMenu ul.megaMenu > li.menu-item.current-menu-ancestor:hover > a,
#access #megaMenu ul.megaMenu > li.menu-item.current-menu-ancestor > a:hover {
    background: #71A729;
    color: #FFF !important;
    /*
	background-color: #F9F9F9!important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#F5F5F5))!important;
	background-image: -webkit-linear-gradient(top, #F9F9F9, #F5F5F5)!important;
	background-image: -moz-linear-gradient(top, #F9F9F9, #F5F5F5)!important;
	background-image: -o-linear-gradient(top, #F9F9F9, #F5F5F5)!important;
	background-image: linear-gradient(to bottom, #F9F9F9, #F5F5F5)!important;
	-pie-background: linear-gradient(#F9F9F9, #F5F5F5)!important;
	
	color: #367C2B!important;
	*/
}


#access #megaMenu ul.megaMenu > li.menu-item:hover > a,
#access #megaMenu ul.megaMenu > li.menu-item > a:hover,
#access #megaMenu ul.megaMenu > li.menu-item.megaHover > a,
#access #megaMenu ul.megaMenu > li.menu-item:hover > span.um-anchoremulator,
#access #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator:hover,
#access #megaMenu ul.megaMenu > li.menu-item.megaHover > span.um-anchoremulator {
    /*color: #367C2B;*/
    background: #71A729;
    color: #FFF !important;
}



#access #megaMenu ul.megaMenu > li.menu-item.current-menu-item a,
#access #megaMenu ul.megaMenu > li.menu-item.current-menu-parent a,
#access #megaMenu ul.megaMenu > li.menu-item.current-menu-ancestor a,
#access #megaMenu ul.megaMenu > li.menu-item.current-page-ancestor a {
    color: #555555 !important;
    background: #e9e9e9;
    /*
	background-color: #204d19!important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#183c13), to(#204d19))!important;
	background-image: -webkit-linear-gradient(top, #183c13, #204d19)!important;
	background-image: -moz-linear-gradient(top, #183c13, #204d19)!important;
	background-image: -o-linear-gradient(top, #183c13, #204d19)!important;
	background-image: linear-gradient(to bottom, #183c13, #204d19)!important;
	-pie-background: linear-gradient(#183c13, #204d19)!important;	
	*/
    /*
	background-color: #F9F9F9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#F5F5F5));
	background-image: -webkit-linear-gradient(top, #F9F9F9, #F5F5F5);
	background-image: -moz-linear-gradient(top, #F9F9F9, #F5F5F5);
	background-image: -o-linear-gradient(top, #F9F9F9, #F5F5F5);
	background-image: linear-gradient(to bottom, #F9F9F9, #F5F5F5);
	-pie-background: linear-gradient(#F9F9F9, #F5F5F5);
	
	color: #367C2B;
	*/
}



#access #megaMenu ul.megaMenu > li.menu-item.current-menu-item ul.sub-menu li a,
#access #megaMenu ul.megaMenu > li.menu-item.current-menu-parent ul.sub-menu li a,
#access #megaMenu ul.megaMenu > li.menu-item.current-menu-ancestor ul.sub-menu li a,
#access #megaMenu ul.megaMenu > li.menu-item.current-page-ancestor ul.sub-menu li a {
    color: #71A729 !important;
    background: none !important;
}



/*  first item icon  */

#access li#menu-item-742, #access #megaMenu ul.megaMenu li#menu-item-742 {
    background: url("sprite.png") no-repeat scroll -117px 13px !important;
    text-align: left;
    text-indent: -9999px;
    width: 30px;
}

    #access li#menu-item-742:hover, #access #megaMenu ul.megaMenu li#menu-item-742:hover {
        background: url("sprite.png") no-repeat scroll -117px -26px transparent !important;
    }

    #access li#menu-item-742 a:hover, #access #megaMenu ul.megaMenu li#menu-item-742 a:hover {
        background: none !important;
    }

#access #megaMenu ul.megaMenu > li#menu-item-742.current_page_item a {
    background: none !important;
    background-image: none !important;
}





/* persistant sub nav */



#sub_nav ul.menu {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
}

#sub_nav ul {
    list-style: none outside none;
    margin: 0;
    padding-left: 0;
}

#sub_nav li.first-item {
}


#sub_nav a {
    color: #555555;
    display: block;
    font-weight: normal;
    line-height: 1em;
    padding: 0 15px;
    text-decoration: none;
}


#sub_nav ul ul {
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    display: none;
    float: left;
    margin: 0;
    position: absolute;
    top: 42px;
    left: 0;
    width: 188px;
    z-index: 99999;
}


    #sub_nav ul ul li {
        text-align: left;
    }


    #sub_nav ul ul a {
        background: #f9f9f9;
        border-bottom: 1px dotted #ddd;
        color: #444;
        font-size: 13px;
        font-weight: normal;
        height: auto;
        line-height: 1.4em;
        padding: 10px 10px;
        width: 168px;
        text-indent: 0;
    }


#sub_nav ul li:hover > ul {
    display: block;
}

#sub_nav .current-menu-item > a,
#sub_nav .current-menu-ancestor > a,
#sub_nav .current_page_item > a,
#sub_nav .current_page_ancestor > a {
    /*
	background-color: #F9F9F9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#F5F5F5));
	background-image: -webkit-linear-gradient(top, #F9F9F9, #F5F5F5);
	background-image: -moz-linear-gradient(top, #F9F9F9, #F5F5F5);
	background-image: -o-linear-gradient(top, #F9F9F9, #F5F5F5);
	background-image: linear-gradient(to bottom, #F9F9F9, #F5F5F5);
	-pie-background: linear-gradient(#F9F9F9, #F5F5F5);
	
	color: #367C2B;
	*/
    /*
	background-color: #204d19;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#183c13), to(#204d19));
	background-image: -webkit-linear-gradient(top, #183c13, #204d19);
	background-image: -moz-linear-gradient(top, #183c13, #204d19);
	background-image: -o-linear-gradient(top, #183c13, #204d19);
	background-image: linear-gradient(to bottom, #183c13, #204d19);
	-pie-background: linear-gradient(#183c13, #204d19);
*/
    color: #71A729;
}



#sub_nav a:hover {
    /*
	background-color: #F9F9F9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#F5F5F5));
	background-image: -webkit-linear-gradient(top, #F9F9F9, #F5F5F5);
	background-image: -moz-linear-gradient(top, #F9F9F9, #F5F5F5);
	background-image: -o-linear-gradient(top, #F9F9F9, #F5F5F5);
	background-image: linear-gradient(to bottom, #F9F9F9, #F5F5F5);
	-pie-background: linear-gradient(#F9F9F9, #F5F5F5);
	*/
    color: #71A729;
    /*
	color: #FFF!important;
	
	background-color: #204d19!important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#183c13), to(#204d19))!important;
	background-image: -webkit-linear-gradient(top, #183c13, #204d19)!important;
	background-image: -moz-linear-gradient(top, #183c13, #204d19)!important;
	background-image: -o-linear-gradient(top, #183c13, #204d19)!important;
	background-image: linear-gradient(to bottom, #183c13, #204d19)!important;
	-pie-background: linear-gradient(#183c13, #204d19)!important;
	*/
}




#sub_nav {
    clear: both;
    color: #FFFFFF;
    display: block;
    float: left;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 100%;
    background: #E9E9E9;
    /*
	background-color: #204d19;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#204d19), to(#367c2b));
	background-image: -webkit-linear-gradient(top, #204d19, #367c2b);
	background-image: -moz-linear-gradient(top, #204d19, #367c2b);
	background-image: -o-linear-gradient(top, #204d19, #367c2b);
	background-image: linear-gradient(to bottom, #204d19, #367c2b);
	-pie-background: linear-gradient(#204d19, #367c2b);
	*/
}



    #sub_nav li {
        display: inline-block;
        margin-left: -4px;
        float: none;
        font-size: 16px;
        position: relative;
        text-align: center;
    }



/*

#access {
    background: none repeat scroll 0 0 #367c2b;
    clear: both;
    color: #FFFFFF;
    display: block;
    float: left;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
}

#access #megaMenu {
	margin: 0 auto;
	float: none;
}

#access ul.menu, #sub_nav ul.menu, #access #megaMenu ul.megaMenu {
	width: 1000px;
	margin: 0 auto;
}
#access ul, #sub_nav ul, #access #megaMenu ul.megaMenu {
    list-style: none outside none;
    margin: 0;
    padding-left: 0;
}
#access li, #access #megaMenu ul.megaMenu li.menu-item {
    display: block;
    background: none;
    float: left;
    font-size: 20px;
    border-right: 1px solid #A5C786;
    position: relative;
    text-align: left;
    margin: 0;
}




#access #megaMenu.megaResetStyles div, 
#access #megaMenu.megaResetStyles span, 
#access #megaMenu ul.megaMenu, 
#access #megaMenu ul.um-sidebar, 
#access #megaMenu li.menu-item, 
#access #megaMenu li.widget, 
#access #megaMenu li.menu-item > a, 
#access #megaMenu img.um-img {
	background: none!important;
}

 
 
#access a, #sub_nav a, #access #megaMenu ul.megaMenu a {
    color: #FFFFFF;
    display: block;
    font-weight: normal;
    line-height: 1em;
    padding: 10px 15px;
    text-decoration: none;
}


#access #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a:after, 
#access #megaMenu ul.megaMenu li.menu-item.mega-with-sub > a:after, 
#access #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > a:after, 
#access #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator:after, 
#access #megaMenu ul.megaMenu li.menu-item.mega-with-sub > span.um-anchoremulator:after, 
#access #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > span.um-anchoremulator:after {
	border: none!important
}



#access a:hover, #sub_nav a:hover, 
#access ul ul li.first-item a:hover, 
#access ul ul ul li.first-item a:hover, 
#access #megaMenu ul.megaMenu li a:hover, 
#access ul li.first-item:hover, 
#access ul.megaMenu ul li.first-item, 
#access ul.megaMenu ul ul li.first-item {
	color: #FFF!important;
	
	background-color: #204d19!important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#183c13), to(#204d19))!important;
	background-image: -webkit-linear-gradient(top, #183c13, #204d19)!important;
	background-image: -moz-linear-gradient(top, #183c13, #204d19)!important;
	background-image: -o-linear-gradient(top, #183c13, #204d19)!important;
	background-image: linear-gradient(to bottom, #183c13, #204d19)!important;
	-pie-background: linear-gradient(#183c13, #204d19)!important;
	
}


#access li.first-item a, #access #megaMenu ul.megaMenu li.first-item a, 
#access li.first-item a:hover, #access #megaMenu ul.megaMenu li.first-item a:hover {
    background: none;
}


#access li.first-item, #access #megaMenu ul.megaMenu li.first-item {
    background: url("images/sprite.png") no-repeat scroll -117px 8px!important;
    text-align: left;
    text-indent: -9999px;
    width: 30px;
}

#access li.first-item:hover, #access #megaMenu ul.megaMenu li.first-item:hover {
    background: url("images/sprite.png") no-repeat scroll -117px -31px transparent!important;
}


#access #megaMenu ul.megaMenu .sub-menu li.first-item {
	background-image: none!important;
}

#access #megaMenu ul.megaMenu .sub-menu {
    background: none repeat scroll 0 0 #367C2B;
    max-width: 1000px;
    width: auto !important;
    min-width: 200px;
}


#access #megaMenu ul.megaMenu .sub-menu li.menu-item, #access #megaMenu ul.megaMenu .sub-menu li.first-item {
	float: none;
	border-right: none; 
	width: auto;
	text-indent: inherit;
}


.ss-nav-menu-nolink.first-item {
	color: #FFF!important;
}


#access #megaMenu ul li.menu-item.ss-nav-menu-mega ul li.menu-item.ss-nav-menu-item-depth-1 {
    padding: 0;
	text-align: left;
}

#access #megaMenu ul.megaMenu .sub-menu a {
	padding: 5px 15px;
	margin: 0;
}


#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item.sub-menu-newcol {
	clear: left;
    float: left;
}



#access ul ul, #sub_nav ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 42px;
	left: 0;
	width: 188px;
	z-index: 99999;
}



#access ul ul li, #sub_nav ul ul li {
	text-align: left;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}


#access ul ul a, #sub_nav ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
	text-indent: 0;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	color: #FFF;
}
#access li:hover > a,
#access a:focus {
	
}
#access ul li:hover > ul, #sub_nav ul li:hover > ul {
	display: block;
}

#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	background-color: #204d19;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#183c13), to(#204d19));
	background-image: -webkit-linear-gradient(top, #183c13, #204d19);
	background-image: -moz-linear-gradient(top, #183c13, #204d19);
	background-image: -o-linear-gradient(top, #183c13, #204d19);
	background-image: linear-gradient(to bottom, #183c13, #204d19);
	-pie-background: linear-gradient(#183c13, #204d19);
}






#sub_nav {
    clear: both;
    color: #FFFFFF;
    display: block;
    float: left;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
    
	background-color: #204d19;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#204d19), to(#367c2b));
	background-image: -webkit-linear-gradient(top, #204d19, #367c2b);
	background-image: -moz-linear-gradient(top, #204d19, #367c2b);
	background-image: -o-linear-gradient(top, #204d19, #367c2b);
	background-image: linear-gradient(to bottom, #204d19, #367c2b);
	-pie-background: linear-gradient(#204d19, #367c2b);
	
}



#sub_nav li {
    display: inline-block;
    margin-left: -4px;
    float: none;
    font-size: 20px;
    border-right: 1px solid #A5C786;
    position: relative;
    text-align: center;
}


*/




#location_info {
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.location_address {
    border-right: 1px solid #BBBBBB;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0 12px;
}

.location_contact {
    border-right: 1px solid #BBBBBB;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0 12px;
}

.location_hours {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0 12px;
}


.location_review {
    padding: 10px 15px 15px;
}


#location_image {
    text-align: center;
    margin: 0 0 20px 0;
}

    #location_image img {
        height: auto;
        width: 325px;
    }


/* =Content
----------------------------------------------- */

#main {
    clear: both;
    margin: 0 auto;
    padding: 0 20px 10px;
    position: relative;
    width: 1000px;
}

body.home #main {
    padding: 0;
    width: 1000px;
}

.page-title {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0 0 1em 0;
}

.entry-title {
    clear: both;
    line-height: 1em;
    margin-bottom: 0.35em;
}

.entry-header .entry-title {
    text-align: left !important;
}

.entry-title,
.entry-title a {
    text-decoration: none;
}

    .entry-title a:hover,
    .entry-title a:focus,
    .entry-title a:active {
        color: #8DC63F;
    }

.entry-meta {
    color: #666;
    clear: both;
    font-size: 12px;
    line-height: 18px;
}

    .entry-meta a {
        font-weight: bold;
    }

.single-author .entry-meta .by-author {
    display: none;
}

.entry-content,
.entry-summary {
    clear: both;
    padding: 5px 0 0;
}

    .entry-content h1,
    .entry-content h2,
    .comment-content h1,
    .comment-content h2 {
        font-weight: 300;
        margin: 0 0 0.5em;
    }

    .entry-content table,
    .comment-content table {
        /*border-bottom: 1px solid #ddd;*/
        margin: 0 0 1.625em;
        width: 100%;
    }

    .entry-content th,
    .comment-content th {
        color: #666;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 2.6em;
        text-transform: uppercase;
    }

    .entry-content td,
    .comment-content td {
        /*border-top: 1px solid #ddd;*/
        padding: 6px 10px 6px 0;
    }

    .entry-content #s {
        width: 75%;
    }

.comment-content ul,
.comment-content ol {
    margin-bottom: 1.625em;
}

    .comment-content ul ul,
    .comment-content ol ol,
    .comment-content ul ol,
    .comment-content ol ul {
        margin-bottom: 0;
    }

dl.gallery-item {
    margin: 0;
}

.page-link {
    clear: both;
    display: block;
    margin: 0 0 1.625em;
}

    .page-link a {
        background: #eee;
        color: #373737;
        margin: 0;
        padding: 2px 3px;
        text-decoration: none;
    }

        .page-link a:hover {
            background: #888;
            color: #fff;
            font-weight: bold;
        }

    .page-link span {
        margin-right: 6px;
    }

.entry-meta .edit-link a,
.commentlist .edit-link a {
    background: #eee;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    float: right;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 300;
    text-decoration: none;
    padding: 0 8px;
}

    .entry-meta .edit-link a:hover,
    .commentlist .edit-link a:hover {
        background: #888;
        color: #fff;
    }

.entry-content .edit-link {
    clear: both;
    display: block;
}

/* Images */
.entry-content img,
.comment-content img {
    /*border: 1px solid #DDDDDD;*/
    max-width: 97.5%;
    padding: 3px;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large {
    max-width: 97.5%;
    width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 1.625em;
}

p img,
.wp-caption {
    margin-top: 0.4em;
}

.wp-caption {
    background: #eee;
    margin-bottom: 1.625em;
    max-width: 96%;
    padding: 9px;
}

    .wp-caption img {
        display: block;
        margin: 0 auto;
        max-width: 98%;
    }

    .wp-caption .wp-caption-text,
    .gallery-caption {
        color: #666;
        font-family: Georgia, serif;
        font-size: 12px;
    }

    .wp-caption .wp-caption-text {
        margin-bottom: 0.6em;
        padding: 10px 0 5px 40px;
        position: relative;
    }

        .wp-caption .wp-caption-text:before {
            color: #666;
            content: '\2014';
            font-size: 14px;
            font-style: normal;
            font-weight: bold;
            margin-right: 5px;
            position: absolute;
            left: 10px;
            top: 7px;
        }

#content .gallery {
    margin: 0 auto 1.625em;
}

    #content .gallery a img {
        border: none;
    }

img#wpstats {
    display: block;
    margin: 0 auto 1.625em;
}

#content .gallery-columns-4 .gallery-item {
    width: 23%;
    padding-right: 2%;
}

    #content .gallery-columns-4 .gallery-item img {
        width: 100%;
        height: auto;
    }

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img { /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
    padding: 6px;
}

.wp-caption img {
    border-color: #eee;
}

a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img { /* Add some useful style to those fancy borders for linked images ... */
    background: #eee;
    border-color: #bbb;
}

.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img { /* ... including captioned images! */
    background: #fff;
    border-color: #ddd;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}


.comments-link {
    display: none;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
    margin: 1.625em 0 0;
}

.post-password-required input[type=password] {
    margin: 0.8125em 0;
}

    .post-password-required input[type=password]:focus {
        background: #f7f7f7;
    }

/* Author Info */
#author-info {
    font-size: 12px;
    overflow: hidden;
}

.singular #author-info {
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 2.2em -35.6% 0 -35.4%;
    padding: 20px 35.4%;
}

.archive #author-info {
    border-bottom: 1px solid #ddd;
    margin: 0 0 2.2em;
    padding: 0 0 2.2em;
}

#author-avatar {
    float: left;
    margin-right: -78px;
}

    #author-avatar img {
        background: #fff;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 2px #bbb;
        -moz-box-shadow: 0 1px 2px #bbb;
        box-shadow: 0 1px 2px #bbb;
        padding: 3px;
    }

#author-description {
    float: left;
    margin-left: 108px;
}

    #author-description h2 {
        color: #000;
        font-size: 15px;
        font-weight: bold;
        margin: 5px 0 10px;
    }

/* Comments link */
.entry-header .comments-link a {
    background: #eee url(images/comment-bubble.png) no-repeat;
    color: #666;
    font-size: 13px;
    font-weight: normal;
    line-height: 35px;
    overflow: hidden;
    padding: 0 0 0;
    position: absolute;
    top: 1.5em;
    right: 0;
    text-align: center;
    text-decoration: none;
    width: 43px;
    height: 36px;
}

    .entry-header .comments-link a:hover,
    .entry-header .comments-link a:focus,
    .entry-header .comments-link a:active {
        background-color: #1982d1;
        color: #fff;
        color: rgba(255,255,255,0.8);
    }

.entry-header .comments-link .leave-reply {
    visibility: hidden;
}

/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
    float: left;
    display: block;
    margin: .375em 1.625em 0 0;
}










/*store styles*/


.store_item {
    padding: 5px 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #A8A8A4;
}

.store_item_thumbnail {
    float: left;
    margin: 0 15px 0 0;
}

    .store_item_thumbnail img {
        border: #c1c1c1 1px solid;
    }


.item_price {
    border-bottom: 1px solid #A8A8A4;
    color: #393939;
    display: block;
    font-size: 28px;
    letter-spacing: 0.04em;
    line-height: 1em;
    margin: 0 auto 10px;
    padding-bottom: 10px;
}

.item_details {
    float: left;
    margin: 0 10px 0 0;
    width: 460px;
}

    .item_details h3 {
        line-height: 1em;
    }

.item_buy_options {
    float: right;
    text-align: center;
    width: 180px;
}

    .item_buy_options table, .item_buy_options table tbody, .item_buy_options table tbody tr, .item_buy_options table tbody td {
        display: block;
    }

    .item_buy_options table {
        margin-bottom: 15px;
    }

        .item_buy_options table td {
            text-align: center;
        }

#content .gallery a img {
    width: 65px;
    height: auto;
}










/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
    display: none;
}

.singular .format-status .entry-title {
    display: block;
}

.format-status .entry-content {
    padding: 0;
}

.singular .format-status .entry-content {
    padding: 1.625em 0 0;
}

.format-status img.avatar {
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px #ccc;
    -moz-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
    float: left;
    margin: 4px 10px 2px 0;
    padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
    color: #555;
    font-size: 17px;
    margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
    min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}

.indexed.format-image .entry-content {
    padding-top: 0.5em;
}

.indexed.format-image p,
.indexed.format-image p img {
    margin-bottom: 0;
}

.indexed.format-image footer.entry-meta {
    background: #ddd;
    margin-top: -7px;
    padding: 20px 30px;
    overflow: hidden;
}

.indexed.format-image div.entry-meta {
    display: inline-block;
    float: left;
    width: 35%;
}

    .indexed.format-image div.entry-meta + div.entry-meta {
        float: none;
        width: 65%;
    }

.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
    display: block;
}

.indexed.format-image footer.entry-meta a {
    color: #444;
}

    .indexed.format-image footer.entry-meta a:hover {
        color: #fff;
    }

#content .indexed.format-image img {
    border: none;
    max-width: 100%;
    padding: 0;
}

.indexed.format-image .wp-caption {
    background: #111;
    margin-bottom: 0;
    max-width: 96%;
    padding: 11px;
}

    .indexed.format-image .wp-caption .wp-caption-text {
        color: #ddd;
    }

        .indexed.format-image .wp-caption .wp-caption-text:before {
            color: #444;
        }

.indexed.format-image a:hover img {
    opacity: 0.8;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-width: 1px 0;
    margin: 0 -8.9% 1.625em;
    overflow: hidden;
    padding: 1.625em 8.9%;
}

.error404 #main #s {
    width: 95%;
}

.error404 #main .widget {
    clear: none;
    float: left;
    margin-right: 3.7%;
    width: 30.85%;
}

.error404 #main .widget_archive {
    margin-right: 0;
}

.error404 #main .widget_tag_cloud {
    float: none;
    margin-right: 0;
    width: 100%;
}

.error404 .widgettitle {
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}


/* Featured post */
section.featured-post {
    float: left;
    margin: -1.625em -8.9% 1.625em;
    padding: 1.625em 8.9% 0;
    position: relative;
    width: 100%;
}

    section.featured-post .hentry {
        border: none;
        color: #666;
        margin: 0;
    }

    section.featured-post .entry-meta {
        clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
    }

    /* Small featured post */
    section.featured-post .attachment-small-feature {
        float: right;
        height: auto;
        margin: 0 -8.9% 1.625em 0;
        max-width: 59%;
        position: relative;
        right: -15px;
    }

    section.featured-post.small {
        padding-top: 0;
    }

    section.featured-post .attachment-small-feature:hover,
    section.featured-post .attachment-small-feature:focus,
    section.featured-post .attachment-small-feature:active {
        opacity: .8;
    }

article.feature-image.small {
    float: left;
    margin: 0 0 1.625em;
    width: 45%;
}

    article.feature-image.small .entry-title {
        line-height: 1.2em;
    }

    article.feature-image.small .entry-summary {
        color: #555;
        font-size: 13px;
    }

        article.feature-image.small .entry-summary p a {
            background: #222;
            color: #eee;
            display: block;
            left: -23.8%;
            padding: 9px 26px 9px 85px;
            position: relative;
            text-decoration: none;
            top: 20px;
            width: 180px;
            z-index: 1;
        }

            article.feature-image.small .entry-summary p a:hover {
                background: #1982d1;
                color: #eee;
                color: rgba(255,255,255,0.8);
            }

/* Large featured post */
section.feature-image.large {
    border: none;
    max-height: 288px;
    padding: 0;
    width: 100%;
}

    section.feature-image.large .showcase-heading {
        display: none;
    }

    section.feature-image.large .hentry {
        border-bottom: none;
        left: 9%;
        margin: 1.625em 9% 0 0;
        position: absolute;
        top: 0;
    }

article.feature-image.large .entry-title a {
    background: #222;
    background: rgba(0,0,0,0.8);
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    padding: .2em 20px;
}

section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
    background: #eee;
    background: rgba(255,255,255,0.8);
    color: #222;
}

article.feature-image.large .entry-summary {
    display: none;
}

section.feature-image.large img {
    display: block;
    height: auto;
    max-width: 117.9%;
    padding: 0 0 6px;
}

/* Recent Posts */
section.recent-posts {
    padding: 0 0 1.625em;
}

    section.recent-posts .hentry {
        border: none;
        margin: 0;
    }

    section.recent-posts .other-recent-posts {
        border-bottom: 1px solid #ddd;
        list-style: none;
        margin: 0;
    }

        section.recent-posts .other-recent-posts li {
            padding: 0.3125em 0;
            position: relative;
        }

        section.recent-posts .other-recent-posts .entry-title {
            border-top: 1px solid #ddd;
            font-size: 17px;
        }

        section.recent-posts .other-recent-posts a[rel="bookmark"] {
            color: #373737;
            float: left;
            max-width: 84%;
        }

            section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
                content: '-';
                color: transparent;
                font-size: 11px;
            }

            section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
            }

        section.recent-posts .other-recent-posts .comments-link a,
        section.recent-posts .other-recent-posts .comments-link > span {
            border-bottom: 2px solid #999;
            bottom: -2px;
            color: #444;
            display: block;
            font-size: 10px;
            font-weight: 500;
            line-height: 2.76333em;
            padding: 0.3125em 0 0.3125em 1em;
            position: absolute;
            right: 0;
            text-align: right;
            text-transform: uppercase;
            z-index: 1;
        }

        section.recent-posts .other-recent-posts .comments-link > span {
            border-color: #bbb;
            color: #888;
        }

        section.recent-posts .other-recent-posts .comments-link a:hover {
            color: #1982d1;
            border-color: #1982d1;
        }

        section.recent-posts .other-recent-posts li:after {
            clear: both;
            content: '.';
            display: block;
            height: 0;
            visibility: hidden;
        }


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-width: 1px 0;
    margin: 0 -8.9% 1.625em;
    overflow: hidden;
    padding: 1.625em 1.625em 0;
    text-align: center;
}

    .image-attachment div.attachment img {
        display: block;
        height: auto;
        margin: 0 auto 1.625em;
        max-width: 100%;
    }

    .image-attachment div.attachment a img {
        border-color: #f9f9f9;
    }

    .image-attachment div.attachment a:focus img,
    .image-attachment div.attachment a:hover img,
    .image-attachment div.attachment a:active img {
        border-color: #ddd;
        background: #fff;
    }

.image-attachment .entry-caption p {
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    margin: 0 0 2.6em;
    text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
    clear: both;
    overflow: hidden;
    padding: 0 0 1.625em;
}

    #content nav a {
        font-size: 1.5em;
        font-weight: bold;
        line-height: 2.2em;
    }

#nav-above {
    padding: 0 0 1.625em;
}

#nav-above {
    display: none;
}

.paged #nav-above {
    display: block;
}

.nav-previous {
    float: left;
    width: 50%;
}

.nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

#content nav .meta-nav {
    font-weight: normal;
}

/* Singular navigation */
#nav-single {
    float: right;
    position: relative;
    top: -0.3em;
    text-align: right;
    z-index: 1;
}

    #nav-single .nav-previous,
    #nav-single .nav-next {
        float: none;
        width: auto;
    }

    #nav-single .nav-next {
        padding-left: .5em;
    }


/* =Widgets
----------------------------------------------- */

.categories_list {
    list-style: none;
}


.widget-area {
    font-size: 12px;
}

.widget {
    clear: both;
    margin: 0 0 20px;
    width: auto;
}

.widget_title {
    border-bottom: 1px solid #D7D7D7;
    margin: 0 0 0.5em;
    padding: 0 0 0.3em;
}

.widget ul {
    font-size: 15px;
    margin: 0;
}

    .widget ul ul {
        margin-left: 1.5em;
    }

    .widget ul li {
        color: #777;
    }

/* Search Widget */
.widget_search form {
    margin: 0 0 1.625em;
}

.widget_search #s {
    width: 77%;
}

.widget_search #searchsubmit {
    background: #ddd;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
    box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
    color: #888;
    font-size: 13px;
    line-height: 25px;
    position: relative;
    top: -2px;
}

    .widget_search #searchsubmit:active {
        background: #1982d1;
        border-color: #0861a5;
        -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
        color: #bfddf3;
    }

/* Widget Image */
.widget_image img {
    height: auto;
    max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
    color: #555;
    width: 95%;
    text-align: center;
}

    .widget_calendar #wp-calendar caption,
    .widget_calendar #wp-calendar td,
    .widget_calendar #wp-calendar th {
        text-align: center;
    }

    .widget_calendar #wp-calendar caption {
        font-size: 11px;
        font-weight: 500;
        padding: 5px 0 3px 0;
        text-transform: uppercase;
    }

    .widget_calendar #wp-calendar th {
        background: #f4f4f4;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        font-weight: bold;
    }

    .widget_calendar #wp-calendar tfoot td {
        background: #f4f4f4;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }


/* =Comments
----------------------------------------------- */

#comments-title {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    line-height: 2.6em;
    padding: 0 0 2.6em;
    text-transform: uppercase;
}

.nopassword,
.nocomments {
    color: #aaa;
    font-size: 24px;
    font-weight: 100;
    margin: 26px 0;
    text-align: center;
}

.commentlist {
    list-style: none;
    margin: 0 auto;
    width: 68.9%;
}

.content .commentlist,
.page-template-sidebar-page-php .commentlist {
    width: 100%; /* reset the width for the one-column and sidebar page layout */
}

.commentlist > li.comment {
    background: #f6f6f6;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 1.625em;
    padding: 1.625em;
    position: relative;
}

.commentlist .pingback {
    margin: 0 0 1.625em;
    padding: 0 1.625em;
}

.commentlist .children {
    list-style: none;
    margin: 0;
}

    .commentlist .children li.comment {
        background: #fff;
        border-left: 1px solid #ddd;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        margin: 1.625em 0 0;
        padding: 1.625em;
        position: relative;
    }

        .commentlist .children li.comment .fn {
            display: block;
        }

.comment-meta .fn {
    font-style: normal;
}

.comment-meta {
    color: #666;
    font-size: 12px;
    line-height: 2.2em;
}

.commentlist .children li.comment .comment-meta {
    line-height: 1.625em;
    margin-left: 50px;
}

.commentlist .children li.comment .comment-content {
    margin: 1.625em 0 0;
}

.comment-meta a {
    font-weight: bold;
}

    .comment-meta a:focus,
    .comment-meta a:active,
    .comment-meta a:hover {
    }

.commentlist .avatar {
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px #ccc;
    -moz-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
    left: -102px;
    padding: 0;
    position: absolute;
    top: 0;
}

.commentlist > li:before {
    content: url(images/comment-arrow.png);
    left: -21px;
    position: absolute;
}

.commentlist > li.pingback:before {
    content: '';
}

.commentlist .children .avatar {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    left: 2.2em;
    padding: 0;
    top: 2.2em;
}

a.comment-reply-link {
    background: #eee;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    display: inline-block;
    font-size: 12px;
    padding: 0 8px;
    text-decoration: none;
}

    a.comment-reply-link:hover,
    a.comment-reply-link:focus,
    a.comment-reply-link:active {
        background: #888;
        color: #fff;
    }

    a.comment-reply-link > span {
        display: inline-block;
        position: relative;
        top: -1px;
    }

/* Post author highlighting */
.commentlist > li.bypostauthor {
    background: #ddd;
    border-color: #d3d3d3;
}

    .commentlist > li.bypostauthor .comment-meta {
        color: #575757;
    }

        .commentlist > li.bypostauthor .comment-meta a:focus,
        .commentlist > li.bypostauthor .comment-meta a:active,
        .commentlist > li.bypostauthor .comment-meta a:hover {
        }

    .commentlist > li.bypostauthor:before {
        content: url(images/comment-arrow-bypostauthor.png);
    }

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
    background: #ddd;
    border-color: #d3d3d3;
}

/* Comment Form */
#respond {
    background: none repeat scroll 0 0 #ECE9D8;
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    margin: 3em auto 1.625em;
    padding: 1.625em;
    position: relative;
}

    #respond input[type="text"],
    #respond textarea {
        background: #fff;
        border: 4px solid #eee;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
        -moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
        box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
        position: relative;
        padding: 10px;
        text-indent: 80px;
    }

    #respond .comment-form-author,
    #respond .comment-form-email,
    #respond .comment-form-url,
    #respond .comment-form-comment {
        position: relative;
    }

        #respond .comment-form-author label,
        #respond .comment-form-email label,
        #respond .comment-form-url label,
        #respond .comment-form-comment label {
            background: #eee;
            -webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
            -moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
            box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
            color: #555;
            display: inline-block;
            font-size: 13px;
            left: 4px;
            min-width: 60px;
            padding: 4px 10px;
            position: relative;
            top: 40px;
            z-index: 1;
        }

    #respond input[type="text"]:focus,
    #respond textarea:focus {
        text-indent: 0;
        z-index: 1;
    }

    #respond textarea {
        resize: vertical;
        width: 95%;
    }

    #respond .comment-form-author .required,
    #respond .comment-form-email .required {
        color: #bd3500;
        font-size: 22px;
        font-weight: bold;
        left: 75%;
        position: absolute;
        top: 45px;
        z-index: 1;
    }

    #respond .comment-notes,
    #respond .logged-in-as {
        font-size: 13px;
    }

    #respond p {
        margin: 10px 0;
    }

    #respond .form-submit {
        float: right;
        margin: -20px 0 10px;
    }

    #respond input#submit {
        margin: 20px 0;
        left: 30px;
    }

        #respond input#submit:active {
            background: #1982d1;
            color: #bfddf3;
        }

    #respond #cancel-comment-reply-link {
        color: #666;
        margin-left: 10px;
        text-decoration: none;
    }

        #respond .logged-in-as a:hover,
        #respond #cancel-comment-reply-link:hover {
            text-decoration: underline;
        }

.commentlist #respond {
    margin: 1.625em 0 0;
    width: auto;
}

#reply-title {
    text-transform: lowercase;
    color: #373737;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}

#cancel-comment-reply-link {
    color: #888;
    display: block;
    font-size: 10px;
    font-weight: normal;
    line-height: 2.2em;
    letter-spacing: 0.05em;
    position: absolute;
    right: 1.625em;
    text-decoration: none;
    text-transform: uppercase;
    top: 1.1em;
}

    #cancel-comment-reply-link:focus,
    #cancel-comment-reply-link:active,
    #cancel-comment-reply-link:hover {
        color: #ff4b33;
    }

#respond label {
    line-height: 2.2em;
}

#respond input[type=text] {
    display: block;
    height: 24px;
    width: 75%;
}

#respond p {
    font-size: 12px;
}

p.comment-form-comment {
    margin: 0;
}

.form-allowed-tags {
    display: none;
}


/* =Footer
----------------------------------------------- */

#colophon {
    background: url("images/bg_pattern.png") repeat scroll 0 0 #F8F8F8;
    border-top: 1px solid #D7D7D7;
    clear: both;
    color: #333333;
    margin: 20px auto 0;
    padding: 30px 0;
    position: relative;
    text-align: center;
}


#footer_logo {
    background: url("logo_footer.png") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
    display: block;
    height: 45px;
    margin: 35px auto;
    position: relative;
    text-align: left;
    text-indent: -9999px;
    width: 1000px;
}

    #footer_logo a {
        display: block;
        width: 100%;
        height: 100%;
    }

#footer_widget {
    float: left;
    margin: 0 35px 0 0;
}

    #footer_widget a {
        color: #FFFFFF;
    }

        #footer_widget a:hover {
            color: #A7D500;
        }


.footer_location {
    width: 220px;
    padding: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
    border-right: 1px solid #D7D7D7;
}

    .footer_location .widget-title {
        font-size: 15px;
        letter-spacing: -0.02em;
        margin-bottom: 1em;
    }

#footer_widget_4 {
    border-right: none;
}


#lower_footer_widget {
    font-size: 0.8em;
    margin-bottom: 0.5em;
}

    #lower_footer_widget a {
        color: #7c7c7c;
        text-decoration: underline;
    }

        #lower_footer_widget a:hover {
            text-decoration: none;
        }


#copyright {
    color: #7C7C7C;
    font-size: 0.8em;
    text-align: center;
}


#supplementary {
    border-top: 1px solid #ddd;
    padding: 1.625em 7.6%;
    overflow: hidden;
}

    /* Two Footer Widget Areas */
    #supplementary.two .widget-area {
        float: left;
        margin-right: 3.7%;
        width: 48.1%;
    }

        #supplementary.two .widget-area + .widget-area {
            margin-right: 0;
        }

    /* Three Footer Widget Areas */
    #supplementary.three .widget-area {
        float: left;
        margin-right: 3.7%;
        width: 30.85%;
    }

        #supplementary.three .widget-area + .widget-area + .widget-area {
            margin-right: 0;
        }














.navbar-toggle {
    display: none;
}







.menu-toggle {
    display: none;
}


#top-link {
    display: none !important;
}








.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    margin: 30px 0px 0px;
    padding: 0;
    position: relative;
    width: 96px;
    z-index: 15;
}


.show-menu #navbar-toggle::before, .show-menu #navbar-toggle::after {
    background: #000 none repeat scroll 0 0;
    border-radius: 4px;
    content: "";
    height: 100%;
    position: absolute;
    right: 12px;
    top: 0;
    width: 4px;
}

.show-menu #navbar-toggle::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.show-menu #navbar-toggle::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.nav_title {
    display: block;
    float: left;
    font-size: 20px;
    line-height: 1em;
    margin: 0 5px 0 0;
}

.navbar-toggle:focus {
    outline: none;
}

.navbar-toggle .icon-bar {
    background: #333 none repeat scroll 0 0;
    border-radius: 4px;
    clear: right;
    display: block;
    float: right;
    height: 3px;
    margin: 2px 0 0;
    width: 22px;
}

.show-menu #navbar-toggle .icon-bar {
    display: none;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3px;
}



/* Menu */






/*

.show-menu .menu-wrap {
    transform: translate3d(-100%, 0px, 0px);
    transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.menu-wrap {
    background: #fff none repeat scroll 0 0;
    border-bottom: 5px solid #666;
    height: auto;
    left: 100%;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    top: 100%;
    transform: translate3d(0px, 0px, 0px);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
    z-index: 1001;
    
}
*/





.show-menu .menu-wrap {
    height: auto;
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    /* 
    transform: translate3d(-100%, 0px, 0px);
    transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
*/
}


.menu-wrap {
    background: none;
    border-bottom: 5px solid #666;
    height: auto;
    left: 100%;
    margin-top: 2px;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1001;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    /*
    transform: translate3d(-100%, 0px, 0px);
    transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
*/
}


    .menu-wrap ul {
        margin: 0;
        padding: 0;
    }


#mobile-nav {
    background: none;
    /*     display: none; */
    height: auto;
    margin: 0;
    overflow-y: scroll;
    position: relative;
    width: 100%;
    z-index: 6000;
    -webkit-overflow-scrolling: touch;
}
    /*

#mobile-nav li {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: block;
    float: left;
    margin: 0;
    padding: 5%;
    text-align: center;
    width: 39%;
    min-height: 4em;
}
*/



    #mobile-nav li {
        background: #EAEAEA none repeat scroll 0% 0%;
        border-bottom: 1px solid #999;
        display: block;
        float: none;
        font-weight: 500;
        line-height: 1em;
        font-size: 1em !important;
        margin: 0px;
        padding: 0.75em 5%;
        text-align: left;
    }

        #mobile-nav li.current_page_item a {
            color: #62afa2;
        }

        #mobile-nav li:nth-child(2n+0) {
            border-right: none;
        }



    #mobile-nav ul ul {
        display: none;
        margin: 0 auto;
    }

        #mobile-nav ul ul li {
            border-top: 1px solid #444;
            border-bottom: 0;
        }


    #mobile-nav li a {
        padding: 0;
        display: block;
    }

    #mobile-nav ul ul li a {
        padding-left: 25px;
        font-size: 0.85em;
    }


        #mobile-nav ul ul li a:hover, #mobile-nav ul ul li a:active {
        }



#mobile_scroller {
    /*
	height: 300px;
	max-height: 80%;
	overflow-y: scroll;
*/
}


.sr-only {
    display: none;
}







/* #Media Queries
================================================== */


/* phones  */





@media only screen and (min-width : 100px) and (max-width : 1000px) {

    body {
        font-size: 1.5em !important;
        word-wrap: none;
    }

    h1, h2, {
        font-size: 1.5em !important;
    }

    h3, .mc_custom_border_hdr, .form_box_header {
        font-size: 1.35em !important;
    }

    h4 {
        font-size: 1.25em !important;
    }

    #secondary {
        font-size: inherit;
    }

    input[type="text"], textarea, .cta {
        font-size: 1.5em !important;
    }

    a.cta, a.cta:visited, #respond input#submit, #mc_signup_submit, input[type="submit"], input#fsc-submit-1, .form_box input[type="submit"], .menu-toggle, .textwidget input[type="submit"], input#fscf_submit2 {
        font-size: 1em !important;
    }



    .navbar-toggle {
        display: block;
    }


    body #megaMenu {
        display: none;
    }


    #main, body.home #main {
        padding: 80px 2% 2% !important;
        width: 96%;
    }

    select.responsiveMenuSelect {
        background: url("../../themes/footandankle_2/images/toptri_white.png") no-repeat scroll 95% 50% rgba(0, 0, 0, 0);
        border: medium none;
        color: #FFFFFF;
        font-size: 1em;
        font-weight: bold;
        padding: 10px;
    }

    #site-title {
        background: transparent url("logo-retina.png") no-repeat scroll 0px 0px / auto 100%;
        float: left;
        margin: 15px 0px 10px 10px !important;
        position: relative;
        width: 60%;
        min-height: 40px !important;
        height: 50px !important;
    }

    #branding {
        float: none;
        margin: 0 auto;
        padding: 0 2% 1%;
        text-align: center;
        width: 96%;
        position: fixed;
        z-index: 1000;
        border-bottom: #666 2px solid;
        min-height: 50px !important;
    }


    .sticky-wrapper {
        left: 0;
    }


        .sticky-wrapper .stuck {
            top: 10px;
        }

        .sticky-wrapper .stuck {
            left: 2%;
        }

    #sub_nav {
        display: none;
    }

    #header_right {
        clear: both;
        float: none;
        margin-top: 8px;
        text-align: center;
        display: none;
    }

    #social_icons_header {
        display: none;
    }

    #header_right .cta {
        display: none;
    }

    #header_right .menu li {
        background: none repeat scroll 0 0 #367C2B;
        border-right: medium none;
        clear: both;
        display: block;
        list-style: none outside none;
        margin: 0 auto 5px;
        padding: 4px;
    }

        #header_right .menu li a {
            color: #FFFFFF;
            display: block;
            padding: 5px;
        }

    #header_menu {
        clear: both;
        display: block;
        float: none;
        margin: 15px 0 20px 0;
    }




    #primary, body.home #primary {
        float: none;
        margin: 0 auto;
        padding: 2% 0;
        position: relative;
        width: 96%;
    }

    img {
        max-width: 100%;
    }

    blockquote {
        margin: 0 auto 1em;
    }

    .rotator_slider {
        display: none;
    }

    #secondary {
        display: inline-block;
        float: none;
        margin: 20px auto;
        width: 100%;
    }

    #left_column {
        float: none;
        margin: 0 auto;
        width: 90%;
    }

    #right_column {
        float: none;
        margin: 0 auto;
        width: 90%;
    }

    #colophon {
        margin: 0 auto;
        padding: 20px 0 2em;
        width: 90%;
    }


    .location_address {
        border-right: medium none;
        display: block;
        margin: 0.5em auto;
        padding: 0 12px;
        vertical-align: middle;
        width: auto;
    }


    .location_contact {
        border-right: medium none;
        display: block;
        margin: 0.5em auto;
        padding: 0 12px;
        vertical-align: middle;
        width: auto;
    }


    .location_hours {
        display: block;
        margin: 0.5em auto;
        padding: 0 12px;
        vertical-align: middle;
        width: auto;
    }


    #access {
        clear: both;
        display: block;
        margin: 0 auto 1em;
        position: relative;
        text-align: center;
        width: 90%;
        z-index: 10;
    }


    #sub_nav ul.menu {
        font-size: 0;
        margin: 0 auto;
        padding: 10px 0;
        text-align: center;
        width: 90%;
    }


    #sub_nav li {
        font-size: 20px;
    }

    #sub_nav a {
        line-height: 2em !important;
    }

    #content {
    }

    .entry-header .entry-title {
        text-align: center;
    }

    #podiatrists {
        text-align: center;
    }


    .podiatrist_wrap_main {
        display: inline-block;
        float: none;
        margin: 0 25px 20px 0;
        text-align: center;
        width: auto;
    }

    .news_content.short {
        float: none;
        width: auto;
    }

    .news_feed {
        float: none;
        padding: 2%;
        width: 96%;
    }


    #treatments_box {
        margin: 0 auto;
    }


    #home_quote {
        float: none;
        margin: 0 auto;
        padding: 2%;
        width: 96%;
    }


    .featured_box_wrap {
        background-size: 100% auto;
        display: block;
        position: relative;
        width: 100%;
    }

    #home_about_feed {
        float: none;
        padding: 2%;
        width: 96%;
    }

    #top-link {
        display: block !important;
        text-align: center;
        margin: 2em auto;
    }

        #top-link img {
            height: 30px;
            width: auto;
        }


    #access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a {
        background: #CEB697;
    }


    #access ul.menu {
        display: none;
    }


    #access {
        padding: 0;
    }

    .menu a {
        line-height: 1em !important;
    }


    .menu {
        float: none;
        margin: 0 auto;
        clear: both;
    }





    #access li#menu-item-742, #access #megaMenu ul.megaMenu li#menu-item-742 {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
        text-align: left;
        text-indent: 0;
        width: 100%;
    }

        #access li#menu-item-742:hover, #access #megaMenu ul.megaMenu li#menu-item-742:hover {
            background: none !important;
        }


        #access li#menu-item-742 a:hover, #access #megaMenu ul.megaMenu li#menu-item-742 a:hover {
            background: none repeat scroll 0 0 #71A729 !important;
        }



    #access #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu-2 li.menu-item > a span, #access #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu-2 li.menu-item > span.um-anchoremulator span, #access #megaMenu ul ul.sub-menu-2 li.menu-item > a span, #access #megaMenu ul ul.sub-menu-2 li.menu-item > span.um-anchoremulator span {
        text-align: left;
        word-wrap: break-word !important;
        max-width: 100% !important;
    }


    #access #megaMenu ul.megaMenu > li#menu-item-742.current_page_item.current-menu-item a {
        background: none repeat scroll 0 0 #E9E9E9 !important;
        color: #555555 !important;
        text-align: left;
    }



    #megaMenu.megaResponsive ul.megaMenu > li.menu-item {
        width: 100%;
    }


    #primary.full_width {
        float: none;
        margin: 0 auto;
        position: relative;
        width: 90%;
    }


    #social_links {
        float: right;
        margin: 2% auto;
        text-align: center;
        width: 96%;
        padding: 2%;
    }

    .social_icon_large {
        margin: 5px auto;
        max-width: 100%;
    }


    #email_form_home {
        float: right;
        margin: 2% auto;
        width: 96%;
        padding: 2%;
    }


    #upper_content.half_width .entry-header {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;
    }

    #upper_content.half_width {
        background: url("images/bg_upper_content_left.png") repeat-y scroll 0 0 transparent;
    }

    #featured_img {
        background: none repeat scroll 0 0 transparent;
        position: relative;
        right: auto;
        text-align: center;
        width: 100%;
    }

    .container {
        width: 100%;
    }

    #featured_img img {
        border: 8px solid #000000;
        margin: 0 auto 20px;
        max-width: 90%;
    }

    #primary.half_width {
        background: none repeat scroll 0 0 #FFFFFF;
        float: left;
        margin: 0 0 120px;
        padding: 40px 5%;
        top: -15px;
        width: 90%;
    }

    #access ul.menu {
        display: none;
    }





    #footer_logo {
        width: 100%;
    }



    .entry-content, .entry-summary {
        clear: both;
        padding: 5px 0 0;
    }

    #upper_content .entry-header {
        color: #FFFFFF;
        display: block;
        float: none;
        padding: 40px 5%;
        text-align: center;
        width: 90%;
    }

    #upper_content .entry-content {
        float: none;
        padding: 25px 5% 15px;
        width: 90%;
    }



    #FSContact1 {
        max-width: 100% !important;
    }

    #appt_form_home input[type="text"], .textwidget input[type="text"] {
        float: none;
        margin: 0 auto;
        padding: 3% 4%;
        width: 92% !important;
    }

    #appt_form_home form {
        padding: 0 5% 5%;
    }

    #appt_form_home {
        float: none;
        height: auto;
        width: 100%;
    }




    #secondary {
        display: inline-block;
        float: none;
        margin: 10px auto;
        padding: 0 2%;
        width: 96%;
    }

        #secondary img {
            display: block;
            float: none;
            margin: 1em auto;
        }

    #left_column {
        float: none;
        margin: 0 auto;
        width: 90%;
    }

    #right_column {
        float: none;
        margin: 0 auto;
        width: 90%;
    }

    #colophon {
        margin: 2em auto 0;
        padding: 20px 0 2em;
        width: 100%;
    }

    #access {
        clear: both;
        background: none;
        display: block;
        float: none;
        margin: 0 auto 1em;
        position: relative;
        text-align: center;
        width: 96%;
        z-index: 10;
    }


    #right_header .cta {
        clear: both;
        display: block;
        float: none;
        margin: 1em auto;
        width: 48%;
    }

    .featured_img {
        background: url("images/featured_img.jpg") no-repeat scroll 0 0 / 200% auto transparent;
        left: 0;
        min-height: 200px;
        position: relative;
        top: 0;
        width: 100%;
        display: none;
    }


    #right_side {
        border-left: medium none;
        clear: both;
        float: none;
        position: relative;
        width: 100%;
    }


    .menus_links li {
        border-bottom: 1px solid #333333;
        display: block;
        font-weight: bold;
        margin: 20px 10px;
        padding-bottom: 24px;
        position: relative;
    }

        .menus_links li a {
            display: block;
            width: 100%;
            height: 100%;
        }



    #header_bg {
        display: none;
    }


    #left_side {
        float: none;
        margin: 0 auto;
        position: relative;
        width: 90%;
        z-index: 8;
    }


    #left_side_lower {
        background: url("images/bg_trans_light.png") repeat scroll 0 0 transparent;
        border-radius: 5px 5px 5px 5px;
        padding: 5px 5% 10px;
        width: 90%;
        display: none;
    }

    /*		    
		h3.menu-toggle {
		    background: url("images/menu.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
		    border: medium none;
		    cursor: pointer;
		    height: 30px;
		    letter-spacing: 0.02em;
		    margin: 0 auto;
		    overflow: hidden;
		    padding: 20px 10px 25px 20px;
		    position: relative;
		    text-align: left;
		    text-indent: -9999px;
		    width: 50px;
		}
	
	
		
		h3.menu-toggle:hover, h3.menu-toggle:active {
	
		    background-color: #ff772d;
		    background-image: linear-gradient(to bottom, #c9580d, #ff772d);
	
			background-image: -webkit-gradient(linear, left top, left bottom, from(#c9580d), to(#ff772d));
			background-image: -webkit-linear-gradient(top, #c9580d, #ff772d);
			background-image: -moz-linear-gradient(top, #c9580d, #ff772d);
			background-image: -o-linear-gradient(top, #c9580d, #ff772d);
	
		}
		*/





    .menu-toggle:before {
        background: none repeat scroll 0 0 rgba(230, 230, 230, 0.8);
        content: "";
        height: 2px;
        position: absolute;
        top: -4px;
        width: 16px;
    }

    .menu-toggle:after {
        background: none repeat scroll 0 0 rgba(230, 230, 230, 0.9);
        content: "";
        height: 2px;
        position: absolute;
        top: -8px;
        width: 16px;
    }

    .menu-toggle {
        background: none repeat scroll 0 0 #000000;
        display: inline-block;
        float: right;
        height: 5px;
        margin-top: 10px;
        position: relative;
        text-align: left;
        text-indent: -9999px;
        width: 30px;
    }



    #primary.full_width {
        float: none;
        margin: 0 auto;
        position: relative;
        width: 90%;
    }






    #upper_content.half_width .entry-header {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;
    }

    #upper_content.half_width {
        background: url("images/bg_upper_content_left.png") repeat-y scroll 0 0 transparent;
    }

    #featured_img {
        background: none repeat scroll 0 0 transparent;
        position: relative;
        right: auto;
        text-align: center;
        width: 100%;
    }

    .container {
        width: 100%;
    }

    #featured_img img {
        border: 8px solid #000000;
        margin: 0 auto 20px;
        max-width: 90%;
    }

    #primary.half_width {
        background: none repeat scroll 0 0 #FFFFFF;
        float: left;
        margin: 0 0 120px;
        padding: 40px 5%;
        top: -15px;
        width: 90%;
    }

    #access ul.menu {
        display: none;
    }


        #access ul.menu.toggle-on {
            display: block;
            margin: 10px auto;
        }


    body.home #content {
        text-align: left;
    }


    #problems_box .content_wrap, #treatments_box .content_wrap, #locations_box .content_wrap {
        background: none;
    }


    .featured_box_wrap .textwidget {
        padding: 14px;
        position: relative;
        text-align: left;
    }

    .featured_box_wrap .content_wrap {
        height: auto;
    }

    .featured_box_wrap {
        margin-bottom: 1em !important;
    }

    #upper_content .entry-header {
        color: #FFFFFF;
        display: block;
        float: none;
        padding: 40px 5%;
        text-align: center;
        width: 90%;
    }



    .footer_location {
        border-bottom: 1px solid #D7D7D7;
        border-right: medium none;
        padding: 20px 10px;
        width: 90%;
    }
}
/* stop phones  */


@media only screen and (min-width : 100px) and (max-width : 768px) {

    #site-title {
        height: 48px;
        width: 225px;
    }
}



@media only screen and (max-width : 640px) {

    body {
        font-size: 1em !important;
    }

    h1, h2 {
        font-size: 1.5em !important;
    }

    h3, .mc_custom_border_hdr, .form_box_header {
        font-size: 1.25em !important;
    }

    h4 {
        font-size: 1.25em !important;
    }

    #secondary {
        font-size: inherit;
    }

    input[type="text"], textarea, .cta {
        font-size: 1.5em !important;
    }

    a.cta, a.cta:visited, #respond input#submit, #mc_signup_submit, input[type="submit"], input#fsc-submit-1, .form_box input[type="submit"], .menu-toggle, .textwidget input[type="submit"], input#fscf_submit2 {
        font-size: 1em;
    }
}




@media only screen and (max-width: 480px) {

    #site-title {
        height: 40px;
        background-size: 100% auto;
        width: 170px;
        margin: 19px 1px 0px 10px !important;
    }
}




















/* =IE7
----------------------------------------------- */

#ie7 article.intro {
    margin-left: -7.6%;
    margin-right: -7.6%;
    padding-left: -7.6%;
    padding-right: -7.6%;
    max-width: 1000px;
}

#ie7 section.featured-post {
    margin-left: -7.6%;
    margin-right: -7.6%;
    max-width: 850px;
}

#ie7 section.recent-posts {
    margin-right: 7.6%;
}
