/* CSS Document */

/*  
Theme Name: Grunge Superstar
Theme URI: http://templates.arcsin.se/grunge-superstar-wordpress-theme/
Description: A dirty, monochrome, single-column theme. Based on the <a href="http://templates.arcsin.se/">free website template</a> Grunge Superstar. Traduction fran??aise par <a href="http://wordpress-tuto.fr">WordPress tuto</a>.
Version: 1.0
Author: Viktor Persson
Author URI: http://arcsin.se/
*/
 
/* --------------------------------
   General
----------------------------------- */
 
html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}
 
body {
	background: #000000 url('img/body.jpg');
	color: #000000;
	font: normal 1.2em Verdana,Arial,sans-serif;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	padding-top: 0px;
}
 
small,.small {font-size: 0.9em;}
 
a {
	color: #939598;
	text-decoration: none;
}
a:hover {
	color: #939598;
	text-decoration: underline;
}
 
p {padding: 0.2em 0 1.2em;}
 
blockquote, code {
	background: #000000;
	border: 1px solid #000000;
	color: #000000;
	display: block;
	margin-bottom: 12px;
}
code {
	font: normal 0.9em Verdana,sans-serif;
	line-height: 1.5em;
	padding: 8px 14px;
}
blockquote {
	background: #000000 url('img/quote.gif') no-repeat left top;
	padding: 6px 14px 6px 44px;
}
blockquote p {padding: 0.5em 0;}
 
 
/* --------------------------------
   Headings, titles
----------------------------------- */
 
h1 {font: normal 2em Verdana,sans-serif;}
h2 {font: normal 1.6em Verdana,sans-serif;}
h3 {font: normal 1.4em Verdana,sans-serif;}
h4 {font: bold 1em Verdana,sans-serif;}
 
h1, h2, h3, h4 {margin-bottom: 5px;}
 
 
/* --------------------------------
   Main layout
----------------------------------- */
 
#paper_left {
	background: url('img/paper_left.gif') no-repeat left top;
	margin: 0 auto;
	padding-bottom: 34px;
	width: 778px;
}
#paper_right {
	background: url('img/paper_right.gif') no-repeat right bottom;
}
 
#layout_wrapper {
	background: #000000 url('img/grain_dark.gif');
	margin: 0 auto;
	width: 718px;
}
#layout_container {
padding: 0px;
text-align: center; /* ajout Dreo */
}
	#layout_content {
	/* border: 1px solid #000000; suppression Dreo */
	margin:0 auto; /* ajout Dreo */
	width: 718px; /* ajout Dreo */
	}
 
#header_image {
	height: 400px;
	background: #000000 url('img/header.jpg') no-repeat;
/* border-bottom: 1px solid #000000;
border-top: 1px solid #000000; suppression Dreo */
}
 
 
/* --------------------------------
   Site title
----------------------------------- */
 
#site_title {
	background: #000000;
}
#site_title h1 	{
	color: #ffffff;
	font: normal 2em Verdana,sans-serif;
}
#site_title h2 {
	color: #ffffff;
	font: normal 1.1em sans-serif;
	margin: 0;
}
 
 
/* --------------------------------
   Navigation
----------------------------------- */
#menu { /*conteneur navigation*/
  margin-left: auto; 
  margin-right: auto;
  width: 718px; 
  margin-bottom: 50px;
  }
 
 
/* Modif Dreo pour remplacer #nav et #nav, #nav ul */
#menu { /*conteneur navigation*/
	margin-left: auto;
	margin-right: auto;
	width: 718px;
	background: #666;
	margin-bottom: 50px;
	height: 25px;
	text-align: center;
}
ul#nav{
	list-style: none;
	line-height: 1;
	margin: 0;
	display: block;
	padding: 0 0%;
	width: 100%;
}
 
#nav li {/*barre navigation*/
	float: left;
	list-style:none;
	background: /*#000000*/ #666;
	/* border-right:2px solid #000; suppression Dreo */
	width: 20%; /* ajout Dreo */
}
 
#nav a, #nav a:visited {
	display:block;
	font-weight:bold;
	color: #000;
	padding:6px 12px;
	border-right:2px solid #000; /* ajout Dreo */
}
 
#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	background:#6d6e72;
	text-decoration:none;
	font-color:#000;
}	
 
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px;
	border-bottom: 2px solid #000;
	text-align:left; /* Ajout Dreo */
}
 
#nav li li {
	width: 143px;
	border-top: 2px solid #000;
	/*border-right: 2px solid #000;
	border-left: 2px solid #000;*/
	background: #6d6e72;/*sous menu*/
}
 
#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#000;
}
 
#nav li li a:hover, #nav li li a:active {
	background:#939598;/*sous menus over*/
}	
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
 
a.main:hover
{
    background:none;
}
 
/* Sub navigation */
#subnav a {
	padding: 10px;
	font-size: 0.9em;
}
 
 
/* --------------------------------
   Main
----------------------------------- */
 
#main {
	background: #000000;
	color: #ffffff;
	text-align: left; /* ajout Dreo */
}
 
 
/* --------------------------------
   Bottom
----------------------------------- */
 
#bottom {
	background: #000000;
	/*border-top: 2px dashed #939598;*/
	color: #939598;
	/*padding: 16px;*/
	margin-top: 30px;
	text-align: center;
}
#bottom ul li {
	/*border-bottom: 1px solid #939598;*/
}
#bottom ul li a {
	color: #939598;
	display: block;
	padding: 4px 6px;
}
#bottom ul li a:hover {
	background: #000000;
	color: #6d6e71;
	text-decoration: none;
}
 
/* Tag cloud 
#tag_cloud a {color: #777;}
#tag_cloud a:hover {color: #FFC;}*/
 
/* --------------------------------
   Footer
----------------------------------- */
 
#footer {
	background: #000000 url('img/footer.png') no-repeat center;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #939598;
	font-size: 0.9em;
	padding: 10px 12px;
	margin-top: 30px;
}
#footer a {color: #6d6e71;}
#footer .right,#footer .right a {color: #6d6e71;}
#footer a:hover {color: #6d6e71;}
 
 
/* --------------------------------
   Floats
----------------------------------- */
 
.left {float: left;}
.right {float: right;}
.clear,.clearer {clear: both;}
.clearer,.block {
	display: block;
	line-height: 0;
	font-size: 0;
}
.clearer {height: 0;}
 
 
/* --------------------------------
   Misc
----------------------------------- */
 
/* Columns */
.col3, .col3last {width: 33%; margin-right: 0px;}
.col3last {margin-right: 0;}
 
/* Images */
img.bordered {padding: 0px; margin-top: 10px; margin-bottom:15px; background: #000000;}
 
/* Text */
.tleft {text-align: left;}
.tcenter {text-align: center;}
.tright {text-align: right;}
.vtop {vertical-align: top;}
 
/* Icons */
span.comment {background: url('img/icon_comment.gif') no-repeat left center; padding-left: 18px;}
 
/* Label */
.label {
	background: #000000 url('img/post_top.gif') no-repeat;
	border-bottom: 2px solid #000000;
	color: #ffffff;
    width: 718px;
    height: 40px;
}
 
/* Margin, padding, width, height */
.ptb10 {padding: 10px 0;}
 
/* --------------------------------
   Posts
----------------------------------- */
 
.post {
	background: #000000;
	border-bottom: 1px solid #000000;
}
.post_top {
	background: #000000 url('img/post_top.gif') no-repeat left top;
	border-bottom: 4px solid #000000;
	/*border-top: 2px dashed #414042;*/
	padding: 1px 0px 0px;
	margin-top: 50px;
}
.post_title h2 {
	font-size: 2em;
	margin: 0;
	padding: 1px 25px 0;
}
.post_body {
	background: url('img/post_body.jpg') no-repeat center top;
	padding: 0px 0px 10px;
}
.post_metadata {margin-left: 16px;}
.post_metadata .content {
	background: #000000;
	color: #ffffff;
	font-size: 0.9em;
	padding: 10px 16px 0px;
}
.post_metadata a {color: #939598;}
.post_metadata a:hover {color: #939598;}
 
.post_body ul, .post_body ol {margin: 0 0 1em 1.5em;}
.post_body ul {list-style: disc;}
.post_body ol {list-style: decimal;}
 
 
/* ----------------------------------------
  Forms
------------------------------------------- */
 
form {margin: 0; padding: 0;}
 
/* Inputs */
input#s, textarea, input.styled {
	background: #939598;
	border: 3px solid #000000;
	font: normal 1em Verdana,sans-serif;
	font-color: #000000
	padding: 3px;
	margin-top: 10px;
	width: 160px;
}
textarea {width: 550px;}
 
/* Seachform */
table.search {
	border-collapse: collapse;
	width: 250px;
}
table.search td {vertical-align: top;}
 
 
/* ----------------------------------------
   Comments
------------------------------------------- */
 
.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #000000;
	border: 1px solid #000000;
	padding: 2px;
}
.comment_author {
	color: #ffffff;
	padding-top: 2px;
}
 
/* ----------------------------------------
   Lists
------------------------------------------- */
 
.nicelist {padding: 0;}
.nicelist ol {margin: 0;}
.nicelist ol li {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	list-style: none;
	padding: 0px 0px 1px;
}
.nicelist ol li:first-child {border-top: none;}
.nicelist li.alt {background: #000000;}
.nicelist .body {padding-top: 0px;}
.nicelist .date {
	color: #ffffff;
	font-size: 0.9em;
	padding-top: 0px;
}
.nicelist .date a {
	color: #939598;
	text-decoration: none;
}
.nicelist .date a:hover {text-decoration: underline;}
 
 
/* ----------------------------------------
   Archives
------------------------------------------- */
 
.archive_title {font: normal 2em sans-serif;} background: #000000 url('img/post_top.gif') no-repeat left top;
.archive_title a {text-decoration: none;} 
.archive_title a:hover {text-decoration: none;}
.archive_postinfo {padding-bottom: 20px;}
 
 
/* ----------------------------------------
   Pagination
------------------------------------------- */
 
.pagenavigation {
	background: #000000;
	border-top: 1px solid #000000;
	font-size: 0.9em;
	padding: 7px 8px 9px;
}
.pagenavigation a {
	color: #939598;
	text-decoration: none;
}
.pagenavigation a:hover {
	color: #939598;
	text-decoration: underline;
}
 
#wp-admin-bar {align:center; margin:0; padding:5px; background:#000000; border:1px solid #000000; clear:both; text-align:center}
#wp-admin-bar ul {margin:0; padding:0}
#wp-admin-bar ul li {list-style-type:none; display:inline; margin:0 10px; padding:0}
