/*
Theme Name: E-marketing Garden
Theme URI: http://wordpress.org/
Description: Blog E-marketing Garden
Version: 2
Author: SQLI Agency
Author URI: http://www.sqliagency.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

*/
/* ############################################################################
     RESET CSS
############################################################################ */
/* Normalise les marges et le remplissage */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin:0; padding:0;color: #434343}

/* Normalise les tailles de polices pour les entetes */
h1, h2, h3, h4, h5, h6 {font-size:100%;}

/* Normalise les styles et graisses des fonts : font-style et font-weight sont "normal" */
adress, caption, cite, code, dfn, em, th, var {font-style:normal; font-weight:normal;}

/* supprime les bordures dans les tableaux */
table {border-collapse:collapse; border-spacing:0;}

/* supprime les bordures des les elements de fieldsest et img */
fieldset, img {border:0;}
hr {display: none;}

/* aligne le texte a gauche dans caption et th */
caption, th {text-align:left;}

/* supprime les apostrophe double (guillement anglais) autour de q */
q:before, q:after {content:'';}

/* affiche le curseur "main" sur tous les liens */
a {cursor:pointer;text-decoration: none;}
a:hover {text-decoration: underline;}

.none {display: none;}

.clear {clear:both;}
/* ############################################################################
     STYLES GENERIQUES
############################################################################ */
body{font-size:12px; font-family:Arial, Geneva, Verdana, Helvetica, sans-serif;background: #333333 url('images/bg_body1.jpg') no-repeat 50% 41px;}
img, fieldset{border:0}


/********** Header ********/

#header{
	background: url('images/bg_header.png') repeat-x 0 0;
	padding: 7px 20px 10px 20px;
	overflow: hidden;
	height: 1%;
	position: relative;
	height: 450px;
}
#header .agency-logo-1 {
	float: left;
	width: 45px;
	margin: -7px 14px 0 0;
}
#header ul {
	float: left;
	width: 740px;
	list-style: none;
}
#header form {
	float: right;
	_width: 210px;
}
#header ul li {
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
}
#header ul .first-line {
	color: #cac8c9;
	margin-top: 2px;
}
#header ul li a {
	display: block;
	color: white;
	font-weight: bold;
}
#header ul .emarketing a {
	width: 141px;
	height: 19px;
	background: url('images/bg_emarketing.gif') no-repeat 0 0;
	padding: 3px 0 0 0;
}
#header ul .ecreative a,
#header ul .ubimedia a {
	width: 141px;
	height: 19px;
	background: url('images/bg_economique.gif') no-repeat 0 0;
	padding: 3px 0 0 0;
}
form #s {
	border: 1px solid #d9d9d9;
	width: 170px;
	padding: 2px 5px;
	color: #6e6e6e;
	margin: 0;
}
form #searchsubmit {
	border: none;
	width: 25px;
	text-align: center;
	height: 22px;
	color: white;
	background: url('images/bg_ok.gif') no-repeat 0 0;
	cursor: pointer;
	margin-left: -3px;
}
#headerContent{
	bottom: 0;
	left: 0;
	width: 100%;
}
#headerContent .logo-blog {
	position: relative;
	top: 198px;
	width: 915px;
	margin: 0 auto;
	height: 230px;
	background: url('images/bg_content.jpg') no-repeat 0 0;
}
#headerContent .logo-blog h1 {
	position: absolute;
	top: -50px;
	left: 20px;
}
#headerContent .logo-blog .agency-logo-2 {
	position: absolute;
	right: 20px;
	top: 35px;
	_background: url('images/logo-agency-header-2.gif') no-repeat 0 0;
	_width: 103px;
	_height: 91px;
}
/********** Footer ********/
#footer {
	clear: both;
}
#footer ul {
	border-top: 1px solid #c9c7c8;
	padding: 10px 0 30px 30px;
}
#footer ul li {
	display: inline;
	margin:0 7px 0 0;
	*margin:0 10px 0 0;
	padding:0 10px 0 0;
	background:url('images/bg_footer-sep.gif') no-repeat right 4px;
}
#footer ul li a {color: #757575;}
#footer ul .last-item {
	background: none;
}
/********** Main content ********/
#mainContent {
	width: 825px;
	margin: 0 auto;
	padding: 0 44px;
	background: #faf8f9;
	overflow: hidden;
}
#mainContent[id] {
	overflow: visible;
}

/********** Content ********/
#content {
	float: left;
	width: 594px;
	margin: 0 20px 0 0;
	position: relative;
	bottom: 25px;
}
.navigation {
	overflow: hidden;
	margin-bottom: 1em;
	height: 1%;
}
.navigation a {
	color: #6E6E6E;
}
.navigation .alignleft {
	float: left;
}
.navigation .alignright {
	float: right;
}
.article-content {
	clear: both;
	margin-bottom: 5px;
	height: 1%;
}
.article-content img {
	float: left;
	margin: 5px 10px 20px 0;
}
.article-content h2 {
	float: left;
	width: 554px;
	margin-bottom: 5px;
}
.article-content h2 a {
	font-size: 4em;
	letter-spacing:-3px;
	line-height: 40px;
	font-weight: bold;
	color: #000;
}
.article-content h2 a:hover {
	text-decoration: none;
	color: #333;
}
.article-content .post-date {
	margin-top: 5px;
	width: 554px;
	float: right;
}
.article-content .entry {
	position: relative;
	clear: both;
	background: white;
	margin: 0 0 5px 30px;
	padding: 20px 7px 35px 10px;
	overflow: hidden;
	height: 1%;
}
.article-content .entry img {
	float: none;	
}
.article-content .entry p {
	margin-bottom: 1em;
}
.article-content span a {
	color: #e79424;
	text-decoration: underline;
}
.article-content span a:hover {
	text-decoration: none;
}
.article-content .entry div {
	text-align: center;
	width: 90px;
	height: 29px;
	padding: 12px 0 0 0;
	background: url('images/bg_comments.gif') no-repeat 0 0;
	position: absolute;
	right: 7px;
	bottom: 0;
}
.article-content .entry div a {
	display: block;
	color: white;
	font-size: 0.75em;
	
}
.article-content .entry ul {
	float: right;
	list-style: none;
	width:100%;
}
.article-content .entry ul li {
	float: left;
	list-style-type:disc;
	width:100%;
}
.article-content .entry li {
	margin-left: 14px;

}
.article-content .content-plugin {
	background: white;
	overflow: hidden;
	height: 1%;
	margin: 0 0 0 30px;
	padding: 10px;
	
}
.article-content .content-plugin img {
	margin: 0;
	
}
.article-content .content-plugin p {
	float: left;
	background: url('images/puce-article.gif') no-repeat 0 4px;
	padding: 0 0 0 10px;
	
}
.article-content .content-plugin p a {
	color: #6e6e6e;
	
}
.article-content ul {
	float: right;
	list-style: none;
}
.article-content ul li {
	float: left;
	margin-left: 14px;
	
}
.article-titre {
	font-size: 4em;
	letter-spacing:-4px;
	line-height: 40px;
	font-weight: bold;
	color: #000;
}
.entry-rel {
	padding: 10px 0 0 30px;
}
.entry-rel ul {
	list-style: none;
	padding: 5px;
	margin-bottom: 10px;
}
.entry-rel ul li a {
	background: url(images/puce-article.gif) no-repeat 0 5px;
	padding-left: 10px;
	color: #000;
}
.entry-rel .commentlist {
	list-style: none;
}
.comment-author {
	float: left;
	width: 349px;
}
.comment-meta {
	float: right;
	width: 200px;
	text-align: right;
}
.comment-body p {
	clear: both;
}
.postmetadata a {
	color: #545454;
}
.article-content p a {
	color: #6e6e6e;
	
}
.commentmetadata a {
	color: #E79424;
}
#commentform {
	background: #FFF;
	padding:10px 0;
}
#commentform p {
	margin-bottom: .5em;
	overflow: hidden;
}
#commentform small {
	padding-top: 3px;
	display: block;
	width: 200px;
	padding-right: 5px;
	float:left; 
	text-align:right;
	font-size: .9em;
}
#commentform label input {
	float: left;
	padding: 2px;
}
#commentform textarea {
	padding: 2px;
	width: 300px;
}
#commentform #submit {
	margin-left: 205px;
}
/********** Sidebar ********/
#sidebar {
	float: left;
	width: 206px;
	position: relative;
	bottom: 60px;
	_height: 1%;
}
#sidebar ul h2  {
	background:url('images/bg_h2.gif') repeat-x 0 0;
	padding: 4px 5px 5px 6px;
	font-size: 1em;
	text-transform: uppercase;
	color: white;
	letter-spacing: -0.5px;
	_height: 1%;
}
#sidebar ul {
	height: 1%;
	list-style: none;
}
#sidebar ul li a {
	color: #6e6e6e;
}
#sidebar ul li .abonner {
	margin-bottom: 6px;
	padding: 0;
	border-top: 1px solid white;
	border-bottom: none;_height: 1%;
}
#sidebar ul li .abonner li  {
	background: white url('images/bg_li.gif') repeat-x 0 0;
	padding:3px 5px 4px 12px;
	border: none;

}
#sidebar ul li .abonner li a {
	color: #545454;
	display: block;
}
#sidebar ul li .abonner .flux-rss a {
	background:url('images/li_rss.gif') no-repeat 0 5px;
	padding: 10px 5px 7px 40px;
}
#sidebar ul li .abonner .email a {
	background:url('images/li_mail.gif') no-repeat 0 14px;
	padding: 10px 5px 7px 40px;
}
#sidebar ul li .abonner .twitter a {
	background:url('images/li_twitter.gif') no-repeat 0 5px;
	padding: 10px 5px 2px 40px;
}
#sidebar ul li p {
	background: white;
	padding: 7px 10px 20px 10px; 
}
#sidebar ul li .ce-moment {
	background: white;
	margin-bottom: 6px;
}
#sidebar ul li ul {
	background: white;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 5px;
}
#sidebar ul li ul li {
	padding: 7px 5px 2px 7px;
	border-top: 1px solid #d9d9d9;
	margin-bottom: 5px;
	color: #6e6e6e;
}
#sidebar ul li ul li a {
	color: #6e6e6e;
}
#sidebar ul li .recrute {
	margin-bottom: 6px;
	padding: 0;
	border-top: 1px solid white;
	border-bottom: none;_height: 1%;
}
#sidebar ul li .recrute li  {
	padding: 0;
	_display: inline;
	border: none;

}
#sidebar ul li .recrute li a {
	color: #545454;
	display: block;
	background: url('images/puce-article.gif') no-repeat 0 7px;
	padding:3px 5px 0 12px;
}
#sidebar .flickr img {
	width: 68px;
	height: 68px;
}
#sidebar ul li select {
	border: 1px solid #d9d9d9;
	padding: 2px;
	margin: 6px 0 15px 5px;
}
#sidebar #sensitive_tag_cloud {
	padding: 5px 5px;
	margin: 10px 0;
	background: #FFF;
}
#sidebar #sensitive_tag_cloud h2 {
	display: none;
}
#sidebar #sensitive_tag_cloud a {
	color: #000000;
}

div.search{
	padding-top:2em;
}
div.search h3 a {
color:#000000;
font-size:2em;
font-weight:bold;
letter-spacing:-3px;
line-height:40px;
}

div.search img {margin:1em 0em;}