/*-------------------------------------------------------
 HTML modifications brought to Sandbox by Kim Gjerstad for this print sheet

1. header.php: added a link to this stylesheet with media="print"
-------------------------------------------------------*/


/*-------------------------------------------------------
Parametres globaux pour le document
-------------------------------------------------------*/

/* html et body */
*{margin:0; padding:0;} /* reset des marges */
html{font-size:1em;} /* je passe la taille du texte de 16px a 10px par default */
body{background:#fff; font:1.0em Arial, Verdana, Helvetica, sans-serif; line-height:1.0em; color:#433e4e; padding: 1em}

/* Liens */
a img {border:0;}
a:link,a:visited{color:#2b3642; text-decoration:none;}
a:hover{color:#2b3642; text-decoration:underline;}
a:active{text-decoration:none;}

/* Titres */
h1, h2, h3, h4, h5{font-weight:normal; color:#35323b;}

p,ul,ol {font-size:1.5em; line-height:1.2em; word-spacing:0.2em letter-spacing:0em;}
strong{color:#2b3642;}

/* Etc
******************** */
br.clear {clear: both;}
abbr {text-decoration:none;}


/* Layout
******************** */

/*-------------------------------------------------------
disposition des principaux blocs
-------------------------------------------------------*/

/* Conteneur principal  */
#wrapper{text-align:left;}
#header {height:auto;}
div#container {width: 100%; margin: 0 0 20px;}

/* colonne centrale dans container */
div#content {width:75%; margin:0 0 0 10px; padding:0 15px 0 0;}

/*Les deux colonnes*/
div.sidebar {display:none}

/* footer */
#footer{clear:both;font-size:.7em;color:#999999; text-align:left;margin: 1.5em 0 0; border-top:1px solid #666666}
#footer a{line-height:1.8em;}
#footer em{color:#666666; font-style:normal;}
#footer em img{vertical-align:middle;}

/* header
********** */
h1#blog-title {text-indent:0 !important;font-size:2.5em;margin:0;}
h1#blog-title a {color:#2b3642;display:inline;height:auto;line-height:0;}
#blog-description {margin:1em 0 1em;}
.skip-link { display:none; }

/* menu (Pages in WP) non utilis� pour ce site
********** */
#access {}
#menu {display:none}

/* post
********** */
#nav-above {display: none;}
.page-title {margin: 1em 0;}
.entry-title {margin:9px 0; font-size:1.5em; line-height:30px; letter-spacing:-0.02em;}
.entry-title a:link, h2.entry-title a:visited {color: #2B3642;}
.entry-title a:hover {color: #000;}

/* Billets */
.post{clear:left; border-top:4px solid #5f596c;margin: 0 0 1.5em;}
.entry-date{margin:0 0 15px 0; padding:9px 0; font-size:0.75em; border-top:1px solid #dce1e8; border-bottom:1px solid #dce1e8;}
.entry-date a{font-weight:bold; text-decoration:underline;}
.entry-date p a:hover{text-decoration:none;}

/* billets - contenu du billet */
.entry-content{font-size:0.75em; line-height:1.4em; letter-spacing:0em;}
.entry-content a{text-decoration:underline;}
.entry-content a:hover{text-decoration:none;}
.entry-content ul, .entry-content ol{padding:0 0 0 30px;}
.entry-content p{padding:10px 0;}
.entry-content blockquote{padding: 0 10px;margin:0 0 0 20px;border-left:1px solid #DCE1E8;}

/* billets - footer avec un lien [et une phrase] */
.entry-meta {font-size: .7em;}
.entry-meta em{color:#2b3642;}
.entry-meta a{font-weight:bold; text-decoration:none;}
.entry-meta a:hover{text-decoration:underline;}
.entry-meta a em{color:#6c7683;}
.entry-content .more-link {font-weight:bold; text-decoration:none;}
.entry-content .more-link:hover {text-decoration:underline;}

div#nav-below{}
.alignleft,div.nav-previous{display:none;}
.alignright,div.nav-next{display:none;}

ul#archives-page {
	list-style: none;
}
ul#archives-page ul {
	margin-left: 20px;
}

.sociable {display:none}

/* comment
********** */
#comments {margin:1.5em 0 0 }
#comments p {font-size:0.8em;}
#comments #comment-notes, #comments #login, .comment-meta {margin: 1.5em 0;}
#comments label {font-size:0.9em;}
#comments h3 {font-size: 1.3em; padding: 10px 0 0; margin: 0 0 10px; border-top: 1px solid #DCE1E8;}
.comment-meta {font-size:0.7em;margin: 1.1em 0;}
#comments  ol{ list-style: none; margin: 1em 0;}
#comments  ol li{ background: #EFECF6; padding: 5px; margin: 5px 0 0;}
#comments  ol li.alt{ background: #DCE1E8;}
#comments ol .comment-author { font-size: 1.1em;line-height:1.3em}
#comments ol .comment-author a {text-decoration:underline;}

#trackbacks-list p {font-size:0.7em;}
#trackbacks-list div.comment-author {font-size:0.8em;font-weight:bold;}
#respond {display:none}
.subscribe-to-comments {display:none}

