/*
Theme Name: HumanRightsEurope
Version: 1.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img {
    border: none;
}


/*
            GENERAL
*******************************************************************************/
html
{
    background: #e6f8f7 url(img/common/background.jpg) no-repeat center top;
}

html, body
{
    font-family: Arial, Verdana, Helvetica;
    font-size: 13px;
    line-height: 1.6em;
}

p
{
    margin: 12px 0;
}

a
{
    color: #a1a1a1;
}

.clear
{
    clear: both;
}

#wrapper
{
    margin: 0 auto;
    position: relative;
    width: 980px;
}

/*
            ORIGINAL WP CSS
*******************************************************************************/

/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
    font-size: 140%;
    margin-top: 24px;
}

.attachment .entry-content .nav-previous a:before {
    content: '\2190\00a0';
}

.attachment .entry-content .nav-next a:after {
    content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
    margin: 0;
    height: auto;
    max-width: 640px;
    width: auto;
}

#content .attachment img {
    max-width: 900px;
}

#content .alignleft,
#content img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

#content .alignright,
#content img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
    margin-bottom: 12px;
}
#content .wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    padding: 4px;
    text-align: center;
}
#content .wp-caption img {
    margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
}
#content .wp-smiley {
    margin: 0;
}
#content .gallery {
    margin: 0 auto 18px;
}
#content .gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}
#content .gallery img {
    border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}
#content .gallery dl {
    margin: 0;
}
#content .gallery img {
    border: 10px solid #f1f1f1;
}
#content .gallery br+br {
    display: none;
}
#content .attachment img { /* single attachment images should be centered */
                           display: block;
                           margin: 0 auto;
}


/*
            HEADER
*******************************************************************************/
#masthead
{
    background: #fff url(img/common/header.jpg) no-repeat 10px 10px;
    height: 239px;
    margin-top: 78px;
    position: relative;
    width: 979px;
}

#site-title span,
#site-description
{
    display: none;
}

#logo
{
    background: transparent url(img/common/logo.png) no-repeat;
    display: block;
    height: 342px;
    left: 49px;
    position: absolute;
    width: 214px;
    top: -65px;
}


/*
                HEADER TEASER
*******************************************************************************/
#header-teaser
{
    display: block;
    height: 134px;
    position: absolute;
    right: -16px;
    top: 80px;
    width: 427px;
}

.against-corruption
{
    background-image: url(img/header/against-corruption.png);
}

.against-money-laundering
{
    background-image: url(img/header/against-money-laundering.png);
}

.against-racism
{
    background-image: url(img/header/against-racism.png);
}

.against-trafficking-in-human-beings
{
    background-image: url(img/header/against-trafficking-in-human-beings.png);    
}

.for-protection-of-minorities
{
    background-image: url(img/header/for-protection-of-minorities.png);
}
.for-protection-of-social-rights
{
    background-image: url(img/header/for-protection-of-social-rights.png);
}

#access .skip-link
{
    display: none;
}

#access .menu
{
    left: 330px;
    position: absolute;
    top: -32px;
}

#access .menu li
{
    float: left;
    margin-right: 10px;

}

#access .menu .current_page_item
{
    border-bottom: 3px solid #fff;
}

#access a
{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.screen-reader-text
{
    display: none;
}


/*
            CONTENT AREA
*******************************************************************************/

#main
{
    margin-top: 40px;
}

#container
{
    float: left;
    width: 720px;
}

#sidebar
{
    float: left;
    margin-left: 16px;
    width: 244px;
}

#site-generator
{
    color: #a1a1a1;
    margin-top: 10px;
}


/*
                SIDEBAR
*******************************************************************************/
#primary
{
    background: #fff;
}

#secondary
{
    margin-top: 21px;
}

#secondary h3
{
    background: #f6d337;
    color: #575757;
    height: 23px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 12px;
    padding-top: 7px;
}



/*
                TABS
*******************************************************************************/
.widget-content, 
.widget_tag_cloud .tagcloud /* FIX for tagcloud content, since there is no .widget-content class after updateing wordpress*/
{
    display: none;
}

#primary .xoxo
{
    display: block;
}

#primary .xoxo li
{
    cursor: pointer;
    display: block;
    float: left;
    height: 31px;
    position: relative;
    text-align: center;
    width: 122px;
}

#primary .xoxo li h3
{
    background: #b1c3e2;
    border: 1px solid #97a7c8;
    color: #838c9c;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 22px;
    padding-top: 7px;
}

#primary .xoxo li.widget-tab-active h3
{
    background: #f6d337;
    border-color: #d9d9d9;
    color: #575757;
}

.widget-tab-arrow
{
    background: transparent url(img/sidebar/arrow.gif) -11px 0 no-repeat;
    height: 7px;
    left: 60px;
    position: absolute;
    top: 30px;
    width: 12px;
}

.widget-tab-active .widget-tab-arrow
{
    background-position: 0 0;
    width: 11px;
    top: 30px;
}

.widget-tab-content
{
    padding: 40px 10px 20px 10px;
}

.widget_tag_cloud a
{
    color: #838c9c;
    text-decoration: none;
}

.widget_tag_cloud a:hover
{
    text-decoration: underline;
}

/*
                WIDGET: CATEGORIES
*******************************************************************************/
#secondary li.widget_categories
{
    background: #fff;
    margin-bottom: 20px;
}



.widget_simple
{
    background: #fff;
    margin-bottom: 20px;
    padding: 8px;
}

.rss-feed-link
{
    background: transparent url(img/sidebar/rss.jpg) no-repeat;
    color: #575757;
    display: block;
    font-weight: bold;
    padding: 0px 0 0 27px;
    text-decoration: none;
}

.rss-feed-link:hover
{
    text-decoration: underline;
}


/*
                WIDGET: TWITTER
*******************************************************************************/
li.widget_twitter
{
    background: #fff;
    margin-bottom: 20px;
    padding: 10px;
}

.tweet
{
    background: #eee;
    color: #575757;
    font-size: 12px;
    margin-bottom: 2px;
    padding: 5px;
}

.tweet a
{
    color: #1d5ea0;
}

.tweet-entry-meta
{
    color: #9d9d9d;
    display: block;
    font-size: 11px;
    margin-top: 2px;
}

.tweet-entry-meta a
{
    color: #9d9d9d;
    text-decoration: none;
}

.tweet-entry-meta a:hover
{
    text-decoration: underline;
}


.twitter-logo
{
    background: transparent url(img/sidebar/twitter.jpg) no-repeat;
    display: block;
    height: 19px;

    margin-top: 5px;
}

.twitter-widget-hd
{
    height: 42px;
}

.twitter-widget-hd a
{
    text-decoration: none;
}

.twitter-widget-hd p
{
    color: #575757;
    line-height: 18px;
    margin: 0;
    text-decoration: none;
}


.twitter-widget-hd-img
{
    background: transparent url(img/sidebar/coe-twitter.jpg) no-repeat 0 3px;
    float: left;
    height: 36px;
    margin-right: 10px;
    width: 31px;
}

.twitter-widget-hd-text
{
    float: left;
}

/*
                WIDGET: FACEBOOK
*******************************************************************************/
li.widget_facebook
{
    background: #fff;
    margin-bottom: 20px;
}

.facebook-logo
{
    background: #fff url(img/sidebar/facebook.jpg) no-repeat 10px 0;
    border: 1px solid #94a3c4;
    border-top: 0px none;
    display: block;
    height: 25px;
    margin-top: -5px;
}

/*
                WIDGET: FLICKR
*******************************************************************************/
li.widget_flickr
{
    background: #fff;
    margin-bottom: 20px;
    padding: 8px;
}

.flickr_badge_image
{
    float: left;
    height: 75px;
    margin: 0 1px 1px 0;
    overflow: hidden;
    width: 75px;
}

.service-widget-hd
{
    color: #575757;
    margin-bottom: 3px;
}

.flickr-logo
{
    background: transparent url(img/sidebar/flickr.jpg) no-repeat 0 6px;
    display: block;
    height: 25px;
}

/*
                WIDGET: YOUTUBE
*******************************************************************************/


.youtube-video-thumbnail,
.youtube-video-title
{
    float: left;
}

.youtube-video-title
{
    margin-left: 10px;
    line-height: 15px;
    width: 120px;
}

.youtube-video-title a
{
    color: #1D5EA0;
    font-size: 11px;
    line-height: 16px;
    text-decoration: none;
}

.youtube-video-title a:hover
{
    text-decoration: underline;
}

.youtube-video-title span
{
    font-size: 10px;
}

.youtube-logo
{
    background: url(img/sidebar/youtube.jpg) no-repeat;
    display: block;
    height: 20px;
}

/*
                WIDGET: POPULAR POSTS
*******************************************************************************/
.widget_most_popular_posts ul, .widget_most_popular_posts li
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_most_popular_posts li
{
    border-bottom: 1px solid #F6D337;
}

.widget_most_popular_posts li:last-child
{
    border-bottom: 0px none;
}

.widget_most_popular_posts a
{
    color: #575757;
    text-decoration: none;
}

.widget_most_popular_posts a:hover
{
    text-decoration: underline;
}

/*
                WIDGET: CATEGORIES
*******************************************************************************/
.widget_categories
{
    height: 32px;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
}

.widget_categories a
{
    color: #575757;
    font-size: 14px;
    text-decoration: none;
}

.widget_categories ul
{
    margin-top: 10px;
    
}


.widget_categories li
{
    border-bottom: 1px solid #f6d337;
    display: block;
    margin: 5px 10px 0 10px;
    padding: 0 0 1px 0;
}

.widget_categories ul li:last-child
{
    border-bottom: 0px none;
}

.widget-expander
{
    background: transparent url(img/sidebar/expand-bg.gif) repeat-x;
    bottom: -1px;
    cursor: pointer;
    height: 13px;
    font-size: 0;
    left: 0;
    line-height: 0;
    position: absolute;
    width: 245px;    
}

.widget-expander-arrow
{
    background: transparent url(img/sidebar/expand-arrow.gif) left bottom;
    height: 5px;
    left: 50%;
    margin-top: -2px;
    position: absolute;
    width: 9px;
    top: 6px;
}

.expanded .widget-expander-arrow
{
    background-position: top left;
}

/*
                SEARCH
*******************************************************************************/
#footer-widget-area
{
    background: #fff;
    border: 1px solid #d4d4d4;
    height: 24px;
    right: 29px;
    position: absolute;
    top: -36px;
    *top: 43px;
    width: 226px;
    
}

#footer-widget-area #s
{
    background: #fff;
    border: 0px none;
    height: 15px;
    margin-top: 3px;
    padding-left: 5px;
    width: 200px;
    
}

#searchsubmit
{
    background: #fff url(img/common/search-submit.gif) no-repeat;
    border: 0px none;
    height: 26px;
    font-size: 0px;
    line-height: 0;
    position: absolute;
    right: -28px;
    top: -1px;
    width: 28px;
}


/*
                    POST
*******************************************************************************/
#content .type-page,
.blog .post,
.search .post,
.archive .post
{
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    width: 720px;
}

.page #content .type-page
{
    width: auto;
}

#content .entry-wrap,
.blog .entry-wrap,
.search .entry-wrap,
.archive .entry-wrap
{
    padding: 10px;
}


.blog .entry-image,
.search .entry-image,
.archive .entry-image
{
    float: left;
    width: 310px;
}

.entry-meta,
.entry-meta a
{
    color: #a1a1a1;
    font-size: 13px;
}

.entry-meta a
{
    font-weight: bold;
    text-decoration: none;
}

.entry-meta a:hover
{
    text-decoration: underline;
}

.entry-title, .entry-title a
{
    color: #1d5ea0;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    text-decoration: none;
}

.entry-title
{
    clear: none;
}

.blog .entry-title a:hover,
.search .entry-title a:hover,
.archive .entry-title a:hover
{
    text-decoration: underline;
}

.blog .entry-content,
.search .entry-content,
.archive .entry-content
{
    float: left;
    min-height: 172px;
    padding-bottom: 20px;
    position: relative;
    width: 385px;
}


.blog .entry-summary .read-more a,
.search .entry-summary .read-more a,
.archive .entry-summary .read-more a
{
    bottom: 0;
    color: #000;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    text-decoration: none;
}

.blog .entry-summary .read-more a:hover,
.search .entry-summary .read-more a:hover,
.archive .entry-summary .read-more a:hover
{
    text-decoration: underline;
}

.blog .entry-footer,
.search .entry-footer,
.archive .entry-footer
{
    background: transparent url(img/post/footer.gif) repeat-x;
    height: 37px;
    padding: 0 0 0 10px;
}

#content .page .comments-link,
.blog .post .comments-link,
.search .post .comments-link,
.archive .post .comments-link
{
    float: left;
    padding-top: 8px;
}

.share-button
{
    float: right;
    padding-right: 10px;
    padding-top: 10px;
}


#content .page .comments-link a,
.blog .post .comments-link a,
.search .post .comments-link a,
.archive .post .comments-link a
{
    color: #575757;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

#content .page .comments-link a:hover,
.blog .post .comments-link a:hover,
.search .post .comments-link a:hover,
.archive .post .comments-link a:hover
{
    text-decoration: underline;
}

/*
                SINGLE POST
*******************************************************************************/
.single #content
{
    background: #fff;    
}

.single .post
{
    padding: 27px;
}

.single .post-footer
{
    background: transparent url(img/post/footer-single.gif) repeat-x;
    height: 40px;
}

.single .post-footer-social
{
    float: right;
    padding: 8px 10px 0 0;
}

.single .entry-image
{
    float: right;
    display: inline-block;
    margin-left: 12px;
    width: 300px;
}

.single .entry-image-excerpt
{
    font-weight: bold;
}

.single .entry-image-excerpt,
.single .entry-image-content
{
    color: #999;
    font-size: 11px;
    line-height: 1.2em;
    text-align: center;
}

#comments
{
    margin-top: 10px;
    padding: 0 27px 10px 27px;
}

#comments #reply-title
{
    color: #a1a1a1;
    font-size: 18px;
    font-weight: bold;
}

#commentform
{
    border: 1px solid #d4d4d4;
    color: #a1a1a1;
    margin: 10px 0;
    padding: 11px;
    position: relative;
}

#commentform label
{
    display: block;
    margin-top: 5px;
}

#commentform input[type=text], #commentform textarea
{
    background: #eaeaea;
    border: 1px solid #eaeaea;
}

#commentform textarea
{
    width: 510px;
}

.commentlist .even
{
    background: #f4f4f4;
}

.commentlist .odd
{
    background: #fff;
}

.comment
{
    margin: 5px 0;
    padding: 10px;
}

.comment-meta a
{
    color: #a1a1a1;
    text-decoration: none;
}

.comment-meta a.comment-edit-link
{
    text-decoration: underline;
}

.comment-author
{
    color: #717171;
}

.comment-author .fn
{

    font-weight: bold;
    font-size: 18px;
}
.comment .children
{
    margin-left: 40px;
}

.form-submit input[type=submit]
{
    background: #fff;
    border: 0px none;
    bottom: 22px;
    color: #a1a1a1;
    font-weight: bold;
    position: absolute;
    right: 10px;
}

/*
                    PAGE
*******************************************************************************/
.page #content
{
    background: #fff;
    padding: 20px;
}

.page #comments
{
    display: none;
}

/*
                SEARCH: NO RESULTS
*******************************************************************************/
.no-results h2,
.not-found h1,
.no-results .entry-content,
.not-found .entry-content
{
    padding: 0 20px;
}

.no-results h2,
.not-found h1
{
    padding-top: 20px;
}

.no-results #searchform,
.not-found #searchform
{
    display: none;
}

/*
                PAGE BROWSER
*******************************************************************************/
#nav-below
{
    background: #fff;
    padding: 10px;
}

.single #nav-below
{
    margin-top: 15px;
}

.single .nav-previous
{
    float: left;
}

.single .nav-next
{
    float: right;
}

.navigation .navigation-wrap
{
    float: right;
    margin-right: 15px;
    position: relative;
    left: -50%;
}

.navigation .navigation-wrap .inner-wrap
{
    float: left;
    position: relative;
    left: 50%;
}

.navigation .nav-previous,
.navigation .nav-next
{
    float: left;
}

.navigation .nav-previous a,
.navigation .nav-next a
{
    background: transparent url(img/navigation/previous.gif);
    display: block;
    color: #fff;
    height: 25px;
    font-size: 12px;
    width: 82px;
    text-decoration: none;
}

.navigation .nav-previous a:hover,
.navigation .nav-next a:hover
{
    text-decoration: underline;
}

.navigation .nav-pages
{
    float: left;
}

.navigation .nav-previous a
{
    padding: 4px 0 0 20px;
    width: 62px;
}

.navigation .nav-next a
{
    background: transparent url(img/navigation/next.gif);
    padding: 4px 0 0 5px;
    width: 37px;
}


.navigation .nav-pages
{
    color: #a1a1a1;
}

.navigation .nav-pages a,
.navigation .nav-pages strong
{
    display: block;
    height: 24px;
    float: left;
    font-size: 16px;
    padding-top: 6px;
    text-decoration: none;
    width: 40px;
    text-align: center;
}

.navigation .nav-pages a
{
    padding-top: 5px;
}

.navigation .nav-pages a:hover
{
    text-decoration: underline;
}

