/*  
Theme Name: Jillij
Theme URI: http://jillij.free.fr/
Description: Theme developped for my <a href="http://jillij.free.fr/">website</a>.
Version: 6
Author: Jillij
Author URI: http://jillij.free.fr/


/* Début typographies et couleurs */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7;
	color: #333;
	text-align: center;
	}
/*
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}
*/
#header {
	background-color: #73a0c5;
	}
#content {
	font-size:1.2em;
	}

.titrePage /* Page titles */
{
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-weight:600;
  font-size:20px;
  border: 0px solid #000000;
  display:block;
  padding: 0 0 0px 20px;
  padding-top: 5px;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 5em;
	text-align: center;
	font-variant:small-caps;
	width:95%;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

a, h2 a:hover, h3 a:hover{
	color: #06c;
	text-decoration: none;
	}

.titrePage a:hover{
	color: #333;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

/* Fin typographie et couleurs */

/* Debut Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background-color: #73a0c5;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 105px;
	width: 550px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 105px;
	width: 550px;
	}
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
	
/* Fin Structure */



/*	Début Entêtes */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.description {
	text-align: center;
	}


#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

/* End Entêtes */



/* Rolling Menu Styles */

.sidetable
{
	width:720px;
	background: #000000;
	border: 0px;
	margin: 0px 0px 0px 20px;
}

#meniu {
	display: block;
}

#meniu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

#meniu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
}

#meniu a {
	display: block;
}

#meniu li li {
	width: 100%;
}

#meniu li li ul {
	top: 0;
	left: 0;
}

#meniu li li:hover ul {
	left: 100%;
}

/* initialy hide all sub sidemenus */
#meniu li ul {
	display: none;
	position: absolute;
	z-index: 10;
}

/* display them on hover */
#meniu li:hover>ul {
	display: block;
}

/* this is needed if you want to style #sidemenu div - force containment of floated LIs inside of main UL */
#meniuList:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

/* Fix for IE5/Mac \*//*/
#meniu a {
	float: left;
}

#meniuList {
	display: inline-block;
}

/*  */

/*		------   Make-up	--------			*/
#meniu {
	color: #FFFFFF;
}

#meniu a {
	text-decoration:none;
	text-align: left;
	color: #FFFFFF;
	padding: 5px 16px 5px;
}

#meniu h2 {
	color: #FFFFFF;
	font-size: 1.2em;
	weight:bold;
}

#meniu li ul {
	width: 140px;
}

#meniu li ul a {
	text-align: left;
}

#meniu ul li .monthsMenu a{
	width: auto;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
}

#meniu ul li .monthsMenu{
	width: auto;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
}

/* define the consecutive colors */
#meniu ul li a{
	background: #000000;
}

#meniu ul li a:hover {
	background: #333333;
}

#meniu ul li ul li a{
	background: #333333;
	filter:alpha(opacity=90); /* for IE */
			-moz-opacity:0.9; /* for mozilla */
			opacity: 0.9; /* for safari */
			khtml-opacity: 0.9 /* for konquerer and older safari */

}

#meniu ul li ul li a:hover {
	background: #666666;
}

.searchtable
{
	background: #333333;
	filter:alpha(opacity=90); /* for IE */
			-moz-opacity:0.9; /* for mozilla */
			opacity: 0.9; /* for safari */
		khtml-opacity: 0.9 /* for konquerer and older safari */
}

#wp-calendar #next a {
	background: none;
	}

#wp-calendar #prev a {
	background: none;
	}
	
#meniu ul li ul ul li a{
	background: #666666;
}

#meniu ul li ul ul li a:hover {
	background: #999999;
}

.searchtable
{
	border: 0px;
	margin: 0px;
}

/* Début Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	L'utilisation de 'class="alignright"' sur une image aligne l'image à droite (qui aurait pu penser ça ?!)
	Et 'class="centered' centrera bien entendu l'image. Ceci est préférable à l'utilisation de 
	align="center", étant plus évolutif (et valide) */
	
img.centered {
	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
	}
/* Fin Images */



/* Début listes

	Puces stylisées, incompatible IE
	Ne fonctionne pas sous Internet Explorer qui affichera des puces standard par défaut. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
/* Fin listes */



/* Début éléments de formulaires */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}
#searchform #s {
	width: 115px;
	padding: 2px;
	}
	
#searchsubmit {
	padding: 1px;
	}
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* Fin Eléments de formulaires */



/* Début commentaires*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* Fin commentaires */


/* Début calendrier */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

/* Fin calendrier */



/* Début différentes balises et classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 3px solid #ddd;
	background: #EEEEEE;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}



a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* Fin différentes balises et classes */

/* BEGIN QLC MOD */
.qlc
{
  text-align:right;
  padding : 4px;
}

.qlcLink
{
  border: 1px solid #000000;
}
/* END QLC MOD */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
