/* @override http://localhost/dp/picsengine3/site/fr/blog/wp-content/themes/default/style.css */

#content {
	padding: 30px 30px 0 30px;
	color: #fff;
}
#content h2 {
	padding: 0;
}
#content h2.pagetitle {
	font-size: 22px;
	padding: 0 0 20px 0;
}

.rss_feed {
	background: url('src/rss_feed.gif') no-repeat 0 1px;
	padding-left: 20px;
	padding-bottom: 1px;
}

/* @group search */

#search {
	float: right;
	clear: right;
	margin-right: 30px;
	margin-top: 30px;
	width: 217px;
	height: 31px;
	background: url('src/search.gif') no-repeat;
	overflow: hidden;
}
#search input {
	float: left;
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 12px;
	width: 166px;
	height: 17px;
	padding: 7px;
}
#search input:focus {
	outline: 0;
}
#search a {
	float: left;
	display: block;
	height: 31px;
	width: 36px;
	cursor: pointer;
}
/* @end */

/* @group post */

.post {
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.post .infos {
	clear: left;
	float: left;
	width: 277px;
	font-size: 11px;
}
.post .infos div {
	width: 277px;
}
.post .infos div div {
}
.post .infos div div div {
	background: transparent;
	width: 261px;
	padding: 7px 8px 7px 8px;
	text-align: right;
	color: #8a8a8a;
}
.post .infos div div div.color {
}
.post .entry {
	margin-left: 300px;
}
.post .entry .entry_content {
	padding-top: 10px;
	line-height: 18px;
}
.post p {
	line-height: 17px;
} 

/* @end */

/* @group single post */
.post.single {
	width: 600px;
	margin: 0 auto 0 auto;
}
.post.single .entry {
	margin: 0;
	padding-top: 10px;
	width: 600px;
}
.post.single .tags {
	border-top: 1px solid #575757;
	padding: 5px 0 5px 0;
	margin-top: 35px;
}
.post.single .postmetadata {
	padding: 0 0 10px 0;
}
/* @end */

/* @group comments */
#cmts {
	width: 600px;
	margin: 0 auto 30px auto;
	overflow: hidden;
}
#cmts h3 {
	padding: 0 0 10px 0;
}
.commentlist {
	list-style: none;
	padding: 0 0 15px 0;
	margin: 0;
}
.commentlist li {
	padding-bottom: 20px;
}
.commentlist li .comment_head {
	clear: both;
	font-size: 12px;
	float: left;
}
.commentlist li .comment_head img {
	vertical-align: middle;
}
.commentlist li .comment_head cite {
	font-style: normal;
	padding: 0 0 0 5px;
}
.commentlist li .commentmetadata {
	clear: right;
	float: right;
	display: block;
}
.commentlist li p {
	clear: both;
	padding: 14px 0 0 0;
}
#comment {
	width: 590px;
}
#cmts .button {
	clear: right;
	float: right;
}
/* @end */
