/* ***** BEGIN LICENSE BLOCK *****
 * This file is the theme Tao Maï for DotClear.
 * Copyright (c) 2005 Thomas Taglang 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):
 *  Thomas Taglang
 */

@import "layout.css";
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #efefef;
	color: #666;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, 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;}


h2 a:visited{color: #D34804;}

h2 a:hover{color: #F8BF24;}


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

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

fieldset{
	border: none;
}

label{
	cursor: pointer;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #666;

        background:  #fff;

        color: #000;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #666;

        
}

a:visited{
	color: #666;
}

a:hover{
	color: #c30;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	background : #efefef url(img/backgd.png) repeat-y center;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 90px;
	background: #fff url(img/top.png) no-repeat left top;
}

#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 20px;
	padding-top: 20px;
	color: #FFFFFF;
}

#top h1 a{
	text-decoration: none;
	font-family: harrington;
	font-size: 34px;
	color: #FCE2A2;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #c30;
	text-align: center;
}

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

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

/* Le contenu
-------------------------------------------------------- */
.day-date{	

        display: none;
	color: #888;	
	font-style: italic;
}

.post-title{
	color: #D34804;
	font-size: 20px;
	background: transparent;
	margin-bottom: 0;

        background: #FFF url(img/tao_sign.png) no-repeat left;

        padding-left: 50px;

        height: 40px;

        background-position: 0 -0.5em;
}

.post-title a{
	color: #D34804;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color: #eab919;
	background: transparent;
	border-bottom: 1px dotted #eab919;

        font-size: 0.8em;

        text-align: right;

        
}

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

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

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;

        font-size: 0.8em;

        border-top: solid 1px #c30;

        background: #efefef;

        margin-right: -5px;

        margin-left: -5px;

        padding: 0 5px 0 5px;

        
}



.post-info-co a{

        text-decoration: none;

}

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

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	/*border-bottom: 1px solid #F0F0F0;*/
	color: inherit;
}

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

#sidebar h2, #sidebar h3{
	color: #c30;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

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

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

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

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

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

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

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

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

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

#sidebar div#calendar table td a:hover{
	background: #c30;
	color: #eab919;
}


.apropos{

  font-size: 0.8em;

}


/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 1em;
	border-top: 1px solid #c30;
	background: #efefef;
	color: #c30;

        text-align:center;
}

#footer a{
	color: #eab919;
}



#footer a:hover{
	color: #c30;
}