/* 
Theme Name: Simple referencement
Description: Un theme tr&egrave;s simple, optimis&eacute; pour le r&eacute;f&eacute;rencement dans les moteurs de recherche.<br /><img style="width:12px; height:12px; margin:0; padding:0; border:0" src="../wp-includes/images/starfull.gif" /><img style="width:12px; height:12px; margin:0; padding:0; border:0" src="../wp-includes/images/starfull.gif" />
Author: Guido W. Stiehle
*/
 
 
/* Body Main Styles */
 
body {
  	background-color: #FFFFFF;
  	font-family: verdana, helvetica, sans-serif;
  	font-size: 12px;
  	color: 000000;
  	margin: 0;
  	padding: 0;
}
 
 
/* - - - - - - - - - - - - - - - - - - 
   Wrapper - specify the total width, margin and border of your page layout. 
   For the width, use either a fixed value in pixels or a percentage.  
   - - - - - - - - - - - - - - - - - - */
 
#wrapper {
  	width: 98%;
  	margin: 0 auto;
 	border: 2px solid #336699;
 	padding: 0;
}
 
 
/* - - - - - - - - - - - - - - - - - -
   Header Styles 
   - - - - - - - - - - - - - - - - - - */
 
#header {
	background-color: #FFFFFF;
	height: 80px;
	border-bottom: 1px solid #336699;
	padding: 0;
}
 
.blogname {
	font-family: "Times New Roman", Times, serif;
	font-size:1.75em;
	color: 000000;
	margin: 5px 0 3px 30px;
	font-weight: normal;
}
 
.blogslogan {
	font-family: "Times New Roman", Times, serif;
	font-size:1.25em;
	color: 000000;
	margin: 0 0 5px 30px;
	font-weight: normal;
}
 
 
/*  Hyperlinks Inside The Header  */
 
#header a {
	
	text-decoration: none;
}
 
#header a:visited {
	
	text-decoration: none;
}
 
#header a:hover {
	
	text-decoration: none;
}
 
 
#main {
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
}
 
.menu {
  	width: 180px;
  	background-color: #FFFFFF;
  	border-right: 1px solid #336699;
  	padding: 0;
	overflow:hidden;
	float: left;
}

.content {
  	padding: 10px;
  	margin: 0 0 0 180px;
	border-left: 1px solid #336699;
}

#nav {  	
	width: 170px;
	overflow:hidden;
        margin: 0 5px;
}
 
/* - - - - - - - - - - - - - - - - - -
   Footer
   - - - - - - - - - - - - - - - - - -  */
   
#footer {
  	border-top: 2px solid #336699;
  	margin-bottom: 0;
  	background: #FFFFFF;
	clear: both;
}
 
/*  - -  Footer Text  - -  */ 
 
.credit {
  	color: #000000;
  	font-size: 80%;
  	margin: 5px;
  	padding: 5px;
  	text-align: center;
}
 
 
 
/* - - - - - - - - - - - - - - - - - -
   General Text Styles
   - - - - - - - - - - - - - - - - - -  */
   
 
/* - - -    Hyperlinks     - - - */
 
a {
	color: #0000CC;
}
 
a img {
	border: none;
}
 
a:visited {
	color: #660066;
}
 
a:hover {
	color: #0000FF;
}
 
 
 
/* - - -    Headings    - - - */
 
h1 {
  	font-size: 26px;
  	font-family: "Times New Roman", Times, serif;
  	color: #333366;
  	margin: 0px;
 	padding-top: 5px;
 	padding-right: 15px;
}
 
h2 {
  	font-size: 20px;
  	font-family: "Times New Roman", Times, serif;
  	color: #333366;	
  	margin: 15px 20px 0 25px;
	padding-bottom: 2px;
	color: #333399;
}
 
h3 {
  	font-size: 16px;
  	font-family: "Times New Roman", Times, serif;
  	color: #000000;	
	margin-top: 0;
	padding-bottom: 0;
}
 
 
 
 
/* - - -    Other HTML Elements   - - - */
 
 
acronym, abbr {
	border-bottom: 1px dashed #336699;
}
 
acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}
 
blockquote {
	border-left: 5px solid #99CCFF;
	background: #FFFFFF;
	margin-left: 15px;
	padding: 5px;
}
 blockquote p {display:inline;}
cite {
	font-size: 90%;
	font-style: normal;
}
 
p, li {
	font-size: 100%;
	font-family: verdana, sans-serif;
	color: #000000;
}
 
ol#comments li p {
	font-size: 100%;
}
 
.textarea {
  width:200px;
  margin:0;
}
 
 
 
/* - - - - - - - - - - - - - - - - - -
   STYLES FOR THE POSTS
   - - - - - - - - - - - - - - - - - - */
   
 
/* style class for the post division, basically just the margins */
 
.post, .comments-post {
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 15px;
	overflow: hidden;
}
 
/* - -  For The Post Titles  - - */
 
.storytitle {
	margin-top: 10px;
	margin-bottom: 2px;
}
 
.storytitle a {
	color: #333366;
	text-decoration: none;
}
 
.storytitle a:hover {
	color: #336699;
	text-decoration: underline;
}
 
.storytitle a:visited {
	color: #333366;
	text-decoration: none;
}
 
.storytitle a:link {
	color: #333366;
	text-decoration: none;
}
 
 
 
/* The following meta class styles are for the infos below each post title */
 
.meta {
	font-size: 12px;
}
 
.meta li, ul.post-meta li {
	display: inline;
}
 
.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
 
.meta, .meta a {
	color: #000000;
	font-weight: normal;
	letter-spacing: 0;
}
 
 
/* - -   For The Post Content   - - */
 
 
.storycontent {
	margin-top: 12px;
}
 
 
 
/* The feedback class is for the comment link below each post */
 
.feedback {
	text-align: right;
	clear: both;
	margin-right: 30px;
	font-size: 12px;
}
 
 
 
/* Classes used by the_meta() */
 
 
ul.post-meta {
	list-style: none;
}
 
ul.post-meta span.post-meta-key {
	font-weight: bold;
}
 
 
 
/* - - - - - - - - - - - - - - - - - -
   Some Styles for Comments Display and the Comments Form
   - - - - - - - - - - - - - - - - - - */
   
 
/*  Width and Background of the Comment Form */
 
#commentform  #comment{
  width:550px;
  background-color:#FFFFFF;
  margin:0;
}
 
 
/*  Other Comments Related Styles  */
 
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #FFFFFF;
	border: 2px solid #336699;
	padding: 5px;
}
 
#commentform textarea {
	width: 100%;
}
 
.commentlist{
	padding:0;
	list-style:none;
}
 
ul.children{
	
}
.children li{
	font-size: 100%;
	list-style-type: none;
	margin-top: 15px;
}
.avatar{
	float: right;
}
 
 .commentmetadata, .reply{
 	font-size: 90%;
 }
 #respond label{	padding-left: 5px; font-size: 11px;}
input#author, input#email, input#url{display: block;	float: left;}
.comment-form-comment label{display: block;}
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment{
	clear: both; overflow: hidden;
}
.comment-notes, .form-allowed-tags{
	font-size: 11px;
}
#respond{
	margin: 15px 0;
}
#cancel-comment-reply-link{
	font-size: 11px;
	font-weight: normal;
	font-family: verdana,helvetica,sans-serif;
}
 
/* - - - - - - - - - - - - - - - - - -
   All SIDEBAR NAVIGATION Styling
   - - - - - - - - - - - - - - - - - - */
 
/* - -  General  - - */
 
#hmenu {
  	margin: 0;
  	padding: 0;
}
 
#hnav {
  	margin: 0;
  	padding: 0;
}
 
 
/* - -  Search Form - - */
 
#nav form {
	margin: 0 0 0 5px;
}
 
#nav input#s {
	width: 80%;
	background: #FFFFFF;
	border: 1px solid #336699;
	color: #000000;
}
 
 
/* - -  The next style rule is for the sidebar section titles
        (Admin, Meta, Post and Link Categories, Pages, etc ... - - */
 
#nav h2 { 
	color:#000000;
	font-size: 14px;
        font-family: arial, helvetica, sans-serif;
	letter-spacing: 0.1em;
	margin: 10px 5px 5px 0;
	padding-bottom: 2px;
        text-decoration: underline;
}
 
#nav ul {
	color: #000000;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
        padding: 0;
	text-transform: none;
}	
 
 
/* - -  And the following two rules are for the text below
        the sidebar section titles - - */
        
        
#nav ul ul {
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
 
#nav ul ul li {
	border: 0;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	margin-top: 0;
	padding: 0;
	padding-left: 0;
}
 

#nav ul ul li ul {
	padding-left: 6px;
} 

/* - -  The following style rules are for the hyperlinks inside the sidebar
        sections, i.e. links to archive pages, meta links, etc ...  - - */
 
 
#nav ul ul li a {
	color: #0000CC;
	text-decoration: none;
}
 
#nav ul ul li a:hover {
        color: #0066FF;
	text-decoration: underline;
}
 
#nav ul ul li a:visited {
        color: #0000CC;
	text-decoration: none;
}
 
 
 
#nav ul ul ul.children {
	font-size: 142%;
	padding-left: 6px;
}
 
 
 
 
/* - - - - - - - - - - - - - - - - - -
   CALENDAR STYLES
   - - - - - - - - - - - - - - - - - - */
 
 
#wp-calendar {
	border: 1px solid #DDDDDD;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}
 
#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;
	text-decoration: none;
}
 
#wp-calendar a:hover {
	background: #E0E6E0;
	color: #333333;
}
 
#wp-calendar caption {
	color: #999999;
	font-size: 16px;
	text-align: left;
}
 
#wp-calendar td {
	color: #444444;
	font-size: 12px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}
 
#wp-calendar td.pad:hover {
	background: #FFFFFF;
}
 
#wp-calendar td:hover, #wp-calendar #today {
	background: #EEEEEE;
	color: #BBBBBB;
}
 
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

.content img.size-full {
	margin: 0;
	height: auto;
	max-width: 730px; /* pour permettre un affichage en 1024px */
        width: auto;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 5px 0 5px 5px;
	display: inline;
	}

img.alignleft {
	margin: 5px 5px 5px 0;
	display: inline;
	}