/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.badge-artist &gt; .comment-content {
	border-color: #4b7ed1;
}

.badge-artist &gt; .comment-content .comment-text {
	color: #204068;
}

.centered {
	margin: auto;
	text-align: center;
	width: 100%;
}

.entry img {
	padding: 5px 0;
}

.post-tags {
	text-align: right;
}

body.scheme-ceasel .widget h2 {
	background: none repeat scroll 0 0 transparent;
	border: none;
}

body.scheme-ceasel .entry {
	padding: 10px 20px;
}

.widget_recent_entries li:before {
	content: '&gt; ';
}

body.scheme-ceasel #content-wrapper {
	background: none repeat scroll 0 0 transparent;
	border: none;
}

.narrowcolumn {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 10px;
	margin: 10px 0;
}

body.scheme-ceasel .sidebar .widget {
	background: none repeat scroll 0 0 transparent;
	border: none;
	margin: 10px 0 15px;
}

body.scheme-ceasel .uentry {
	background: none repeat scroll 0 0 #FFFFFF;
}

#blogheader {
	border: none;
	margin: 0;
}

.entry {
	text-align: justify;
}

.entry blockquote {
	background: none repeat scroll 0 0 #CCCCFF;
	border: 1px solid #9999EE;
	border-radius: 10px;
	font-family: 'Arial', sans-serif;
	font-size: 90%;
	font-style: italic;
	margin: 5px auto;
	padding: 0 10px 3px;
	width: 90%;
}

.entry blockquote b {
	display: block;
	font-style: normal;
	text-align: center;
	margin: 0 0 3px;
}

.entry blockquote p {
	margin: 0;
}

/*
.narrowcolumn {
	padding: 0px;
}
*/
.paragraphe {
	font-family: 'Verdana';
	margin: 2em 0 1em;
}

.portrait {
	float: left;
	padding: 0 50px 10px 10px;
}

.progressbarcontainer {
	border: 1px solid #4b7cd1;
	clear: both;
	height: 10px;
	margin: 0 5%;
	padding: 1px;
	width: 90%;
}

.progressbar {
	background-color: #4b7cd1;
	height: 100%;
}

/*
.post-content {
	background: none repeat scroll 0 0 #F0F0FF;
	border-radius: 10px;
	color: #101020;
	padding: 15px;
}

.post-comic {
	margin: 0px 0px 10px 0px;
}

.post-page {
	margin: 0px 0px 10px 0px;
}

#sidebar-blogright {
	padding: 0;
}

#sidebar-blogright li {
	margin: 0;
}

#sidebar-overblog {
	background: none repeat scroll 0 0 #F0F0FF;
	border-radius: 10px;
	color: #101020;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
}

#sidebar-underblog {
	background: none repeat scroll 0 0 #F0F0FF;
	border-radius: 10px;
	color: #101020;
	margin: 0;
	padding: 5px 0px;
}

.spoiler {
	display: none;
}

.spoilerbutton {

}
*/
#sponsor {
	background: none repeat scroll 0 0 #CCCCCC;
	border: 1px solid #999999;
	font-size: 83%;
	text-align: center;
}

#sponsor p {
	font-style: normal;
}

/* Blockquote elements to cancel the theme's BS */
blockquote p:first-line {
	font-variant: normal;
}

blockquote p:first-letter {
	float: none;
	font-size: 100%;
	font-weight: normal;
	margin: auto;
}

/*

.widget-content {
	background: none repeat scroll 0 0 #F0F0FF;
	border-radius: 10px;
	margin: 0px 0px 10px 0px;
	padding: 10px 16px 13px;
}

*/