/*  
Theme Name: John Doe reloaded
Description: Bas&eacute; sur le Th&egrave;me <a href="http://ifelse.co.uk/emire/" target="_blank">Emire</a> de <a href="http://ifelse.co.uk/" target="_blank">Phu Ly</a>.
Version: 1.1
Author: Akhad
*/

/*reset*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }



/*************************************
 +Containers
 *************************************/
body{
	background:#000000 url('./images/fondGenerique.jpg') no-repeat fixed;
	color:#333;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	border:0;
	text-align:center;
}
#wrap{
	margin:0 auto;
	padding-top:20px;
	text-align:left;
	border:0;
	width:850px;
}

#content{
	border-bottom:none;
	border-top:none;
	float:left;
	padding:10px 0px;
	width:600px;
}

/*************************************
 +Footer
 *************************************/
#footer{
  margin-top:20px;
  padding-bottom:50px;
	width:100%;
	background:#000000 url('./images/cartouche.png') repeat-x;
	color:#888;
	clear:both;
	height:200px;
	min-height:200px;
	text-align:center;
	overflow:visible;
}
#footer div.inner{
  width:850px;
  text-align:left;
  margin-left:auto;
	margin-right:auto;
  padding:10px 0;
  overflow:visible;
}
#footer ul{
  list-style:none;
  margin:0;
  padding:0;
}
#footer li{
  padding:3px;
  font-size:1.1em;
  border-top:1px dotted #444;
}
#footer .col{
  float:left;
  width:250px;
  margin-right:50px;
}
#footer .last{
  margin-right:0 !important;
}
#footer a{
  color:#CCC;
}
#footer a:hover{
  color:#FFF;
}
#footer select#archiveDropdown{
	width:100%;
	background:#333;
	color:#DDD;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	border:1px solid #666;
}

/*************************************
 +Header
 *************************************/
#header{
  background:#665c5c;
	border-bottom:1px solid #c4cC91;
	height:120px;
	margin:0;
	text-align:center;
	width:100%;
}
#header div.inner{
  background:#665c5c url("./images/header.png") 0 no-repeat;
	height:120px;
	margin:0 auto;
	width:850px;
	text-align:left;
}
#header h1{
	font-size:4.2em;
	line-height:1.8em;
	font-weight:normal;
	margin-left:150px;
}
#header h1 a{
  color:#FFF;
}
#header p{
	font-size:1.2em;
	text-transform:uppercase;
	color:#DDD;
	margin-left:150px;
}
/*************************************
 +Hn
 *************************************/
 h1, h2, h3{
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2{
	font-size:1.5em;
	padding-right:5px;
}
h3{
	font-size:1.2em;
}
/*************************************
 +Navigation
 *************************************/

#nav{
	background:#333;
	border-top:1px solid #444;
	border-bottom:1px solid #222;
	font-size:1.2em;
	margin-top:-0.3em;
}
#navwrap{
	display:block;
	margin:0 auto;
	width:850px;
}
#nav ul{
	list-style-type:none;
	width:850px;
	margin-left:auto;
	margin-right:auto;
}
#nav li {
   float: left;
}
#nav li ul {
	position: absolute;
	width: 13.2em;
	left: -999em;
	background:#333;
	border-left:1px solid #222;
	border-right:1px solid #222;
	border-bottom:1px solid #222;
	padding:0.1em;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
}
#nav a {
   display: block;
   font-weight:bold;
   text-align:left;
   color:#ddd;
   padding:0.1em 0.4em;
   margin-right:3em;
}
#nav a:hover {
   color:#fff;
   background:#660000;
}
#nav ul ul li a {
   width: 12.4em;
   border-top:1px dotted #444;
   margin-right:0;
}
#nav li:hover ul {
   left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
   left: auto;
}


 /*************************************
 +Entry
 *************************************/
.entry{
	font-size:1.2em;
	margin:0px 10px 0px 0px;
	padding:1.2em;
	background:#EEE url("./images/fondBloc.gif") repeat-x bottom;
	border-top:1px solid #FFF;
	border-right:1px solid #DDD;
	border-bottom:1px solid #CCC;
	border-left:1px solid #DDD;
	color:#333;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
}
.entrybody {
	overflow:auto;
}
.entrytitle {
	border-bottom:1px dotted #4F5158;
	color:#666;
	margin-bottom:10px;
}
.entrytitle a{
	color:#666;
}
.entrytitle h2, .entrytitle h3{
	display:inline;
	font-weight:normal;
	color:#666;
}
.entrytitle h2{
	color:#333 !important;
}
.entrytitle h3{
	font-weight:normal;
	color:#999 !important;
	padding-top: 10px !important;
}
.entry td{
  vertical-align:top;
}
.entrymeta{
	font-size:0.8em;
	padding:5px;
	display:none;
}
.entry-1 .entrymeta{
	display:block;
}
.postedby{
}
.filedto{
	background:url("./images/file.gif") no-repeat 0 2px;
	padding-left:15px;
}
.commentslink{
	background:url("./images/comments.gif") no-repeat 0 3px;
	padding-left:15px;
}
.navigation{
  color:#FFF;
  margin:0px 10px 0px 0px;
  background:#333;
  text-align:center;
  margin:0px 10px 5px 0px;
  border-top:1px solid #444;
	border-right:1px solid #222;
	border-bottom:1px solid #111;
	border-left:1px solid #222;
}
.navigation a{
	font-size:1.2em;
  color:#CCC;
}


.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6 { font-weight: normal; color: #111; }

.entry h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
.entry h2 { font-size: 2em; margin-bottom: 0.75em; }
.entry h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
.entry h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
.entry h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
.entry h6 { font-size: 1em; font-weight: bold; }

.entry h1 img, .entry h2 img, .entry h3 img, 
.entry h4 img, .entry h5 img, .entry h6 img {
  margin: 0;
}

.entry p           { margin: 0 0 1.5em; }
.entry p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
.entry p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

.entry blockquote  { margin: 1.5em; color: #666; font-style: italic; }
.entry strong      { font-weight: bold; }
.entry em,dfn      { font-style: italic; }
.entry dfn         { font-weight: bold; }
.entry sup, sub    { line-height: 0; }

.entry abbr, 
.entry acronym     { border-bottom: 1px dotted #666; }
.entry address     { margin: 0 0 1.5em; font-style: italic; }
.entry del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

.entry li ul, 
.entry li ol       { margin:0 1.5em; }
.entry ul, .entry ol      { margin: 0 1.5em 1.5em 1.5em; }
.entry ul          { list-style-type: disc; }
.entry ol          { list-style-type: decimal; }

.entry dl          { margin: 0 0 1.5em 0; }
.entry dl dt       { font-weight: bold; }
.entry dd          { margin-left: 1.5em;}

.entry table       { margin-bottom: 1.4em; width:100%; }
.entry th          { font-weight: bold; background: #C3D9FF; }
.entry th,td       { padding: 4px 10px 4px 5px; vertical-align:top; }
.entry tr.even td  { background: #E5ECF9; }
.entry tfoot       { font-style: italic; }
.entry caption     { background: #eee; }

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


/*************************************
 +Sidebar
 *************************************/
#sidebar{
	color:#ddd;
	font-size:1.1em;
	float:right;
	margin-top:10px;
	padding-left:10px;
	width:220px;
}
#sidebar h3{
	color:#888;
	margin:10px 0px 5px 0px;
}
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar li li{
  font-size:1.1em;
}
#sidebar a{
  color:#CCC;
}
#sidebar a:hover{
  color:#FFF;
}

#sidebar input#s{
	background:#666;
	border-top:1px solid #888;
	border-right:1px solid #999;
	border-bottom:1px solid #BBB;
	border-left:1px solid #999;
	font-size:1.1em;
	width:152px;
	color:#DDD;
}
#sidebar input#s:focus{
	background:#DDD;
	color:#333;
}
#sidebar input#searchsubmit{
  background:#AAA;
  border-top:1px solid #BBB;
	border-right:1px solid #999;
	border-bottom:1px solid #888;
	border-left:1px solid #999;
	font-size:0.9em;
	color:#666;
	vertical-align:top;
	padding:1px;
}

#sidebar div.widget_daikos_text{
  margin-top:10px;
}

#sidebar ul#liensJeux{
  margin:10px 0px 0px 0px;
  list-style:none;
  padding:0;
}
#sidebar ul#liensJeux li{
  margin-bottom:5px;
}
#sidebar ul#liensJeux li img{
  height:50px;
  width:220px;
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	display:none !important;
}
.commentsblock textarea{
	width:560px;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #CCC;
	background:#AAA;
	font-size:1.1em;
}
.commentsblock textarea:focus{
	background:#DDD;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#DDD;
}
.commentauthor{
	display:block;
	font-size:1.2em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#434343;
	border:1px solid #383838;
	padding:0.5em;
}
h3#comments{
  font-size:1.6em;
}
.commentsblock #submit{
  margin-top:5px;
  background:#AAA;
  border-top:1px solid #BBB;
	border-right:1px solid #999;
	border-bottom:1px solid #888;
	border-left:1px solid #999;
	font-size:1.0em;
	width:100%;
}
.entrymeta{
	display:none !important;
}

a.banniere{
	float:right;
	margin-top:20px;
	margin-right:10px;
}

 /*************************************
 +Formulaire contact
 *************************************/
#formContact img{
  vertical-align:top;
}
#formContact label{
  display:block;
}
#formSubmit{
  margin-top:20px;
}


 /*************************************
 +Misc
 *************************************/
a{
	text-decoration:none;
	color:#660000;
}
a:hover{
  color:#990000;
}
.alignleft{
  float:left;
  text-align:left;
}
.alignright{
  float:right;
  text-align:right;
}
#nav:after, #wrap:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}
* html #nav, * html #wrap {height: 1%;}