/*
Theme Name: GDSF
Author: the GDSF
*/
/* screen version */
@media screen{
    /* general reset */
    * {
        margin:0; 
        padding:0;
        font-size:100.01%;
    }
    ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, blockquote, applet, embed, object, iframe, frameset{margin:0 0 14px;}
    html, body, div, span, applet, embed, object, iframe, frameset,
    p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
    h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
    i, cite, em, var, dfn, address, s, strike, del,
    dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
    fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,side-
    article, aside, canvas, details, figcaption, figure, footer, header,
    hgroup, menu, nav, section, summary, time, mark, audio,video{
        border:0;
        background:none;
    }
    html{
        font-size:62.5%;
        background:#fff url(images/bg-page.gif);
        height:100%;
    }

    body{
        color:#777777;
        font:1.2em Helvetica, Arial, sans-serif;

        background:url(images/bg-body.gif) repeat-x;
        min-height:100%;
        min-width:1002px;
    }


    table li{
        font-size:70%;
    }
    table.border {
        border-width: 1px;
        border-spacing: 0px;
        border-style: outset;
        border-color: gray;
        border-collapse: collapse;
        background-color: white;
        font-size:98%;
    }
    table.border th {
        border-width: 1px;
        padding: 6px;
        border-style: inset;
        border-color: gray;
        background-color: white;
        -moz-border-radius: ;
    }
    table.border td {
        border-width: 1px;
        padding: 6px;
        border-style: inset;
        border-color: gray;
        background-color: white;
        -moz-border-radius: ;
    }

    #content ul ul li{
        font-size:70%;
    }



    #content ul li{
        list-style-position:inside;
        margin-bottom: 6px;
        padding:0 0 3px 28px;
        overflow:hidden;
        vertical-align:top;
        line-height:1.2em;
        list-style-image: none;
        list-style-type: disc;
    }

    #wp-tabs-1 ul li {
        background-image:none;
        list-style:none;
        padding: 0;
        overflow: hidden;
        vertical-align: top;
        line-height: 1.2em;
        margin: 0px;
        list-style-image: none;
        list-style-type: none;
        list-style-position:none;
    }

    .yellow{
        background-color: #FFC;
    }

    a{
        text-decoration:underline;
        color:#003E7E;
    }
    a:hover{text-decoration:none;}
    input, textarea, select{
        font:100% arial,sans-serif;
        vertical-align:middle;
        color:#000;
        overflow:auto;
    }
    label{vertical-align:middle;}
    button, input{
        width:auto;
        overflow:visible;
    }
    h1, h2, h3, h4, h5, h6, b, strong, th{font-weight:bold;}
    h1{font-size:200%; color:#000000}
    h2{font-size:150%;}
    h3{font-size:120%;}
    h4{font-size:110%;}
    h5{font-size:100%;}
    h6{font-size:90%;}
    i, cite, em, var, dfn, address{font-style:italic;}
    u, ins{text-decoration:underline;}
    s, strike, del{text-decoration:line-through;}
    blockquote, blockquote:before, blockquote:after, q, q:before, q:after {quotes: none;}
    blockquote:before, blockquote:after, q:before, q:after {content: '';}
    table, caption, tbody, tfoot, thead, tr, th, td{
        border-collapse:collapse;
        border-spacing:0;
    }

    th, td{
        border:1px;
        padding:8px 8px;
        text-align:left;
        vertical-align:top;
    }
    th{
        border-color:#999;
        text-align:center;
        vertical-align:middle;
    }
    ul li, ol li{list-style-position:inside;}
    ul li{list-style-type:disc;}
    /* wrapper */
    #wrapper{
        width:100%;
        overflow:hidden;
        position:relative;
    }
    #content hr{
        width:100%;
        height: 1px;
        background-color: #F0E9D6;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        margin-top: 4px;
        margin-bottom: 14px;
    }
    .addMargin{
        margin-top: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .w1{
        float:left;
        width:1006px;
        left:50%;
        position:relative;
    }
    .w2{
        float:left;
        width:1006px;
        left:-50%;
        position:relative;
    }
    /* header */
    #header{
        width:100%;
        margin:0 0 16px;
        position:relative;
        z-index:100;
    }
    #header:after{
        content:"";
        clear:both;
        display:block;
    }
    /* top-bar */
    .top-bar{
        width:1004px;
        overflow:hidden;
        margin:0 1px;
    }
    /* header-title */
    .header-title{
        float:right;
        width:220px;
        height:28px;
        padding:4px 6px 4px 28px;
        color:#ffffff;
        font:19px/22px Helvetica, Arial, sans-serif;
        overflow:hidden;
        text-decoration:none;
    }
    .header-title:hover{text-decoration:underline;}

    .header-donate-button{
        height: 34px;
        background: #cb0606;
        width: 230px;
        display: inline-block;
        text-align: center;
    }
    
    .header-donate-button a{
        height:28px;
        color:#ffffff;
        font:19px/22px Helvetica, Arial, sans-serif;
        overflow:hidden;
        text-decoration:none;
        line-height: 25px;
    }

    .top-bar .top-menu{
        width: 750px;
        background:#003e7e;
        float:right;
        height: 34px;
        text-align: right;
    }
    /* search-box */
    .search-box{
        width:257px;
        height:23px;
        overflow:hidden;
        margin:3px 11px 0 0;
        border:1px solid #b3b2b0;
        background:#eeeeee;
        display: inline-block;
    }
    #cse-search-box .textfield{
        float:left;
        font:13px "Arial", sans-serif;
        border:solid #ededed !important;
        border-width:3px 4px 2px !important;
        margin:0;
        padding:0 3px 1px !important;
        width:209px;
        background:#ededed !important;
    }
    #cse-search-box .btn-search{
        float:left;
        padding:0;
        margin:0;
        border:0;
        background:url(images/btn-search.gif) no-repeat;
        width:34px;
        height:23px;
        cursor:pointer;
        font-size:0;
        line-height:0;
        overflow:hidden;
        text-indent:-9999px;
    }
    /* top-nav */
    .top-nav{
        margin:0;
        padding:4px 2px 0 0;
        color:#003e7e;
        font-size:12px;
        line-height:16px;
        display: inline-block;
    }
    .top-nav li{
        list-style:none;
        float:left;
        padding:4px 12px 4px 14px;
    }

    .top-nav li ~ li{
        background:url(images/sep-top-nav.gif) no-repeat;
    }

    .top-nav a{
        color:#ffffff;
        font-weight:bold;
        text-decoration:none;
    }
    .top-nav a:hover{text-decoration:underline;}
    /* logo-bar */
    .logo-bar{
        overflow:hidden;
        padding:7px 1px 12px;
    }
    /* logo */
    .logo{
        float:left;
        overflow:hidden;
        text-indent:-9999px;
        background: url(images/gdsf_logo_2018.png) no-repeat;
        width:363px;
        height:100px;
        margin:0 26px 0 0;
    }
    .logo a{
        display:block;
        height:100%;
        cursor:pointer;
        position:relative;
    }
    .logo-print{display:none;}
    /* slogan */
    .slogan{
        padding:32px 0 0;
        float:left;
        font:bold 15px/18px Helvetica, Arial, sans-serif;
    }
    .slogan strong{
        display:block;
        margin:1px 0 0;
        color:#f95b2b;
        font:19px/22px Helvetica, Arial, sans-serif;
    }
    /* navigation */
    #nav{
        background:#f95b2b;
        width:1000px;
        height:45px;
        margin:0 auto;
        font:bold 15px/18px Helvetica, Arial, sans-serif;
    }
    #nav>li{
        list-style:none;
        float:left;
        padding:0 0 0 2px;
        background:url(images/sep-nav.gif) no-repeat;
    }
    #nav li.first-child{
        background:none;
        margin:0 2px 0 -2px;
    }
    #nav>li>a{
        color:#fff;
        float:left;
        height:45px;
        text-align:center;
        text-decoration:none;
        vertical-align:middle;
        display:table;
        position:relative;
        z-index:2;
        background:url(images/bg-nav-link.gif) no-repeat -500px 0;
    }
    #nav>li>a:hover,
    #nav>li:hover>a{
        text-decoration:none;
        background:#eeeeee;
        color:#003e7e;
    }
    #nav>.active>a{background:#cccccc;}
    #nav>li.first-child.active>a{background:#cccccc;}
    #nav>li.last-child.active>a{background:#cccccc;}
    #nav>li.first-child>a:hover,
    #nav>li.first-child:hover>a{background:#cccccc;}
    #nav>li.last-child>a:hover,
    #nav>li.last-child:hover>a{background:#cccccc;}
    #nav span{
        display:table-cell;
        vertical-align:middle;
    }
    #nav li:hover{position:relative;}
    #nav li:hover .drop{display:block;}
    /* navigation drop */
    #nav .drop{
        position:absolute;
        display:none;
        top:-2px;
        left:0;
        width:100%;
        z-index:1;
    }
    #nav ul{
        overflow:hidden;
        background:#eeeeee;
        border:2px solid #fff;
        margin:0 -2px 0 0;
        padding:45px 19px 6px 9px;
        font-weight:normal;
        font-size:13px;
    }
    #nav ul li{
        overflow:hidden;
        list-style:none;
        list-style-position:outside;
        padding:3px 6px;
        border-top:1px solid #cccccc;
    }
    #nav ul li:first-child{border:none;}
    #nav ul a{
        color:#777777;
        text-decoration:none;
    }
    #nav ul a:hover,
    #nav li.first-child ul a:hover,
    #nav li.last-child ul a:hover{
        text-decoration:underline;
        background:none;
    }
    /* main */
    #main{
        width:1004px;
        margin:0 0 15px 1px;
        background:url(images/bg-main.png) repeat-y;
        float:left;
        position:relative;
        z-index:10;
    }
    .main-holder{
        width:1004px;
        margin:-9px 0 0;
        padding:7px 0 0;
        background:url(images/bg-main-t.png) no-repeat;
    }
    .main-frame{
        width:980px;
        margin:0 0 -9px;
        padding:0 12px 12px;
        background:url(images/bg-main-b.png) no-repeat 0 100%;
    }
    .main-frame:after{
        content:"";
        clear:both;
        display:block;
    }
    /* info-column */
    .info-column{
        float:left;
        width:610px;
        padding:3px 0 0;
    }
    /* slideshow-area */
    .slideshow-area{
        overflow:hidden;
        position:relative;
        height:355px;
        padding:5px 5px 6px;
        margin:0 0 13px;
    }
    .slideshow-holder{
        height:355px;
        overflow:hidden;
        position:relative;
    }
    /* slideshow */
    .slideshow{
        margin:0;
        padding:0;
        height:355px;
        overflow:hidden;
        position:relative;
    }
    .slideshow li{
        height:355px;
        list-style:none;
        overflow:hidden;
        position:absolute;
        top:0;
        left:0;
    }
    .slideshow .text-holder{
        position:absolute;
        bottom:0;
        left:0;
        background:url(http://www.globaldownsyndrome.org/wp-content/uploads/2015/12/bg-slideshow-text.png);
        height:53px;
        overflow:hidden;
        color:#fff;
        font-size:18px;
        line-height:24px;
        width: 100%;
    }
    .slideshow .holder{
        height:53px;
        overflow:hidden;
        margin: 4px 10px;
    }
    .slideshow .btn-more{
        float:right;
        background: #91b0d5;
        border-radius: 5px;
        width:150px;
        height:37px;
        color:#fff;
        text-decoration:none;
        text-align:center;
        font-size:18px;
        line-height:37px;
        overflow:hidden;
        margin:5px 0 0;
    }
    .slideshow .btn-more:hover{text-decoration:none;
    background: #003e7e;}
    .slideshow p{margin:0;}
    /* switcher */
    .switcher{
        position:absolute;
        bottom:73px;
        right:11px;
        margin:0;
    }
    .switcher li{
        list-style:none;
        float:left;
        margin:0 4px 0 0;
    }
    .switcher a{
        display:block;
        overflow:hidden;
        text-indent:-9999px;
        background-color: #333333;
        border-radius: 50%;
        box-shadow: inset 1px 1px 1px 1px #222;
        border: 0px solid #8896BF;
        width: 15px;
        height: 15px; 

    }
    .switcher a:hover,
    .switcher .active a{background-color: #91b0d5;
    box-shadow: inset 1px 1px 1px 1px #5279B2;}
    /* text-column */
    .text-column{
        float:right;
        width:359px;
        margin:0 0 -6px;
    }
    .text-column .text-holder{
        overflow:hidden;
        padding:0 7px 8px 14px;
        line-height:1.2em;
        color:#777777;
    }
    /* share-holder */
    .share-holder{
        overflow:hidden;
        padding:0 0 9px;
        color:#717c90;
        font-size:1.084em;
        line-height:1.1em;
    }
    .text-column .share-holder{padding:0 7px 9px;}
    .share-link{
        float:right;
        background:url(images/ico-share.gif) no-repeat 100% 0;
        padding:0 24px 2px 0;
        text-decoration:none;
        color:#717c90;
    }
    .share-link:hover{text-decoration:underline;}
    .text-column h1{
        margin:0 0 2px;
        color:#003e7e;
        font:bold 2.084em/1.2em Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
    }
    .text-column .text-holder p{margin:0 0 8px;}
    /* info-box */
    .info-box{
        overflow:hidden;
        margin:0 0 9px;
        background:#eeeeee;
        line-height:1.16em;
        padding:7px 15px 15px 17px;
    }
    #sidebar .info-box{padding-left:14px;}
    .info-box-active{
        background:#999999;
        color:#ffffff;
    }
    .info-box-active a{color:#fff;}
    /* heading */
    .heading{
        background:url(images/bg-heading.gif) repeat-x 0 100%;
        padding:0 0 11px;
        margin:0 0 8px;
        overflow:hidden;
    }
    .info-box-active .heading{background:url(images/bg-heading02.gif) repeat-x 0 100%;}
    .info-box h2,
    #sidebar .info-box h2{
        margin-bottom:0;
        color:#003e7e;
        font:1.584em/1.158em Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
    }
    .info-box-active h2,
    #sidebar .info-box-active h2,
    .info-box-active h2 a,
    #sidebar .info-box-active h2 a{color:#eeeeee;}
    .heading h2 a{
        text-decoration:none;
        color:#003e7e;
    }
    .heading h2 a:hover{text-decoration:underline;}
    .info-box p{margin-bottom:8px;}
    .info-box a{color:#999999;}
    .info-box img{border:1px solid #eeeeee;}
    .info-box .alignright{
        float:right;
        margin:5px 9px 0 40px;
    }
    .info-box .alignleft{
        float:left;
        margin:0 40px 0 0;
    }
    #sidebar .info-box .alignright{
        margin:-13px -6px 0 0;
        padding:0 0 0 10px;
        background:#eeeeee;
    }
    #sidebar .info-box-active .alignright{background:#003e7e;}
    /* newsletter-form */
    .newsletter-form{
        overflow:hidden;
        width:329px;
        margin:0 -4px -8px 0;
    }
    .newsletter-form .form-textfield{
        float:left;
        width:215px;
        margin:4px 6px 0 0;
        padding:0;
        background:#fff;
        border:solid #fff;
        border-width:5px 3px;
        color:#777777;
        font:12px Helvetica, Arial, sans-serif;
    }
    #sidebar .newsletter-form .form-textfield{
        width:139px;
        margin-right:5px;
    }
    .newsletter-form .form-btn{
        float:left;
        background:url(images/btns-form.gif) no-repeat -2px -2px;
        width:102px;
        height:35px;
        margin:0;
        padding:0 0 3px;
        cursor:pointer;
        border:0;
        color:#fff;
        font:bold 14px Helvetica, Arial, sans-serif;
    }
    * +html .newsletter-form .form-btn{padding-bottom:0;}
    #sidebar .newsletter-form .form-btn{
        background-position:-2px -41px;
        width:73px;
    }
    /* tabs-area */
    .tabs-area{
        overflow:hidden;
        width:100%;
    }
    .info-column .tabs-area{width:607px;}
    /* tabset */
    .tabset,
    #content .tabset{
        overflow:hidden;
        padding:0 0 0 10px;
        margin:0;
        color:#003e7e;
        font:14px/29px Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
    }
    .tabset li,
    #content .tabset li{
        list-style:none;
        float:left;
        margin:0 2px 0 0;
        padding:0;
        background:none;
    }


    .tabset a,
    #content .tabset a{
        float:left;
        background:url(images/bg-tabset-2018.gif) no-repeat -2px -38px;
        width:194px;
        height:26px;
        text-align:center;
        color:#003e7e;
        text-decoration:none;
        overflow:hidden;
        padding-top:6px;
        line-height: 1.2em;
    }


    #content .tabset a{background-position:-2px -76px;}
    .tabset a:hover,
    .tabset .active,
    #content .tabset a:hover,
    #content .tabset .active,
    #content .main-column .tabset a:hover,
    #content .main-column .tabset .active{background-position:-2px -2px;}
    /* tab-content */
    .tab-content{
        overflow:hidden;
        padding:11px 13px 25px;
        background:#eeeeee;
    }
    /* tab-block */
    .tab-block{
        overflow:hidden;
        width:100%;
        display:none;
    }
    .tab-block img{
        float:left;
        border:2px solid #cccccc;
        padding:3px;
        background:#fff;
        margin:4px 20px 0 0;
    }
    .tab-block .text-holder{
        overflow:hidden;
        line-height:1.26em;

    }
    .tab-block h2{
        color:#003e7e;
        font:1.584em/1.158em Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
        margin-bottom:15px;
    }
    .tab-block p{margin-bottom:8px;}
    .tab-block ul{
        margin:0;
        padding:0 0 8px 29px !important;
        overflow:hidden;
        font-size:1.084em;
        line-height:1.2308em;
    }
    .tab-block ul li{
        background:url(images/bullet01.png) no-repeat 0 5px;
        list-style:none;
        list-style-position:outside;
        padding:0 0 4px 18px;
        overflow:hidden;
        vertical-align:top;
    }
    .tab-block .link-holder{
        overflow:hidden;
        padding:0 7px;
        margin-bottom:15px;
    }
    .more{
        color:#003e7e;
        font-size:1.084em;
        line-height:1.2308em;
    }
    /* main-content */
    .main-content{
        overflow:hidden;
        width:100%;
        margin:-5px 0 -10px;
        background:url(images/bg-main-content.gif) repeat-y 258px 0;
    }
    /* content */
    #contentFull{
        width:960px;
        padding:5px 3px 0 0;
    }

    #content{
        float:right;
        width:698px;
        padding:5px 3px 0 0;
    }
    /* sidebar */
    #sidebar{
        float:left;
        width:242px;
        padding:15px 0 0 3px;
    }
    /* top-line */
    .top-line{
        overflow:hidden;
        width:100%;
        padding:0 0 15px;
    }
    /* breadcrumbs */
    #contentFull .breadcrumbs{
        margin:0;
        padding:0;
        font-size:1em;
        line-height:1.2em;
        overflow:hidden;
    }
    #contentFull .breadcrumbs li{
        list-style:none;
        float:left;
        background:url(images/bullet-breadcrumbs.gif) no-repeat 0 4px;
        padding:0 2px 0 16px;
        margin:0 16px 0 -16px;
    }
    #content .breadcrumbs{
        margin:0;
        padding:0;
        font-size:1em;
        line-height:1.2em;
        overflow:hidden;
    }
    #content .breadcrumbs li{
        list-style:none;
        float:left;
        background:url(images/bullet-breadcrumbs.gif) no-repeat 0 4px;
        padding:0 2px 0 16px;
        margin:0 16px 0 -16px;
    }
    .breadcrumbs a{text-decoration:none;}
    .breadcrumbs a:hover{text-decoration:underline;}
    #content .alignright{
        float:right;
        border:0px;
        margin-right: 0;
        margin-bottom: 10px;
        margin-left: 30px;
    }
    #content .alignleft{
        float:left;
        border:0px;
        margin-right: 0;
        margin-bottom: 10px;
        margin-right: 30px;
    }
    #content h1{
        margin-bottom:11px;
        color:#003e7e;
        font:bold 2.084em/1.2em Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
    }

    #sidebar h2{
        margin-bottom:7px;
        color:#003e7e;
        font:1.916em/1.2em Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
    }

    #content h3{
        color:#003e7e;
        font-family: "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
        font-size: 20px;
        line-height: 150%;
        font-weight: normal;
        margin-top: 7px;
        margin-bottom:7px;
        padding-top: 7px;
        padding-bottom: 14px;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: dotted;
        border-bottom-style: dotted;
        border-top-color: #CCC;
        border-bottom-color: #CCC;
        margin-right: 2px;
        margin-left: 2px;
    }


    #content h4{
        color:#003e7e;
        font-family: "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
        font-size: 20px;
        line-height: 150%;
        float: right;
        width: 280px;
        margin-top: 7px;
        margin-bottom:7px;
        padding-top: 7px;
        padding-bottom: 14px;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: dotted;
        border-bottom-style: dotted;
        border-top-color: #000;
        border-bottom-color: #000;
        margin-left: 14px;
        margin-right: 2px;
        padding-left: 7px;
        padding-right: 7px;
        background-color: #eeeeee;
        font-weight: normal;
    }

    #content h5{
        color:#003e7e;
        font-family: "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
        font-size: 18px;
        line-height: 150%;
        float: right;
        width: 280px;
        margin-top: 7px;
        margin-bottom:7px;
        padding-top: 7px;
        padding-bottom: 14px;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: dotted;
        border-bottom-style: dotted;
        border-top-color: #CCC;
        border-bottom-color: #CCC;
        margin-right: 2px;
        margin-left: 14px;
        padding-left: 7px;
        padding-right: 7px;
    }



    #content h6{
        color:#FFF;
        font-family: "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
        font-size: 20px;
        line-height: 150%;
        float: right;
        width: 280px;
        margin-top: 7px;
        margin-bottom:7px;
        padding-top: 7px;
        padding-bottom: 14px;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: dotted;
        border-bottom-style: dotted;
        border-top-color: #333;
        border-bottom-color: #333;
        margin-right: 2px;
        margin-left: 14px;
        padding-left: 7px;
        padding-right: 7px;
        background-color: #003e7e;
        font-weight: normal;
    }


    #content p{
        margin-bottom:17px;
        margin-top: 0px;
        font-size: 14px;
        line-height: 16px;
    }
    #content ul{
        margin:0;
        overflow:hidden;
        font-size:1.25em;
        line-height:1.2em;
        padding-top: 7px;
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 23px;
    }

    #sidebar .text-block{
        overflow:hidden;
        padding:0 3px 12px;
        line-height:1.16em;
    }
    #sidebar .text-block h2{
        margin-bottom:3px;
        font-weight:bold;
    }
    #sidebar .text-block p{margin-bottom:5px;}
    .social-box{
        overflow:hidden;
        padding:1px 0 8px 6px;
    }
    .social-box .social-networks{
        float:right;
        margin:3px -2px 0 0;
    }
    .social-box .social-networks li{margin:0 0 0 6px;}
    .social-box .title{
        display:block;
        font:1.084em/1.5em Helvetica, Arial, sans-serif;
    }
    .search-results{
        overflow:hidden;
        min-height:400px;
        padding:10px 10px 20px;
    }
    .search-results h1{
        margin:0 0 10px;
        color:#003e7e;
        font:bold 2.084em/1.2em Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
    }
    /* items-list */
    #content .items-list{
        margin:0 -100px 0 0;
        padding:20px 0 0 19px;
        width:680px;
        font-size:1em;
    }
    #content .items-list li{
        list-style:none;
        background:none;
        margin:0 12px 0 0;
        padding:0 0 28px;
        display:inline-block;
        width:118px;
    }
    * +html #content .items-list li{
        display:inline;
        margin-right:15px;
    }
    #content .items-list .image-holder{
        background:url(images/bg-image-holder.gif) no-repeat;
        width:97px;
        height:97px;
        padding:4px;
        margin:0 0 11px;
        overflow:hidden;
    }
    #content .tab-block .items-list img{
        padding:0;
        margin:0;
        border:none;
        background:none;
        float:none;
    }
    #content .items-list .title{
        display:block;
        margin:0 0 5px;
        color:#608dc7;
        font:1.16em/1.2em Tahoma, Arial, Helvetica, sans-serif;
    }
    #content .items-list .title a{
        color:#608dc7;
        text-decoration:none;
    }
    #content .items-list .title a:hover{text-decoration:none;}
    #content .items-list .text{
        display:block;
        color:#666;
        font:1em/1.2em Tahoma, Arial, Helvetica, sans-serif;
    }
    /* link-more */
    .link-more{
        float:right;
        background:url(images/bg-link-more.gif) no-repeat;
        width:96px;
        height:35px;
        padding:0 4px 0 2px;
        margin:0 -4px 0 0;
        color:#fff;
        text-decoration:none;
        text-align:center;
        font-size:14px;
        line-height:34px;
    }
    .link-more:hover{text-decoration:underline;}
    #content .tab-content{width:664px;}
    /* side-menu */
    .side-menu{
        padding:0 1px 9px;
        margin:-7px 0 0;
        color:#003e7e;
        font-weight:bold;
        font-size:1.084em;
        line-height:1.2308em;
        width:240px;
    }
    .side-menu li{
        list-style:none;
        list-style-position:outside;
        padding:0 0 3px;
        vertical-align:top;
        overflow:hidden;
    }
    .side-menu a{
        display:block;
        padding:3px 4px 4px 19px;
        color:#003e7e;
        text-decoration:none;
        border:1px solid #003e7e;
    }
    .side-menu a:hover{text-decoration:underline;}
    .side-menu .active a{
        color:#fff;
        background-color:#003e7e;
    }
    /* twocolumns */
    .twocolumns{
        float:right;
        width:716px;
        padding:14px 0 18px;
    }
    /* main-column */
    .main-column{
        float:left;
        width:467px;
        padding:0 0 0 3px;
    }
    /* aside-column */
    .aside-column{
        float:right;
        width:242px;
    }
    .content-box{
        overflow:hidden;
        border:2px solid #f9f9f9;
        margin:0 0 29px;
        padding:7px 10px 14px 9px;
    }
    #content .content-box h1{
        font-size:1.916em;
        line-height:1.14em;
        font-weight:normal;
        margin:0 0 4px;
    }
    .content-box .holder{overflow:hidden;}
    .content-box img{padding:3px;}
    #content .content-box .alignright{
        float:right;
        margin:1px 0 0 20px;
        border:2px solid #cccccc;
    }
    #content .content-box .alignleft{
        float:left;
        margin:1px 20px 0 0;
        border:2px solid #cccccc;
    }
    #content .content-box p{
        font-size:1.084em;
        line-height:1.24em;
        margin-bottom:27px;
    }
    .content-box a{color:#003e7e;}
    #content .main-column .tab-content{
        width:439px;
        padding:11px 14px;
    }
    #content .main-column .tabset a{background-position:-2px -38px;}
    #content .post-list{
        padding:0 !important;
        font-size:1em;
        line-height:1.2em;
        width:380px;
    }
    #content .post-list p{
        font-size:1em;
        line-height:1.32em;
    }
    #content .post-list li{
        background:none;
        padding:0 0 1px;
    }
    #content .post-list h2{
        font-size:1.6em;
        line-height:1.2em;
        font-weight:normal;
        color:#003e7e;
        margin-bottom:5px;
    }
    #content .post-list h2 a{color:#003e7e;}
    .widget-box{
        overflow:hidden;
        background:#efe8d5;
        margin:0 0 18px;
        padding:5px 13px 10px;
        color:#777777;
        line-height:1.34em;
        min-height:117px;
    }
    .widget-box h3{
        margin:0 0 5px;
        color:#003e7e;
        font-size:1.584em;
        line-height:1.1578em;
        font-weight:normal;
    }
    .widget-box address{
        font-style:normal;
        margin:0;
    }
    .widget-box address span{display:block;}
    .widget-box address a{color:#979eae;}
    .widget-box h4{
        color:#777777;
        font-size:1em;
        font-weight:normal;
        margin:0 0 3px;
    }
    #content .widget-box ul{
        overflow:hidden;
        padding:4px 3px 0;
        margin:0;
        font-size:1em;
        line-height:1.34em;
    }
    #content .widget-box ul li{
        overflow:hidden;
        width:100%;
        vertical-align:top;
        list-style:none;
        background:none;
        padding:0 0 5px;
    }
    #content .widget-box .list{padding:0;}
    #content .widget-box .list li{padding-bottom:18px;}
    .widget-box a{color:#003e7e;}
    /* footer */
    #footer{
        overflow:hidden;
        width:966px;
        height:135px;
        padding:16px 28px 0 12px;
        background:url(images/bg-footer-2018.png) no-repeat;
        font-size:12px;
        line-height:15px;
    }
    #footer p{margin:0;}
    #footer .holder{
        overflow:hidden;
        width:100%;
        margin:0 0 10px;
    }
    /* footer-block */
    .footer-block{
        float:left;
        margin:0 38px 0 0;
        padding:3px 32px 0 5px;
        min-height:56px;
        background:url(images/sep-footer.gif) no-repeat 100% 0;
        font-size:13px;
    }
    #footer .footer-block p{margin:0 0 4px;}
    .footer-block .social-title{
        float:left;
        width:125px;
        margin:10px 15px 0 0;
        line-height:20px;
        font-weight:normal;
    }
    /* social-networks */
    .social-networks{
        float:left;
        margin:13px 0 0;
        padding:0 1px 0 0;
    }
    .social-networks li{
        list-style:none;
        float:left;
        margin:0 10px 0 0;
    }
    .social-networks a{
        display:block;
        width:33px;
        height:33px;
        overflow:hidden;
        text-indent:-9999px;
        background:url(images/icons-social-networks.png) no-repeat;
    }
    .social-networks .twitter{background-position:-43px 0}
    .social-networks .youtube{background-position:-86px 0}
    .social-networks .instagram{background-position:-124px 0}
    .social-networks .linkedin{background-position:-163px 0}
    .footer-block .title{
        display:block;
        margin:0 0 5px;
    }

    /* social-networks-SMALL */
    .social-networks-small{
        float:left;
        margin:0 0;
        padding:0 1px 0 0;
    }
    .social-networks-small li{
        list-style:none;
        float:left;
        margin:0 5px 0 0;
    }
    .social-networks-small a{
        display:block;
        width:16px;
        height:16px;
        overflow:hidden;
        text-indent:-9999px;
        background:url(images/icons-social-networks-small.png) no-repeat;
    }
    .social-networks-small .facebook{background-position:-55px 0}
    .social-networks-small .twitter{background-position:-78px 0}
    .social-networks-small .youtube{background-position:-99px 0}
    .social-networks-small .instagram{background-position:-119px 0}
    .social-networks-small .linkedin{background-position:-139px 0}

    .footer-block .title{
        display:block;
        margin:0 0 5px;
    }

    .footer-block address{font-style:normal;}
}

/* print version */
@media print{
    .top-bar,
    #nav,
    #footer,
    .slogan,
    .logo,
    .share-holder,
    .newsletter-form,
    .switcher,
    .tabset,
    .search-box,
    #sidebar,
    .social-box,
    .top-line,
    #content .tab-content,
    #content .tab-block-active,
    .aside-column{display:none !important;}
    #wrapper{
        width:99%;
        color:#000;
        font:12pt Arial, Helvetica, sans-serif;
    }
    #wrapper a{color:#000;}
    #header{
        width:100%;
        padding:0 0 20px;
    }
    .logo-print{display:block;}
    h1{
        margin:0 0 10px;
        font:25pt Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
    }
    h2{
        margin:0 0 10px;
        font:19px/22px Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
    }
    p{margin:0 0 12px;}
    .text-column,
    .text-column .text-holder{padding:0 0 20px;}
    .info-box{
        padding:0 0 10px;
        overflow:hidden;
        background:none !important;
    }
    .info-box img{
        float:right;
        margin:0 0 0 40px;
    }
    .slideshow{
        margin:0;
        padding:0 0 20px;
        list-style:none;
    }
    .slideshow .btn-more,
    .slideshow li{display:none;}
    .slideshow .active{display:block;}
    .tab-block{display:none;}
    .tab-block-active{display:block;}
    .tab-block img{
        float:left;
        margin:0 20px 0 0;
    }
    .tab-block .text-holder{overflow:hidden;}
    #content .alignright,
    #content .alignleft{
        float:right;
        margin:0 0 0 60px;
    }
    #content .alignleft{
        float:left;
        margin:0 60px 0 0;
    }
    #content h1{
        margin-bottom:11px;
        font:25pt Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
    }
    #content h2,
    #sidebar h2{
        margin-bottom:7px;
        font:23pt Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
    }
    #content p{
        margin-bottom:17px;
        font-size:14pt;
    }
    #content ul{font-size:15pt;}


    #content .callout{
        width: 215px;
        line-height: 1.25;
        background-color: #B3B2B0;
        color: #FFF;
        margin: 10px;
        padding: 4px;
        float: right;
        border-top-color: #000;
        border-right-color: #000;
        border-bottom-color: #000;
        border-left-color: #000;
    }
    #content callout H1
    {
        font-size: 18px;
        color: #333;
        padding-top: 0px;
        margin-top: 0px;
    }

    .twitterwidget .twitterwidget-title
    {
        font-size: 24px;
    }

    .entrycontent {
        font-size: 24px;
    }



    #tribe-events-content a, .tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-adv-list-widget .tribe-events-widget-link a:hover, .tribe-events-back a, .tribe-events-back a:hover, .tribe-events-event-meta a, .tribe-events-list-widget .tribe-events-widget-link a, .tribe-events-list-widget .tribe-events-widget-link a:hover, ul.tribe-events-sub-nav a, ul.tribe-events-sub-nav a:hover {
        text-decoration: underline;
    }

    #footer {
        width: 1004px;
    }
}