/*  
Theme Name:RTLinfo Blogs 2014-2015
Theme URI://www.rtl.be
Description:Theme officiel RTL info blogs 2011
Version:0.01
Author:RTL NewMedia
Author URI://www.rtl.be
*/

body {
    padding: 0;
    margin: 0;
    background: #f1f7fa;
}

div#Sitesbar {
    display: none;
}

#leaderboardContainer {
    padding: 20px
}

#leaderboard {
    text-align: center;
    margin: 0px auto;
}

#outerContainer {
    width: 1004px;
    margin: 0px auto 50px auto;
}

.topShadow {
    width: 990px;
    margin: 0px auto;
    height: 7px;
    background: url('images/bg-main-top.png');
}

.bottomShadow {
    width: 990px;
    margin: 0px auto;
    height: 7px;
    background: url('images/bg-main-bottom.png');
}

#menuContainer {
    height: 94px;
    /*
	overflow: hidden;*/
}

#mainContainer {
    /*
	width: 1004px;
	background: url('images/bg-main.png');
*/
    background-color: #fff;
}

#header {
    width: 990px;
    height: 150px;
    margin: 0px auto;
}

#blogbar {
    width: 990px;
    height: 32px;
    margin: 1px auto 0px auto;
    background-image: url('images/bg-top-facebook.png');
    /* height: 34px; */
    background-repeat: repeat-x;
    font-size: 30px;
    color: #FFFFFF;
    /* padding: 0 0 0 8px; */
    /* border-bottom: solid 1px #E3E3E5; */
    height: 33px;
    padding: 0 0 0 8px;
    text-transform: uppercase;
    font-family: 'proxima_nova_excn_rgbold';
    margin: 0;
}


}
#blogbar ul {
    margin: 0px 0px 0px 10px;
    padding: 0;
    list-style: none;
}
#blogbar ul li {
    float: left;
    list-style: none;
    text-transform: uppercase;
    font-family: arial;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    /*background: url('images/navbar-list-item-separator.png') no-repeat right;*/
    
    margin-top: 1px;
    padding: 0px 10px;
    text-align: center;
    height: 31px;
    line-height: 33px;
}
#blogbar ul li a {
    color: #fff;
    text-decoration: none;
}
#blogbar ul li a:hover {
    color: #fff;
    text-decoration: none;
    background: transparent;
}
#blogbar ul li.current_page_item {
    background: #fff;
    margin-left: -2px;
    height: 31px;
    line-height: 31px;
    background: url('images/navbar-list-item-current.png') repeat;
    border-top: 1px solid #850202;
    border-right: 1px solid #850202;
    border-left: 1px solid #850202;
    color: #000;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#blogbar ul li.current_page_item a {
    color: #000;
}
#mainContentAndSidebarContainer {
    margin: 20px 7px 0px 7px;
    padding: 0px 10px;
    background: #fff;
    min-height: 2000px;
    overflow: visible;
}
#mainContentAndSidebarContainer hr {
    display: none;
}
#mainContent {
    width: 644px;
    font-family: arial;
    float: left;
}
#mainContent a:link,
#mainContent a:visited,
#mainContent a:hover {
    color: #1E287D;
}
#mainContent .navigation {
    padding: 0px 0px 20px 0px;
    background: #fff;
}
#mainContent .navigation a:link,
#mainContent .navigation a:visited {
    font-size: 13px;
    color: #1E287D;
    text-decoration: underline;
}
#mainContent .navigation a:hover {
    color: #1E287D;
    text-decoration: none;
}
#sidebar {
    width: 300px;
    top: 0;
    font-family: arial;
    float: right;
}
#footerContainer {
    background-color: #fff;
}
#footerTopStripe {
    background: #1e287d;
    height: 5px;
    width: 990px;
    margin: 0px auto;
}
#pageFooter {
    width: 970px;
    background: #fff;
    margin: 0px auto;
    padding: 15px 10px;
}

/* Sidebar */

/* Recherche */
#sidebar .left-sidecolumn ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#sidebar .left-sidecolumn ul li {
    list-style: none;
}
#sidebar li#search {
    width: 300px;
    height: 52px;
    background: url('images/bg-recherche.png');
    margin-bottom: 20px;
}
#sidebar li#search label.hidden {
    display: none;
}
#sidebar li#search form#searchform div {
    position: relative;
}
#sidebar li#search input#s {
    width: 227px;
    height: 20px;
    border: 1px solid #c0d3de;
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 4px;
}
#sidebar li#search input#searchsubmit {
    width: 31px;
    height: 28px;
    position: absolute;
    left: 255px;
    top: 11px;
    border: none;
    background: transparent url('images/bouton-recherche.png') no-repeat;
    cursor: pointer;
    cursor: hand;
}

/* Cat�gories, Facebook, Articles r�cents, Commentaires r�cents, RTL info flux */
#mainContentAndSidebarContainer #sidebar h2,
#sidebar li.widget_categories h2,
#sidebar li.widget_text h2,
#sidebar li.widget_recent_entries h2,
#sidebar li.widget_recent_comments h2,
#sidebar li.widget_rss h2 {
    font-size: 18px;
    font-weight: normal;
    color: #435f7a;
    background: #FF5000;
    padding: 4px 10px;
    display: block;
    color: #FFFFFF;
    background-color: #3680B1;
    text-transform: uppercase;
    display: block;
}
#mainContentAndSidebarContainer #sidebar p.intro {
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0px 20px 0px;
    background: #fff;
}
#mainContentAndSidebarContainer #sidebar p.intro a:link,
#mainContentAndSidebarContainer #sidebar p.intro a:visited {
    color: #1e287d;
    text-decoration: underline;
}
#mainContentAndSidebarContainer #sidebar p.intro a:hover {
    color: #1e287d;
    text-decoration: none;
}
#sidebar .right-sidecolumn ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#sidebar .left-sidecolumn li.widget ul,
#sidebar .right-sidecolumn li ul {
    border: none;
    margin-bottom: 20px;
}
#sidebar .left-sidecolumn li.widget ul li,
#sidebar .right-sidecolumn li ul li {
    list-style-type: none;
    background: url('images/liste-puce.png') no-repeat 0px 11px;
    border-bottom: 1px dotted #c3d2e0;
    line-height: 22px;
    font-size: 12px;
    color: #000;
    padding: 4px 0px 4px 20px;
}
#sidebar .left-sidecolumn li.widget ul li a:link,
#sidebar .left-sidecolumn li.widget ul li a:visited,
#sidebar .right-sidecolumn li ul li a:link,
#sidebar .right-sidecolumn li ul li a:visited {
    color: #1e287d;
    text-decoration: none;
}
#sidebar .left-sidecolumn li.widget ul li a:hover,
#sidebar .right-sidecolumn li ul li a:hover {
    color: #1e287d;
    text-decoration: underline;
}

/* RtlIMU */
#sidebar .RtlIMU_widget,
#sidebar .vplrtl_widget {
    margin-bottom: 20px;
}
#sidebar .widget_tag_cloud a,
#sidebar li.RTLmotsclefs_widget .tagcloudz a {
    color: #1e287d;
}
#sidebar .left-sidecolumn li.widget_tag_cloud,
#sidebar .left-sidecolumn li.widget_links,
#sidebar li.RTLmotsclefs_widget,
#sidebar #btn1creator,
#sidebar #btn2creator,
#sidebar #rtlbourse {
    margin-bottom: 20px;
}
#sidebar .left-sidecolumn li.widget_links ul.blogroll,
#sidebar .left-sidecolumn li.widget_archive ul,
#sidebar li.RTLmotsclefs_widget .tagcloudz,
#sidebar #btn1creator img,
#sidebar #btn2creator img {
    border: none;
}
#sidebar li.widget_text .textwidget img {
    margin-top: 10px;
    border: none;
}
div.textwidget {
    font-size: 12px;
    line-height: 19px;
    color: #1E287D;
    padding: 10px 10px 10px 0px;
}

/* Facebook */
#sidebar li.widget_text h2 {
    margin-bottom: 5px;
}
#sidebar li.widget_text,
#sidebar li.likebox_widget {
    margin-bottom: 20px;
}

/* RSS */
#sidebar li.widget_rss h2 a:link,
#sidebar li.widget_rss h2 a:visited {
    color: #435f7a;
    text-decoration: none;
}
#sidebar li.widget_rss h2 a:hover {
    color: #435f7a;
    text-decoration: underline;
}

/* Posts */
h2.pagetitle {
    font-size: 24px;
    font-weight: normal;
    margin: 0px 0px 14px 0px;
    color: #1e287d;
}
#mainContent div.entry {
    margin-bottom: 50px;
}
h3.entry-header,
h3.entry-header a {
    font-size: 24px;
    font-weight: normal;
    margin: 0px 0px 6px 0px;
}
h3.entry-header a:link,
h3.entry-header a:visited {
    color: #1e287d;
    text-decoration: none;
}
h3.entry-header a:hover {
    color: #1e287d;
    text-decoration: underline;
}
div.upop {
    font-size: 12px;
    padding: 0px 0px 9px 0px;
    border-bottom: 1px solid #c6d4e1;
}
div.upop span.upopDate {
    color: #bf0a01;
}
div.upop a:link,
div.upop a:visited {
    color: #1e287d;
    text-decoration: none;
}
div.upop a:hover {
    color: #1e287d;
    text-decoration: underline;
}
#mainContent div.entry-footer {
    height: 1px;
    width: 100%;
    clear: both;
}
#mainContent div.entry img,
#mainContent div.entry iframe,
#mainContent div.entry object {
    border: 1px solid #d2e4eb;
    padding: 1px;
    float: left;
    margin: 0px 20px 15px 0px;
    /*width: 640px;
  height: auto;*/
    
    max-width: 640px
}
#mainContent div.entry img {
    max-width: 640px;
    height: auto;
}
#mainContent div.entry div.tl_twitter iframe.twitter-share-button {
    border: none;
}
#mainContent div.entry p {
    font-size: 13px;
    line-height: 20px;
    margin: 16px 0px 0px 0px;
}
#mainContent div.entry li {
    font-size: 13px;
    line-height: 20px;
    list-style-image: url('images/liste-puce.png');
    list-style-position: inside;
}
#mainContent div.entry p a:link,
#mainContent div.entry p a:visited {
    color: #1e287d;
    text-decoration: underline;
}
#mainContent div.entry p a:hover {
    color: #1e287d;
    text-decoration: none;
}
#mainContent div.navigation {}
#mainContent div.navigation .floatleft {
    float: left;
}
#mainContent div.navigation .floatright {
    float: right;
}
#mainContent div.navigation .floatleft a:link,
#mainContent div.navigation .floatleft a:visited,
#mainContent div.navigation .floatright a:link,
#mainContent div.navigation .floatright a:visited {
    font-size: 11px;
    text-decoration: none;
}
#mainContent div.navigation .floatleft a {
    background: url('images/arrow-left.gif') no-repeat left;
    padding-left: 10px;
    height: 12px;
    line-height: 12px;
}
#mainContent div.navigation .floatright a {
    background: url('images/arrow-right.gif') no-repeat right;
    padding-right: 10px;
    height: 12px;
    line-height: 12px;
}

/* Comment section */
.comment-section {
    margin-top: 30px;
    font-size: 12px;
    line-height: 18px;
}
.comment-section table tbody tr {
    height: 50px;
}
.comment-section textarea {
    width: 275px;
}
.comment-section input#previewcomment,
.comment-section input#submit {
    background: url('images/bg_button.png');
    border: 1px solid #ddd;
    margin: 20px 0px 20px 20px;
}

/* Comments page : social, outbrain */
#mainContent div.entry img,
#mainContent div.entry iframe,
#mainContent div.entry object {
    border: 0px;
    padding: 0px;
    float: none;
    margin: 0px;
}
#mainContent div.entry img.alignleft {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
}
#mainContent div.entry img.alignright {
    float: right;
    margin-left: 10px;
    margin-right: 0px;
}
#mainContent div.entry-footer {
    height: 30px;
    width: 100%;
    clear: both;
}
#mainContentAndSidebarContainer {
    min-height: 1000px;
}
.comment-section table tbody tr {
    height: 0px;
}
.intro {
    border: none !important;
    background-color: !important;
}
.w-tags-now-items h2 {
    margin-top: 5px;
}