/*
Theme Name: Neutral
Theme URI: http://www.egographies.com/
Description: Thème Nautral pour WordPress.
Version: 1.0
Author: Thierry Dulieu
Author URI: http://www.linuance.com/
*/

body, div, fieldset, form, h1, h2, h3, p {
	margin: 0;
	padding: 0;
	}
a {
	color: #c60;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a img, fieldset {
	border: 0;
	}
.hidden {
	display: none;
	}
h3 {
	font-size: 1.090909em;
	margin-bottom: 1em;
	padding-top: 4em;
	}


/* MAIN LAYOUT
--------------------------------------*/
body {
	background: #7f7f7f url(img/bodybg.png) repeat-x 50% 0;
	}
#wrap {
	margin: 22px auto;
	width: 754px;
	}
#header {
	position: relative;
	height: 108px;
	color: #e8e8e8;
	background: url(img/pagetop.png) no-repeat 0 0;
	}
#content {
	padding: 30px 17px 30px 38px;
	overflow: hidden;
	background: url(img/pagebg.png) repeat-y 0 0;
	}
#maincontent {
	float: left;
	width: 448px;
	}
#extracontent {
	float: right;
	width: 220px;
	}
#footer {
	padding: 8px 17px 16px 38px;
	text-align: right;
	color: #787878;
	line-height: 2;
	background: url(img/pagebottom.png) no-repeat 0 100%;
	}
	
/* TYPE
--------------------------------------*/
body, button, input, option, select, table, textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #333;
	}
body {
	font-size: 62.5%;
	line-height: 1.5;
	}
button, input, option, select, table, textarea {
	font-size: 1em;
	}
#wrap {
	font-size: 1.1em;
	}

/* HEADER
--------------------------------------*/
h1 {
	position: absolute;
	top: 55px;
	left: 38px;
	width: 162px;
	height: 32px;
	overflow: hidden;
	background: url(img/blogname.png) no-repeat 0 0;
	}
h1 a {
	display: block;
	width: 162px;
	height: 32px;
	text-indent: -9999px;
	}
p.tagline {
	float: left;
	padding: 8px 0 0 38px;
	line-height: 28px;
	color: #999;
	}
	
/* Menu */
ul#menu {
	float: right;
	margin: 0;
	padding: 8px 29px 0 0;
	list-style: none;
	}
ul#menu li {
	float: left;
	margin-left: 10px;
	line-height: 28px;
	}
ul#menu a {
	color: #e8e8e8;
	text-decoration: none;
	}
ul#menu a:hover {
	text-decoration: underline;
	}
ul#menu img {
	vertical-align: middle;
	}
ul#menu li#contactlink,
ul#menu li#rsslink {
	padding-left: 10px;
	background: url(img/divider.png) no-repeat 0 60%;
	}
ul#menu li#contactlink a {
	color: #97bf0d;
	}

/* Search form */
#searchform {
	position: absolute;
	top: 50px;
	right: 29px;
	width: 197px;
	height: 17px;
	overflow: hidden;
	}
input#s {
	float: left;
	width: 180px;
	border: 0;
	background: transparent;
	}
input#searchsubmit {
	float: left;
	width: 17px;
	height: 17px;
	cursor: pointer;
	}
	
/* SIDEBAR
--------------------------------------*/
#extracontent {
	padding-bottom: 9px;
	background: #f0f0f0 url(img/sidebarbottom.png) no-repeat 0 100%;
	}
#sidebar {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(img/sidebartop.png) no-repeat 0 0;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar ul ul {
	padding: 0;
	}
.widgettitle {
	margin: 0 10px .5em;
	padding: 2em 0 .5em 0;
	font-size: 1em;
	font-weight: normal;
	border-bottom: 1px dotted #a8a8a8;
	}
.widget_pages h2 {
	padding-top: .5em;
	}
.widget li {
	padding: 0 10px;
	}
ul#sidebar li.ctc div {
	padding: 0 10px;
	}

/* FOOTER
--------------------------------------*/
#footer p.copyright {
	float: left;
	}
#footer a {
	color: #787878;
	text-decoration: underline;
	}
#footer a:hover {
	color: #c60;
	}
#footer img {
	vertical-align: middle;
	}

/* POSTS
--------------------------------------*/
.post h2 {
	margin: 4em 0 2em;
	font-size: 1em;
	font-weight: normal;
	text-align: right;
	overflow: hidden;
	}
.post h2.pagetitle {
	margin: 0 0 2em;
	text-align: left;
	font: normal 1.636364em/1 Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #333;
	}
.post h2.first {
	margin-top: 0;
	}
a.permalink {
	float: left;
	font: normal 1.636364em/1 Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #333;
	}
a.permalink:hover {
	color: #c60;
	}
span.postdate {
	display: block;
	float: right;color: #999;
	}
.post p {
	margin-bottom: 1em;
	text-align: justify;
	}

.post p.spaced {
	margin-top: 1.538462em;
	text-indent: 0;
	}
.post p.centered {
	margin-top: 1.538462em;
	text-indent: 0;
	text-align: center;
	}
.post p.wp-caption-text {
	text-align: center;
	font-size: .909091em;
	margin: 0 0 .909091em;
	}
a.lightbox-enabled {
	display: block;
	margin-top: .909091em;
	padding: 4px;
	border: 1px solid #ccc;
	}
a.lightbox-enabled img {
	display: block;
	margin: 0;
	}
ul.postmeta {
	margin: 0;
	padding: .5em 0 0;
	overflow: hidden;
	list-style: none;
	border-top: 1px dotted #ccc;
	}
ul.postmeta li {
	float: left;
	margin-right: .25em;
	}
a.comments-link span,
a.respond-link {
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	}
a.comments-link span.singular {
	background-image: url(img/comment.png);
	}
a.comments-link span.plural {
	background-image: url(img/comments.png);
	}
a.respond-link {
	background-image: url(img/comment_add.png);
	}
span.taglist {
	padding-left: 18px;
	background: url(img/tag_blue.png) no-repeat 0 0;
	}
	
/* Typographic elements */
span.fine {
	line-height: 1;
	font-size: 50%;
	}
.post sup, .post sub {
	position: relative;
	vertical-align: baseline;
	font-size: .818182em;
	}
.post sup {
	top: -.5em;
	}
.post sub {
	top: .5em;
	}
.post img.float-left {
	float: left;
	padding-top: .25em;
	margin-right: 1em;
	}
.post img.float-right {
	float: right;
	padding-top: .25em;
	margin-left: 1em;
	}
.post blockquote {
	margin: .909091em 40px;
	}
.post blockquote[lang] {
	font-style: italic;
	}
.post blockquote[lang] em {
	font-style: normal;
	}

/* Navigation links */
.navigation {
	margin-top: 3em;
	overflow: hidden;
	}
.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}

/* COMMENTS
--------------------------------------*/
#commentlist, #commentlist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#commentlist li {
	margin-bottom: 1.5em;
	text-align: justify;
	}
#commentlist li li {
	padding-left: 1.5em;
	}
.commentcontent {
	padding: 0 10px .5em;
	background: #f0f0f0 url(img/frametop.png) no-repeat 0 0;
	}
.commentcontent p {
	padding-top: .5em;
	}
.commentmeta {
	margin-bottom: 1em;
	padding: 0;
	overflow: hidden;
	background: #f0f0f0 url(img/commentbottom.png) no-repeat 0 100%;
	}
.commentauthor {
	float: left;
	padding:.5em 10px;
	color: #787878;
	}
.comment-reply-link {
	float: right;
	padding: .5em 10px .5em 25px;
	background: #fff url(img/commentmeta.png) no-repeat  0 0;
	}
	
/* Comment form */
#comment-form {
	margin-top: 1.5em;
	background: #f0f0f0 url(img/frametop.png) no-repeat 0 0;
	}
#comment-form fieldset {
	padding: 10px 14px 0 10px;
	}
#comment-form fieldset.formaction {
	padding: 0 10px 10px;
	background: url(img/framebottom.png) no-repeat 0 100%;
	}
#comment-form label {
	display: block;
	}
#comment-form span {
	font-size: .909091em;
	line-height: 1;
	color: #787878;
	}
#author, #email, #url {
	width: 50%;
	padding: 1px;
	border: 1px solid #999;
	}
#comment {
	width: 100%;
	margin-bottom: 1em;
	padding: 1px;
	border: 1px solid #999;
	}

/* CONTACT
--------------------------------------*/
form.cform  {
	clear: both;
	margin-top: 1.5em;
	}
form.cform input.single,
form.cform textarea {
	font-size: 1em;
	border: 1px solid #999;
	}
form.cform, form.cform fieldset, form.cform ol, form.cform p {
	margin: 0;
	padding: 0;
	}
form.cform fieldset {
	border: 0;
	}
form.cform legend {
	display: none;
	}
form.cform ol {
	margin: 0;
	padding: 0;
	list-style: none;
	}
form.cform li {
	margin: 0 0 1em;
	padding: 0;
	}
form.cform label {
	display: block;
	padding-bottom: 2px;
	}
form.cform span.reqtxt, form.cform span.emailreqtxt {
	padding-left: .5em;
	font-size: .909091em;
	line-height: 1;
	color: #999;
	}
form.cform input.single {
	width: 50%;
	padding: 1px;
	}
form.cform textarea {
	width: 100%;
	padding: 1px;
	}
form.cform .cf_error {
	color: #c00 !important;
	border: 1px solid #c00 !important;
	}
form.cform .errortxt {
	color: #c00 !important;
	}
form.cform .cf_hidden {
	display: none;
	border: none !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
div.cf_info {
	margin: 1em 0;
	padding: .5em;
	text-align: center;
	}
div.success {
	color: #688000;
	background-color: #f0f5db;
	}
div.failure {
	color: #c00;
	background-color: #ffe8e8;
	}
p.linklove {
	display: none;
	}
	
/* PLUGINS
--------------------------------------*/
.notes {
	position: relative;
	clear: both;
	margin: 0 0 1em;
	padding: 3em 0 0 20px;
	list-style: none;
	background: url(img/notes.png) no-repeat 0 2.5em;
	}
.notes p {
	margin: .5em 0 0;
	}
.retour-note {
	position: absolute;
	left: 0;
	}

div.wam {
	margin: 2em 0 1em;
	padding: .5em;
	border: 1px dotted #ccc;
	background: #f0f0f0;
	}
div.wam p {
	margin: 0 0 .5em;
	}
div.wam ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5em;
	}
div.wam img {
	vertical-align: middle;
	}