/*   
Theme Name: Midori
Theme URI: http://projet-durable.com/
Description: Built on Thematic theme
Author: Benjamin Allegre
Author URI: http://projet-durable.com/
Template: thematic
Version: 0.1
Tags: Thematic
.
Midori is © Benjamin Allegre http://projet-durable.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* //////////////////// Hierarchy //////////////////// */

/* 	wrapper
		header
			branding 
				blog-title
				blog-description
			acess
				menu
		main
			container
				content
			primary.aside
			secondary.aside
		footer
			siteinfo */

/* //////////////////// Global //////////////////// */

/* Image, couleur de fond */
body{
	 background-color: #fcfbf4;
	 margin: 0;
	 padding: 0;
}

/* Couleur des liens */

a:link {
    color: darkblue;
}
a:visited {
    color: darkblue;
}
a:hover {
    color: orange;
}

/* //////////////////// Header //////////////////// */

/* Image au centre de l'entête */
#wrapper{
  background: url(images/bg.png) top left repeat-x;
	margin: 0;
	padding: 0;
}

#header{
  margin: 0 auto;
  padding: 0;
  min-height:100px;
  height:auto !important;
  height:100px;
  width: 940px;
}

#branding {
  background: url(images/risingearth.png) no-repeat;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 120px;
}

#blog-title{
  padding-top: 5px;
  margin-left: 150px;
	font-size: 40px;
	font-weight:bold;
	color: #fcfbf4;
	font-family:Century Gothic, "Trebuchet MS", Verdana, Arial, Georgia, Times New Roman;
}

/* Formatage du titre du blog */
#blog-title a{
	color: #fcfbf4;
}

#blog-title a:hover{
	color: #fcfbf4;
}

/* On cache la description du blog */
#blog-description{
	padding-top: 15px;
  margin-left: 150px;
  /*display:none;*/
	font-family:Century Gothic, "Trebuchet MS", Verdana, Arial, Georgia, Times New Roman;
	font-size: 20px;
	font-weight: bold;
	color: orange;
}

/* //////////////////// Top Search //////////////////// */

#top_search {
	float: left;
	width: 190px;
	height: 40px;
	background-color: lightblue;
}

#search_main {
	float: left;
	width: 170px;
	height: 20px;
	margin-top: 10px;
	background-color: darkblue;
}

#top_search input#s{
  float: left;
	width:158px;
	height: 18px;
	background: darkblue;
	color: orange;
	border: none;
	font-size: 12px;
  font-family: Century Gothic, "Trebuchet MS", Verdana, Arial, Georgia, Times New Roman;
}

#top_search label { display:none; } /* On enlève le titre "Recherche" */
#top_search input#searchsubmit {
  float: left;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border: none; 
}



/* Borders de la barre de recherche */

#search_border_left {
  float: left;
  height: 20px;
  width: 10px;
  margin-top: 10px;
  background: url(images/search_border_left.png) no-repeat;
}

#search_border_right {
  float: left;
  height: 20px;
  width: 10px;
  margin-top: 10px;
  background: url(images/search_border_right.png) no-repeat;
}

/* Borders du menu */

#menu_border_left {
  float: left;
  height: 40px;
  width: 20px;
  background: url(images/menu_border_left.png) no-repeat;
}

#menu_border_right {
  float: left;
  height: 40px;
  width: 20px;
  background: url(images/menu_border_right.png) no-repeat;
}

/* //////////////////// Tab Menu //////////////////// */

#access {
  float: left;
  width: 730px;
	height: 40px;
	margin: 0 auto;
	padding:0;
	border: none;
}

#menu {
	float: left;
	width: 710px;
	height: 40px;
	background-color: lightblue;
	margin: 0;
	padding: 0;
}

ul#tabnav {
    font: bold 11px verdana, arial, sans-serif;
    list-style-type: none;
    margin: 9px 0 0 0;
	padding: 0;
}

ul#tabnav li {
    float: left;
    height: 20px;
	font-size: 14px;
}

ul#tabnav li.active {
	border-bottom: 2px solid orange;
}

ul#tabnav li.active a{

}

ul#tabnav li.inactive {

}

#tabnav a {
    float: left;
    display: block;
    color: darkblue;
    text-decoration: none;
    padding: 2px 8px 0 8px; 
}

#tabnav li:hover {
	border-bottom: 2px solid orange;
}

/* //////////////////// Category //////////////////// */

.imgtfe {
     padding: 10px;
}


/* //////////////////// Content //////////////////// */

#main{
	margin: 0 auto;
	padding:0;
	width: 940px;
}

#container{
	margin-left: 20px;
	margin-top: 20px;

  width:600px;	
	padding:0;
	border: none;
}
#content{
	padding:0; 
	margin:0;
}

/* //////////////////// Sidebar //////////////////// */

#primary {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px orange dashed;
  margin:0;
  padding:10px;
	width: 250px;
}

#primary ul {
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
	margin: 20px 0 20px 0;
}

#primary li {
  border-bottom: 1px dashed orange;
	padding: 0px;
	margin-top: 5px;
}

#secondary {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px orange dashed;
  margin:0;
  padding:10px;
	width: 250px;
}

#secondary ul {
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	margin: 20px 0 20px 0;
}

#secondary li {
  border-bottom: 1px dashed orange;
  	padding: 0px;
	margin-top: 5px;
}

/* //////////////////// Description Catégorie //////////////////// */

.archive-meta {
    border-left: 2px solid orange;
    padding-left: 10px;
    font-style: italic;
}



/* //////////////////// Article //////////////////// */

/* Titre du post */
.entry-title{ color: darkblue; }

/* //////////////////// Commentaires //////////////////// */

/* Boîte qui encadre les commentaires et le formulaire de réponse */
#comments { }

/* Titre de la boîte */
#comments h3 { color: darkblue; }

/* Mise en forme d'un commentaire */
#comments-list ol { border: none; }
#comments-list li { border: 1px dashed orange; }

/* Formulaire "Laisser un commentaire" */
#respond { background-color: transparent; }

/* Titre du formulaire */
#respond h3 { color: darkblue; }

/* //////////////////// Footer //////////////////// */

/* Informations "Propulsé par, etc" */
#siteinfo{ text-align: center; }
#footer{ background: url(images/boxbg.png); }

