/* Aorakit modifié par Mox Folder

STRUCTURE POUR DEUX COLONNES, SIDEBAR A DROITE, LARGEUR FIXE

---------------------------------------------------------------
	AVANT TOUTE CHOSE
	remise à zéro de toutes les marges des grands blocs pour que 
	tous les navigateurs calculent depuis le même point de départ 
--------------------------------------------------------------- */

html, body, #page, #top, #prelude, #wrapper, #footer, #main, #content, #sidebar, #blognav, #blogextra {
	margin : 0;
	padding : 0;
	}

/* --------------------------------------------------------------
	CENTRAGE DE LA PAGE DANS LA FENETRE DU NAVIGATEUR.
	(supprimer ces lignes si on ne veut pas centrer)
	Note : on peut remplacer la valeur (ici 0) des marges au-dessus 
	et en dessous de la page par la valeur de son choix (px ou em).
--------------------------------------------------------------- */

body {
	text-align : center;
	}
	
#page, #top ul, #footer div {
	margin : 0 auto;
	}

/* -------------------------------------------------------------
	STRUCTURE FIXE - 1 COLONNES - largeur
--------------------------------------------------------------- */
    
#page, #top ul, #footer div {
	width : 860px;
    }
    
#page {
	overflow: 				hidden;
	text-align:				center;
	background: 			url(img/page_process.png) no-repeat 5px 1px #fff;
	-moz-border-radius:    	6px;
	-webkit-border-radius: 	6px;
	border: 				solid 1px #dadada;
	margin-bottom: 			70px;
    } 
	
/* ------------------------------------------------------------
	1. BALISES HTML PAR DEFAUT
------------------------------------------------------------- */

/*  @font-face {
	font-family: "Rosewood";
	src: url("font/PoplarStd.otf") format("opentype");
} */



body {
	background :	/* url(../LEDEBUGGER_dc-theme/img/body_bkg.png) repeat-x 0px 40px fixed */ #f0f0f0 ;
 	font-size :		12pt;
 	font-family :	Georgia, "times new roman", times, serif;
 	color:			#222; 
 	}
 
h1 { }
h2 {
	font-size: 		16pt;
	font-family : 	/*Rosewood, */ Georgia, "times new roman", times, serif;
	font-weight: 	normal;
    }
	
h3 { }
h4 { }
h5 { }
h6 { }

p {	}
	
img { }
sup { }
abbr, acronym { }

blockquote, q { }

blockquote {
	background-color:      #eee;
	-moz-border-radius:    6px;
	-webkit-border-radius: 6px;
	border:                dotted 1px #aaa;
	font:                  normal lighter 12px 'Helvetica Neue', Helvetica, sans-serif;
	line-height:           18px;
	padding:               5px 20px;
	margin:                20px;
	color:                 #444;	
	}
	
cite { }

ul { }
ol { }
dl { }

form { }

fieldset {
	border : none;
	}
	
input { }
label { }

a {	
	color:				#827940; 
	text-decoration : 	none;
	}
	
a:link { }
a:visited { }
a:hover { }
a:focus { }
a[hreflang]:after { }
a img { }
 
code, pre {
	background: #f0f0f0 ;
	margin: 	10px;
	padding: 	10px;
 	font-size: 	9pt;
	overflow: 	auto;
	}
	
pre { }
 
hr { }

 
/* ------------------------------------------------------------
	1. HAUT DE PAGE
------------------------------------------------------------- */

#top li span {display:none;} /* Pour masquer les spans */


#top {
	background: url(http://blog.ledebugger.com/themes/LEDEBUGGER_dc-theme/img/header_bkg.png) #fff repeat-x 0 bottom;
	text-align: left;
	border-bottom:	1px solid #cdcdcd;
	height: 28px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	width: 100%;
	}


#top ul{
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	background: url(img/header_logo.png) no-repeat 8px 2px;
	padding : 0;
	padding-top : 5px;
	height : 20px;  /*idem que pour #top */
	}
	
#top li {
	display: inline;
	font-size: 8pt;
	border-right: 1px solid #ccc;
	padding: 1px 10px;
	}
	
	
#top a#logo {
	text-decoration: none;
	padding-left: 228px;
	}

#top a.linkout {
	padding: 5px 0;
	padding-right: 15px;
	background: url(http://blog.ledebugger.com/themes/LEDEBUGGER_dc-theme/img/icon_bullet_external.gif) no-repeat right;
	}
	
/* ------------------------------------------------------------
	MAIN CONTENT
------------------------------------------------------------- */
	

div#filter-ie{
	padding: 12px 0;
 	padding-bottom: 10px;
}	

ul#filter {
    float: left;   
    font-size: 12px;   
    list-style: none; 
    margin: 0;
    padding: 0;
 	padding-bottom: 10px;
    padding-left: 75px;
} 

ul#filter li {   
    border-right: 1px solid #dedede;  
    float: left;
    line-height: 16px;
    padding: 3px 0;  
    margin-right: 10px;  
    padding-right: 10px;  
}  

ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#filter a {
	color: #777;
	text-decoration: none;
	-moz-border-radius:    	8px;
	-webkit-border-radius: 	8px;
	background-color: #eee;
	padding: 5px 10px;
	}

body.cd-home ul#filter li.reset a, ul#filter li.current a, ul#filter a:hover { text-decoration: underline; background-color: #d9d9d9; }  
body.cd-home ul#filter li.reset a, ul#filter li.current a { color: #333; font-weight: bold; } 


div#info-tip {   
   	background-color :	#fff568 ;
   	margin: 0 1px;
    padding: 0;
    border-bottom: 1px dotted #ff8007;
    border-top: 1px solid #d7cf58;
    overflow: hidden;
    height: 32px;
}

div#info-tip h2 {
	float: right;
	margin-right: -3px;
	margin-top: -13px;
	color: #d7cf58;
	font-size: 51px;
	font-weight: 		bold;
	font-style: 		italic;
}

div#info-tip p {
	background : url(img/quote-tip.png) no-repeat -8px -12px ;
	padding: 10px 37px;
	padding-right: 0;
	padding-bottom: 5px;
	margin: 0;
   	font-size :			11px;
   	line-height:        16px;
   	font-weight: 		bold;
	font-style: 		italic;
 	color:				#333;
 	text-align: left;
}




ul#portfolio {   
    float: left;   
    list-style: none;   
    margin: 20px 20px;
    padding : 0; 
	width: 100%;
	}  

ul#portfolio li {   
   	background : url(img/shadow-thumbs.png) no-repeat center bottom #eee ;
    float: left;   
    margin: 0 8px 8px 0;   
    padding: 3px; 
    padding-bottom: 6px;
    width: 152px;
	}

ul#portfolio a { display: block; width: 100%; color: #777; font-size: 12px; }  
ul#portfolio a:hover { text-decoration: none; }  
ul#portfolio img { border: 1px solid #ccc; display: block; }
ul#portfolio li span { bottom: 0; }


ul#portfolio li.pagination {
	position: relative;
	height:				111px;
    padding: 			0 3px;
    background: #fff;
    color: #000;
}


ul#portfolio li.pagination a.next, ul#portfolio li.pagination a.prev  {
	margin-top: 4px;
	height:				100px;
	background : url(img/next.png) no-repeat -164px -20px;
}

ul#portfolio li.pagination a:link { color: #222; }
ul#portfolio li.pagination a:visited { color: #222; }
ul#portfolio li.pagination a.prev { background-position: -4px -15px; }
ul#portfolio li.pagination a.prev:hover { background-position: -4px -143px; }
ul#portfolio li.pagination a.next:hover { background-position: -164px -148px; }



ul#portfolio li.pagination a span { display: none; }

ul#portfolio li.pagination em {
	position: absolute;
	margin-bottom: 35px;
	margin-right: 5px;
	bottom: 0;
	right: 0;
	font-size :			11px;

}

ul#portfolio li.pagination em.pprev { left: 0; text-align: left; margin-left: 5px; }

/* ------------------------------------------------------------
	Portrait
------------------------------------------------------------- */

#portrait {
	background : #a1907c ;
	margin: 0 1px;
	border-top: 3px solid #3a3a3a;
	border-bottom: 1px solid #241a10; 
	padding: 0;
	clear: both;
 	}
 
#bio {
	background :	url(img/bandeau.png) no-repeat center bottom  #5b4f44 ;
	border-top: 	1px solid #a1907c;
 	padding: 0;
 	margin: 0;
 	overflow: auto;
 	font-size :		14px;
 	font-family :	Helvetica;
 	text-align :	justify;
 	line-height:	18px;
 	color:			#fff;
 	text-shadow:	#000 1px 1px 1px;
	}

#skills {
	margin: 0;
	padding: 0;
 	font-size :		12px;
 	line-height: 20px;
	border-left:	1px solid #3a3a3a;
	float: right;
	}
	
#skills li{
	margin: 0;
	background :	url(img/Document.png) no-repeat -7px -3px;
	border-bottom:	1px solid #3a3a3a;
	border-top:	1px solid #a1907c;
	border-left: 1px solid #a1907c;
	list-style-type: none ;
	padding: 2px 20px;
	padding-left: 35px;
	}

ul#skills em { font-style: italic; }
ul#skills li:last-child { border-bottom: none; }
ul#skills li:first-child { border-top: none; }

#bio p, #bio H1 {
	margin-right: 350px;
	padding-left: 20px;
	max-width: 450px;
	}
	
#bio H1 {
	margin-top: 15px;
 	font-size:	18px;
	}


/* ------------------------------------------------------------
	FOOTER
------------------------------------------------------------- */

#footer {
	background:	url(img/footer_bk-bottom.png) no-repeat center top;
	text-align:	center;
	position: 	fixed;
	height : 	80px;
	padding: 	0;
	margin: 	0;
	width: 		100%;
	bottom:		0;
	left: 		0;
	z-index: 	9999;
	}
	
#footer div {
	padding:	0;
	}
	
#footer p {
	padding:		0;
	margin: 		61px 0 0 0;
	font-size:		8pt;
 	color:			#999;
	z-index:		2000;
	}
	
#footer a {
 	color:#555; 
	}


/* ------------------------------------------------------------
	10. CLASSES COMMUNES
------------------------------------------------------------- */

/* messages d'erreur */

.error {
	border : 	1px solid #c44;
	background:	#df0;
	padding :	0.5em;
	}
	
.error ul {
	padding-left:	20px;
	}
	
.error li {
	list-style : square;
	}
	
/* exemples de ceux que j'ajoute souvent */

.left { float: left; margin-right : 1em; }
.right { float: right; margin-left : 1em; }
.center { margin-left : auto; margin-right : auto; }
.left-text { text-align : left; }
.right-text { text-align : right; }
.center-text { text-align : center; }
.little-text { font-size : .8em;}
.little-upper-text { font-size : .8em; text-transform : uppercase; }



/* ---------------------------------------------------
  ET POUR FINIR NE PAS OUBLIER LES CLEARERS
	ici ceux le plus souvent necessaires
--------------------------------------------------- */

.post, .post-content, .footnotes, .attachments, .post-info-co, #comments, #footer {
    clear:both;
    }

