/*
font-family: 'Marcellus SC', serif;
*/

@charset "utf-8";

.test-show-border {
    border: 1px dotted green ;
}

@font-face {
    font-family: 'Rosario';
    font-style: italic;
    font-weight: 400;
    src: local('Rosario Italic'), local('Rosario-Italic'), url(http://themes.googleusercontent.com/static/fonts/rosario/v6/qPuMCAX6nBODQfYbsOfqLj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
    font-family: 'Rosario';
    font-style: italic;
    font-weight: 700;
    src: local('Rosario Bold Italic'), local('Rosario-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/rosario/v6/EOgFX2Va5VGrkhn_eDpIRXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
    font-family: 'Rosario';
    font-style: normal;
    font-weight: 700;
    src: local('Rosario Bold'), local('Rosario-Bold'), url(http://themes.googleusercontent.com/static/fonts/rosario/v6/C6vOqPM2grRKaQTsxWhqnBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
    font-family: 'Rosario';
    font-style: normal;
    font-weight: 400;
    src: local('Rosario Regular'), local('Rosario-Regular'), url(http://themes.googleusercontent.com/static/fonts/rosario/v6/w-TkvmAJln05SsRcUypbwA.woff) format('woff');
}

@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    color:#454443;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {color:#1d7dbf}
a:active {color:#ae7b00}

/* end reset CSS */


body {
    background-color: #FFF;
    background: url(../images/CH-Background.jpg) no-repeat;
    background-position: top center;
    line-height: 18px;
    /* letter-spacing: 0.01em; */
    font-family: Rosario, Verdana, Arial, sans-serif;
}

.content {
    font: 14px Rosario;
    margin-top:-4px;
}

.content a {
    background:transparent;
    text-decoration:none;
}

.mainWrap {
    background: url("../images/CH-MainWrap.png") repeat-x scroll 50% 0 transparent;
    clear: both;
    min-width: 1000px;
    width: 100%;
}

.mainTop {
    background-repeat: no-repeat;
    background-position: 50% 0;
    width: 100%;
}

.ym-header {
    display: visible;
    height: 136px;
    /* background: url(CH-header2.png) no-repeat;   */
}

.ym-header a {width:945px;height:136px;display:block;}

.ym-header h1 {
    position: absolute;
    text-indent: -9999px;
    z-index: -9;
}


.news-item {
    padding-bottom: 8px;
    padding-top: 8px;
    border-top: 1px dotted #ddd;
}


ul li:nth-child(1) .news-item {
    border-top:0;
}

.margin-box > .news-item:nth-of-type(1) {
    border-top: 0;
}
/*
ul li:last-child .news-item {
    border-bottom:0;
}

.margin-box > .news-item:last-child {
    border-bottom: 0;
}
*/
.news-item a {
    font-size: 14px;
}
#right-sidebar .searchbox {margin:3px !important;}
#right-sidebar .searchform {background-color: #f6f6f6;padding:0;margin:0;border:0;}
#right-sidebar .searchinput {background-color: #f6f6f6;width:250px;border:0;height:25px;line-height: 25px;margin: 0;padding: 0;}
#right-sidebar .searchsubmit {cursor:pointer;height: 25px;float:right;border:0;background: url(../images/Box_Search_Button.jpg);width: 43px;}
.jingwen h3 {
    color: #ae7b00;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 8px;
    display: block;
}

.jingwen ul {
    list-style: disc outside url("../images/list-icon-new-jingwen.jpg");
    margin-bottom: 14px;
    margin-top: 12px;
    padding-left: 15px;
}

.jingwen ul li div a {
    font-family: 'Headland One', serif;
    font-size: 12px;
    margin-top: 10px;
    color: #434343;
    text-transform:uppercase;
}

.jingwen ul li div a:hover,
.jingwen ul li div a:active,
.jingwen ul li div a:focus {text-decoration:underline}

.category a, h2.section-title {
    /* border-bottom: 1px solid #E7D7B2; */
    color: #AE7B00;
    /* font-size: 18px; */
    /* margin-bottom: 15px;
    padding-bottom: 4px; */
    text-align: left;
}

.ui-tabs { position: relative; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding-top: 14px;}
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0; border-bottom: 0 !important; padding: 0; }
.ui-tabs .ui-tabs-nav li a {border-left: 1px solid #CCCCCC; float: left; padding: 7px 8px 7px 15px; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; background-color: #e2f4fd; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

.ym-languages-wrapper {
    /* background-color: #f7faff; */
    text-align: justify;
    height: 27px;
    overflow: hidden;
    /* opacity:0.8; */
}

.ym-languages-wrapper span {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 0;
    line-height: 0;
}

.featured-news-layer1 {
    background-color: #FFFFFF;
    border:1px solid #DDD;
}

.featured-news-top {
    height:384px;
}

.featured-news-box {
    margin: 15px 0px 15px 15px;
    overflow: hidden;
    height: 27em;
    width: 320px;
    position: relative;
}

.featured-news-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
    background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
    background: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
    width: 100%;
    height: 50px;
}

.featured-news-headline {
    margin-left:7px;
    /* text-indent:10px; */
    margin-top: 5px;
}

.featured-news-headline a {
    color: #ef7a08;
    font-size: 18px;
    line-height: 22px;
    margin-right: 10px;
    margin-bottom: 5px;
    white-space: wrap;
}

.featured-news-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 242px;
    height: 32px;
    line-height: 16px;
    position: relative;
}

.featured-news-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: white;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white);
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    width: 75px;
    height: 16px;
}

.ui-state-active .featured-news-title:after {
    background: #e2f4fd;
    background: -webkit-gradient(linear, left top, right top, from(rgba(226, 244, 253, 0)), to(#e2f4fd));
    background: -moz-linear-gradient(to right, rgba(226, 244, 253, 0), #e2f4fd);
    background: -o-linear-gradient(to right, rgba(226, 244, 253, 0), #e2f4fd);
    background: -ms-linear-gradient(to right, rgba(226, 244, 253, 0), #e2f4fd);
    background: linear-gradient(to right, rgba(226, 244, 253, 0), #e2f4fd);
}

#article {
    /*  */
    font-size: 16px;
}

#article h2 {
    color: #4d87c7;
    font-size: 21px;
    /* line-height: 40px; */
    margin-right: 10px;
    margin-top: 35px;
    margin-bottom: 9px;
    white-space: wrap;
}

.section-date {
    font-style:italic;
    padding-bottom: 4px;
    text-align: left;
    text-indent:5px;
    color:#999;
}
.article-date {
    font-style:italic;
    border-bottom: 1px solid #E7D7B2;
    margin-bottom: 15px;
    padding-bottom: 4px;
    text-align: left;
}
.article-author {float:right;font-style:oblique;}
.article-buttons {}
.article-social-media {clear:both;margin:10px 0;display:inline-block;float:right;min-width: 200px;height: 32px;}
.social-button {width:98px;float:right;overflow:hidden;}
.article-tools {width:290px;float:right;text-align:right;}

.article-content p,
.article-content ul,
.article-content ol  {
    color: #454544;
    padding: 9px 25px 0 25px;
    font-family: Georgia,"Palatino Linotype","Book Antiqua",Palatino,serif;
    line-height: 24px;
    text-align:justify;
    text-justify:inter-word;
}

.article-content ul,
.article-content ol {
    list-style-type: circle;
    list-style-position: outside;
    list-style-image: none;
    padding: 9px 25px 0 40px;
}

.article-content blockquote {
    color: #454544;
    padding: 9px 25px 20px 40px;
    font-family: Georgia,"Palatino Linotype","Book Antiqua",Palatino,serif;
    line-height: 24px;
    text-align:justify;
    text-justify:inter-word;
}


.article-content table {
    margin:10px auto;
    width:auto;
}

.article-content table td {padding:0px;}

.article-content img{
    margin-top: 3px;
    margin-bottom: 0px;
    margin-left: 3px;
    margin-right: 3px;
    border:1px solid #ccc;
    padding:6px;
}

.article-content #flyers td td {
    vertical-align: middle;
}

.article-content #flyers td td td {
    padding:3px;
    border-bottom:1px solid #4d87c7;
}

.article-content .circulate-recommendation {
  font-family: Rosario;
  font-size: 14px;
  line-height: 22px;
  margin-top: 9px;
  padding-top: 25px;
}

img[src="/images/pixel.gif"] {
    /* sometimes people use this to set the spacing,
     * we dont want this to be visible by the original grey border */
    border:0;
  }

.smdsc {
    font-style:italic;
    color: #808080;
    padding-top: 3px;
    padding-bottom: 10px;
    display: block;
    font-size: 14px;
    /*commenting the line bellow fixes tables with images on double columns like here: http://www.clearharmony.net/articles/a111540-Austria-Vienna-Rally-Calls-for-an-End-to-CCP-s-Human-Rights-Abuses.html */
    /*width: 585px;*/
}

.related-articles {margin:20px;margin-left:0px;float:left;width:260px;}
.related-articles h3 {margin-bottom:0px;color:#AE7B00;padding-left:20px;padding-bottom:5px;border-bottom:3px solid #AE7B00}
.related-articles ul {list-style:disc inside;color:#AE7B00;}
.related-articles li {background:#fafafa;border-bottom:1px solid #d4bb7d;padding:10px 0 7px 15px;}
.related-articles li a {color:#4d87c7;font-size:13px;}

.related-articles-bottom {margin:25px;margin-top:15px;}
.related-articles-bottom h3 {font-size:16px;margin-bottom:5px;color:#AE7B00;padding-left:20px;padding-bottom:5px;border-bottom:1px solid #AE7B00}
.related-articles-bottom ul {list-style:disc inside;color:#AE7B00;}
.related-articles-bottom li {padding:7px 0 0 22px;}
.related-articles-bottom li a {color:#4d87c7;font-size:14px;}

.section-article-title {

    margin-top: 5px;
    margin-bottom: 5px;

    padding-top: 9px;
    padding-bottom: 0px;

    text-align: left;
}

.section-article-title a {
    color: #4D87C7;
    font-size: 16px;
}

.section-abstract img {
    background: white;
    padding: 6px;
    width: 160px;
    border:1px solid #ccc;
    float:left;
    margin-right:14px;
    margin-bottom:10px;
}

.section-abstract center img {
    float:none;margin-top:5px;
}

.section-abstract {
    margin-top:3px;
    font-size:14px;
}

.newslist .indent {
    margin-left:186px;
}

.newslist .more {
    margin-top:3px;
}

.featured-news-abstract {
    margin-top:5px;
    margin-right: 10px;
    white-space: wrap;
    margin-left:7px;
    font-size:14px;
    line-height:17px;
    text-indent:10px;
}

.featured-news-abstract a {
    color:#454443;
}

.featured-news-abstract a.more {
    position: absolute;
    right: 15px;
    bottom: -4px;
    padding-bottom: 0;
    z-index: 100;
    color: #1D7DBF;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 10px 10px #FFFFFF;
    box-shadow: 0 0 40px 20px #FFFFFF;
}
.featured-news-image {
    height: auto;
    max-height: 200px;
    width: 300px;
    /*display: inline-block;*/
    overflow: hidden;
    padding:7px;
    margin-bottom:7px;
    background:#fff;
    border:1px solid #ccc;
}

.featured-news-image-container {
    height: auto;
    max-height: 200px;
    overflow: hidden;
}

.featured-news-image img {
    max-width: 300px;
    height: 200px;
    display: inline;
}


.featured-news-link {
    /*
     width: 220px;
     overflow: hidden;
     white-space: nowrap;
     height: 2em;
     */
    display:inline-block;
    color:#4d87c7;
}

.more {
    float:right;
    /* margin-bottom: 15px; */
    padding-bottom: 15px;
    font-size: 10px;
    text-transform: uppercase;
    color: #1D7DBF;
}

.newslink {color:#4d87c7}

ul.newslist li {
    clear: both;
    border-top: 1px solid #E7D7B2;
    padding-bottom:22px;
}

ul.newslist li:first-of-type {border-top:0;}

.current-news-layer1 {
    background-color: #FFFFFF;
    border:1px solid #DDDDDD;
}

.pagination {padding-top:20px;margin-top: -26px;border-top: 1px solid #E7D7B2;}

.column-box-right-l1 {
    background-color: #FFFFFF;
    border:1px solid #DDDDDD;
}

.column-box-left-alpha {
    border-right:1px solid #EEEEEE;
    margin-right: 5px;
}

.column-box-right-omega1 {
    margin-left: 7px;
    background-color: #FFFFFF;
    border:1px solid #DDDDDD;
}

.column-box-right1 {
    display:inline;
    float: left;
    position: relative;

    width:135px;
    margin-left: 2px;
    margin-right: 0px;
    text-align: center;
}

.column-box-right2 {
    display:inline;
    float: left;
    position: relative;

    width:135px;
    margin-left: 5px;
    margin-right: -3px;
    text-align: center;
}

.g4-inside img,
.g4-inside a img {
    border:1px solid #eaeaea;
}

.right-box-topic-image {
    margin:15px;
    height:120px
}

.right-box-topic-text {
    margin:15px;
}

.right-box-topic-text a {
    position: absolute;
    right: 0px;
}


h3 {
    /*
    color: #448;
    font-size: 17px;
    padding-bottom: 10px;
    */

    border-bottom: 1px solid #E7D7B2;
    color: #ae7b00;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 20px;
    padding-bottom: 4px;
    text-align: left;
}

h3 a {
   color: #ae7b00;
}

.box.current-news h2, .box.flyers h2 {
}

h4 {
    color: #448;
    font-size: 15px;
    padding-bottom: 10px;
}

.margin-box {
    margin:20px;
}

#right-sidebar .margin-box {
    margin:15px;
}

.ym-flyers-box {
    background-color: #fefeff;
    border:1px solid #DDDDDD;
}

.ym-flyers-title {
    color: #ae7b00;
}

.ym-flyers {
    font-size: 12px;
    padding: 10px 0 15px;
    line-height: 14px;

    width: 510px;
    visibility: visible;
    overflow: hidden;
    position: relative;
    z-index: 2;
    left: 0px;
    margin-left:43px;
}

.ym-flyers li a {
    color: #ae7b00;
    overflow: hidden;
    width: 102px;
    height: 150px;
    text-align: center;

    margin-bottom: 5px;
    padding-top: 5px;
}

.ym-flyers ul {

    /*
    margin: 0pt;
    padding: 0pt;
    position: relative;
    list-style-type: none;
    z-index: 1;
    width: 100px; /* 17 * 102px */
    left: 0px;


    margin: 0pt;
    padding: 0pt;
    position: relative;
    list-style-type: none;
    z-index: 1;
    width: 2560px;
    left: -640px;
}


.ym-flyers ul li {
    overflow: hidden;
    float: left;
    width: 125px;
    height: 156px;
}

.ym-flyers ul li div {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}

button {
    background-color: #fafaff;
    border: 1px solid #ddeaef;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.flyerbuttons,.flyerbuttons button {width:14px;height:13px;border-radius:0;-webkit-border-radius:0;border:0;}
.flyerbuttons button {cursor:pointer;}
.flyerbuttons .prev {margin-top:63px;float:left;margin-left:15px;background:url('../images/slider-arrows.gif') 0px 0px no-repeat;}
.flyerbuttons .next {margin-top:-102px;float:right;margin-right:15px;background:url('../images/slider-arrows.gif') 0px -12px no-repeat;}


span.lidate {
    display: block;
    text-align: right;
}

.center {
    text-align: center;
}

.footer {
    /*  */
    border-top: 1px solid #52a6ca;
    margin:7px;
    padding:0px 15px 5px 15px;
    background:rgba(255,255,255,0.5);
  }

.newscategory-top {
    /*  */
    color:#AE7B00;
  }

.newscategory-sub {
    color:#717171;
}

.section-title {display:inline}

#send-to-a-friend-container {position:relative;}
#send-to-a-friend {
    display:none;
    width:500px;
    height:600px;
    position:absolute;
    top:0;
    left:0;
    background:white;
    border:5px solid rgba(0,0,0,0.5);
    padding:10px;
}

.flyers-table li {
    float:left;
    width:195px;
    height: 250px;
    display: block;
    text-align: center;
    /*border-bottom: 1px solid #E7D7B2;*/
    padding: 20px 0 15px;
    position: relative;
    font-size:12px;
}

.article-content .flyers-table {
    padding: 0;
    
    line-height: 100%;
}

.flyers-table li .border {
    position: absolute;
    right: 0;
    top: 40px;
    height: 200px;
    border-right: 1px dotted #ccc;
    width: 1px;
}

.flyers-table li.third .border {
    border-right:0;
}

.flyers-table img {
    padding: 0;
    border: 0;
    margin: 0;
}

.flyers-table img.flag {
    position: relative;
    top: 6px;
    left: 3px;
}

.flyers-table img.download {
    margin-bottom:5px;
}

.flyers-table a {
    color: #666;
}

.flyers-table a h4 {
    color: #AE7B00;
    padding-bottom: 5px;
}

.flyers-table b {
    display: block;
    margin-bottom: 5px;
}