
/* Theme People */
/* THEME MONOCOLONNE */

.centry_slim #barleft.sidebar {
    width: 700px !important;
}
.content_large #barleft, .centry.content_large .bloc-description {
    width: 954px !important;
}

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

.bloc .date {
    padding: 0.5em 0.7em;
}
.consult a {
    text-decoration: none;
}

.centry .blogtitle, .sidebar_one .blogtitle {
    padding-left: 75px;
    min-height: 45px;
}

.centry .description {
    padding-left: 10px;
}

h2.bloc_title, h1.bloc_title {
    padding-top: 10px;
    padding-left: 60px;
    text-align: left;
}

.centry.content_large .article_bottom {
    padding: 0 50px;
}

/* 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, .blogpseudo, .centry .blogtitle, .sidebar_one .blogtitle {
    font-family: 'Times New Roman', 'Times', Georgia, serif;
    font-weight: bold;
}

.bloc_title {
    font-size: 25px !important;
}

.centry .blogpseudo {
    font-size: 20px;
}

.centry .blogtitle, .sidebar_one .blogtitle {
    font-size: 32px;
}

/* Backgrounds */

.consult {
    background: #eee url(/img/templates/blogs/183/bg.jpg) fixed top center no-repeat;
}
.content_large.consult {
    background: #eee url(/img/templates/blogs/183/bg_large.jpg) fixed top center no-repeat;
}

.pop {
    background: #eee;
}
.sidebar, #currentbp a {
    background: #e51616;
}

.centry #barleft.sidebar {
    background: #e51616 url(/img/templates/blogs/183/sidebar.jpg) top left !important;
}

.blogtitle {
    background: transparent url(/img/templates/blogs/183/blog_title_img.png) 5px 0 no-repeat;
}

.bloc-description, .bloc {
    background: transparent url(/img/templates/blogs/183/article.jpg) top left repeat-y;
}

.pop .bloc {
    background-image: none;
}
.centry.centry_thumbs #articles_container .bloc {
    background: #f4f4f4;
}


.phylactere {
    background: #fffa22;
}

.compteurs_block li, .section_box {
    background: #eee;
}
#changebp a, .widget {
	background: #fff;
}
.title_tooltip {
    background: #d11313;
}

/* Borders */
.sidebar, .widget, #currentbp a, #changebp a{
	border-color: transparent;
}
.centry .sidebar {
    border: 4px solid #fff !important;
    -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}

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

.bloc-description, .bloc {
    border-color: transparent;
    -moz-box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.3);
}

.pop .bloc {
    border: 1px solid #666;
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.phylactere {
    border-color: #fffa22;
}

/* Link & Colours */

.consult, .bloc, .section_box, .bloc-description, #menuTime li, .pagination, .phylactere,
.bloc_title, .bloc_title a.plink, .pagination li.current a,
.bloc a:hover, .sidebar a:hover, .bloc_title a:hover, .phylactere a:hover, .pagination a:hover {
    color: #000;
}

.sidebar, .sidebar a, .blogpseudo a:hover, #currentbp a, .suite {
    color: #fff;
}

.bloc a, .phylactere a, .compteurs_block li, .compteurs_block a, .section_box a,
.pagination a, #load-more a, .blogtitle, #changebp a, .widget, .widget a {
    color: #e51616;
}

.title_tooltip, .title_tooltip:hover {/* pour le titre archives, overridé par .bloc a */
    color: #fff !important;
}


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

.phylactere.left .pointe_border {
    border-right-color: #fffa22;
}
.phylactere.left .pointe_bg {
    border-right-color: #fffa22;
}
.righty .phylactere.left .pointe_border,
.righty_one.content_large .phylactere.left .pointe_border {
    border-left-color: #fffa22;
}
.righty .phylactere.left .pointe_bg,
.righty_one.content_large .phylactere.left .pointe_bg {
    border-left-color: #fffa22;
}

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