@charset "utf-8";
/*   
Theme Name: ZeBlog
Theme URI: http://blog.vautier.net/
Description: Ze blog theme
Author: &Eacute;ric Vautier
Author URI: http://www.vautier.net/
Version: 1.0
.
&copy; &Eacute;ric Vautier, all rights reserved.
.
*/

/* HTML tags */
body {
	margin: 10px auto;
	width: 800px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
}
div, p, h1, h2, h3, form {
	border: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

a {
	color: #33F;
	font-weight: bold;
	text-decoration: none;
}
a:hover,
a:active {
	color: #393;
}
a:visited {
	color: #666;
}

/* Layout */
.header {
	height: 282px;
	color: white;
	display: block;
}
.header .description {
	padding: 10px;
	font-weight: bold;
}
.header .categories {
	width: 400px;
	padding-top: 100px;
	padding-left: 20px;
}
.header .categories ul, .header .categories ul li {
	display: inline;
	padding: 0px;
}
.categories a,
.categories a:visited,
.categories a:active {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
}
.categories a:hover {
	text-decoration: underline;
}
.content {
	padding: 40px 60px;
}
.post {
	text-align: justify;
}
.post h2 a {
	font-size: 12pt;
}
.post h2 a:hover,
.post h2 a:active {
	color: #363;
	font-size: 12pt;
	text-decoration: none;
}
.post h2 a:visited {
	color: #999;
}

.postmetadata {
	text-align: center;
	font-size: 8pt;
	padding-bottom: 30px;
}
.postmetadata.alt {
	padding: 40px;
}
#commentform {
	padding: 40px;
}
#comment {
	width: 640px;
}
input#submit {
	font-size: 8pt;
}
.entry {
	padding: 5px 0px;
}
.entry p {
	padding-bottom: 10px;
}
.navigation {
	display: block;
	padding-bottom: 40px;
}
.alignright {
	float: right;
}	
.alignleft {
	float: left
}
.footer {
	background: url(/wp-content/themes/zeblog/images/bottom.jpg) bottom center no-repeat;
	padding: 40px;
	text-align: center;
	font-size: 8pt;
}
.footer img {
	border: none;
}

.home-link a {
	width: 200px;
	height: 70px;
	display: block;
}


