.post{
	margin: 0 0 40px 20px;
}

.post h1, .post h2, .post h3, .post h4, .post h5{
	text-transform: none;
	margin: 0;
	padding: 0;
	color: #fff;
}

.post ul, .post ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}


.post ul {list-style-type:disc;}
.post ol {list-style-type:decimal;}
.post dl {margin:0 0 1.5em 0;}
.post dl .post dt {font-weight:bold;}
.post dd {margin-left:1.5em;}



.post h1 {
	font-size: 20px;
	font-weight:bold;
	margin-bottom: 10px;
	background: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: none;
	padding: 10px;
}

.post h1.entry-title a {
	color:#fff;
	text-decoration:none;
}

.post h1.entry-title a:hover {
	color:#d80000;
	text-decoration:none;
}

.post h2{
	font-size: 1.3em;
	font-weight:bold;
	margin-bottom: 0.5em;
	color:#ff9900;
	margin: 10px 0 10px 0;
}

.post h3{
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

.post h4{
	font-size: 1.1em;
	margin-bottom: 0.5em;
}

.post img {
	border:0;
}

.post div.wrap {
	overflow:hidden;
	padding:10px;
	zoom:1;
}

.post .entry-content {
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	margin: 0 10px;
	color: #333;
	font-size: 12px
}

.post .entry-content a {
	color: #c80000;
}

.post .entry-content a:hover {
	color: #000;
	text-decoration: underline;
}

.post .entry-content p {
	margin: 0;
	padding: 0 0 12px 0;
	text-align:justify;
	line-height: 18px;
}

.post .entry-content img {
	border: 3px #333 solid;
	display: block;
}

.post .entry-content img.aligncenter {
	margin: 10px auto;
}

.post .entry-content img.alignleft {
	float: left;
	margin: 10px;
}


.post .entry-content img.alignright {
	float: right;
	margin: 10px;
}

.post .post-meta {
	background: #c80000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	color: #fff;
}

.post .post-meta a {
	color: #fff;
	text-decoration: underline;
}












/*
.post h1.entry-title {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(http://www.saveur-biere-entreprise.com/img/bg-legend.gif) no-repeat scroll 0 0;
	font-size:20px;
	font-weight:bold;
	margin-bottom:1em;
	padding:5px;
}
.post h2 {
	color:#ff9900;
}
.post a {
	color:#ff9900;
	text-decoration:underline;
}
.post a:hover {
	color:#fff;
}
*/
