﻿/*
Theme Name:     Marquette Stories
Theme URI:      http://news.marquette.edu
Description:    Child theme for the Marquette Stories website
Author:         Marquette OMC
Author URI:     http://news.marquette.edu
Template:       freshnews
Version:        0.1.0
*/

/*-------------------------------------------------------------------------------------------

INDEX:

0. RESET

1. SETUP

2. SITE STRUCTURE & APPEARANCE

3. POSTS

4. WIDGETS

5. COMMENTS

6. MISC

-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* RESET - http://meyerweb.com/eric/tools/css/reset/ | v1.0 | 20080212 */
/*-------------------------------------------------------------------------------------------*/

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://webfonts.fonts.com
*/
body, html {
    height: 100%;
    min-width: 1000px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1em;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: none;
    }

:focus {
    outline: 0;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Floating & Alignment  */
.fl {
    float: left;
}

.fr {
    float: right;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}
/* Clear Floats  */
.col-full:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fix {
    clear: both;
    height: 1px;
    overflow: hidden;
    margin: -1px 0 0;
}

html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear {
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    list-style: none;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

body {
    background: #e4e2db;
    color: #555;
    font: 12px sans-Serif;
}

input, select, textarea {
    border: #cacaca 1px solid;
    font-size: 12px;
    padding: 5px;
}

select, #nav {
    padding: 0;
}

hr {
    background-color: #e6e6e6;
    border: 0;
    height: 1px;
    margin-bottom: 20px;
}
/* Typography */

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #222;
    font-weight: normal;
}

h1 {
    font-size: 2em;
    font-family: Georgia, serif !important;
}

h2 {
    font-size: 1.8em;
    font-family: Georgia, serif !important;
}

h3 {
    font-size: 1.6em;
    font-family: Arial, Helvetica, sans-serif !important;
}

h4 {
    font-size: 1.2em;
    font-family: Georgia, serif !important;
}

h5 {
    font-size: 1em;
    font-family: Georgia, serif !important;
}

h6 {
    font-size: 0.8em;
}

p {
    margin: 0 0 1.4em 0;
    font: 14px/1.6em sans-serif;
}

input, textarea {
    cursor: unset;
    /*
    color: #777;
    padding: 5px;
    border-color: #ccc #efefef #efefef #ccc;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    */
}

#searchOptions input {
    border: none !important;
}
/* Hyperlinks */

a {
    color: #336699;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none;
}
/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/



#content {
    margin-bottom: 30px;
    /*padding: 0 25px;*/
}

.col-left {
    float: left;
}

.col-right {
    float: right;
}

.col-full, .layout-full #main, #main.fullwidth {
    width: 980px;
    margin: 0 auto;
}

#main {
    width: 625px;
    float: left;
    margin-bottom: 30px;
    margin-top: 40px;
}

#sidebar {
    width: 340px;
    float: right;
    margin-top: 40px;
}

    #sidebar .secondary {
        float: left;
        width: 160px;
        margin-right: 20px;
    }

    #sidebar .last {
        margin-right: 0;
    }

.layout-left-sidebar #main {
    float: right;
}

.layout-left-sidebar #sidebar {
    float: left;
}

#background {
    background: url(/wp-content/uploads/2011/07/background-image.jpg) repeat top left;
}


#header {
    background: url(/wp-content/uploads/2011/07/top-banner2.jpg) #4f75ac no-repeat center center;
}
/*- Top  - */

#top {
    background: #1f2b4b;
    font-size: 11px;
    line-height: 33px;
    margin: 0 auto;
    z-index: 1000;
    height: 32px;
}

    #top a {
        color: #FFCC00;
        font-size: 14px;
        line-height: 2.3em;
        font-family: Arial;
        text-transform: uppercase;
    }

        #top a:hover {
            color: #fff;
        }

    #top .col-full {
        width: 960px;
    }

#marquetteLink {
    position: relative;
    float: right;
}

.nav1 {
    float: left;
}

    .nav1, .nav1 ul {
        list-style: none;
        margin: 0;
        padding: 0;
        z-index: 9999;
    }

        .nav1 li ul {
            -moz-box-shadow: 21px -1px 15px 0 #333333;
            -webkit-box-shadow: 21px -1px 15px 0 #333333;
            box-shadow: 21px -1px 15px 0 #333333;
        }

        .nav1 a {
            color: #a0a09b;
            display: block;
            padding: 0 16px;
            z-index: 100;
            position: relative;
        }

        .nav1 li a:hover, .nav1 li.current_page_item a, .nav1 li.current_page_parent a, .nav1 li.current-menu-ancestor a, .nav1 li.current-cat a, .nav1 li.current-menu-item a, .nav1 li.sfHover {
            color: #e9e9e9;
            text-decoration: none;
        }

        .nav1 li ul {
            left: -999em;
            position: absolute;
            width: 250px;
        }

            .nav1 li ul li {
                background: #1F2B4B;
                line-height: 200%;
                padding: 5px 0;
            }

                .nav1 li ul li a {
                    color: #ffcc00 !important;
                    text-shadow: none;
                    font-size: 11px;
                    padding: 3px 16px;
                    width: 250px;
                    line-height: 1.3em !important;
                }

                    .nav1 li ul li a:hover {
                        color: #fff !important;
                    }

                .nav1 li ul li ul li a {
                    border-width: 0;
                }

            .nav1 li ul ul {
                margin: -25px 0 0 150px;
            }

        .nav1 .sf-sub-indicator {
            position: absolute;
            display: block;
            right: 0.4em;
            top: -1px;
            width: 10px;
            height: 10px;
            *top: -10px;
        }

            .nav1 .sf-sub-indicator:hover {
                position: absolute;
                display: block;
                right: 0.4em;
                top: -1px;
                width: 10px;
                height: 10px;
            }

        .nav1 li ul .sf-sub-indicator {
            background: url(images/arrow-superfish-right.png) no-repeat;
            top: 40%;
        }

        .nav1 li a.sf-with-ul {
            padding-right: 20px;
        }

        .nav1 li ul li a.sf-with-ul {
            padding-right: 10px;
        }

#top .subscribe {
    color: #a0a09b;
    float: right;
}

    #top .subscribe .posts, #top .subscribe .comments, #top .subscribe .email {
        padding: 0 5px;
    }

/*- Main Navigation - */

#topmenu #rss {
    height: 38px;
    position: relative;
    z-index: 9998;
    right: 0;
    top: -10px;
    width: 39px;
}

#topmenu {
    background: #fffeff url(images/bg-nav.png) repeat-x top;
    border-bottom: 1px solid #dcdcd4;
    height: 33px;
    margin-bottom: 20px;
    position: relative;
    z-index: 9998;
}

    #topmenu li {
        border-left: 1px solid #dedbd1;
        float: left;
        line-height: 33px;
    }

        #topmenu li a {
            color: #333;
            display: block;
            margin: 0;
            padding: 0 15px;
            position: relative;
        }

            #topmenu li a:hover, #topmenu li.active a {
                text-decoration: none;
            }

#nav, #nav ul {
    float: left;
    list-style: none;
    padding: 0;
}

    #nav a {
        display: block;
    }

    #nav li {
        float: left;
        line-height: 33px;
    }

        #nav li a:hover {
            background: none;
        }

        #nav li ul {
            left: -999em;
            padding-top: 1px;
            position: absolute;
            width: 211px;
            margin-left: -1px;
        }

        #nav li:hover ul, #nav li.sfhover ul {
            left: auto;
            z-index: 1000;
        }

        #nav li ul li a {
            border-bottom: 1px solid #dedbd1;
            border-left: 1px solid #dedbd1;
            border-right: 1px solid #dedbd1;
            line-height: 28px;
            width: 180px;
        }

        #nav li ul ul {
            margin: -29px 0 0 180px;
        }
/* Style drop down list  */

.nav1 li, .fl {
    float: left;
}

    .nav1 li ul ul li a, #main .date-comments p {
        line-height: 20px;
    }

    .nav1 li ul ul {
        margin: -25px 0 0 150px;
    }

    .nav1 li:hover, .nav1 li.hover {
        position: static;
    }

        .nav1 li:hover ul ul, .nav1 li.sfhover ul ul, .nav1 li:hover ul ul ul, .nav1 li.sfhover ul ul ul, .nav1 li:hover ul ul ul ul, .nav1 li.sfhover ul ul ul ul {
            left: -999em;
        }

        .nav1 li:hover ul, .nav1 li.sfhover ul, .nav1 li li:hover ul, .nav1 li li.sfhover ul, .nav1 li li li:hover ul, .nav1 li li li.sfhover ul, .nav1 li li li li:hover ul, .nav1 li li li li.sfhover ul {
            left: auto;
        }

#nav li a:hover, #nav li.current_page_item a, #nav li.current_page_parent a, #nav li.current-menu-ancestor a, #nav li.current-cat a, #nav li.current-menu-item a {
    background: #1F2B4B;
    color: #ffcc00;
}

#nav li ul li {
    border: none;
}

    #nav li ul li a {
        background: #FFF url(images/bg-nav.png) repeat-x top !important;
    }

        #nav li ul li a:hover {
            background: #FFF !important;
        }

#nav .sf-sub-indicator {
    background: url(images/arrow-superfish.png) no-repeat;
    position: absolute;
    display: block;
    right: 0.4em;
    top: 40%;
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
}

#nav li ul .sf-sub-indicator {
    background: url(images/arrow-superfish-right.png) no-repeat;
}

#nav li a.sf-with-ul {
    padding-right: 22px;
}

#nav li ul li a.sf-with-ul {
    padding-right: 15px;
}

#nav li ul ul {
    margin: -30px 0 0 210px;
}
/*=== Styling Boxes === - Box (main column boxes) - */

.box {
    background: #FFF url(images/bgr-box-trans.png) repeat-x top left;
    border: 1px solid #dedbd1;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 18px;
}

.expertstag ul {
    list-style: square inside none;
    margin: -16px 0 20px 0;
    padding-top: 0;
    font: 14px/1.6em sans-serif;
}

.formedia {
}

.box img {
    border: 1px solid #999;
    border: 1px solid #999999;
}

#main .block.two-col {
    width: 280px;
    margin-right: 20px;
    float: left;
}

#main .block.last {
    margin-right: 0px;
}

/* Ads */
#topad {
    float: right;
    padding: 15px 0 0 0;
}

#home-ad, #single-ad, .home-ad {
    background: url("images/bgr-box-trans.png") repeat-x scroll left top #F5F4F0;
    border: 1px solid #DEDBD1;
    padding: 10px;
    text-align: center;
    margin: 15px 0;
}
/* SEARCH FORM */
.searchform {
    background: #fff;
    width: 99%;
    position: relative;
    border-color: #ccc #efefef #efefef #ccc;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .searchform .s {
        padding: 8px;
        width: 85%;
        margin: 0;
        border: none;
        background: none;
        color: #777;
    }

    .searchform .search-submit {
        position: absolute;
        top: 6px;
        right: 10px;
        border: none;
        margin: 0;
        padding: 0;
    }
/* Slider */

#slides {
    position: relative;
}

    #slides .slides_container {
        border: 1px solid #999999;
    }

        #slides .slides_container .slide {
            width: 540px;
            position: relative;
            display: none;
        }

            #slides .slides_container .slide:first-child {
                display: block
            }

    #slides .next, #slides .prev {
        display: block;
        height: 62px;
        left: 19px;
        position: absolute;
        top: 38%;
        width: 28px;
        z-index: 101;
        text-indent: -999em;
        background: url(images/btn-slider-left.png) no-repeat left center;
        opacity: 0.8;
    }

    #slides .next {
        left: 532px;
        background: url(images/btn-slider-right.png) no-repeat left center;
    }

        #slides .next:hover, #slides .prev:hover {
            opacity: 1;
        }

    #slides .pagination {
        margin: 0 auto;
        padding-top: 10px;
        width: 42px;
    }

        #slides .pagination li {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin-right: 2px;
        }

body.ie7 #slides .pagination {
    padding-top: 5px;
}

    body.ie7 #slides .pagination li {
        display: inline;
        zoom: 1;
    }

#slides .pagination li a {
    background-image: url("images/btn-slider-pagination.png");
    background-position: 0 0;
    display: block;
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 12px;
    width: 12px;
}

#slides .pagination li.current a {
    background-position: 0 -12px;
}

#slides h2.title {
    position: absolute;
    bottom: 20px;
    left: 0;
    background: #000;
    background: rgba(0,0,0,.5);
    padding: 10px 15px;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    line-height: 1em;
}

    #slides h2.title a {
        color: #fff;
    }

#slides img {
    border: none;
    margin: 0;
}

.slides_control {
    height: 300px !important;
}


#slides p.sliderSubheadline {
    padding: 0 0 5px 0;
    margin: 0;
    color: #ffcc00;
    text-shadow: 0 1px 0 #000;
    line-height: 1em;
    font-style: italic;
}

/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

.post {
}

    .post .title a {
        color: #000;
        padding-bottom: 0px;
    }

    .post .date-comments {
        border-bottom: 1px solid #cacaca;
        color: #999;
        font-size: 11px;
        height: 30px;
        line-height: 25px;
        margin: 0 0 10px;
    }

        .post .date-comments a {
            color: #999 !important;
        }

#intheNews .post h1 {
    font-size: 1.8em;
}

    #intheNews .post h1 a {
        color: #222222;
    }

#intheNews p,
.formedia p {
    border-bottom: 1px solid #E6E6E6;
    color: #336699;
    padding: 15px 0;
    margin: 0;
}

    #intheNews p a,
    .formedia p a {
        color: #336699;
    }

        #intheNews p a:hover,
        .formedia p a:hover {
            color: #336699;
        }

span.comments {
    background: url(images/ico-comments.gif) no-repeat left;
    padding: 0 0 0 20px;
}

span.continue {
    background: url(images/ico-continue-trans.png) no-repeat left;
    line-height: 20px;
    padding: 3px 0 4px 25px;
}

    span.continue a:hover {
    }

span.continue-archives {
    background: url(images/ico-arrow-trans.png) no-repeat right center;
    margin-bottom: 20px;
    padding: 0 15px 0 0;
}

span.continue-archives-alt {
    background: url(images/ico-arrow-trans-left.png) no-repeat left center;
    margin-bottom: 20px;
    padding: 0 0 0 15px;
}

    span.continue-archives a, span.continue-archives-alt a {
        color: #777;
        font-size: 14px;
        font-weight: 700;
    }

a.more {
    background: url(images/ico-arrow-trans.png) no-repeat left;
    color: #777;
    font-size: 11px;
    padding: 0 0 0 15px;
}

#main h3 {
    line-height: 1.3em;
    background: #f5f4f0;
    border: 1px solid #dedbd1;
    color: #363636;
    font-size: 16px;
    margin: 0 0 15px;
    padding: 10px 18px 5px;
    text-align: left;
}

body.archive #main h3 {
    line-height: 2.7em;
    padding: 0 18px 10px;
}

.websiteInformation {
    font-size: 13px;
    line-height: normal;
    color: #666666;
    text-transform: none;
    font-weight: normal;
}

    .websiteInformation a:hover {
        text-decoration: underline;
    }
/*=== Misc. === */

.fix {
    clear: both;
    height: 1px;
    margin: 0 0 -1px;
    overflow: hidden;
}

img.fl {
    margin: 0 12px 5px 0;
}

img.post-thumbnail {
    float: left;
    margin: 5px 10px 15px 0px;
}

.fr {
    float: right;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.gravatar {
    background: #FFF;
    border: 1px solid #DEDBD1;
    float: left;
    margin: 0 7px 0 0;
    padding: 4px;
}

#sidebar .related-posts {
    background: url("images/bgr-box-trans.png") repeat-x scroll left top #F5F4F0;
    border: 1px solid #DEDBD1;
    margin: 0 0 15px;
    padding: 18px 18px 0 18px !important;
}

    #sidebar .related-posts ul {
        background: #fff;
        border-top: 1px solid #DDDDDD;
        border-left: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD;
        float: none !important;
        clear: both;
        list-style: none outside none;
        margin: 1em 0 2em;
        padding: 0;
        width: 100%;
    }

    #sidebar .related-posts h3 {
        background: none repeat scroll 0 0 #EBE9E1;
        border: 1px solid #DEDBD1;
        color: #666666;
        display: block;
        font: bold 12px/18px sans-serif;
        margin: 0 0 7px;
        padding: 5px 8px;
        text-align: left;
    }

    #sidebar .related-posts ul li {
        background: none repeat scroll 0 0 transparent;
        border-bottom: 1px solid #E6E6E6;
        display: inline-block;
        margin: 0;
        padding: 10px;
        border-left: none;
        border-right: none;
        width: 94%;
    }

    #sidebar .related-posts img {
        background-color: #FFFFFF;
        border: 1px solid #DDDDDD;
        float: left;
        margin: 0 8px 0 0;
        padding: 2px;
        height: 35px;
        width: 35px;
    }

    #sidebar .related-posts a:hover {
    }
/*========= VIDEO ========= */

.post .video {
    display: block;
    margin: 0 0 20px;
}
/*========= SINGLE POST SPECIFIC ========= */

.entry, .entry p {
    font: 14px/1.6em sans-serif;
}

    .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
        margin: 0 0 0.5em;
        line-height: 1.5em;
    }

    .entry h2 {
        font-size: 18px;
    }

    .entry p {
        margin-bottom: 1.4em;
    }

    .entry strong a {
        color: unset;
    }

    .entry a:hover {
    }



span.tags {
    background: url(images/ico-tags-trans.png) no-repeat left;
    padding: 1px 0 0 20px;
    line-height: 150%;
}

    span.tags a:hover {
    }

.post .title {
    padding: 5px 0;
}

.page .post .title {
    padding: 5px 0 10px;
}

.entry blockquote {
    border-left: 2px solid #777;
    color: #777;
    font-style: italic;
    margin: 5px auto 15px;
    padding: 0 10px;
    width: 85%;
}

    .entry blockquote p {
        font-size: 12px;
        line-height: 20px;
        margin: 5px 0;
        padding: 5px 0;
    }

.entry img {
    background: #F8F8F4;
    border: solid 1px #e6e6e6;
    padding: 2px;
    float: left;
    margin: 0 10px 10px 0;
}

.entry blockquote p {
    font-style: italic;
    font-family: serif;
    font-size: 14px;
}

.entry ul {
    margin-bottom: 1.5em;
    padding: 0 0 0 0;
    list-style: inside;
}

    .entry ul ul {
        margin: 0;
    }

    .entry ul li {
        list-style-type: square;
    }

    .entry ul ul li {
        list-style-type: square;
    }

.entry ol {
    margin-bottom: 1.5em;
    padding: 0 0 0 0;
    list-style: inside;
}

    .entry ol ol {
        margin: 0;
    }

    .entry ol li {
        list-style-type: decimal;
    }

        .entry ol li ol li {
            list-style-type: lower-latin;
        }
/*========= ARCHIVE SPECIFIC ========= */

.arclist ul li {
    border-bottom: 1px solid #f1f1ed;
    color: silver;
    font-size: 12px;
    padding: 5px 0;
}

.catrss {
    background: url(images/ico-rss.gif) center left no-repeat;
    line-height: 16px;
    padding-left: 24px;
}

    .catrss a:hover {
    }

#main h3.template-title {
    margin-bottom: 20px;
}

/* Misc */

.entry .wp-caption {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    background: #F8F8F4;
    border: solid 1px #e6e6e6;
    padding: 1px;
    text-align: center;
}

    .entry .wp-caption img {
        background: none;
        border: 0;
        margin: 0;
        padding: 4px 0;
    }

.entry .wp-caption-text {
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.entry .aligncenter {
    display: block;
    margin: 10px auto 20px;
}

.entry .alignleft {
    float: left;
    margin: 0 10px 8px 0;
}

.entry .alignright {
    float: right;
    margin: 10px 0 8px 10px;
}
/* Pagination / WP-Pagenavi */
.nav-entries, .wp-pagenavi {
    margin: 0;
    padding: 5px 0;
}

    .nav-entries a, #post-entries a {
        display: block;
        color: #777 !important;
        font-weight: bold;
        text-decoration: none;
    }

        .nav-entries a:hover, #post-entries a:hover {
            text-decoration: underline;
        }

.wp-pagenavi {
    margin: 0 !important;
    text-align: center;
}

    .wp-pagenavi a:link, .wp-pagenavi a:visited {
        display: inline !important;
        text-decoration: none !important;
        background: #EEEEEE;
        background: rgba(255,255,255,.4);
        color: #666;
        padding: 3px 7px !important;
        border: 1px solid #DDDDDD !important;
    }

    .wp-pagenavi .current, .wp-pagenavi .on, .wp-pagenavi a:hover {
        padding: 3px 7px !important;
        background: #ddd;
        background: rgba(0,0,0,.05);
        border: 1px solid #bbb !important;
    }

    .wp-pagenavi span.extend, .wp-pagenavi span.pages {
        background: none !important;
        border: none !important;
        color: #999 !important;
    }

#post-entries {
    padding: 10px 0;
    margin: 0 0 20px 0;
}
/* Single Post Author */
#post-author {
    background: url("images/bgr-box-trans.png") repeat-x scroll left top #F5F4F0;
    padding: 15px;
    border: 1px solid #DEDBD1;
    clear: both;
    margin: 0 0 15px;
}

    #post-author h4 {
        margin-bottom: 5px;
        font-family: Georgia, "Times New Roman", Times, serif;
    }

    #post-author .profile-content {
        line-height: 1.5em;
    }

    #post-author .profile-image {
        float: left;
        margin: 0 15px 5px 0;
        padding: 5px;
        border: 1px solid #e6e6e6;
        background: #F8F8F8;
        background: rgba(255,255,255,0.7);
    }

    #post-author .profile-link {
    }
/* Subscribe & Connect  */
#main #connect {
    background: url("images/bgr-box-trans.png") repeat-x scroll left top #F5F4F0;
    padding: 15px;
    border: 1px solid #DEDBD1;
    clear: both;
    margin: 0 0 15px;
}

    #main #connect .col-left, #connect .col-right {
        width: 48%;
    }

#connect .title {
    margin-bottom: 10px;
}

#main #connect .title {
    padding: 0;
    border: 0;
    background: none;
    font-size: 18px;
}

#connect p {
    margin: 0 0 1em;
    font-size: 12px;
}

#connect .newsletter-form {
    margin: 0 0 1em;
}

    #connect .newsletter-form .input {
    }

    #connect .newsletter-form .email {
        width: 160px;
    }

    #connect .newsletter-form .submit {
        cursor: pointer;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

#connect p a:hover {
}

#connect .social {
}

    #connect .social a {
        opacity: 0.8;
    }

        #connect .social a:hover {
            opacity: 1;
        }

#connect .related-posts {
    border-left: 1px solid #e6e6e6;
    padding-left: 15px;
}

    #connect .related-posts ul {
        list-style: outside disc;
        margin: 5px 0 5px 15px;
    }

    #connect .related-posts li {
        padding: 2px 0;
    }

.widget #connect .fl, .widget #connect .fr {
    float: none;
}
/* Entry Tables */
.entry table {
    width: 100%;
    border: 1px solid #e6e6e6;
    margin-bottom: 1.2em;
}

    .entry table tr.alt-table-row {
        background: #f9f9f9;
    }

    .entry table th {
        padding: 6px 0 3px 0;
        background: #EEEEEE;
        border: 1px solid #e6e6e6;
        text-shadow: 1px 1px 0 #fff;
        box-shadow: inset 0 0 1px #fff;
        -moz-box-shadow: inset 0 0 1px #fff;
        -webkit-box-shadow: inset 0 0 1px #fff;
    }

    .entry table td {
        padding: 6px 0 3px 10px;
        border: 1px solid #e6e6e6;
    }
/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

.widget {
    background: #f5f4f0 url(images/bgr-box-trans.png) repeat-x top left;
    border: 1px solid #dedbd1;
    margin: 0 0 15px;
    padding: 18px;
}

    .widget h3 {
        background: #ebe9e1;
        border: 1px solid #dedbd1;
        color: #666666;
        display: block;
        font: bold 12px/18px sans-serif;
        margin: 0 0 7px;
        padding: 5px 8px;
        text-align: left;
    }

#mpu_banner {
    border: 1px solid #dedbd1;
}

.ads, .author_info ul, .author_info li {
    margin: 0;
    padding: 0;
}

.widget .flickr_badge_image img {
    background: #fff;
    border: 1px solid #dedbd1;
    float: left;
    margin: 4px 9px 4px 0;
    padding: 7px;
}

    .widget .flickr_badge_image img:hover {
        background: #ebe9e1;
        border: 1px solid #dedbd1;
    }

.widget .ads img {
    border: 1px solid #dedbd1;
    float: left;
    margin: 10px 0 0 15px;
}

    .widget .ads img.last {
        float: right;
        margin: 0;
    }

.widget .textwidget {
    line-height: 1.5em;
}

.widget.ads-125 img {
    padding: 10px;
}
/*- Widget lists - */

.widget ul {
    line-height: 16px;
    padding: 0;
}

    .widget ul li {
        background: url(images/bullet.png) no-repeat 0 1px;
        padding: 0 0 5px 18px;
        border-bottom: 1px solid #e6e6e6;
        margin: 5px 0;
    }

        .widget ul li a {
            color: #336699;
        }

        .widget ul li ul {
            margin: 5px 0 0 10px;
        }
/*- WooTabs - */

#tabs ul.wooTabs {
    margin: 0 0 8px;
}

    #tabs ul.wooTabs li {
        list-style: none;
        float: left;
        display: inline-block;
        color: #ffffff;
        padding: 0;
        cursor: pointer;
        background: #fff;
        margin: 0 7px 8px 0;
        border: 1px solid #DEDBD1;
    }

        #tabs ul.wooTabs li a {
            color: #666666;
            display: block;
            float: left;
            font: bold 12px/18px sans-serif;
            padding: 5px 8px;
        }

            #tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover {
                text-decoration: none;
                background: #EBE9E1;
                border-bottom: none;
            }

#tabs .inside {
    padding: 0;
}

    #tabs .inside li {
        background: #fff;
    }

#tabs #tab-tags {
    background: #fff;
    padding: 10px;
    border: 1px solid #e6e6e6;
}

#tabs .inside ul {
    margin: 0;
    border: 1px solid #e6e6e6;
    border-width: 1px 0 1px 0;
}

#tabs .inside li {
    border: 1px solid #e6e6e6;
    border-width: 0 1px 1px 1px;
    padding: 10px;
    margin: 0;
}

    #tabs .inside li a {
        color: #336699;
        font: normal 12px/18px arial;
    }

#tabs .inside a:hover {
    color: 0066cc;
}

#tabs .inside li span.meta {
    display: none;
    visibility: hidden;
}

#tabs .inside li img.avatar, #tabs .inside li img.thumbnail {
    border: 1px solid #ddd;
    padding: 2px;
    background-color: #ffffff;
    float: left;
    margin: 0 8px 0 0;
}

#tabs .inside .list {
    display: none;
}

    #tabs .inside .list:first-child {
        display: block;
    }

#tab-featured .attachment-post-thumbnail, #tab-featured .wp-post-image {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    float: left;
    margin: 0 8px 0 0;
    padding: 2px;
    height: 35px;
    width: 35px;
}
/* Twitter */

.widget_woo_twitter .tlogo {
    background: none;
    border: none;
    padding: 0;
}

.widget_woo_twitter .back {
    padding: 5px 15px 15px;
    background: #fff;
    border: 1px solid #e6e6e6;
}

.widget_woo_twitter ul {
    background: none;
    padding-left: 0;
}

    .widget_woo_twitter ul li {
        border-bottom: 1px solid #e6e6e6;
        padding: 10px 0px;
        list-style: none;
        background: none;
    }

        .widget_woo_twitter ul li a {
            padding: 0px;
        }

        .widget_woo_twitter ul li .time {
            color: #999;
        }

.widget_woo_twitter p {
    padding-top: 10px;
}

    .widget_woo_twitter p a {
        color: #222;
    }

.widget_woo_twitter ul li .content {
    font-size: 14px;
    line-height: 1.4em;
    font-family: 'Droid Serif', Georgia, serif;
}

.widget.widget_woo_twitter h3 {
    border-bottom: none;
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
}
/* Blog Author Widget */
.widget_woo_blogauthorinfo .avatar {
    padding: 5px;
    border: 1px solid #e6e6e6;
    background: #F8F8F8;
    background: rgba(255,255,255,0.7);
}

.widget_woo_blogauthorinfo .left {
    float: left;
    margin: 0 10px 5px 0;
}

.widget_woo_blogauthorinfo .right {
    float: right;
    margin: 0 0 5px 10px;
}
/* CALENDAR */
#wp-calendar {
    width: 100%;
    margin-bottom: 15px;
    clear: both;
    padding: 0;
}

    #wp-calendar caption {
        padding: 0 0 10px;
    }

    #wp-calendar th, #wp-calendar td {
        text-align: center;
        background: rgba(0,0,0,.05);
        padding: 5px;
    }

    #wp-calendar td {
        background: transparent;
    }

    #wp-calendar td, table#wp-calendar th {
        padding: 3px 0;
    }
/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/

h2.commh2 {
    color: #333 !important;
    font-size: 1.4em !important;
    padding: 0 0 5px;
}

ol.commentlist {
    line-height: 20px;
    list-style: none;
    margin: 10px 0 20px;
    padding: 0;
}

    ol.commentlist p, #respond p {
        line-height: 20px;
        margin-bottom: 10px;
    }

    ol.commentlist .content {
        margin-left: 70px;
    }

.commentmetadata a {
    color: #333;
    font-size: 11px;
}

ol.commentlist cite {
    font-style: normal;
    font-weight: 700;
}

ol.commentlist li.comment {
    background: #F8F8F4;
    border: 1px solid #DEDBD1;
    margin: 10px 0;
    padding: 15px 15px 5px;
}

input#submit {
    background: #F5F4F0;
    border: 1px solid #DEDBD1;
    color: #363636;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 7px;
    padding: 7px 10px;
    text-align: left;
    cursor: pointer;
}
/* Pingbacks / Trackbacks  */

h3#pings {
    margin: 20px 0 10px;
}

.pinglist {
    margin-bottom: 20px;
}

    .pinglist li {
        list-style-type: decimal;
        margin: 0 0 0 20px;
    }

        .pinglist li .author {
            font-size: 15px;
            font-weight: 700;
        }

        .pinglist li .date {
            font-size: 11px;
        }

        .pinglist li .pingcontent {
            display: block;
            margin: 10px 0;
        }

#comments .reply a {
    font: 11px/18px sans-serif;
    background: #eee;
    border-color: #888;
    color: #555 !important;
    text-shadow: none;
}

    #comments .reply a:hover {
        background-color: #e6e6e6;
    }

#comments .nocomments {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 20px;
}
/*-------------------------------------------------------------------------------------------*/
/* 6. MISC */
/*-------------------------------------------------------------------------------------------*/

/* Contact Form  */

#contact-page .screenReader {
    left: -9999px;
    position: absolute;
    top: -9999px;
}

#contact-page ol.forms {
    float: left;
    list-style: none;
    margin: 10px 0 0;
    width: 100%;
}

    #contact-page ol.forms li {
        clear: both;
        float: left;
        margin-bottom: 18px;
        position: relative;
        width: 100%;
    }

    #contact-page ol.forms label {
        cursor: pointer;
        display: block;
        float: left;
        font-weight: 700;
        padding-right: 20px;
        width: 100px;
    }

    #contact-page ol.forms input.txt {
        width: 214px;
    }

    #contact-page ol.forms input#sendCopy {
        border: none;
    }

    #contact-page ol.forms textarea {
        height: 300px;
        width: 400px;
    }

    #contact-page ol.forms li .error {
        color: red;
        display: block;
        font-size: 12px;
        margin-left: 120px;
    }

    #contact-page ol.forms li.textarea .error {
        display: block;
        margin-left: 120px;
    }

    #contact-page ol.forms li.screenReader {
        margin-bottom: 0;
    }

    #contact-page ol.forms li.buttons .submit {
        margin: 15px 0 0 120px;
    }

    #contact-page ol.forms li.inline input {
        margin-left: 120px;
        width: auto;
    }

    #contact-page ol.forms li.inline label {
        display: inline;
        float: none;
        width: auto;
    }
/* Gravity forms  */

.gfield {
    margin-bottom: 10px;
}

.gform_wrapper .top_label .gfield_label {
    display: block;
    margin: 5px 0 4px !important;
    padding-right: 20px;
    width: 80px;
}

.gform_wrapper input.button {
    padding: 5px 10px 6px !important;
}

.gform_wrapper input {
    padding: 5px 3px !important;
}

.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
    padding: 7px 3px !important;
    width: 400px !important;
}

.gform_wrapper .entry img, .gform_wrapper img.thumbnail {
    border: 0 !important;
    padding: 0 !important;
}

ul.top_label .clear-multi {
    clear: none !important;
}

.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio {
    margin-left: 120px !important;
}

img.ui-datepicker-trigger {
    display: none !important;
}

.gform_wrapper input, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
    border: 1px solid #CACACA;
}

.entry .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
    list-style: none !important;
}
/* Buttons */
a.button, a.comment-reply-link, #commentform #submit, .submit {
    display: inline-block;
    margin: 5px 0;
    padding: 3px 8px;
    border: 1px solid #4081af;
    border-bottom-color: #20559a;
    color: white !important;
    text-align: center;
    text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
    text-decoration: none;
    /*Border radius*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*Background*/
    background: #237fd7; /*Fallback*/
    background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #52a8e8), color-stop(1, #2e76cf) );
    background: -moz-linear-gradient( center top, #52a8e8 20%, #2e76cf 100% );
    /*Box shadow*/
    -webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
    -moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
    box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
}

    a.button.large {
        padding: 6px 16px;
    }

    a.button.small, a.comment-reply-link {
        padding: 0px 10px;
    }

        a.button:hover, a.button.hover, a.button.active, a.comment-reply-link:hover, #commentform #submit:hover, .submit:hover {
            text-decoration: none !important;
            /*Background*/
            background: #0073d2; /*Fallback*/
            background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #3e9ee5), color-stop(1, #1666ca) );
            background: -moz-linear-gradient( center top, #3e9ee5 20%, #1666ca 100% );
        }

    a.button:active, a.button.active {
        border-color: #20559a;
        /*Box shadow*/
        -webkit-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/, 0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
        -moz-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/, 0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
        box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/, 0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
    }

    a.button.inactive, {
        border: 1px solid #d5d5d5;
        border-bottom-color: #e6e2e2;
        color: #aeaeae;
        text-shadow: 0 1px 0 white;
        /*Background*/
        background: #e8e8e8; /*Fallback*/
        background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #f3f3f3), color-stop(1, #e6e6e6) );
        background: -moz-linear-gradient( center top, #f3f3f3 20%, #e6e6e6 100% );
        /*Box shadow*/
        -webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.5) /*Top*/, inset 0 0 2px hsla(0,100%,100%,.1) /*Shine*/, 0 1px 0 hsla(0, 100%, 100%, .7) /*Shadow*/;
        -moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.5) /*Top*/, inset 0 0 2px hsla(0,100%,100%,.1) /*Shine*/, 0 1px 0 hsla(0, 100%, 100%, .7) /*Shadow*/;
        box-shadow: inset 0 1px 0 hsla(0,100%,100%,.5) /*Top*/, inset 0 0 2px hsla(0,100%,100%,.1) /*Shine*/, 0 1px 0 hsla(0, 100%, 100%, .7) /*Shadow*/;
    }
/*Experts*/

#expert h3 {
    background: none;
    border: none;
    margin-bottom: 5px;
    padding: 0;
    margin: 10px 0;
}

#expert ul {
    line-height: 150%;
    list-style: square inside none;
    font-size: 14px;
    margin: 0 0 20px 0;
    padding-top: 0;
}

.expertCallout {
    float: right;
    padding: 5px;
    margin: 0 0 15px 15px;
    width: 203px;
    background: #F5F4F0;
    border: 1px solid #DEDBD1;
}

    .expertCallout p {
        padding-top: 10px;
        font-size: 13px;
    }

    .expertCallout a {
        word-wrap: break-word;
    }

        .expertCallout a:hover {
        }

    .expertCallout .title {
        font-size: 14px;
        font-weight: bold;
    }

.centers .hidden,
.institutes .hidden,
.collections .hidden {
    display: none;
}

#expert p {
    margin: 0 0 15px 0;
}

.relatedPosts .related-posts {
    background: none;
    border: none;
}

#magazine .box img {
    border: 1px solid #999;
    border: 1px solid #999999;
    float: left;
    margin: 0 15px 15px 0;
    padding: 2px;
}
/*IE Specific*/
.ie #nav li ul {
    margin-top: -1px;
}

.ie #nav li li ul {
    margin-top: -30px;
}

.ie #nav .sf-sub-indicator {
    top: 15%;
}

.ie #nav li ul .sf-sub-indicator {
    top: 40%;
}

.ie8 #nav .sf-sub-indicator {
    top: 40%;
}

p.wp-cpl-read-more {
    font-size: 12px;
    font-style: none !important;
    font-weight: bold;
}

    p.wp-cpl-read-more a:hover {
    }

.widget ul.wp-cpl-widget {
    border-top: #E6E6E6 solid 1px !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: none !important;
    background: #fff !important;
    line-height: 16px !important;
}

    .widget ul.wp-cpl-widget li {
        border: 1px solid #e6e6e6 !important;
        border-width: 0 1px 1px 1px !important;
        padding: 10px !important;
        margin: 0 !important;
    }

.crp_related {
}

    .crp_related ul {
        padding: 0;
        list-style: none;
    }

        .crp_related ul li {
            background: none repeat scroll 0 0 transparent;
            border-color: #E6E6E6;
            border-style: solid;
            border-width: 0 1px 1px;
            color: #666666;
            line-height: 150%;
            margin: 0;
            padding: 10px;
        }

            .crp_related ul li a:hover {
            }

#tumblr-widget-2 ul {
    border: 1px solid #DEDBD1;
    height: 400px;
    line-height: 16px;
    overflow-x: auto;
    padding: 10px;
    background: #fff;
}

#tumblr-widget-2 a:hover img {
    border-bottom: none;
}

#tumblr-widget-2 img {
    float: left;
    padding: 0 10px 10px 0;
}

#tumblr-widget-2 ul li {
    background: none;
}

#tumblr-widget-2 p {
    font-size: 12px;
}

/*- Tabs - */

.tabber-widget-basic-light a {
    color: #336699 !important;
}

ul.tabber-widget-tabs {
    margin: 0 0 8px;
}

    ul.tabber-widget-tabs li {
        list-style: none;
        float: left;
        display: inline-block;
        color: #ffffff;
        padding: 0;
        cursor: pointer;
        background: #EBE9E1;
        font-weight: bold;
    }

.tabber-widget-basic-light ul.tabber-widget-tabs a {
    color: #666666 !important;
    display: block;
    float: left;
    font: bold 12px/18px sans-serif;
    padding: 5px 8px;
    background: #EBE9E1 !important;
    margin: 0 !important;
}

ul.tabber-widget-tabs li a.selected, ul.tabber-widget-tabs li a:hover {
    text-decoration: none;
    background: #fff !important;
    border-bottom: none !important;
    margin: 0;
    color: #666666 !important;
}

.execphpwidget li {
    background: none repeat scroll 0 0 transparent;
    list-style: none outside none;
    padding: 5px;
}

.tabber-widget-basic-light .tabber-widget-content {
    padding: 0 !important;
}



.inside {
    padding: 0;
}

    .inside li {
        background: #fff;
    }

.tabber-widget-basic-light .tabber-widget-content ul {
    margin: 0;
    border: 1px solid #e6e6e6;
    border-width: 1px 0 0 0;
    background: #fff;
}

.tabber-widget-basic-light .tabber-widget-content li,
#featuredExperts ul li,
.widget_rss ul li {
    border: 1px solid #e6e6e6;
    border-width: 0 1px 1px 1px;
    padding: 10px;
    margin: 0;
    background: #FFF;
    color: #666;
    line-height: 150%;
}

.widget_rss h3 {
    margin-bottom: 0;
}

    .widget_rss h3 a:hover {
        color: #336699;
    }

ul li a.rsswidget {
    font-weight: bold;
}

    ul li a.rsswidget:hover {
        color: #336699;
        font-weight: bold;
    }

.widget_rss .rss-date {
    display: block;
    font-style: italic;
}

.inside li a {
    color: #336699;
    font: normal 12px/18px arial;
}

.inside a:hover {
    color: 0066cc;
}

.inside li span.meta {
    display: none;
    visibility: hidden;
}

.inside li img.avatar, .inside li img.thumbnail,
#featuredExperts img {
    border: 1px solid #ddd;
    padding: 2px;
    background-color: #ffffff;
    float: left;
    margin: 0 8px 0 0;
}

.inside .list {
    display: none;
}

    .inside .list:first-child {
        display: block;
    }




.execphpwidget .attachment-post-thumbnail, .execphpwidget .wp-post-image {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    float: left;
    margin: 0 8px 0 0;
    padding: 2px;
    height: 35px;
    width: 35px;
}

.execphpwidget {
    border-top: 1px solid #DDDDDD;
    background: #fff;
}

    .execphpwidget li {
        background: #fff;
    }

    .execphpwidget a:hover {
        text-decoration: underline;
    }
/*- Search options - */

#searchAnchor {
    float: right;
    padding: 0 0;
    text-align: right;
}

    #searchAnchor a:hover {
    }
/*- Experts and Magazine Search and Archive Results - */

#main .expert .date-comments,
#main .magazine .date-comments {
    display: none;
}

#main .expert .line,
#main .magazine .line {
    border-bottom: 1px solid #CACACA;
    color: #999999;
    margin: 0 0 8px;
    padding: 0 0 10px;
}

#main .expert ul {
    font-size: 13px;
    line-height: 180%;
    list-style: square inside none;
    margin-top: -10px;
    padding-bottom: 15px;
}

.post-more a:hover, .post-meta a:hover, .post p.tags a:hover, #top .subscribe a:hover {
}

.widget_search .screen-reader-text {
    display: none;
}

.widget_search input#s {
    width: 76%;
}
/*- Short code - */

/*-------------------------------------------------------------------------------------------*/
/* 1. Info Boxes */
/*-------------------------------------------------------------------------------------------*/
.woo-sc-box.normal {
    background: none repeat scroll 0 0 #FEFFF7 !important;
    border: 1px solid #DEDBD1 !important;
    display: block;
    float: left;
    margin: 15px 15px 15px 0;
    width: 20em;
    padding: 5px !important;
    font-size: 14px;
}

    .woo-sc-box.normal strong, .woo-sc-box.normal b {
        padding: 5px;
        color: #666666;
        font-weight: bold;
        font-size: 14px;
        background: #EBE9E1;
        display: block;
        margin-bottom: -12px;
    }
/*- 3 columns - */
#mcTagMap .tagindex, #sc_mcTagMap .tagindex {
    padding: 6px 0 10px 0;
    font-family: Arial, Helvetica, sans-serif;
}

    #mcTagMap .tagindex h4, #sc_mcTagMap .tagindex h4 {
        border-bottom: 1px solid #000;
        padding: 0 0 4px 0;
        margin: 2px 0 4px 0;
    }

    #mcTagMap .tagindex ul, #sc_mcTagMap .tagindex ul {
        list-style: none;
        padding: 1px 0;
        margin: 0;
    }

        #mcTagMap .tagindex ul li, #sc_mcTagMap .tagindex ul li {
            list-style: none;
            padding: 2px 0;
            margin: 0;
        }

#mcTagMap .holdleft, #sc_mcTagMap .holdleft {
    display: inline;
    float: left;
    margin: 0 50px 0 0;
    text-align: left;
    width: 280px !important;
    white-space: normal;
}

#mcTagMap .noMargin, #sc_mcTagMap .noMargin {
    margin: 0 0 0 0;
}

#mcTagMap .morelink, #sc_mcTagMap .morelink {
    display: none;
}

#mcTagMap .tagDescription {
    display: block;
    font-size: 90%;
    line-height: 1;
    font-style: italic;
}

#mcTagMap #mcTagMapNav {
    display: block;
    background: #eee;
    text-align: center;
    padding: 10px;
    border: 1px solid #888;
    height: 20px;
    margin: 20px 0;
    font-family: Arial, Helvetica, sans-serif;
}

    #mcTagMap #mcTagMapNav a {
        text-decoration: none;
        padding: 0 10px;
        border-left: 1px solid #888;
        margin: 10px 0;
    }

        #mcTagMap #mcTagMapNav a:first-child {
            border-left: none;
        }

#socialMenu-mobile {
    display: none;
}

body .entry ul#sharebarx li {
    list-style: none !important;
}

#sharebar iframe {
    height: 63px !important;
    text-align: center !important;
    width: 55px !important;
}

#sharebar .stButton {
    padding: 6px 0;
}

#mobileslider {
    display: none;
}

@media only screen and (max-width:481px) {
    body, html {
        width: 100%;
        min-width: 100%;
    }
    /* navigation */
    #socialMenu-mobile {
        border-top: 1px solid #EEEEEE;
        clear: both;
        display: block;
        font-family: arial;
        margin: 15px 0;
        padding: 10px 0;
    }

        #socialMenu-mobile select {
            border: 1px solid #FFCC00;
            float: left;
            font-size: medium;
            margin-left: 13px;
            width: 69%;
        }

    #background, .col-full, #header, .attachment-full {
        width: 100%;
        height: auto;
    }

    .layout-full #main, #content, #sidebar .secondary {
        width: 97%;
        float: none;
        margin-right: 0;
    }

    #footer-widgets, #footer-widgets .col-full, #main.fullwidth {
        width: 100%;
    }

    #footer {
        width: 97%;
    }

    #main .block.two-col {
        float: none;
        margin-right: 0;
        width: 100%;
    }

    #top, #slides .next, #slides .prev {
        display: none;
    }

    .box .featuredpost img {
        width: 100% !important;
        height: auto !important;
    }

    #logo img.logo {
        display: none;
    }

    #footer, #content {
        padding: 5px;
    }

    #header {
        height: 150px;
    }

    #logo {
        float: none;
        padding: 10px 5px 0;
        margin: 0;
        width: 96%;
    }

    #main, #sidebar {
        margin-top: 20px;
        width: 100%;
    }

        #main h3 {
            height: auto;
            padding: 10px 18px;
        }

    .expertCallout {
        width: 95%;
        margin: 0 0 10px 0;
        float: none;
    }

        .expertCallout img {
            height: auto;
            width: 100%;
        }

    #footer #credit {
        padding-top: 10px;
        text-align: left;
    }

    #nav-dcssb {
        height: 283px !important;
    }

    #footer-widgets .col-4 .block {
        float: none;
        margin: 20px 10px 10px;
        width: 93%;
    }

    #mcTagMap #mcTagMapNav {
        height: auto;
    }

    #contactUs img {
        margin-right: 8px;
        padding: 0;
        float: left;
    }

    #dcssb-float {
        display: none;
    }

    .woo-sc-box.normal {
        width: 95%;
    }

    #mobileslider {
        display: block;
    }

    #desktopslider {
        display: none;
    }

    #slides .slides_container .slide {
        display: block;
        width: 100%;
    }

    #slides img {
        width: 100%;
        height: auto;
        border: 1px solid #999999;
    }

    #slides h2.title {
        background: none repeat scroll 0 0 #FFFFFF;
        clear: both;
        color: #333333;
        margin-top: 20px;
        position: relative;
        padding: 10px 10px 10px 0;
    }

        #slides h2.title a {
            color: #000000;
            text-shadow: none;
        }

    #slides p.sliderSubheadline {
        color: #333;
        font-style: italic;
        line-height: 1em;
        margin: 0;
        padding: 0 0 5px;
        text-shadow: none;
    }
}

/* Print Styles */
@media print {
    #top, #sidebar, #footer-widgets, #dcssb-float {
        display: none !important;
        visibility: hidden !important;
    }

    #main {
        width: 100%;
    }
}

/*Menu*/
.nav-tabs-2 {
    border-bottom-color: #eee;
}

.nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs-2 .nav-link.active, .nav-tabs-2 .nav-link.active:focus, .nav-tabs-2 .nav-link.active:hover {
    color: white;
    border-color: #3e70c9;
    background-color: #3e70c9;
}

.nav-tabs-2 .nav-link {
    border: none;
    border-bottom: 1px solid transparent;
}

.nav-tabs .nav-link {
    padding: 0.5em 1.25em;
    color: #333;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.nav-tabs .nav-link {
    display: block;
    padding: .5em 1em;
    border: 1px solid transparent;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
}

.navbar-brand, .nav-link {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd;
    text-decoration: none;
}

.tool-search{
    width: 60%;
    height: 26px;
}