	/*
Theme Name: Vinaigre de miel
Theme URI: http://www.honeyvinegar.fr
Description: Thème for Vinaigre de miel
Version: 1.0
Author: Clément Danjou
Tags: miel, vinaigre

Vinaigre de miel by Clément Danjou || http://www.honeyvinegar.fr
Template for vinaigredemiel.com
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

body, html {
	height: 100%;
}

body {
	font-family: Bodoni, Georgia;
	font-size: 14px;
	line-height: 18px;
	background: #fff;
	color: #2e3033;
}

img {
	border: 0;
}

textarea {
	width: 300px;
}

label {
	display: inline-block;
	*display: inline;
	width: 200px;
}

textarea, input {
	border: 1px solid #ccc;
}

textarea:focus, input:focus {
	border: 1px solid #000;
}

h3 {
	border-bottom: 1px solid #2e3033;
	font-size: 22px;
	padding-bottom: 10px;
}

h4 {
	font-size: 16px;
	color: #000;
	border-left: 4px solid #c80e14;
	padding-left: 5px;
}

blockquote {
	text-indent: 20px;
	padding-left: 30px;
	padding-right: 30px;
	font-style: italic;
}

a {
	border-bottom: 1px dotted #000;
	color: #c80e14;
	text-decoration: none;
}

a:hover {
	color: #000;
	border-color: #c80e14;
}

div#wrapper {
	margin: 0 auto;
	width: 1000px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	min-height: 100%;
}

div#main {
	margin: 0 auto;
	width: 950px;
	position: relative;
	padding-top: 27px;
}

header#banner {
	position: relative;
	margin: 0 auto;
	width: 950px;
	display: block;
	background: url('/img/woman.png') 786px 36px no-repeat;
	padding-top: 36px;
}

header#banner ul#shortcut {
	position: absolute;
	margin: 0 auto;
	left: 0;
	top: 18px;
}

header#banner ul#shortcut li {
	display: inline;
	margin-right: 36px;
}

header#banner ul#shortcut li a {
	border: 0;
}

header#banner ul#shortcut li a:hover {
	border: 0;
}


header#banner 	h1 {
	position:relative;
	top: 0;
	left: 0;
	background: url('/img/header-back.png') repeat-x;
	width: 786px;
	height: 123px;
}

header#banner h1 a {
	display: block;
	text-indent: -9999px;
	overflow: none;
	background: url('/img/vinaigredemiel.png') no-repeat;
	width: 388px;
	height: 44px;
	position: absolute;
	left: 0px;
	top: 38px;
	overflow: hidden;
	border: 0;
}

nav#nav-secondary ul {
	position: absolute;
	top: -88px;
	left: 400px;
	width: 386px;
	height: 44px;
}

nav#nav-secondary ul li {
	float: right;
	margin-left: 50px;
}

nav#nav-secondary ul li a {
	display: block;
	height: 44px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 0.5;
	filter: alpha(opacity=50);
	border: 0;
}

nav#nav-secondary ul li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	border: 0;
}

nav#nav-secondary ul #nav-articles a {
	background: url('/img/articles.png') no-repeat;
	width: 82px;
	border: 0;
}

nav#nav-secondary ul #nav-RSS a {
	background: url('/img/rss.png') no-repeat;
	width: 43px;
	border: 0;
}

nav#nav-secondary ul #nav-about a {
	background: url('/img/about.png') no-repeat;
	width: 96px;
	border: 0;
}

div#content {
	display: inline-block;
	width: 672px;
	vertical-align: top;
	margin-right: 18px;
}

div#content article {
	display: block;
}

div#content article.post {
	padding-bottom: 50px;
	margin-bottom: 10px;
	background: url('/img/post-back.png') bottom center no-repeat;
}

div#content article.post section {
	text-align: justify;
}

div#content h2 {
	width: 560px;
	margin-right: 10px;
	line-height: 36px;
	font-size: 30px;
}
div#content p {
	margin: 18px 0;
}

div#content h2 a {
	color: #000;
	border: 0;
}

div#content h2 a:hover {
	color: #c80e14;
	text-decoration: none;
	border: 0;
}

div#content div.date {
	float: right;
	width: 100px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	background: #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 0 10px 10px;
}

div#content div.date span.day {
	display: block;
	width: 100px;
	font-size: 30px;
	color: #c80e14;
	margin-bottom: 5px;
	line-height: 28px;
	height: 36px;
}

div#content div.date span.hour {
	display: block;
	width: 100px;
	font-size: 10px;
	color: #fff;
	background: #666;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	line-height: 18px;
	margin-top: 8px;
}

div#content footer.description {
	display: block;
	margin-top: 16px;
	clear: both;
	border-top: 1px solid #eee;
}

div#content footer.description p {
	margin: 0;
}

div#content footer.description .feedback {
	font-size: 18px;
	text-align: right;
	background: url('/img/description-back.png') right no-repeat;
	min-height: 65px;
	padding-right: 72px;
}

div#content footer.description .feedback a {
	display: block;
	float: right;
	border: 0;
}

div#content footer.description .feedback a span {
	font-size: 36px;
	line-height: 36px;
	color: #c80e14;
	display: block;
	width: 60px;
	text-align: center;
	margin: 0 auto;
}

div#content article.post section {
	display: block;
	clear: both;
}

p.flux {
	letter-spacing: -10px;
}

p.flux a {
	border: 0;
	padding: 5px 10px 9px 10px;
	display: inline-block;
	border-top: 4px solid #C80E14;
	overflow: hidden;
	letter-spacing: 0;
}

p.flux a.trackback {
	border-top: 4px solid #0d95c8;
}

p.flux a:hover {
	background: #C80E14;
	color: #fff;
}

p.flux a.trackback:hover {
	background: #0d95c8;
}

.categories {
	margin-bottom: 18px;
	line-height: 18px;
	font-size: 16px;
}

.categories a {
	background: #eee;
	color: #000;
	text-decoration: none;
	padding: 4px 6px;
	margin-right: 5px;
	border: 0;
	text-transform: uppercase;
}

.categories a:hover {
	background: #0D95C8;
	color: #fff;
	border: 0;
}

div#content footer.description p.author {
	text-align: left;
	font-style: italic;
	margin: 18px 0;
	float: left;
}

div#content p.tags {
	margin: 18px 0 18px 0;
	line-height: 36px;
}
div#content p.tags span {
	font-weight: bold;
}

div#content p.tags a {
	padding: 3px 5px;
	background: #eeeeee;
	color: #000;
	border: 0;
}

div#content p.tags a:hover {
	background: #F29400;
	color: #fff;
}

h3#comments {
	margin: 18px 0;
}

h4#postcomment {
	margin: 18px 0;
}

div#content footer.description form#commentform p {
	margin: 18px 0;
}

#commentlist .avatar {
	float: left;
	padding: 0 10px 10px 0;
}

#commentlist li {
	clear: both;
	padding: 18px 10px;
	margin: 18px 0;
	background: #fff;
}

#commentlist li.even {
	background: #eee;
}

nav#nav-primary {
	display: block;
	display: inline-block;
	width: 250px;
	vertical-align: top;
	background: url('/img/sidebar-top-back.png') center top no-repeat;
	padding-top: 36px;
}

nav#nav-primary ul li ul {
	margin-left: 20px;
	margin-right: 20px;
	list-style: inside url('/img/bullet.png');
}

nav#nav-primary ul li ul li {
	list-style: inside url('/img/bullet.png');
}

nav#nav-primary #recent-posts-3 ul li {

}

nav#nav-primary #recent-posts-3 ul li a {
	border:0 none;
	color:#555555;
	font-size: 16px;
}

nav#nav-primary #recent-posts-3 ul li a:hover {
	color: #c80e14;
}

nav#nav-primary ul li {
	margin: 0 0 18px 0;
}

nav#nav-primary li.widget_recent_entries {
	background: url('/img/sidebar-last-articles.png') center top no-repeat;
	padding-top: 54px;
}

nav#nav-primary li.widget_search {
	background: url('/img/sidebar-search.png') center top no-repeat;
	padding-top: 36px;
}

nav#nav-primary li.widget_search label {
	display: none;
}

nav#nav-primary li.widget_search form {
	margin: 0 20px;
	height: 18px;
}

nav#nav-primary li.widget_search form input {
	width: 80px;
	border: 1px solid #272D36;
}

nav#nav-primary li.widget_search form #s {
	width: 100px;
	height: 16px;
}

nav#nav-primary li.widget_categories {
	background: url('/img/sidebar-categories.png') center top no-repeat;
	padding-top: 54px;
}

nav#nav-primary li.widget_categories li {
	font-size: 16px;
	text-transform: uppercase;
	list-style: none;
}

nav#nav-primary li.widget_categories li a {
	
	color: #000;
	text-decoration: none;
	padding: 4px 6px;
	margin-right: 5px;
	border: 0;
}

nav#nav-primary li.widget_categories li a:hover {
	background: #0D95C8;
	color: #fff;
	border: 0;
}

nav#nav-primary li.widget_tag_cloud {
	background: url('/img/sidebar-tags.png') center top no-repeat;
	padding-top: 36px;
}

nav#nav-primary li.widget_tag_cloud div {
	margin: 0 20px;
	line-height: 18px;
}

nav#nav-primary li.widget_tag_cloud div a {
	padding: 3px 5px;
	color: #000;
	border: 0;
}

nav#nav-primary li.widget_tag_cloud div a:hover {
	background: #F29400;
	color: #fff;
}

nav#nav-primary #pub {
	background: url('/img/sidebar-separator.png') top left no-repeat;
	padding-top: 30px;
	width: 250px;
}

nav#nav-primary #pub span {
	background: url('/img/sidebar-pub.png') top left no-repeat;
	height: 30px;
	text-indent: -9999px;
	display: block;
}

nav#nav-primary #pub div {
	margin: 18px auto; 
}

nav#nav-primary #pub .adCampbell {
	background: url('/img/pub/campbell.png') top left no-repeat;
	width: 250px;
	height: 380px;
}

nav#nav-primary #pub .ad7up {
	background: url('/img/pub/7up.jpg') top left no-repeat;
	width: 210px;
	height: 288px;
}

nav#nav-primary #pub .adChesterfield {
	background: url('/img/pub/chesterfield.jpg') top left no-repeat;
	width: 210px;
	height: 273px;
}

nav#nav-primary #pub .adHusband {
	background: url('/img/pub/husband.jpg') top left no-repeat;
	width: 210px;
	height: 153px;
}

nav#nav-primary #pub .adPep {
	background: url('/img/pub/pep.jpg') top left no-repeat;
	width: 210px;
	height: 301px;
}

nav#nav-primary #pub .adSkin {
	background: url('/img/pub/skin.jpg') top left no-repeat;
	width: 210px;
	height: 265px;
}

nav#nav-primary #pub .adSmoke {
	background: url('/img/pub/smoke.jpg') top left no-repeat;
	width: 210px;
	height: 289px;
}

nav#nav-primary #pub .adMale {
	background: url('/img/pub/male.jpg') top left no-repeat;
	width: 210px;
	height: 184px;
}

footer#page-footer {
	display: block;
	width: 950px;
	margin: 0 auto;
	padding-top: 36px;
	padding-bottom: 36px;
}


/* WP default */
.alignright {
	float: right;
	margin: 0 0 0.5em 1em;
}

.alignleft {
	float: left;
	margin: 0 1em 0.5em 0;
}

div#content .wp-caption {
	background:none repeat scroll 0 0 #EEEEEE;
	border:1px solid #DDDDDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:5px 0;
	text-align:center;
}

div#content .wp-caption-text {
	font-size: 12px;
	font-style: italic;
}

div#content .wp-caption a {
	border: 0;
}

div#content .wp-caption p {
	margin: 0;
}

