/*
Theme Name:     Croix Rouge luxembourgeoise
Description:    Th&egrave;me r&eacute;alis&eacute; pour la <a href="http://www.croix-rouge.lu/">Croix Rouge luxembourgeoise</a>
Author:         nouvelle MARQUE
Author URI:     http://www.nouvelle-marque.com/
Version:        1.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
* {
    outline:0 none;
}
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;
}
body {
    line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
    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;
}

/* =Fonts
-------------------------------------------------------------- */
* {     font-family: Arial, sans-serif; }
pre {   font-family: Courier, monospace; }
code {  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

/* =Structural elements. Based on the 960 Grid System: http://960.gs/
-------------------------------------------------------------- */
.full, .three-quarter, .half, .quarter,
.full-l, .three-quarter-l, .half-l, .quarter-l,
.full-r, .three-quarter-r, .half-r, .quarter-r{
    min-height: 1px;
}
.full {         width: 960px; }
.three-quarter {width: 720px; }
.half {         width: 480px; }
.quarter {      width: 240px; }

/* Same with margins */
.full-wm, .three-quarter-wm, .half-wm, .quarter-wm {
    margin: 0 10px;
    min-height: 1px;
}
.full-wm {          width: 940px; }
.three-quarter-wm { width: 700px; }
.half-wm {          width: 460px; }
.quarter-wm {       width: 220px; }

/* Same with left or right margins */
.full-l, .three-quarter-l, .half-l, .quarter-l {
    margin-left: 10px;
}
.full-r, .three-quarter-r, .half-r, .quarter-r {
    margin-right: 10px;
}
.full-l,
.full-r {          
    width: 950px; 
}
.three-quarter-l,
.three-quarter-r { 
    width: 710px; 
}
.half-l,
.half-r {
    width: 470px; 
}
.quarter-l,
.quarter-r {
    width: 230px;
}

/* Same with left or right margins shared */
.full-ls, .three-quarter-ls, .half-ls, .quarter-ls {
    margin-left: 5px;
}
.full-rs, .three-quarter-rs, .half-rs, .quarter-rs {
    margin-right: 5px;
}
.full-ls,
.full-rs {          
    width: 955px; 
}
.three-quarter-ls,
.three-quarter-rs { 
    width: 715px; 
}
.half-ls,
.half-rs {
    width: 475px; 
}
.quarter-ls,
.quarter-rs {
    width: 235px;
}

/* =Floating et clearing elements
-------------------------------------------------------------- */
.left{  float: left; }
.right{ float: right; }
.clear{ clear: both; }
.spacer{ height: 10px; }

/* =Global Elements
-------------------------------------------------------------- */
body {
    background-color: #fff;
}
body,
input,
textarea {
    color: #363636;
    font-size: 11px;
}
.content h1, 
.content h2, 
.content h3, 
.content h4, 
.content h5, 
.content h6{
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.5em;
}
hr {
    background-color: #e6e6e6;
    border: 0;
    clear: both;
    height: 1px;
    margin-bottom: 12px;
}
h1{
  font-size: 22px;
}
/* Text elements */
p {
    line-height: 1.2em;
    margin-bottom: 0.6em;
}
p:last-child {
    margin-bottom: 0;
}
.content ul{
    list-style: square inside;
    margin-bottom: 1em;
}
ol {
    list-style: decimal;
    margin: 0 0 18px 1.5em;
}
ol ol {
    list-style: upper-alpha;
}
ol ol ol {
    list-style: lower-roman;
}
ol ol ol ol {
    list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
}
dl {
    margin: 0 0 5px 0;
}
dt {
    margin-bottom: 2px;
    font-weight: bold;
}
dd {
    margin-bottom: 4px;
}
strong {
    font-weight: bold;
}
cite,
em,
i {
    font-style: italic;
}
big {
    font-size: 131.25%;
}
ins {
    background: #ffc;
    text-decoration: none;
}
blockquote {
    color: #E20018;
    font-size: 14px;
    margin-bottom: 1em;
    margin-left: 1em;
    font-style: italic;
    line-height: 1.3em;
}
blockquote p {
    margin-bottom: 0;
}
blockquote cite,
blockquote em,
blockquote i {
    font-style: normal;
}
pre {
    background-color: #F7F7F7;
    color: #222222;
    line-height: 14px;
    margin-bottom: 10px;
    padding: 10px;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
sup,
sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
textarea{
    resize: vertical;
}

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

/* Form elements */
input[type="text"],
textarea {
    background-color: #e6e6e6;
    border: 1px solid #e6e6e6;
    padding: 2px 2px 1px;
    vertical-align: middle;
}
.content input[type="text"]{
    min-width:220px;
}
.content textarea{
    width:100%;
}
.content input[type="submit"]{
    background-color: #e6e6e6;
    border: 1px solid #878787;
    font-size: 1.3em;
    font-weight: bold;
}
.search-form input[type="text"]{
    background-color: #ee827b;
    border: 1px solid #ee827b;
    color: #fff;
}
.search-form input[type="submit"]{
    background-color: #E20018;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: inherit;
    padding: 2px 0 1px;
    vertical-align: middle;
}
.content input[type="submit"]:hover{
    cursor: pointer;
}

/* Link elements */
a:link {
    color: #00AEEF;
    text-decoration: none;
}
a:visited {
    color: #008dc1;
    text-decoration: none;
}
a:active,
a:hover {
    
}
a[href="#null"]{
    cursor: auto;
}
/* a[target=_blank]:after {
 content: url("img/page_blank.png");
padding-right: 4px;
} */
a.pdf{
  background: url("img/doc_pdf.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  line-height: 16px;
  padding-left: 20px;
}
.content table th,
.content table td,
.content table caption{
    border: 1px dotted #363636;
    padding: 5px;
}
.content table.noborder th,
.content table.noborder td,
.content table.noborder caption{
    border: 0 none;
}
.content table{
    margin-bottom: 5px;
}
.sidebar{
    color: #666;
}
.widgettitle{
    color: #363636;
}
.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6{
    margin: 0.5em 0;
}
.content ul li,
.wysiwyg-widget-content li{
    list-style: none outside none;
    padding-left: 10px;
    background: url("img/color-arrows.png") no-repeat scroll -10px 0 transparent;
}
.wysiwyg-widget-content,
.textwidget{
    line-height:  1.2em;
}

.wysiwyg-widget-content ul,
.textwidget ul{
    margin-bottom: 0.6em;
}

/* =Layout
-------------------------------------------------------------- */
#wrapper {
    background: #fff;
    margin: 8px auto 0;
    width: 960px;
    position: relative;
}

/* =Header
-------------------------------------------------------------- */
#header-menu{
    position: relative;
    height: 12px;
    margin-top: 2px;
}
    #header-menu ul{
        position: absolute;
        right: 0;
    }
        #header-menu li{
            float: left;
            margin-left: 4px;
            padding-right: 4px;
            border-right: 1px solid #00AEEF;
        }
        #header-menu li.last{
            border-right: 0 none;
        }
            #header-menu li a{
                color: #878787;
            }
        #header-menu .sub-menu-0{
            display: none;
        }
        #header-menu .menu-lvl-0.last > a{
            color: #EB1C24;
            font-weight: bold;
        }

#header {
    height: 65px;
    margin-bottom: 13px;
}  
    #header-baseline {
        position: relative;
        height: 100%;
        color: #e20018;
        font-size: 14px;
    }
        #header-baseline span {
            position: absolute;
            bottom: 0;
        }
    #header-navigation {
        position: relative;
        margin-top: 15px;
    }
        .qtrans_language_chooser {
            text-transform: lowercase;
            position: absolute;
            right: 0;
        }
            .qtrans_language_chooser li {
                float: left;
                margin-left: 4px;
                padding-right: 4px;
                border-right: 1px solid #00AEEF;
            }
            .qtrans_language_chooser li.last{
                border-right: 0 none;
            }
            .qtrans_language_chooser li.active a{
                text-decoration: underline;
                color: #00AEEF;
            }
                .qtrans_language_chooser li a{
                    color: #878787;
                }
                    .qtrans_language_chooser li a:hover{
                        color: #00AEEF;
                    }

/* =Navigation
-------------------------------------------------------------- */
#navigation {
    background-color: #e20018;
    font-size: 12px;
    position: relative;
}
    .main-menu li {
        border-right: 1px solid #FFFFFF;
        float: left;
        line-height: 20px;
        margin-left: 5px;
        position: relative;
    }
        #main-menu-6 li{
            border-right: 0 none;
        }
            .main-menu li a{
                background: url("img/color-arrows.png") no-repeat 96% 11px transparent;
                color: #FFFFFF;
                display: block;
                font-weight: bold;
                line-height: 28px;
                margin-right: 5px;
                padding: 0 15px 0 5px;
            }
                .main-menu li a.lvl-0:hover, 
                .main-menu li.active > a.lvl-0, 
                .main-menu .current-menu-ancestor > a.lvl-0 {
                    background-color: #ee827b;
                    background-position: 96% -277px;
                    text-decoration: none;
                }
                .sub-menu .current-menu-ancestor > a {
                    background-color: transparent;
                }
                .main-menu .arrow{
                    background: url("img/arrow-box.png") no-repeat scroll 0 0 transparent;
                    height: 21px;
                    left: 25px;
                    position: absolute;
                    top: -15px;
                    width: 42px;
                }
                .main-menu .close{
                    background: url("img/close.jpg") no-repeat scroll 0 0 transparent;
                    height: 12px;
                    right: 5px;
                    position: absolute;
                    top: 5px;
                    width: 14px;
                    cursor: pointer;
                }
                .main-menu .sub-menu-0{
                    border: 2px solid #363636;
                    position: absolute;
                    top: 42px;
                    left: -10px;
                    background-color: #fff;
                    padding: 10px;
                    -moz-border-radius: 10px;
                    -webkit-border-radius: 10px;
                    border-radius: 10px;
                    -moz-background-clip: padding;
                    -webkit-background-clip: padding-box; 
                    background-clip: padding-box;
                    display: none;
                    z-index: 99;
                }
                .main-menu .lvl-0{
                    cursor: pointer;
                }
                    .main-menu .sub-menu-0 li{
                        margin-left: 0;
                    }
                        .main-menu .sub-menu-0 a{
                            background-position: 0 -29px;
                            color: #878787;
                            padding: 3px 5px 0 10px;
                            display: inline-block;
                            line-height: 15px;
                            font-weight: normal;
                        }
                            .main-menu .sub-menu-0 a:hover{
                                background-position: 0 -29px;
                                background-color: transparent;
                            }
                                .main-menu .menu-lvl-1{
                                    width: 175px;
                                    margin-left: 0;
                                    border: 0 none;
                                }
                                    .main-menu .multi a.lvl-1 {
                                        background: none repeat scroll 0 0 transparent;
                                        border-bottom: 4px solid;
                                        color: #363636;
                                        display: table-cell;
                                        font-size: 13px;
                                        font-weight: bold;
                                        padding: 0;
                                        margin-bottom: 2px;
                                        height: 44px;
                                        vertical-align: bottom;
                                        width: 165px;
                                        padding-bottom: 5px;
                                    }
                                        .main-menu .menu-lvl-2{
                                            width: 100%;
                                        }
                                          .main-menu .sub-menu-2{
                                            display: none;
                                          }
                
    #navigation-search {
        line-height: 28px;
        margin-right: 5px;
        position: relative;
    }
        #navigation-search form {
            float: left;
        }
        #search-tag {
            margin: 8px 5px;
        }
            #tag-link {
                background: url("img/color-arrows.png") no-repeat scroll -7px -69px transparent;
                display: block;
                height: 12px;
                width: 12px;
                cursor: pointer;
            }
                #tag-link.visible {
                    background-position: -7px -320px;
                }
                #tag-link:hover {
                    background-color: #EE8365;
                }
            #tag-cloud {
                background-color: #FFFFFF;
                border: 3px solid #E20018;
                border-top: 0 none;
                display: none;
                padding: 0 5px;
                position: absolute;
                top: 28px;
                width: 400px;
                right: -5px;
                -moz-border-radius: 0 0 10px 10px;
                -webkit-border-radius: 0 0 10px 10px;
                border-radius: 0 0 10px 10px;
                -moz-background-clip: padding;
                -webkit-background-clip: padding-box; 
                background-clip: padding-box;
                z-index: 5;
            }
                #tag-cloud a {
                    color: #878787;
                }
                  #tag-cloud a:hover {
                      color: #00AEEF;
                  }

/* =Fil d'ariane
-------------------------------------------------------------- */
#breadcrumb{
        margin-top: 2px;
        height: 25px;
        font-size: 10px;
    }
        #breadcrumb li{
            float: left;
            margin-right: 2px;
        }
            #breadcrumb a{
                color: #363636;
                background: url("img/color-arrows.png") no-repeat scroll 100% 3px transparent;
                padding-right: 10px;
            }
                #breadcrumb > li a:hover{
                    text-decoration: underline;
                }
                #breadcrumb li.menu-lvl-0 a:hover,
                #breadcrumb li.menu-lvl-0 a[href="#null"]{
                    text-decoration: none;
                }
                #breadcrumb li.last a{
                    background-image: none;
                    padding-right: 0;
                    cursor: pointer;
                }

/* =Menu de gauche
-------------------------------------------------------------- */               
#sidebar-left{
  border-top: 1px solid #E20018;
}
  #sidebar-left > li > a{
    border-bottom: 1px solid #878787;
  }
  #sidebar-left a{
    color: #878787;
    display: block;
    padding: 4px 0 3px;
    font-size: 13px;
  }
    #sidebar-left .sub-menu a{
      border-bottom: 1px solid #878787;
      font-size: 11px;
    }
  #sidebar-left .current-menu-ancestor > a,
  #sidebar-left .current-menu-item > a,
  #sidebar-left .current-menu-parent > a,
  #sidebar-left .current-page-ancestor > a{
    font-weight: bold;
  }
  #sidebar-left .current-menu-ancestor a,
  #sidebar-left .current-menu-item a,
  #sidebar-left .current-menu-parent a,
  #sidebar-left .current-page-ancestor a{
    color: #E20018;
    border-bottom-color: #E20018;
  }
  #sidebar-left .menu-lvl-1,
  #sidebar-left .menu-lvl-3,
  #sidebar-left .menu-lvl-1 .menu-lvl-2,
  #sidebar-left .menu-lvl-1 .menu-lvl-2 .menu-lvl-3,
  #sidebar-left .menu-lvl-4{
    margin-left: 10px;
  }
  #sidebar-left .sub-menu-0,
  #sidebar-left .sub-menu-1,
  #sidebar-left .sub-menu-2,
  #sidebar-left .sub-menu-3{
    display: none;
  }
  #sidebar-left .menu-lvl-0.current-menu-ancestor .sub-menu-0,
  #sidebar-left .menu-lvl-0.current-menu-item .sub-menu-0,
  #sidebar-left .menu-lvl-1.current-menu-ancestor .sub-menu-1,
  #sidebar-left .menu-lvl-1.current-menu-item .sub-menu-1,
  #sidebar-left .menu-lvl-2.current-menu-ancestor .sub-menu-2,
  #sidebar-left .menu-lvl-2.current-menu-item .sub-menu-2,
  #sidebar-left .menu-lvl-3.current-menu-ancestor .sub-menu-3,
  #sidebar-left .menu-lvl-3.current-menu-item .sub-menu-3,
  #sidebar-left .menu-lvl-2{
    display: block;
  }
  #sidebar-left .close a,
  #sidebar-left .close a{
    color: #878787;
    border-bottom-color: #878787;
  }
  #sidebar-left .open a,
  #sidebar-left .open a{
    color: #E20018;
    border-bottom-color: #E20018;
  }
          
/* =Main Content
-------------------------------------------------------------- */
.home #main,
.search #main,
.tag #main,
.error404 #main{
    margin-top: 10px;
}
    .page #main-content .thumbnail{
        margin-bottom: 10px;
    }
    .page #main-content .title{
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 16px;
    }
    
.content ul li{
    list-style: none outside none;
    padding-left: 15px;
    background: url("img/color-arrows.png") no-repeat scroll -10px 3px transparent;
    margin-bottom: 5px;
    line-height: 1.3em;
}

.content{
  font-size: 12px;
}
.content p{
  line-height: 1.3em;
}

.page #main-content .thumbnail,
.single #main-content .thumbnail{
    margin-bottom: 10px;
}

.page #main-content .title,
.single #main-content .title{
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 22px;
}

.single #main-content .title{
    margin-bottom: 2px;
}
.single #main-content .date{
    margin-bottom: 10px;
    display: block;
}

.single .content a:hover{
    text-decoration: underline;
}

.search .content,
.tag .content{
    background-color: #E6E6E6;
    padding: 10px;
    float: left;
    width: 700px;
}
.search .content.has-thumbnail,
.tag .content.has-thumbnail{
    width: 620px;
}
.search .content input[type="text"],
.search .content textarea,
.tag .content input[type="text"],
.tag .content textarea {
    border-color: #878787;
}

.search .content img,
.archive .content img,
.home .content img{
  display: none;
}
.search .thumbnaillink,
.tag .thumbnaillink{
  float: left;
  display: block;
}
.content h2, .content h5{
    color: #E20018;
}
.content h3{
    color: #363636;
}
.content h4{
    color: #E20018;
    border-top: 5px solid #E20018;
    padding-top: 5px;
    font-size: 13px;
}
.content h5{
    font-size: 14px;
    line-height: 1.3em;
    font-weight: normal;
}
.flickr_badge_image{
    margin-right: 5px;
    margin-bottom: 3px;
    float: left;
}
.flickr_badge_image img{
    width: 70px;
    height: auto;
}
.home .flickr_badge_image img{
    width: 68px;
}
.flickr_badge_wrapper .last{
    margin-right: 0;
}
.widget_links a{
    color: #363636;
    display: block;
    margin: 3px 0;
}
#sidebar-right .flickr_badge_image img{
    width: 65px;
}

.date{
  font-size: 10px;
  color: #878787;
  font-weight: normal;
}

/* =Listes d'articles
-------------------------------------------------------------- */
#cat-title, .single .title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
#cat-desc{
    font-size: 12px;
    margin: 5px 0;
}
.category .classic{
    border-top: 1px dashed #878787;
    margin: 10px 0 0;
    padding: 5px 0;
}
.category .classic .thumbnail,
.search .thumbnail,
.tag .thumbnail{
    margin: 0 5px 5px 0;
}
.category .content.has-thumbnail{
  width: 420px;
  float: left;
}

.first{
    margin-bottom: 15px;
}
.first .title a{
    /* Fe 5093
    font-weight: normal;
    color: #E20018;
    */
}
.title{
    font-weight: bold;
    font-size: 15px;
    margin: 5px 0;
}
    .title a{
        color: #363636;
    }
    .title a:hover{
        color: #00AEEF;
    }

.content img{
    border-top: 3px solid #E20018;
}
 .error404 .content img{
     border:none;
 }
 .error404 .content #searchform{
     margin-bottom:20px;
 }
 .error404 .content .lienFB{
     height:32px;
     background:transparent url('http://www.croix-rouge.lu/wp-content/plugins/widget-reseaux-sociaux/images/komodo/32/facebook.png') no-repeat top left;
     display:block;
     padding-top:10px;
     padding-left:35px;
     color:#000;
     text-decoration:underline;
     font-size:12px;
     font-weight:bold;
 }
.content img.hide-border{
    border-top: 0 none;
}

#list-navigation a{
    background: url("img/color-arrows.png") no-repeat scroll -10px -141px transparent;
    padding-left: 8px;
}
    #list-navigation a:hover{
        text-decoration: underline;
    }
    #list-navigation .nav-previous{
        text-align: left;
    }
        #list-navigation .nav-previous a{
            background-position: -10px -355px;
            padding-left: 10px;
        }
    #list-navigation .nav-next{
        text-align: right;
    }
        #list-navigation .nav-next a{
            background-position: 100% -141px;
            padding-right: 8px;
        }
        

.external{
    background-color: #E6E6E6;
    border-top: 3px solid #3777BC;
    padding-bottom: 10px;
}
.external .title,
.external .content,
.external .source-site{
    margin-left: 10px;
    margin-right: 10px;
}
    .external .source-site{
        border-top: 1px dotted #3777BC;
        font-size: 10px;
        margin-top: 5px;
        padding-top: 5px;
        text-align: right;
    }
    
.home #main-content .thumbnail{
    height: 137px;
    width: 230px;
}
.home #main-content .first .thumbnail{
    height: auto;
    width: 710px;
}    

/* =Right sidebar
-------------------------------------------------------------- */
#sidebar-right .widget{
    border-top: 3px solid #E20018;
    background-color: #e6e6e6;
    padding: 10px;
    margin-bottom: 10px; 
}
    #sidebar-right .widgettitle{
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 5px;
    }
        .widget_categoryposts li{
            border-bottom: 1px dashed #fff;
            padding-top: 5px;
        }
            .widget_categoryposts li .thumbnail{
                float: left;
            }
            .widget_categoryposts li .post-title{
                margin-right: 2px;
                color: #e20018;
                font-weight: bold;
            }
            .widget_categoryposts .content{
                margin-left: 45px;
            }
            .widget_categoryposts p{
                font-size: 10px;
                margin: 4px 0 5px;
            }
            .widget_categoryposts li .post-date{
                margin: 0;
                font-size: 8px;
                display: inline;
                color: #878787;
            }
              
/* =Footer
-------------------------------------------------------------- */
#footer{
    margin-top: 10px;
    border-top: 4px solid #939598;
    line-height: 40px;
}

#footer .wysiwyg-widget-content, 
.textwidget {
    line-height: inherit;
}

#footer .pos-1{
    font-size: 10px;
    line-height: 12px;
    margin-top: 8px;
}

#footer .phone{
    background: url("img/small-phone.png") no-repeat scroll left center transparent;
    color: #E20018;
    margin-left: 2px;
    padding-left: 16px;
}

.addthis_toolbox{
    margin-top: 30px;
}

/* =ThreeWP Ajax Search
-------------------------------------------------------------- */

.threewp_ajax_search_in_progress #s{
  background: url("img/ajax-loader.gif") no-repeat scroll 98% 50% #EE827B;
}

/*.threewp_ajax_search_container{
  position: relative;
}*/

.threewp_ajax_search_results_content{
  width: auto;
  height: auto;
  position: absolute;
  background-color: #fff;
  border: 1px solid #EE827B;
  border-top: 0 none;
  top: auto;
  right: -5px;
  width: 200px;
}

.threewp_ajax_search_results_content .content,
.threewp_ajax_search_results_content img{
  display: none;
}

.threewp_ajax_search_results_content .title{
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  line-height: 16px;
}

.threewp_ajax_search_results_content ul li{
  padding: 2px;
  border-bottom: 1px solid #ddd;
}
.threewp_ajax_search_results_content ul li:hover{
  background-color: #EE827B;
}
.threewp_ajax_search_results_content ul li:hover .title a{
  color: #fff;
}

/* =Changements de largeur de colonnes
-------------------------------------------------------------- */
#sidebar-left{
  width: 190px;
}
#main-content{
  width: 520px;
}
#main-content .quarter-ls,
#main-content .quarter-rs {
    width: 255px;
}
.home #main-content,
.search #main-content,
.tag #main-content{
  width: 720px;
}

/* =Page Contacts
-------------------------------------------------------------- */
.page-contacts #google_translate_element,
.page-contacts .addthis_toolbox{
  display: none;
}
.page-contacts ul#pages-list,
.page-contacts ul#pages-list li{
  list-style: none;
}
.page-contacts ul#pages-list li{
 background-position: -10px -135px;
 font-size: 14px;
 padding: 5px 0 5px 10px;
}

/* =Event Calendar
-------------------------------------------------------------- */
.em-calendar{
  width: 100%;
}
#main-content .em-calendar thead td{
  height: 25px;
}
#main-content .em-calendar td {
  border-color: #aaa;
}
#main-content .days-names td{
  height: 20px;
  background-color: #eee;
}
#main-content .eventless-today{
  background-color: transparent;
  /*color: #3777BC;*/
  font-weight: bold;
  font-size: 1.2em;
}
#main-content td.eventful a, 
#main-content td.eventful-today a {
  color: #3777BC;
}
#main-content td.eventless-pre, 
#main-content td.eventless-post {
    color: #888888;
}
#main-content .em-calendar ul{
  margin: 2px 0;
}
#main-content .em-calendar li{
  background: none repeat scroll 0 0 #c1d6ed;
  padding: 5px 0;
  text-align: center;
}
#main-content td.eventful-pre li, 
#main-content td.eventful-post li {
  background-color: #eee;
}
#main-content td.eventful-pre a, 
#main-content td.eventful-post a {
  text-decoration: none;
  color: #888888;
}
#main-content td.eventful-pre a:hover, 
#main-content td.eventful-post a:hover {
  color: #3777BC;
}
.em-location-map, 
.em-locations-map { 
  width: 514px !important; 
  height: 280px !important
}
#em-wrapper .time{
  background-color: #EE827B;
  color: #E20018;
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
}
#em-wrapper .date{
  background-color: #CCCCCC;
  color: #555555;
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
}
#em-wrapper .category ul{
  margin: 0;
}
#em-wrapper .category li{
  background: none repeat scroll 0 0 transparent;
  border-left: 1px solid #E20018;
  float: left;
  padding-left: 5px;
}
#em-wrapper .category li:first-child{
  border-left: 0 none;
  padding-left: 0;
}
#em-wrapper .content{
  margin: 5px 0;
}
#em-wrapper .location{
  border-top: 1px solid #EE827B;
  border-left: 5px solid #EE827B;
  border-right: 1px solid #EE827B;
  line-height: 16px;
  padding: 5px;
}
#em-wrapper .map{
  border-left: 5px solid #EE827B;
  border-right: 1px solid #EE827B;
  border-bottom: 1px solid #EE827B;
}
#header-top .contact{
    color: #EB1C24;
    font-weight: bold;
}
#header-top .contact img{
    vertical-align: text-bottom;
}

/*#header-top .contact-header{
    margin-left:8px;
    margin-right:2px;
    color:#EB1C24;
    background: url("img/color-arrows.png") no-repeat scroll -10px -102px transparent;
    padding-left:8px;
}*/
.box{
    position: absolute;
    right: 185px;
    top: 4px;
}
.box .jfontsize-button{
    margin-right:5px;
    width:20px;
    height:20px;
    display:block;
    float:left;
}
/* = page Concert de bienfaisance
-------------------------------------------------------------- */

.cb2015_photo_header {
  background: url(http://www.croix-rouge.lu/wp-content/uploads/2015/11/Front-photo-Syria.jpg);
  line-height: 2.0; 
  width: 960px;
  height:450px;
}
.cb2015_body {
	font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #8C8C8C;
	text-align: left;
	line-height: 2rem;
	width: 960px;
	}
.cb2015_photo_header span {
	font-family:Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	background-color: #706f6f;
    color: #fff; 
    display: inline;
    padding: 0.7rem;
	font-size:40px;
	font-weight:lighter;
	border-width:thin;
	border-color:#FFFFFF;
	}
.cb2015 body,td,th {
	font-size: 14px;
	color: #706F6F;
	font-weight:normal;
}
.cb2015_h2_gris {
	font-family:Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	background-color: #fff;
	line-height:2.0;
    color: #706f6f; 
    display: inline;
    padding: 0.6rem;
	font-size:30px;
	font-weight:lighter;
	border-width:thin;
	border-color:#FFFFFF;
}
.cb2015_h2_blanc {
	font-family:Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	background-color: #706f6f;
	line-height:2.0;
    color: #fff; 
    display: inline;
    padding: 0.6rem;
	font-size:30px;
	font-weight:lighter;
	border-width:thin;
	border-color:#FFFFFF;
}
.cb2015_div h3 {
	font-family:Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	 font-size:24px;
	 color:#706F6F;
	 text-align: center; 
	 padding:20px 40px 20px 40px;
	 font-weight: lighter;
	 line-height: 2.3rem;
}
.cb2015_div2 {
	width:300px;
	margin:10px;
	border-right:thick;
	border-bottom:thick;
	border-left:thin;
	border-top:thin;
	border-color:#706f6f;
	}
cb2015_div_container_gris {
	font-family:Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	background-color: #706f6f;
	}
.cb2015 a:link {
	color: #000000;
}
.cb2015 a:visited {
	color: #5D8030;
}
.cb2015 a:hover {
	color: #5D8030;
}
.cb2015_hr {
	color: #706F6F;
	margin: 20px 0px 40px 0px;
}
a img
{
border: none;
}


