/* Theme Skyrock */
/* THEME MONOCOLONNE ET 3 COLONNES */

.bloc {
    border: none;
}
.consult a {
    text-decoration: none;
}

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

.centry_slim .bloc-description {
    width: 728px !important;
    padding: 0;
}
.content_large.centry .bloc-description  {
    width: 960px !important; /* par défaut, une autre largeur est fixée dans tpl.css le padding élargit le bloc */
}
.sidebar_one.content_large .bloc-description  {
    padding: 0 !important; /* par défaut à 10px */
}
.sidebar_one.content_large .bloc-description .post {
    width: auto !important;  /* par défaut, une autre largeur est fixée dans tpl.css le padding élargit le bloc */
}

.centry.content_large .bloc .date, .centry.content_large .commentaires {
    padding: 5px 50px !important;
}

.centry .blogtitle,
.sidebar_one .blogtitle {
    padding: 12px 10px 10px 40px;
}
.sidebar_one .bloc-description {
    padding: 0;
}

.centry .description {
    margin: 10px;
}

h2.bloc_title, h1.bloc_title {
    padding-top: 9px;
    padding-left: 45px;
    min-height: 28px;
    text-align: left;
}

.sidebar-info-bloc h3 {
    padding-left: 22px;
    text-align: left;
}

.bloc.audioPlayer {
    padding-bottom: 5px;
}

/* Arrondis */

.bloc.shared_content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#linkPopup {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

/* Fonts */

.bloc_title, .centry .blogtitle, .sidebar_one .blogtitle {
    font-size: 18px !important;
}

/* Backgrounds */

.consult {
    background: #fff url(/img/templates/blogs/193/bg2.png) fixed center 75px no-repeat;
}

.centry {
    background: #fff url(/img/templates/blogs/193/bg.png) fixed center 158px no-repeat;
}

.pop {
    background-image: none;
}

.blogtitle {
     background: #0099ff url(/img/templates/blogs/193/blog_title_img.png) 5px 5px no-repeat;
}

.centry .bloc-description {
    background: #fafafa;
}

.compteurs_block li, .section_box, .title_tooltip {
    background: #eee;
}

.sidebar-info-bloc h3 {
    background: #fff url(/img/templates/blogs/193/info_titre.png) top left no-repeat;
}

h2.bloc_title, h1.bloc_title {
     background: #000 url(/img/templates/blogs/193/article_titre.png) 6px 5px no-repeat;
}

#currentbp a {
    background: #0099ff;
}

#changebp a {
    background: #e6f6ff;
}

.centry #barleft.sidebar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
    background-image: url(/img/templates/blogs/193/sidebar.png) !important;
    background-repeat: repeat-x;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff,endColorstr=#99ffffff);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff,endColorstr=#99ffffff)";
    background-color: transparent\9;
}

.bloc, .widget {
    background: #E6F6FF;
}

.date {
    background: #0099ff;
}

.phylactere {
    background: #fff;
}

/* Borders */
.sidebar, .widget, #currentbp a, #changebp a, .bloc-description {
    border-color: transparent !important;
}

.centry .liste-actions-centry li, .centry .share_zone, .liste-actions li, .phylactere {
    border-color: #ddd;
}

.title_tooltip .pointe_border {
    border-top-color: #eee;
}

/* Link & Colours */
.consult, .bloc, .sidebar, #menuTime li, .blogtitle,
.suite, .pagination, .phylactere { 
    color: #2b343d;
}

#currentbp a, .bloc_title, .bloc_title a.plink, .date {
    color: #fff;
}

.bloc a, .sidebar a, .pagination a, #load-more a, .sidebar h3,
.phylactere a, .pagination li.current a, .pagination a:hover {
    color: #2C88D6;
}

.title_tooltip, .title_tooltip:hover {
    color: #2C88D6 !important;
}

#changebp a, h3.bloc_title {
    color: #000;
}

/* Nouveaux ciblages pour les bulles de MOOD */
.phylactere.top_left .pointe_border {
    border-bottom-color: #ddd;
}
.phylactere.top_left .pointe_bg {
    border-bottom-color: #fff;
}

.phylactere.left .pointe_border {
    border-right-color: #ddd;
}
.phylactere.left .pointe_bg {
    border-right-color: #fff;
}
.righty .phylactere.left .pointe_border {
    border-left-color: #ddd;
}
.righty .phylactere.left .pointe_bg {
    border-left-color: #fff;
}