/*
Theme Name: Zoelo
Theme URI: http://bastienlabelle.fr/blog/
Description: A minimalist theme by <a href="http://bastienlabelle.fr/">Bastien Labelle</a>.
Version: 2.0
Author: Bastien Labelle
Author URI: http://bastienlabelle.fr/
Tags: black, white, fixed width, one column

	Zoelo 2.0
	 http://bastienlabelle.fr/blog/

	This theme was designed and built by Bastien Labelle,
	whose blog you will find at http://bastienlabelle.fr/blog/
	The name was found by Jennifer Laurent, whose blog you
	will find at http://www.basketsetminijupe.fr/

*/
/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body {
	font-size: 100%;
	font-weight: normal;
	font-family: Arial, sans-serif;
	background-color: #fff;
	color: #666;
	line-height:1.5em;
	padding-left: 75px;
	padding-top: 75px;
}

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

a:hover {
	color: #CC3366;
	border-bottom: 1px solid #ddd;
}

div#header {
	width: 510px;
	position: relative;
}

div#header h1 {
	font-size: 36px;
	letter-spacing: -0.05em;
	display: inline;
	font-weight: normal;
}

div#header h1 a {
	text-decoration: none;
}

div#header h1 a:hover {
	background-color: inherit;
}

div#header p {
	margin-left: 1em;
	display: inline;
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 13px;
	letter-spacing: -0.04em;
}

div#header a.about {
	background-color: #fff;
	padding: 0.5em;
	color: #ccc;
	text-transform: uppercase;
	border: 0;
}

div#header a.about:hover {
	background-color: #29A5BC;
	color: #fff;
}

div#header a.about img.arrow {
	clear:both;
	position: absolute;
	top: 26px;
	left: 20%;
}
/*
h1 span.dot-fr {
	display: none;
}
h1:hover span.dot-fr {
	display: inline;
	font-size: 75%;
	color: #ccc;
}
//*/
div#content {
	width: 510px;
	border-top: 1px solid #ccc;
	margin: 1em 0;
}

div.post, div.comments, div#respond {
	margin-top: 1em;
}

h2.post-title, h3#comments-title, h3.respond-title {
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -0.04em;
	margin: 0;
	color: #333;
}

h2.post-title a, h3#comments-title a, h3.respond-title a {
	
}

div.post-content p, div.comment-content p, div#respond p {
	margin: 10px 0;
	text-align: left;
	line-height: 20px;
	font-size: 13px;
	letter-spacing: -0.04em;
}
/*
div.post-content p a {
	background-color: #ddd;
}
*/

div.post-content p small {
	font-size: 11px;
}

div.post-content p.media {
	width: 500px;
	margin: 1em auto 0;
	border: 5px solid #ccc;
	padding: 0;
}

div.post-content p.media object,
div.post-content p.media embed {
	margin: 0;
	padding: 0;
}

div.post-content blockquote {
	background: transparent url(images/quote.png) no-repeat scroll 10px 10px;
	padding-left: 60px;
	padding-right: 10px;
	font-style: italic;
	font-family: Georgia, serif;
	color: #727272;
}

div.post-info p, div.comment-info p {
	text-align: right;
	font-size: 11px;
	font-style: italic;
	margin-top: 1em;
	margin-right: 10px;
	letter-spacing: -0.04em;
}

div.comment-info {
	margin-bottom: 2em;
}

div.post-info p:before, div.comment-info p:before {
	content: "\2014\00A0"
}

div#footer {
	margin-top: 4em;
}

div#footer p {
	font-size: 75%;
}

div#footer p small {
	font-size: 11px;
	letter-spacing: -0.04em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.navigation p {
	margin-top: 2em;
	font-size: 75%;
	text-align: right;
}

div.navigation p a {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 0.5em;
	color: #333;
	
}

div.navigation p a:hover {
	color: #CC3366;
	/*
	color: #fff;
	background-color: #29A5BC;
	border-color: #208397;
	*/
}

input, textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0.5em;
}
input {
	width: 200px;
}
input#submit {
	width: auto;
}
textarea {
	width: 500px;
}
label {
	padding-left: 0.5em;
}
/*
input:hover, textarea:hover {
	border-color: #333;
}*/

input#submit {
	background-color: #333;
	padding: 0.5em;
	color: #fff;
	border: 1px solid #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
}

input#submit:hover {
	cursor: pointer;
	background-color: #CC3366;
	border-color: #CC3366;
}