/** Criser les photos **/
.grayscale { filter: url(filters.svg#grayscale); filter: gray; -webkit-filter: grayscale(1); opacity: 1; -webkit-filter: grayscale(100%); }

.date {border-bottom:1px dashed #ddd;padding-bottom:10px;font-family:BitterItalic;}
.continue {font-family:DroidSansBold;margin-top:-5px;display:inline;}
.avatar{ margin-right:15px; float: left; background: #fff; width: 80px; height: 80px; padding: 5px; border: 1px solid #03c1f1; border-radius: 50%; box-shadow: 0px 1px 1px 1px #bbb;}
.avatar img{ display: block; width: 100%; border: 0; margin: 0; border-radius: 50%;}

.avatar2{ margin-right:10px; margin-left:2px; float: left; background: #fff; width: 50px; height: 50px; padding: 5px; border: 1px solid #03c1f1; border-radius: 50%; box-shadow: 0px 1px 1px 1px #bbb;}
.avatar2 img{ display: block; width: 100%; border: 0; margin: 0; border-radius: 50%;}
/*.tags {color:#fff; padding:2px 10px 3px; border-radius:10px;display:inline; float:left; margin:0 10px 15px 0;font-size:12px;font-family:BitterItalic;}*/
/*a.tags, .tags a {color:#fff;}*/
/*.tags:hover {background:#444;}*/
.clear { clear: both }
/*.sidebartitle {margin-bottom:20px;border-bottom:1px dashed #ccc;padding-bottom:10px;}*/
.thumb {width:80px; height:70px;border:1px solid #ccc; padding:2px;float:left;margin-right:10px; margin-bottom:1px; margin-top:1px;}
.circledate {color:#fff;background: url(../img/blackcircle.png) no-repeat; width:100px; height:100px; padding:2px;float:left;margin-right:10px; margin-bottom:1px; margin-top:1px;}
.textcircle {margin-left:-6px;margin-top:20px;text-align:center;font-family:BitterItalic;color:#ddd;font-size:13px;}
.day {margin-bottom:10px;}
.saymore {font-weight:bold;}
.comments {float:right;font-family:BitterItalic;font-size:11px;font-weight:normal;color:#888;margin-top:10px;}
.authortext {padding-top:10px;}
.gravatar {margin-right:20px;float:left;}
.commentdate {margin-bottom:7px;color:#aaa;font-size:13px;}
#subheader {padding:22px 50px 23px 50px !important;}




/* Panels ---------------------- */
.panel { background: #f9f9f9; margin: 0 0 22px 0; padding: 20px; color: #222222; }
.panel h5 { 
	font-weight: bold;
	font-size: 16px;
	
}
.panel > :first-child { margin-top: 0 }
.panel > :last-child { margin-bottom: 0 }
.panel.callout { background: #2ba6cb; color: #fff; border-color: #2284a1; -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5); -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5); box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5); }
.panel.callout a { color: #fff }
.panel.callout .button { background: white; border: none; color: #2ba6cb; text-shadow: none; }
.panel.callout .button:hover { background: rgba(255, 255, 255, 0.8) }
.panel.radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }