/* 
	Theme Name: White as Milk
	Theme URI: http://www.azeemazeez.com/stuff/themes/
	Description: Le thème de Pensées-Images
	Author: Ju et Flo
	Author URI: http://www.juba.fr
	Version: 1.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* balises html standards *************************************************************/
body {
 font-family:Arial,Verdana,Sans-serif;
 margin:0;
 background:white;
}

a {
 text-decoration:none;
 color:#0d679b;
}

img {
 border:none;
 margin:1em 0 1em 0;
}

h1 {
 font-weight:normal;
 letter-spacing:0.5em;
}

h2 {
 font-size:medium;
 margin:0;
 padding:0;
}

ul {
 padding:0;
}

li {
 list-style:none;
 padding:0;
}

hr {
 display:none;
}

/* page organisation ********************************************************************/

#page {
 width:800px;
 margin:0 auto 0 auto;
}

#header {
 padding-left:220px;
}

#sidebar {
 width:165px;
 float:left;
 text-align:right;
 font-size:smaller;
}

#content {
 width:580px;
 float:right;
}

#footer {
 display:none;
}

/* header ************************************************************/

#header h1 a {
 color:#1c7487;
}

/* sidebar *****************************************************************/
#sidebar h2 {
 font-size:inherit;
 color:#4c536b;
}

#sidebar li {
 margin-bottom:1em;
}

#sidebar ul li ul li {
 margin-bottom:0;
}

/* content *****************************************************************/

.post {
 margin-bottom:2em;
}

.post small {
 color:#4c536b;
}

.post h2 {
 margin-bottom:1em;
}

.post h2 a { 
 letter-spacing:0.1em;
 color:#0b5b7c;
}

.entry p {
 text-align:justify;
 font-size:0.95em;
 color:#3b3f4a;
 margin:0;
}

.postmetadata {
 font-size:smaller;
 color:#4c536b;
}

/* commentaires **********************************************************************/

#comments {
 font-size:0.95em;
 letter-spacing:0.1em;
 color:grey;
}                                                      

.commentlist li p {
 margin:0 0 2em 0;
}

.commentMeta {
 font-size:0.90em;
 color:#3b3f4a;
}

#respond {
 font-size:0.95em;
 letter-spacing:0.1em;
 color:grey;
}

#commentform p:first-child {
 font-size:0.8em;
 color:grey;
}
