/* Back2top */

#page_scroll_topbar {
    position: fixed;
    bottom: 20px;
    width: 143px;
    height: 214px;
    margin-left: 110px;
    background: url('../images/back2top.png') 0 0 no-repeat;
    z-index: 10;
}

#page_scroll_topbar a {
    display: block;
    width: 143px;
    height: 214px;
}

/* Shoutbox */

#shoutbox {
    background: white;
}

#shoutbox h3.widget-title {
    margin-bottom: 0;
}

#shoutbox #sb_messages {
    padding: 0;
    padding-top: 5px;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #aaa;
}

#shoutbox #sb_messages > div {
    padding: 0 5px;
    color: #888;
    padding-bottom: 3px;
    border-bottom: 1px solid #eee;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
}

#shoutbox #sb_messages div.author {
    font-size: 11px;
}

#shoutbox #sb_messages div.small {
   color: #333;
}

#shoutbox #sb_messages div b {
    font-weight: bold;
}

#shoutbox #input_area {
    background: #555;
    color: white;
    padding: 5px 8px;
    background: #555;
    color: white;
    padding: 5px 8px;
}

#shoutbox #sb_message {
    width: 100%;
    padding: 2px 0;
    text-indent: 3px;
}

#shoutbox #sb_addmessage {
    margin: 0;
    margin-top: 5px;
    padding: 1px 5px;
    line-height: 20px;
    background: rgb(226,226,226); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}

/* SHOUTBOX FDS */

.fds-shoutbox {
    background: #eeeeee;
    width: 100%;
    padding: 20px 0;
    position: relative;
    font-size: 13px;
    font-family: Arial;
    margin-bottom: 50px;
}
.fds-shoutbox .fds-shoutbox-wrapper {
    height: 500px;
    background: #fff;
    margin: 0 20px;
    position: relative;
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
}
.fds-shoutbox .fds-shoutbox-info {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 50px;
    line-height: 50px;
    margin-top: -50px;
    text-align: center;
}
.fds-shoutbox .fds-shoutbox-info span {
    width: 85%;
    margin: 0 auto;
    display: block;
    padding: 5px;
    background: rgba(250,250,250, 0.85);
    border: 1px solid #eee;
}
.fds-shoutbox .fds-shoutbox-messages {
    margin: 0;
    padding: 0;
}
.fds-shoutbox-loading .fds-shoutbox-messages {
    background: url('/images/red-preloader.gif') center center no-repeat;
    min-height: 100%;
}
.fds-shoutbox-loading .fds-shoutbox-messages li {
    display: none;
}
.fds-shoutbox .fds-shoutbox-messages li {
    position: relative;
    padding: 5px;
    border-bottom: 1px solid #F8F8F8;
}
.fds-shoutbox .fds-shoutbox-messages li span.date {
    color: #888888;
    font-size: 11px;
}

.fds-shoutbox .fds-shoutbox-messages li .line-buttons {
    display: none;
    position: absolute;
    right: 5px;
    top: 5px;
}
.fds-shoutbox .fds-shoutbox-messages li:hover .line-buttons {
    display: block;
}
.fds-shoutbox .fds-shoutbox-messages li .line-buttons a {
    display: block;
    float: right;
    padding: 0 8px;
    margin-left: 7px;
    color: white;
    background: black;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    text-decoration: none;
    opacity: 0.7;
}
.fds-shoutbox .fds-shoutbox-messages li .line-buttons a:hover {
    opacity: 1;
}
.fds-shoutbox .fds-shoutbox-messages li a.delete {
    background: #AA190D;
}
.fds-shoutbox .fds-shoutbox-messages li a.kick {
    background: #222222;
}
.fds-shoutbox .fds-shoutbox-messages li a.ban {
    background: #222222;
}
.fds-shoutbox .fds-shoutbox-messages li a.promote {
    background: #0047B3;
}
.fds-shoutbox .fds-shoutbox-messages li a.unpromote {
    background: #0047B3;
}
.fds-shoutbox .fds-send {
    display: none;
    padding: 10px 20px;
    padding-bottom: 0;
    margin-right: 20px;
}
.fds-shoutbox-loading .fds-send {
    visibility: hidden;
}
.fds-shoutbox-posting .fds-send {
    background: url('/images/mini-preloader.gif') right 20px no-repeat;
}
.fds-shoutbox .fds-send-message {
    padding: 5px;
}
.fds-shoutbox .fds-send-button {
    padding: 5px 10px;
}
.fds-shoutbox .fds-config {
    color: #cccccc;
    font-size: 11px;
    line-height: 18px;
}
.fds-shoutbox .fds-config input {
    vertical-align: top;
}

.fds-shoutbox .fds-send-message {
    width: 430px;
}

.fds-shoutbox .fds-shoutbox-info span {
    width: 400px;
}

.page-template-page_simple-php .fds-shoutbox .fds-send-message{
    width: 700px;
}

.entry-content .fds-shoutbox  {
	margin-bottom: 10px;
}

.entry-content .fds-shoutbox .fds-config {
    padding: 10px 20px;
    padding-bottom: 0;
    margin-right: 20px;
    color: black;
}

.fds-shoutbox .fds-send .info {
    margin: 0;
    padding: 0 5px;
    font-size: 11px;
    color: #999;
}

/* SHOUTBOX ADMIN */

#fds-shoutbox-admin {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #555555;
    margin-top: 0px;
    margin-bottom: 20px;
}

#fds-shoutbox-admin .fds-send-message {
    width: 240px;
}

#fds-shoutbox-admin .fds-shoutbox-wrapper {
    height: 360px;
    margin: 0 5px;
}

#fds-shoutbox-admin .fds-send {
    display: block;
    padding: 5px;
    padding-right: 0;
    margin-right: 5px;
}

#fds-shoutbox-admin .fds-message-more {
    border-bottom: 1px solid #ccc;
    background: #eee;
}

#fds-shoutbox-admin .fds-message-more a {
    display: block;
    text-align: center;
    color: #666;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.fds-error-box {
    background: #FF886D;
    background: -moz-linear-gradient(top, #FF886D 0%, #CC2C10 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF886D), color-stop(100%,#CC2C10));
    background: -webkit-linear-gradient(top, #FF886D 0%,#CC2C10 100%);
    background: -o-linear-gradient(top, #FF886D 0%,#CC2C10 100%);
    background: -ms-linear-gradient(top, #FF886D 0%,#CC2C10 100%);
    background: linear-gradient(top, #FF886D 0%,#CC2C10 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff886d', endColorstr='#cc2c10',GradientType=0 );
    border: 1px solid #CC2C10;
    text-shadow: 1px 1px #FF886D;
    color: #350500;
}

.single .entry-title, .singular .entry-title {
    margin-right: 120px;
}

.entry-content h3 {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2em;
    border-bottom: 1px dashed #BBB;
    margin-bottom: 10px;
}

/* Sondages */

#main .wp-polls {
    border: 1px solid #EEE;
    background: #FCFCFC;
    background: -moz-linear-gradient(top, #FCFCFC 0%, #F2F2F2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCFCFC), color-stop(100%,#F2F2F2));
    background: -webkit-linear-gradient(top, #FCFCFC 0%,#F2F2F2 100%);
    background: -o-linear-gradient(top, #FCFCFC 0%,#F2F2F2 100%);
    background: -ms-linear-gradient(top, #FCFCFC 0%,#F2F2F2 100%);
    background: linear-gradient(top, #FCFCFC 0%,#F2F2F2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f2f2f2',GradientType=0 );
    margin-bottom: 15px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#main .wp-polls .pollbar {
    line-height: 24px;
    height: 24px;
    margin-bottom: 7px;
    border: 1px solid #7F3333;

    background: #c90300; /* Old browsers */
    background: -moz-linear-gradient(top,  #c90300 0%, #e51e00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c90300), color-stop(100%,#e51e00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c90300 0%,#e51e00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c90300 0%,#e51e00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c90300 0%,#e51e00 100%); /* IE10+ */
    background: linear-gradient(top,  #c90300 0%,#e51e00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c90300', endColorstr='#e51e00',GradientType=0 ); /* IE6-9 */

    border-bottom: 2px solid #7F3333;
    border-right: 2px solid #7F3333;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    
/*
    background: #9B0A00;
    background: -moz-linear-gradient(top, #9B0A00 0%, #CE1B0E 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9B0A00), color-stop(99%,#CE1B0E));
    background: -webkit-linear-gradient(top, #9B0A00 0%,#CE1B0E 99%);
    background: -o-linear-gradient(top, #9B0A00 0%,#CE1B0E 99%);
    background: -ms-linear-gradient(top, #9B0A00 0%,#CE1B0E 99%);
    background: linear-gradient(top, #9B0A00 0%,#CE1B0E 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b0a00', endColorstr='#ce1b0e',GradientType=0 );
*/
}

#main .wp-polls p {
    padding: 5px 10px;
    margin: 0;
    text-align: left !important;
    font-size: 16px;
    border-bottom: 1px solid #eaeaea;
    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcfcfc 0%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfcfc 0%,#f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfcfc 0%,#f2f2f2 100%); /* IE10+ */
    background: linear-gradient(top,  #fcfcfc 0%,#f2f2f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

#main .wp-polls .wp-polls-ans {
    border-top: 1px solid #fff;
    padding-top: 10px;
}

#main .wp-polls .wp-polls-ans p {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background: transparent;
    border: 0;
    font-size: 12px;
}

#main .wp-polls .wp-polls-ans .wp-polls-ul {
    margin: 0 10px;
}

#main .wp-polls .wp-polls-ans .wp-polls-ul li {
    padding: 5px 0;
}

#main .wp-polls .wp-polls-ans .wp-polls-ul li small {
    color: #888;
    font-size: 12px;
    font-weight: normal;
    margin-left: 2px;
    font-style: normal;
}

#main #secondary .widget_polls-widget .wp-polls {
    background: transparent;
    border: 0;
    margin: 0 1px
}

#main #secondary .widget_polls-widget .wp-polls > p,
#main #secondary .widget_polls-widget .wp-polls form > p {
    font-size: 14px;
    text-align: center;
    background: transparent;
    border-top: 0;
    border-bottom: 1px solid #CCC;
}

#main #secondary .widget_polls-widget .wp-polls-ans {
    background: url('../images/sidebar-top-bg.gif') 0 0 repeat-x;
    border: 0;
    border-bottom: 1px solid #CCC;
}

#main #secondary .widget_polls-widget > ul {
    border-top: 1px solid #F6F6F6;
}

#main #secondary .widget_polls-widget > ul li {
    text-align: right;
    padding: 5px 10px;
}

#main #content .page .wp-polls {
    background: transparent;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#main #content .page .wp-polls p.fds-wp-polls-legend {
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #E8E8E8;
    font-size: 12px;
    color: #777;
    margin-bottom: 20px;
}

#main #content .page .wp-polls p.fds-wp-poll-question {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #E8E8E8;
    margin-bottom: 0;
}

#main #content .page .wp-polls .wp-polls-ans {
    border: 0;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    width: auto;
}

#main #content .page .wp-polls .wp-polls-ans p {
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
}

#secondary .s-widget-sondage .wp-polls .fds-wp-poll-view-results {
    text-align: right !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

#secondary .s-widget-sondage .wp-polls .wp-polls-ul li label {
    color: #444;
}

#secondary .s-widget-sondage .wp-polls .fds-wp-poll-total-votes {
    float: left;
}

/* Partages sociaux */

.single .social4i,
.singular .social4i {
    position: absolute;
    top: 20px;
    right: -12px;
}

.single .social4i div.socialicons,
.singular .social4i div.socialicons {
    margin-left: 7px !important;
    margin-right: 0 !important;
}

/* Image sur advanced recent post */

.widget_advancedrecentposts li img {
    display: none;
}

.s-widget-breves li img,
.s-widget-une li img {
    display: block;
    float: left;
}

.s-widget-breves li div.title,
.s-widget-une li div.title {
    margin-left: 90px;
}

.widget_advancedrecentposts ul li span,
.widget_recent_comments ul li span,
.fds-slider-articles .slide .old,
.fds-slider-articles .slide .date {
    margin-right: 3px;
    padding: 1px 3px;
    font-weight: bold;
    font-size: 11px;
    color: white;
    border-radius: 2px;
    background: #AA190D;
}

.fds-slider-articles .slide .date {
    background: rgb(148, 71, 65);
    margin-right: 0;
}

.widget_advancedrecentposts ul li span.old,
.widget_recent_comments ul li span.old,
.fds-slider-articles .slide .old {
    background-color: #777777;
}

.widget_advancedrecentposts ul li .comments_number,
.fds-slider-articles .slide .comments_number {
    color: #999;
    font-size: 11px;
    background: url('../images/tiny-icon-comments.gif') right center no-repeat;
    padding-right: 17px;
}

.fds-slider-articles .slide .comments_number {
    background-image: url('../images/tiny-icon-comments-slider.png');
}

.s-widget-breves li,
.s-widget-rss-fortune li {
    padding: 4px 5px !important;
}

.s-widget-breves li:first-child,
.s-widget-rss-fortune li:first-child {
	padding-top: 8px !important;
}

/* RSS */

.s-widget-rss-fortune li {
    position: relative;
}

.s-widget-rss-fortune li div {
    margin-left: 90px;
}

.s-widget-rss-fortune li img {
    float: left;
}

.s-widget-rss-fortune li:after {
    content: '';
    display: block;
    clear: both;
}

.s-widget-rss-histoire .rssSummary {
    display: block;
}

.s-widget-rss-histoire li img {
	float: left;
	margin: 3px 0;
	margin-right: 5px;
}

/* Slider breves */

.fds-slider-articles {
    position: relative;
    height: 110px;
    background: #333;
}

.fds-slider-articles .layer {
    overflow: hidden;
    position: relative;
    margin: 0 30px;
}

.fds-slider-articles .slides {
    position: relative;
    width: 10000px;
    height: 100%;

}

.fds-slider-articles .slide {
    width: 312px;
    height: 100%;
    float: left;
    margin: 0;
}

.fds-slider-articles .slide a {
    display: block;
    padding: 8px 8px;
    margin: 6px 0;
    margin-left: 8px;
    background: #444;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    -ms-border-radius: 1px;
    text-decoration: none;
    box-shadow: 0 0 5px rgba(40,40,40,40.5);
}

.fds-slider-articles .slide a:hover {
    background-color: #ac3329;
}

.fds-slider-articles .slide img {
    float: left;
    margin-right: 7px;
    height: 80px;
}

.fds-slider-articles .slide .title {
    color: #fff;
    line-height: 15px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    height: 80px;
}

.fds-slider-articles .prev,
.fds-slider-articles .next {
    position: absolute;
    display: block;
    width: 38px;
    top: 10px;
    bottom: 10px;
    background: #333 url('../images/slider-article-arrows.gif') 0 0;
}

.fds-slider-articles .prev {
    left: 0px;
}

.fds-slider-articles .prev:hover {
    background-position: 0 -90px;
}

.fds-slider-articles .next {
    right: 0px;
    background-position: -36px 0;
}
.fds-slider-articles .next:hover {
    background-position: -36px -90px;
}

.fds-slider-articles .disabled {
    opacity: 0.2;
    cursor: default;
}

.fds-slider-articles .prev.disabled {
    background-position: 0 0;
}

.fds-slider-articles .next.disabled {
    background-position: -36px 0;
}

/* FDS submenu bar */

.fds_submenu_bar {
    padding: 10px 0;
    background: #444444;
    height: 85px;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 5px rgba(40,40,40,40.5);
}

.fds_submenu_bar .proposer {
    display: block;
    float: left;
    height: 85px;
    width: 299px;
    margin-left: 19px;
    background: url('/wp-content/themes/fdesouche/images/proposer.gif') center center;
    border-radius: 8px;
}

.fds_submenu_bar .proposer img {
    display: block;
}

.fds_submenu_bar .soutenir {
    display: block;
    float: left;
    height: 85px;
    width: 326px;
    margin-left: 19px;
    background: url('../images/banner-proposer-edc.png') -285px center no-repeat;
}

.compteur {
    float: left;
    margin: 0;
    margin-left: 18px;
    border-radius: 8px;
    width: 299px;
    height: 85px;
    vertical-align: top;
    background-image: url(../images/stats.gif);
    background-position: 0 -3px;
    background-repeat: no-repeat;
}

.compteur .live {
    float: left;
    font-size: 28px;
    width: 90px;
    padding-top: 20px;
    padding-left: 32px;
    color: #d7cec2;
    text-align: center;
}

.compteur .total {
    float: right;
    width: 127px;
    padding: 0;
    padding-top: 42px;
    margin-right: 18px;
    color: #492505;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 12px;
    text-align: center;
    text-shadow: 1px 1px 1px #D6B496;
}

#secondary .compteur {
    float: none;
    margin: 10px auto;
}

/* Compteur */
.s-widget-fortune {
    margin-top: 15px;
}


/* Ecrans larges */

@media screen and (min-width: 1400px) {

    /* Widget twitter */
    /*
    #secondary .s-widget-twitter {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: auto;
	max-width: 358px;
	min-width: 100px;
	margin-left: 510px !important;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	opacity: 0.8;
	transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
    }
    #secondary .s-widget-twitter:hover {
	opacity: 1;
    }
    */

    /* Style */
    .entry-content {
	font-size: 1.1em;
    }
}

/* Back2top */

#page_scroll_topbar {
    position: fixed;
    bottom: 20px;
    width: 143px;
    height: 214px;
    margin-left: 110px;
    background: url('../images/back2top.png') 0 0 no-repeat;
    z-index: 10;
}

#page_scroll_topbar a {
    display: block;
    width: 143px;
    height: 214px;
}

.s-widget-video h3 {
    margin-bottom: 0;
}

.widget_fds_comments_wall_widget ul li {
    padding: 8px 10px;
}

.widget_fds_comments_wall_widget .text {
    padding: 6px 0;
    line-height: 18px;
}

.widget_fds_comments_wall_widget .post {
    padding-top: 3px;
}

.widget_fds_comments_wall_widget .post,
.widget_fds_comments_wall_widget .post a {
    font-size: 11px;
    line-height: 16px;
    color: #555555;
}

.widget ul li {
    clear: both;
}

/*@import url("tinymce.css");*/

.entry-content {
    text-align: justify;
}
