/*
Theme Name: Guy Lesoeurs 1
Theme URI: http://guylesoeurs.com/
Description: Le thème du blog de Guy Lesoeurs, basé sur le fameux thème <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1
Author: Jérémy Lecour - Ubik Lab
Author URI: http://ubik-lab.com/
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

*/

/* @group Déclarations générales */

body {
	margin-top: 0;
	padding-top: 0;
	background-color: #eee;
	color: #333;
}
#page {
	background-color: white;
}
a, a:visited, a:active {
	color:  #663300;
	text-decoration: none;
}
a:hover {
	color:  #515d51;
	text-decoration: underline;
}
.feed {
  /*margin-left: 3px;*/
  padding: 0 0 0 19px;
  background: url("images/feed-icon-14x14.png") no-repeat 0 50%;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	float: none;
}
/*	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,
img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
/* End Images */

/* @end */

/* @group Header */

#header h1 {
	background: #c84b35 url("images/header_logo.gif") 10px bottom no-repeat;
	margin: 0;
	height: 150px;
	line-height: 150px;
	/*text-indent:  -9999px;*/
/*	color: white;
    font-weight: bold;
    font-size: 5em;
    padding-left: 20px;*/
}
#header h1 a {
	color: #fffff0;
	display: block;
	height: 150px;
	line-height: 150px;
	background: transparent url("images/header_title.gif") 140px bottom no-repeat;
	text-indent:  -9999px;
}
#header h1 a:hover {
	text-decoration: none;
}
#header .description {
	height: 50px;
	line-height: 50px;
	background: #b6ac75 url("images/header_description.gif") 140px bottom no-repeat;
/*    color: #fffff0;
    font-weight: bold;
    font-size: 2em;
    padding-left: 20px;*/
	text-indent:  -9999px;
}

/* @end */

/* @group Contenu central */

#content {
	padding: 0.5em 10px 0.5em 20px;
}

.pagetitle {
	/*margin-top: 0.5em;*/
	text-align: center;
	font-weight: bold;
	color: #b6ac75;
}
.post {
	clear:  both;
}
.post h2, .post h3 {
	margin-bottom: 0;
	font-weight: bold;
	font-size:2em;
	color: #c84b35;
}
.post h2 a, .post h3 a {
	color: #c84b35;
}
.post .entry {
	margin-top: 0.5em;
}

.post .entry table {
	width: auto;
}

.postmetadata {
	clear: left;
}
.postmetadata A[rel="tag"] {
	padding-left: 12px;
	background: transparent url('images/tag.gif') no-repeat left center;
}

#comments {
	color: #b6ac75;
	font-weight: bold;
}

#respond {
	color: #b6ac75;
	font-weight: bold;
}

.commentlist p {
	font-style: italic;
}

.postmetadata {
	margin: 0.5em 0;
	padding: 0.5em 20px;
	border-top: 1px solid #dbd5b7;
}

/* @end */

/* @group Contenu du bas */

#bottombar {
    background-color:  #b6ac75;
    border-top: 3px solid #eee;
}
#bottombar a {
	color: #fffff0;
}
#bottombar a:hover {
	text-decoration: underline;
}
#bottombar ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	/*padding-bottom: 5px;
	padding-top: 5px;
	border-top: 1px solid #663300;
	border-bottom: 1px solid #663300;*/
}
#bottombar li {
	color: #efefef;
	padding-left: 0;
	margin-left: 0;
}
.bottomcol-title, .bottomcol-content {
	padding: 0 10px;
}
.bottomcol-title {
	color: #c84b35;
	margin-bottom: 0.2em;
	font-weight: bold;
	font-size:1.5em;
	text-shadow: #dbd5b7 1px 1px 1px;
}

/* @end */

/* @group Contenu contextuel */

#sidebar {
	padding: 20px 0;
	background-color: #fffff0;
}
#sidebar ul {
	list-style-type: none;
}

#sidebar ul h2 {
	margin-bottom: 0;
	font-weight: bold;
	font-size:1.5em;
	color: #c84b35;
	text-shadow: #fff 1px 1px 1px;
}

.widget {
	margin: 1em 0;
}

.widget_calendar .widgettitle {
	display: none;
}
#wp-calendar {
	border: 1px solid #b6ac75;
	border-collapse: collapse;
}
#wp-calendar caption {
	text-align:  center;
	font-weight: bold;
	color: #c84b35;
	background-color: transparent;
}
#wp-calendar thead th {
	text-align:  center;
	color: #fffff0;
	background-color: #dbd5b7;
}
#wp-calendar tbody td {
	text-align:  center;
	border: 1px solid #b6ac75;
}
#wp-calendar #today {
    font-weight: bold;
}

/* @end */

/* @group Pied de page */

#footer {
    background-color: #dbd5b7;
    color: #666;
    text-align: center;
    font-size: 90%;
    padding: 5px 0;
}

#footer p {
    margin: 0;
}
#footer a {
	color: #c84b35;
}
#footer a:hover {
	text-decoration: underline;
}

/* @end */

.gallery img {
	padding: 2px !important;
	border: 1px solid #ccc !important;
}


