@charset "utf-8";
/*  
Theme Name: Biboun Caeslestis
Theme URI: http://www.microprose.be
Description: Thème réalisé par Biboun et adapté, hébergé par <a href="http://samk.ca/">micfrip</a>. Enjoy!
Author: Biboun & -mic-
Author URI: http://www.microprose.be
Version: 1.0
Tags: Biboun, micfrip, Caeslestis

*/

/* Defaults */
a:link, a:visited { 
	border-bottom: medium none;
	color: #E8687D;
	text-decoration: none;
}
a:hover, a:active {
	/*border-bottom: 1px dotted rgb(255, 255, 255);*/
	color: #E8687D;
	text-decoration: none;
}

.pinkFont {
	color: #E8687D;
	font-weight : normal;
}



body {
	text-align: left;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(images/fond.jpg);
	background-repeat: repeat;
	color: #767B7C;
	font-size: 12px;
  }


/* Header and wrapper */
#wrapper {
	margin	: 0 auto;
	width	: 802px;
	height	: auto;
	background-image : url(images/fond_contenu.jpg);
	background-repeat : repeat-y;
}

#header {
	width		: 802px;
	height	: 302px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;  
  }

/* Main content */
#main_content {
	width : 540px;
	height:auto;
	float:left;
}
#main_content_single {
	width : 802px;
	height:auto;
	float:left;
	padding-left: 20px;
	margin-right: 50px;
}
#text_zone {
	padding-left : 25px;
	padding-top : 20px;
}
.topPost {
  font-size: 9pt;
  }

.topPost .topTitle {
	font-size: 15pt;
	font-weight: normal;
	/*color: #fff;*/
	letter-spacing : 0px;
	text-decoration : none;
	/*background-image : url(images/background_title.png);*/
	background-repeat : no-repeat;
	width : 467px;
	height: 39px;
	
  }
.subTitle {
	color: #E8687D;
	font-weight : normal;
	font-size: 9pt;
}
 .title {
	background-image : url(images/fond_titre.jpg);
	background-repeat : no-repeat;
	width : 495px;
	height: 44px;
	padding-left : 20px;
 }
 .topContent {
 	padding-left : 20px;
 }
 
 .postmetadata {
	padding: 5px;
	text-align:center;
	margin: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #CCC;
	border-bottom-color: #999;
	border-left-color: #CCC;
 }
.alignright {
float: left;
}

.alignleft {
float: right;
}
 .picture {
	border: 5px solid #312b29;
	margin:5px;
	text-decoration:none;
 }

/* Sidebar */
#sidebar {
	padding-top : 20px;
	width : 262px;
	height:auto;
	float:left;
	margin-left : 0px;
	font-family : verdana;
}

.listeSidebar {
	margin-left:0px;	
}
.pinkHr {
	color: #E8687D;
	background-color: #E8687D;
	height: 1px;
	border: 0;
	width:70%;
}
.noBulletForH2 {
	list-style-type: none;	
}

.subMenu {
	/*
	list-style-type: square;
	margin-left: 10px;
  	padding-left: 10px;
	*/
	
}
/* Comments */
.commentsForm {
	border: 1px solid #767B7C;
	background-color: #312b29;
	font-family: Verdana, Geneva, sans-serif;
	color: #E8687D;
	
}
.commentlist li, #commentform input, #commentform textarea {
font: 0.9em 'Verdana', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
font-size: 1em;
}

.commentlist li {
font-weight: bold;
}

.commentlist li .avatar { 
float: right;
border: 1px solid #eee;
padding: 2px;
background: #fff;
}

.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 1.1em;
}

.commentlist p {
font-weight: normal;
line-height: 1.5em;
text-transform: none;
}

.commentmetadata {
font-weight: normal;
}

/* Searchform */
.searchField {
	border: 1px solid #767B7C;
	background-color: #312b29;
	font-family: Verdana, Geneva, sans-serif;
	color: #E8687D;
}

/* Footer */
#footer {
	text-align : center;
	width : 810px;
	height : 60px;
	clear : both;
	margin-top: 30px;
	padding-top: 30px;
}



