/*
Theme Name: La minute du geek
Theme URI: http://wordpress.org/
Description: Thème personnalisé par David Jason Monnehay.
Version: 1.6
Author: David Jason Monnehay
Author URI: http://www.laminutedugeek.net
Tags: blue, custom header, fixed width, two columns, widgets 

Kubrick v1.5
http://binarybonsai.com/kubrick/

This theme was designed and built by Michael Heilemann,
whose blog you will find at http://binarybonsai.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */

@font-face { 
	font-family: GillSans; 
	src: url('fonts/GillSans.ttf');
 } 

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background:url('images/bg-header.png') repeat-x top left;
	color: #333;
	text-align: center;
	
}

#page {
	width: 980px;
	margin:auto;
}

#header {
	width: 980px;
	height: 318px;
	margin: auto;
	background:url('images/logo.png') no-repeat top left;
}

#header h1 a {
	display:block;
	width:317px;
	height:315px;
	text-indent:-10000px;
	float:left;
}

#baseline {
	display: block;
	position: relative;
	width:669px;
	height:65px;
	background: url('images/baseline.png') no-repeat top left;
	left: 300px;
	top: 63px;
}

#signature {
	display: block;
	position: relative;
	width: 139px;
	height: 26px;
	background: url('images/signature.png') no-repeat top left;
	left: 780px;
	top: 60px;
}

#baseline span, #signature span {
	display:block;
	text-indent:-10000px;
}

#rss {
	display:block;
	position: relative;
	width:100px;
	height:80px;
	left:330px;
	top: 76px;
	background: url('images/rss.png') no-repeat top left;
	text-indent:-10000px;
}

#rss a {
	display: block;
	width:100px;
	height:80px;
}

#social {
	position:relative;
	top:65px;
	font-size: 1.2em;
	color: #b8b7b7;
	font-family: Georgia, "Times New Roman", Times, serif; 
	text-align:right;
}


#social ul {
	display: inline;
	margin-left: 2px;
	height:16px;
}

#social ul li {
	display: inline;
	height: 16px;
	padding-top: 3px;
	vertical-align: middle; 
}

#sidebar {
	width: 175px;
	float:left;
	margin-right: 30px;
}

#content {
	float:left;
}


.title {
	float:left;
	width: 335px;
	padding-right: 5px;
	text-align: right;
	padding-bottom: 6px;
	margin-bottom: 6px;
	}

.title h2 {
	margin-bottom: 5px;
}

.title h2 a, .pagetitle {
	font-family: GillSans, Verdana, sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	color: #861212;
	text-decoration:none;
}

.pagetitle {
	font-family: GillSans, Verdana, sans-serif;
	font-size: 2.5em;
	margin-bottom: 10px;
	font-weight: normal;
	color: #d9d9d9;
	text-decoration:none;
}




.title .date, .title .date a, .title .comments a, .title .tags, .title .tags a {
	color: #b8b7b7;
	text-decoration: none;
}

.title .date {
	display:block;
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: 2px solid #d9d9d9;
}

.title .comments, .title .tags {
	text-align: left;
	margin-bottom: 3px;
}



.billet {
	float:right;
	width: 630px;
	font-size: 1.2em;
	text-align: left;
	line-height: 1.6em;
	margin-top: 3px;
	margin-bottom: 50px;
}

.billet-content {
	margin-left: 10px;
} 

.billet a {
	text-decoration:none;
	color: #861212;
}

.billet a:hover {
	text-decoration: underline;
}


.billet p {
	margin-bottom: 5px;
}

blockquote {
	margin-left: 10px;
	padding-left: 5px;
	font-style: italic;
	border-left: 2px solid #d9d9d9;
}

hr {
	border: none;
	border-top: 1px solid #861212;
	width: 80%;
	margin-top: 15px;
	margin-bottom: 15px;
}


.billet .wp-smiley {
	vertical-align: middle;
}

#comments, #respond h3 {
	margin-top: 30px;
	font-family: GillSans, Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #861212;
	text-decoration:none;
}


textarea {
	width: 500px;
}

.clear {
	clear:both;
}

#footer {
	clear:both;
	margin-bottom: 20px;
}