/* @override http://www.vauchel.com/blog/wp-content/themes/meblog-0.1/style.css */

/*
Theme Name: MeBlog
Theme URI: http://www.vauchel.com/blog/
Description: Le thème de mon blog perso www.vauchel.com/blog/ 
Version: 0.1
Author: Martin Vauchel
Author URI: http://www.vauchel.com
Tags: custom 

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* Body Begin */
body {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 80%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	background: #e0e0df url(images/background-meblog.jpg) repeat-x 0 0;
}
#page {
	margin: 0;
	padding: 0;
	width: 900px;
	text-align: left;
}
a {
	text-shadow: 0 1px 1px #fff;
	color: #70b100;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3 { font-weight: bold; }
h1 { 
	font-size: 3em;
	padding-top: 70px;
	margin: 0;
}
h2 {
	text-shadow: 0 1px 1px #fff;
	font-size: 1.3em;
	margin: 30px 0 0;
}
h2 a {
	color: #333;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h2.pagetitle {
	text-shadow: 0 1px 1px #fff;
	margin-top: 30px;
	text-align: center;
}
h3 {
	text-shadow: 0 1px 1px #fff;
	font-size: 1.1em;
	padding: 0;
	margin: 30px 0 0;
}
h3.comments {	
	font-size: 1.1em;
	text-shadow: 0 1px 1px #fff;
	padding: 0;
	margin: 40px auto 20px;
}

code { font-family: 'Courier New', Courier, Fixed; }

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

/* Body End */

/* Header Begin */
#header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 180px;
}
#header a#mb-title { 
	display: block;
	margin: 90px 0 0 20px;
}
#mb-links {
	margin: 0 0 0 450px;
}
#mb-powered {
	position: absolute;
	top: 102px;
	left: 810px;
}
#mb-cv {
	position: absolute;
	top: 0;
	left: 40px;
	width: 127px;
	height: 130px;
}

/* Header End */

/* Sidebar Begin */
#sidebar {
	font-size: 1em;
	padding: 0 0 0 0;
	margin: 25px 0 0 0;
	width: 290px;
	border-right: 1px #d1d1d1 solid;
	float: left;
}
#sidebar h2 {
	text-shadow: 0 1px 1px #fff;
	font-size: 1.2em;
	margin: 0;
	padding: 10px 0 0 30px;
	background-image: url(images/background-sidebar-titles.png);
	background-repeat: repeat-x;
}
#sidebar h2.first {
	background-image: none;
}
#sidebar a {
	margin: 0;
	padding: 2px 0 2px 20px;
}
#sidebar li.fuzzy-widget a:visited {
	background-image: url(images/meblog-puce-visited.png);
	background-repeat: no-repeat;
	background-position-x: 0;
	background-position-y: 1px; 
	color: #646464;
}
	



#sidebar form {
	margin: 0;
}
/* Sidebar End */

/* Content Begin */
#content {
	font-size: 1em;
}
.widecolumn, .narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.2em;
}
.narrowcolumn .postmetadata {
	text-align: center;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.narrowcolumn {
	float: left;
	margin: 1px 0 0 0;
	padding: 0 0 0 20px;
	width: 550px;
	border-left: 1px #fff solid;
}
.widecolumn {
	margin: 1px 0 20px 0;
	padding: 0 0 0 20px;
	width: 550px;
	border-left: 1px #fff solid;
}
.post {
	margin: 0px;
	text-align: justify;
}
.post hr { 
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
text-align: center;
margin: 5px 0px;
}
.postmetadata, .postsinglemetadata {
clear: left;
}
.clear { 
clear: both; 
}
.clearboth { 
	clear: both;
	visibility: hidden;
	margin: 0;
}
.relatedposts {
	width: 100%;
	padding: 0  20px 10px 20px;
	margin: 20px 0 -20px -20px;
	border: 1px solid #fff;
	border-left: none;
	border-bottom: none;
	background-color: #343434;
	color: #e0e0e0;
}
.relatedposts a {
	color: #fff;
}
.postsinglemetadata {
	width: 100%;
	padding: 10px 20px;
	margin: 20px 0 0 -20px;
	border: 1px solid #fff;
	border-left: none;
	background: #616060 url(images/bg-postsinglemetadata.png) repeat-x;
	color: #e0e0e0;
}
.postsinglemetadata a, .postsinglemetadata h2, .postsinglemetadata h3 {
	text-shadow: none;
}
.postsinglemetadata-right,
.postsinglemetadata-left {
	float: left;
	width: 60%;
}
.postsinglemetadata-right {
	text-align: right;
	width: 40%;
}

/* Content End */

/* Footer Begin */
#footer {
	border: none;
	padding: 0;
	margin: 0 0 0 20px;
	width: 900px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
/* Footer End */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 0;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 0;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */

/* Begin Lists
Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */
html > body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}
html > body .entry li {
margin: 7px 0 8px 10px;
}
.entry ul li:before {
content: "\00BB \0020";
}
.entry ol {
padding: 0 0 0 35px;
margin: 0;
}
.entry ol li {
margin: 0;
padding: 0;
}
.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
margin: 0;
padding: 0;
}
#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
margin: 10px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
margin: 3px 0 0;
padding: 0;
}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
margin: 10px auto;
padding: 5px 3px;
text-align: center;
}
#sidebar #searchform #s {
width: 108px;
padding: 2px;
}
#sidebar #searchsubmit {
padding: 0;
}
.entry form {
/* This is mainly for password protected posts, makes them look better. */
text-align: center;
}
select {
width: 130px;
}
#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}
#commentform textarea {
width: 100%;
padding: 2px;
}
#commentform #submit {
margin: 0;
float: right;
}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
ol.commentlist  {
	margin: 0;
	padding: 0;
}
ol.commentlist li {
	margin: 3px 0;
	padding: 0;
}
.commentlist li {
	list-style: none;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/


/* Begin Last.fm plugin */
#lastfm {
	background-image: ;
	
	width: 200px;
	margin: 0 0 0 10px;
}
#lastfm img {
	padding: 2px;
	border: 1px solid #d0d0d0;
}



/* End Last.fm plugin */
