	/*
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: #eee;
	color: #272D36;
}

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

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

a {
	color: #bf4343;
	text-decoration: none;
}

a:hover {
	color: #F6B900;
}

div#wrapper {
	margin: 0 auto;
	width: 1000px;
	background: #fff;
	border-left: 4px solid #ccc;
	border-right: 4px solid #ccc;
	-moz-box-shadow: 0px 0px 10px #AAA;
	min-height: 100%;
}

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

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

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

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

header ul#shortcut li a {
	color: #000;
	font-weight: bold;
}

header ul#shortcut li a:hover {
	color: #F6B900;
}


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

header 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;
}

nav {
	display: block;
	width: 950px;
	margin: 0 auto;
	position: relative;
}
nav ul {
	position: absolute;
	top: -88px;
	left: 400px;
	width: 386px;
	height: 44px;
}

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

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

nav ul li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

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

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

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

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 h2 {
	width: 560px;
	margin-right: 10px;
	line-height: 36px;
	font-size: 30px;
}
div#content p {
	margin: 18px 0;
}

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

div#content h2 a:hover {
	color: #F6B900;
	text-decoration: none;
}

div#content div.date {
	float: right;
	width: 100px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
}

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

div#content section.description {
	display: block;
	margin-top: 18px;
	background: url('/img/description-back.png') right no-repeat;
	min-height: 90px;
	padding-right: 72px;
}

div#content section.description .feedback {
	text-align: right;
}

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

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

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

aside#menu ul li {
	margin: 0 0 18px 0;
}

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

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

aside#menu li.widget_search label {
	display: none;
}

aside#menu li.widget_search form {
	margin: 0 20px;
}

aside#menu li.widget_search form input {
	width: 80px;
	border: 1px solid #272D36;
}

aside#menu li.widget_search form #s {
	width: 100px;
	height: 16px;
}

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

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

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