/* SimpleBlog - Copyright 2007 Sebastien Bilbeau */
* { 
 	margin: 0; 
	padding: 0; 
	border: 0; 
}

body { 
  color: #333;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size:13px;	
	line-height:1.5em;
  background-color: #9ae4e8;
  background: #9ae4e8 url(http://geekbay.fr/images/strip.png) fixed repeat top left;
}

a, a:link {
	color: #0062BE;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#autor {
  height: 73px;
  padding-top: 10px;
  line-height: normal;
	padding-top: 11px;
	margin-top: 20px;
}

#autor .gravatar {
	margin-left: 16px;
}

#autor p {
	float: right;
	font-weight: bold;
	font-size: 30px;
}

#autor h2.thumb { font-size: 2.8em; }
#autor h2.thumb img { float: left; margin: 0 10px 0 0;}
#autor h2.thumb small { font-size: .4em; }
#autor h2.thumb a{ text-decoration: none; color:#333;}
#autor h2.thumb a:hover{ text-decoration: none; }


#content { 
	width: 555px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

#content .homelink {
	display:block; 
	float:right; 
	color:#000000;
	font-size: 82%;
}

#wrapper {
	padding-top: 11px;
	margin-top: 20px;
	background: url(http://geekbay.fr/images/arrow.gif) no-repeat 25px 0px;
}

.post {
	padding: 8px;
	background-color: #ffffff;
	-moz-border-radius: 8px;
	margin-bottom: 2px;
	overflow: hidden;
}

.date {
	font-size: 75%;
}

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

.date a:hover {
	text-decoration: none;
}


.pagination {
	color: #444;
	font-size: 82%;
	position: relative; 
	overflow: hidden;
}

.pagination a {
	color: #333;
}
.pagination p.left {
	display:block;
	float:left;
}
.pagination p.right {
	display:block;
	float:right;
}


#footer {
	width: 100%;
	text-align: center;
	font-size: 82%;
	background-color: #fff;
	line-height:normal;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;	
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	border-collapse:collapse;
	margin: 0;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 10;
}

#footer img {
	vertical-align:top;
}

#header {
	width: 100%;
	text-align: center;
	font-size: 82%;
	background-color: #fff;
	line-height:normal;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 15px;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	border-collapse:collapse;
	margin: 0;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10;
}

#footer img {
	border: none;
	margin-bottom: -3px;
}

#post-footer {
	width: 99%;
	text-align: center;
	font-size: 82%;

	padding: 3px;
	line-height:normal;
	position:absolute;
	bottom: 0;
}

#post-footer img {
	border: none;
	margin-bottom: -3px;
}

.paginate {
float: right;
}

.paginate a {
	background-color:#fff;
    padding: 2px;
    margin: 2px;

	text-decoration: none;
	color: #0062BE;
}
.paginate a:hover {
	color: #000;
    text-decoration: none;
}

.separator {
	height: 20px;
	margin: 20px;
}
