/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Maurice Svay and contributors. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 *
 * Contributor(s):
 *  Maurice Svay
 */

/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est défini dans le fichier layout.css
 * Pour mettre la barre de navigation à gauche, décommentez l'appel à 
 * layout-gauche.css
 */

/* -------------------------------------------------
* Thème Red'Fluid réalisé par Philippe de http://blog.accessoweb.info
---------------------------------------------------------------------------------------------------------------------------- */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
html, body{
	margin: 0 0 0 5px;
	padding: 0;
	background: #fff;

}

body{
	background: #EEE;
	color: #000;
	font-size: 80%;
	line-height: 1.3em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

h1, h2, h3, h4, h5, h6{
	font-family: "Arial", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 1000px;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	
}

.field label{
	display: block;
}

img {border:0;}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 90%;
	font-size: 1em;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}

a{
	color: #000000;
	text-decoration: none;
}



a:hover{
	color: #ff6699;
	text-decoration: underline;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */


#page {position:relative; display:block; background:#fff; border-left:400px solid #fff; border-right:0 solid #fff;color: inherit;}
#main {position:relative; display:block; margin-left:-400px; margin-right:0; padding:5px 0 0 0; width:950px;}
#sidebar {float:left; position:relative; width:200px; left:0;}
#sidebar2 {float:left; position:relative; width:150px; left:0;}
#content {margin-left:370px; margin-right:0; position:relative; display:block; height:1%; text-align: left;padding: 0 5px; width:500px;}

.clear {clear:both;}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 148px;
width: 900px;
	margin: 0;
	/*padding-top: 20px;*/

background-image: url("http://www.celebrityspace.fr/blog/themes/RedFluid_2G/img/header.jpg");

background-repeat: no-repeat;
align: left;

}

#top h1{
	height: 80px;
	line-height: 0px;
	margin: 0 0 0 0px;
	padding-top: 20px;
	color: #AB2121;
	text-align: left;
	font-size: 2em;
}

#top h1 a{
	text-decoration: none;
	color: #AB2121;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
	position: absolute;
	margin: 0; 
	padding: 0 1ex;



}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	
	
	color: #cc6699;
margin-top: 0.2em;

}



.post{
	margin-bottom: 1.5em;
	padding: 0;

}

.post-title{
	color: #000000;
	
	
	margin-bottom: 0.5em;
margin-top: 0.5em;
font-size: 1.3em;
}

.post-title a{
	color: #000000;
	text-decoration: none;

}

.post-info{
	margin-top: 20px;
	color : #cc6699;
	font-weight: bold;
	text-align:left;
	font-size:10px;


margin-bottom: 1em;

font-style: italic;


padding-bottom : 4px;
font-family : Georgia,"Times New Roman","New York",serif;

}



.post-info a{
	color: #000000;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: left;
	}

.post-content a{
	color: #000000;
	}

.post-content a hover{
	color: #ff6699;
	}




.post-content img {
border: 2px solid #000;

}






.auteur{
	color : gray;
	font-weight: bold;
	text-align:right;
	font-size:10px;
display: none;
	}

.billet{
	text-align:right;
	font-size:10px;
	}
	
.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;

}

	
.post-info-co{
	color: #000000;
	text-align: right;
	border-top: 2px solid #ed0380;
	padding-left: 20px;
	font-size: 10px;
	font-weight: bold;
}








#trackbacks h3, #comments h3{
	color: #000000;
	border-bottom: 1px solid #ff6699;
}

#comments .comment-info {
	margin : 0;
	padding : 0;
                background-color:#f6f6f6;
                margin-bottom : 10px
}



	
#trackbacks blockquote, #comments blockquote{
	border: 1px solid #ffffff;
	margin: 0;
	padding: 0 1em;

                background-color : #ffffff;
                margin-bottom : 10px
}


#comments .me blockquote {

 background-color : #ffeeee;
margin-bottom : 10px
}


/* La barre de navigation
-------------------------------------------------------- */

#sidebar{
	color : black;
	font-size: 0.8 em;
	line-height: 1em;

border-right: 1px solid #ff6699;
margin-top: 20px;

	}



#sidebar2{
	color : black;
	font-size: 0.8 em;
	line-height: 1em;

border-right: 1px solid #ff6699;
margin-top: 20px;
margin-left: 5px;
margin-right: 5px;
	}
	

#sidebar div, #sidebar2 div{
	margin: 10px 30px 0 0;
	padding-bottom: 10px;
	
}
#sidebar a, #sidebar2 a{
	color : #000000;
	font-size: 0.8 em;
	line-height: 1.3em;	
	text-decoration: none;
	}

#sidebar a:hover, #sidebar2 a:hover{
	color : #ed0380;
	
	text-decoration:underline;

	}
	
#sidebar a:acive, #sidebar2 a:active{
	color : gray;
	font-weight: bold;
	text-decoration: none;
	}
	
#sidebar div{
	border-bottom: 1px solid #ff6699;
	color: inherit;




}

#sidebar div ul,  #sidebar2 div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2,  #sidebar2  h2, #sidebar h3, #sidebar2  h3{
	color: #000000;
	margin: 0 0 1ex 0;
	text-align: left;
	margin-left: 10px;
padding : 3px 0.15em 6px 14px;
letter-spacing : 1px;
background : transparent url(img/sidh2.png) no-repeat 0 4px;
font-size: 0.9em;


padding-top: 5px;

}




#sidebar h3, #sidebar2  h3{
	border-top: none;
	padding-top: 5px;
	font-size: 1em;
	text-align: left;
	margin-left: 15px;

margin-top : 5px;

}

#sidebar2  div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#statistiques {
	padding-top: 10px;
	}
	
#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat left;
}

#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
display: none;
}

#sidebar div#calendar table{
	font-size: 0.8em;
	text-align: left;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #AB2121;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 1.5em;
	border: 1px solid #D2D2D2;
}

#sidebar div#calendar table td a{
	display: block;
	background: #AB2121;
	color: #ED8000;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #ED8000;
	color: #AB2121;
}

#sidebar2 #lastComments {
	font-size: 0.8em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	

#sidebar li {margin-top : 0.15em;	
padding-left : 10px;	
background : transparent url(img/fleche.png) no-repeat 0 4px;

}	

	
/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 0 1em ;
	border-top: 1px solid #ff6699;
	color: #666;
	clear: both;
	text-align: right;
width: 900px;
float: left;

}

#footer a{
	color: #999;
}

/* --- 
NAVIGATION HORIZONTALE
--- */
ul#nav-box {
	margin : 25px 0 0 0;
	padding : 0 1em 0 0;
	
	list-style-type : none;
	background-color: #FF6699;
	color: #fff;
	
	font-size : 12px;
	text-align: left;
	width: 900px;
                float: left;
margin-top: 5px;
}
ul#nav-box li {
	display: inline;
	padding : 1px 0;
}
ul#nav-box li a {
	
	color: #fff;
	text-decoration: none;
	padding: 3px 15px;
}
ul#nav-box li a:hover {
	text-decoration: none;
	color: #000000;
	background: #ffffff;
font-weight : bold;
margin : 25px 0 0 0;
}



#lastnews div {
float: right;
}



.pagenav {
	font: 0.9em;
}

p.pagenav a {
	background : #f6f6f6;
	color: black;
	padding:2px;
	border: 1px solid #bbb;
	text-decoration: none;
	font-size:90%;
}

p.pagenav a:hover {
	background:#ffeeee;
	
color : #ed0380;
}

p.pagenav strong {
	color: black;
	padding:2px;
	border: 1px solid #bbb;
}




.gravatar_img {
	display: block;     
	float: left;
margin: 5px;
	margin-right: 0.5em;
	border: 1px;
margin-bottom: 30px;
}


.center {text-align: center;}


#top h1 {display: none};
#prelude{display: none};
