﻿body
{
	margin:0cm;
	padding:0cm;
	background:transparent;
	text-align:center;
	font:12px Verdana,Arial,Helvetica,sans-serif;
}

#rap
{
	text-align:left;
	width:17cm;
	background:transparent;
	margin:auto;
	padding:0;
}

/* basic styles */
h1,h2,h3,h4,h5,h6
{
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-weight:lighter;
	margin:0;
	padding:0;
	color:#333;
}

h1
{
	font-size:28px;
}

h2, h3
{
	font-size:20px;
	color:#0a294f;
	margin:8px 0;
}

h4
{
	font-size:18px;
	color:#911322;
}

h5
{
	font-size:16px;
	color:#af3d0a;
}

h6
{
	font-size:11px;
	font-weight:bold;
	color:#333;
}

del
{
	color:#999;
}

acronym
{
	border:none;
	background:url(img/dottedborder_dark.gif) repeat-x bottom center;
	padding-bottom:1px;
	cursor:help;
}

hr
{
	width:100%;
	border:0;
	margin:5px 0px !important;
	margin:2px 0px 5px 0px;
	height:1px;
	color:#777;
	background-color:#777;
}

a
{
	color:#669933;/*ici*/
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

p
{
	line-height:20px;
	margin:5px 0px 15px 0px;
}

.noborder
{
	border:0;
}

#main ul
{
	margin:0px;
	padding:0px 10px 5px 15px;
	list-style-type:none;
}

#main ol
{
	margin:0;
	padding:0 20px;
}

#main ul li
{
	padding-bottom:7px;
	background:transparent url(img/arrow.gif) no-repeat 0px 4px;
	padding-left:16px;
	margin-left:4px;
}

#main ul.pages
{
	margin:0;
	padding:0;
	text-align:center;
}

* html #main ul.pages
{
	margin:-10px 0 -10px 0;
}

#main ul.pages li /* ici */
{
	background:none;
}

#main ul.pages li.page_item a /* ici */
{
	text-decoration:underline;
}

#main ol li
{
	padding-bottom:7px;
}

#main ul li ul
{
	margin:8px 0px -7px 0px;
}

/* I can't get <pre> to display inline very well so just use <span class="pre"> */
#main .pre
{
	font:11px "Courier New",Courier,sans-serif;
	color:#af454a;
}

img
{
	border:none;
}

/* floats, positioning, and widths */
.floatleft
{
	float:left;
}
.floatright
{
	float:right;
}

.w50
{
	width:50%;
}

.floatleft p
{
	padding:0px 10px 0px 0px;
}
.floatright p
{
	padding:0px 0px 0px 10px;
}

img.floatleft
{
	margin:15px 15px 5px 0px;
}

img.floatright
{
	margin:15px 0px 5px 15px;
}

img
{
	background:none;
	border:none;
	padding:4px 10px 10px 4px;	
}

/* blockquotes and code*/
blockquote{
	min-height:35px;
	width:100%;
	display:block;
	margin:10px auto;
	background:transparent url(img/blockquote/quote.gif) no-repeat 10px 10px;
}
* html blockquote{
	min-height:35px;
	height:auto !important;
	height:35px;
}
blockquote p{
	margin:0px;
	line-height:17px;
	padding:10px 10px 10px 50px;
}
blockquote span{
	color:#999;
	font-size:9px;
	padding-top:5px;
	display:block;
}
blockquote span a{
	color:#555;
	text-decoration:none;
}
blockquote span a:hover{
	text-decoration:underline;
}
blockquote.go{
	background:transparent url(img/blockquote/go.gif) no-repeat 10px 50%;
}
blockquote.stop{
	background:transparent url(img/blockquote/stop.gif) no-repeat 11px 50%;
}
blockquote.exclamation{
	background:transparent url(img/blockquote/exclamation.gif) no-repeat 23px 50%;
}
code{
	display:block;
	width:92%;
	margin:0px auto 15px auto;
	line-height:17px;
}
code .red{
	color:#af454a;
}

/* forms */
fieldset 
{
	border:none;
}
form select,
form input,
form textarea{
	font:1em Verdana,Arial,Helvetica,sans-serif;
}
form input:focus,
form textarea:focus,
form select:focus{
	border:1px solid #666;
}
form select{
	padding:2px;
}
form input{
	padding:2px;
}
form label{
	color:#666;
}
form textarea{
	padding:1px;
	line-height:16px;
	width:90%;
	height:20em;
}
form p{
	margin:10px 0px;
}

/* header */
#header
{
	display:none;
}

#content
{
	display: inline ;
}

#content .post 
{
	margin:0 0 3em 0;
	page-break-inside:avoid; 
}

#content .cat 
{
	margin:0;
	padding:0;
	color:#999;
}

#content .post-info 
{
	margin-top:10px;
	border-top:1px dotted #669933; /* ici */
	color:#777;
	text-align:right;
}

#content .post-info em
{
	font-style:normal;
	float:left;
	margin:0 5px 0 0;	
	color:#669933; /* ici */
}
em.user 
{
	padding-left:15px;
	background:url(img/user.gif) no-repeat left center;
}
em.date 
{
	padding-left:17px;
	background:url(img/date.gif) no-repeat left center;
}
em.print
{
	padding-left:17px;
	background:url(img/print.gif) no-repeat left center;
}
#main .post-comments 
{
	background:url(img/comments.gif) no-repeat left center;
	padding-left:15px;
}

#main .more-link
{
	float:right;
	text-decoration:underline;
}

/* leftsidebar && sidebar */
#sidebar, #leftsidebar
{
	display:none;
}

/* footer */
.footer
{
	height:3cm;
	width:17cm;
	padding:0;
	margin:auto;
	color:#555;
	text-align:left;
	clear:both;
	background:transparent;
}

.footer p
{
	margin:0;
	padding:0;
	text-align:center;
	width:17cm;
}

.footer .feed 
{
	background:url(img/icon_feed.gif) no-repeat left center;
	padding-left:20px;
}

.footer a:link,.footer a:visited 
{
	color:#649290;
	border-bottom:1px dashed;
}

.footer a:hover,.footer a:active
{
	color:#000;
	text-decoration:none;
}

#comments, #respond
{
	margin: 2em 0 0 5px;
}

#commentform 
{
	margin:10px 0;
	padding:10px;
	background:#fcf0fc;
	border-top:#ddd 1px solid;
	border-bottom:#ddd 1px solid;
}
.commentnum 
{
	font-size:200%;
}
#main .commentlist {
	margin: 0;
	padding: 0;
	border-top:#ddd 1px solid;	
}
.commentlist li 
{
	list-style:none;
	margin: 0;
	padding:1em;	
	border-bottom:#ddd 1px solid;	
}
.commentlist li.alt 
{
	background:#fcf9fc;	
}
.commentlist li.highlighted 
{
	border:#bdb76b 1px solid;	
}
.commentlist li .cmtinfo 
{
	font-size:1em;	
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
.commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
#comments 
{
	border-bottom:none;
}
input.textbox
{
	background:#fff url(img/shadow_top.gif) repeat-x top;
	border:1px solid #ccc;
	margin:2px 0;
	width:150px;
}
textarea{
	background:#fff url(img/shadow_top.gif) repeat-x top;
	border:1px solid #ccc;
}
.textbox:focus, textarea:focus
{
	background:#fff url(img/shadow_top.gif) repeat-x top;
}
.nocomments 
{
	font-size:0.9em;
	color:#999;
}
#content, #sidebar, #footer, .widget 
{
	overflow:hidden;
}
