/* ***** 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
 */
 
/* A propos de ce theme
 * Tests effectues:
 * - IE de 5.01 a 6 Windows
 * - Firefox 0.9x Windows
 * - Opera 7.51 Windows
 * - Safari 1.2.2 MacOS X (10.3)
 * - Konqueror Linux
 * - Opera Linux
 *
 * Le layout est dans une feuille de style separee
 * 1 - Global style
 * 2 - Header
 * 3 - Post
 * 4 - Trackbacks et commentaires
 * 5 - Sidebar
 * 6 - Footer
 */
 
@import "layout.css";

/* Global style
********************************************/
html, body{
	margin: 0;
	padding: 0;
}

body{
	background:#000;
	color: #FFF;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Bitstream Vera Sans, sans-serif;
	font-size: 0.8em;
	margin-top: 10px;
	margin-bottom: 10px;
}

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

h2{font-size: 1.2em; margin: 1em 0;}
h3{font-size: 1em; margin: 0.8em 0;}
h4{font-size: 1em; font-weight: normal}

a:link{color:#fff; background:transparent;}
a:visited{color:#fff; background:transparent;}
a:hover{color:#debd7c; background:transparent;}
a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]"; color:#999; background:transparent;}
a img{border: none;}

abbr, acronym{
	border: none;
	background: transparent url(img/dotted.png) repeat-x bottom;
	cursor : help;
}

code, pre, kbd {
	font-family:"Courier New", Courier, monospace; font-size : 1em;
}

pre {
overflow: scroll;
width: 100%;
}
html>body pre {
overflow: auto;
width: auto;
}

fieldset{
	border: none;
}

.field label{
	display: block;
	cursor: pointer;
	cursor: hand; /* pour IE */
}

input, textarea{
	border: 1px solid #999;
	background: #FCFCFC;
	/* -moz-border-radius connu pour ne pas etre valide */
	-moz-border-radius: 4px;
}

textarea{
	width: 99%;
}

.left{
	float: left;
	margin: 0 1em 1em 1em;
}

.right{
	float: right;
	margin: 0 1em 1em 1em;
}

#page{
	border : 1px solid #DEBD7C;
}

/* Header
********************************************/
#top{
text-align:center;
	background: #000;
	height: 250px;
	width: 1000px;
}

.image{
float:left;
text-align:left;
border:none;
}

#top h1{
	line-height: 15px;
	margin: 0;
	font-size: 1em;
	text-align:center;
}

#top h1 a{
	text-decoration: none;
	color: #fff;
	background: transparent;
}

#prelude{
	color: #fff;
	background: transparent;
	text-align: center;
	margin: 0;
}

#prelude a{
	color: #fff;
	background: transparent;
	text-decoration:none;
}

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

#boutons{
	background: #FFE788;
	padding-bottom: 2px;
	text-align:center;
}

#barnews{
	background: #000 url(img/news_bar.png);
	text-align:center;
}

/* Post
********************************************/

#content{
	color: #FFF;
	background: transparent;
}

.post{
	margin-top: 20px;
	border-bottom: 1px solid #DECD7C;
}

.day-date{
	display: none;
}

.post-title{
	padding-left: 25px;
	background: #000 url(img/sstar.gif) no-repeat left;
	background-position: 0 0.1em;
	color: #debd7c;
	text-align:left;
	margin-bottom: 0;
}

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

.post-info{
	padding-left: 20px;
	margin-top: 0;
	color: #666;
	background: transparent;
}

.post-info a{
	color: #666;
	background: transparent;
}

.post-content p{
	width: 650px;
	text-align: justify;
	/*overflow: auto;*/
}

.post-content img{
	max-width: 100%;
}

.post-content ul{
	list-style-image: url(img/puce.png);
}

.post blockquote{
	font-style : italic;
	border-left : 5px solid #999;
	padding-left : 1em;
}

.post blockquote p{
	width: auto;
}

.post-info-co{
	clear: both;
	text-align: right;
	font-size: 0.8em;
	border-bottom: 1px solid #C8A05E;
	background: #FFF url(img/postinfo.png) repeat-x;
	color: inherit;

	margin-top: 0.5em;
	margin-bottom: 3em;
	padding: 0.5ex;
	/* -moz-border-radius connu pour ne pas etre valide */
	-moz-border-radius: 5px;
}

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

.post-info-co a:before{
	content: url(img/bulle.png);
	margin-right: 1ex;
}

/* Trackbacks et commentaires
********************************************/

#trackbacks, #comments{
	margin-top: 4em;
}

#trackbacks blockquote, #comments blockquote{
	background: #FFFAE5;
	color: inherit;
	border: 1px dotted 1px solid #C8A05E;
	margin: 0.5ex 0 1em 0;
	padding: 1ex;
	overflow: auto;
}

#trackbacks blockquote p, #comments blockquote p{
	margin: 1ex 0;
}

.comment-info{
	margin-bottom: 0;
}

ul#nav-box {
	 margin : 0 0 1.5em 0;
     padding : 5px 1em 5px 0;
	 list-style-type : none;
     background-color: #FFF0A3;
     font-size: 0.9em;
     text-align: center;
     border-bottom: 8px solid #FDCE4A;
}

ul#nav-box  li {
     display: inline;
     padding : 5px 0;
}

ul#nav-box li a {
     padding : 5px 1em 5px 1em;
     color: #000;
     text-decoration: none;
}

ul#nav-box li a:hover {
     background: #FDCE4A;
     color: #FFF;
     /*padding : 5px 1em 1px 1em;*/
}

ul#nav-box a:active {
     /*border-right: 1px solid #000;*/
}


/* Sidebar
********************************************/
#sidebar{
	background: #FFF url(img/menu.png) repeat-x;
	color: #DB2F28;
	text-align:left;
	padding-top: 20px;
}

#sidebar div{
	/* aurait du etre #sidebar > div */
	margin: 0 10px 2em 10px;
}

#sidebar h2{
	margin: 0 0 1ex 0;
}

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

#sidebar a{
	text-decoration: none;
}

#sidebar li a{
	display: block;
	color: #666;
	background: transparent;
}

#sidebar li a:hover{
	color: #333;
	background: transparent url(img/curseur.gif) repeat-y right; /* Bling Bling No Flash */
}

#sidebar ul li:first-child{
	/* :fisrt-child selector ne fonctionne pas dans IE */
	border-top: 1px solid #FDA44A;
	padding: 0.5ex 0;
}

#sidebar ul li{
	border-bottom: 1px solid #FDA44A;
	padding: 0.5ex 0;
}

.stats{
	color: #333;
}

#search p{
	text-align: center;
	margin: 0;
}

#search input{
	width: 15%;
}

#search input#q{
	width: 70%;
}

#calendar table{
	color: #666;
	background: transparent;
	margin: 0 auto;
	/* Desole pour la taille de fonte en pixel, mais IE craint trop */
	font-size: 10px;
	text-align: center;
}

#calendar table td a{
	color: #444;
	font-weight: bold;
}

/* Footer
********************************************/
#hp {
    text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}

#hp a{
	color: #FFF;
	background: transparent;
        font-size: 10px;
	text-decoration: underline;
}

#footer{
	color: #000;
	font-size:9px;
	clear: both;
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	background: #000 url(img/footer.png) repeat-x;
	text-align: center;
}

#footer a{
	text-decoration:underline;
	color: #39320F;
	background: transparent;
}

#footer a:hover{
	text-decoration: underline;
	color: #39320F;
}

/* Player
********************************************/
#music{
	color: #000;
	text-align: center;
	height: 46px;
	width: 940px;
	padding: 0.5em 0 0.25em 0;
	background:#FFE788 url(img/player.png);
	border: 1px solid #C8A05E;
	border-left: 5px solid #C8A05E;
}

#video{
	color: 291B16;
	text-align: center;
	height:298px;
	width:328px;
	padding-top: 35px;
	/*padding-left: 8px;
	padding: 2px 0 2px 0;*/
	background:#000 url(img/video2.png) no-repeat;
}

/* Auditorium
********************************************/

#ipod{
	color: #000;
	font-size:10px;
	text-align: left;
	padding-top:50px;
	padding-left:35px;
	background:#000 url(img/ipod.png) no-repeat;
}

#ipodin{
	color: #000;
	font-size:10px;
	text-align: left;
	padding-left:35px;
	background:#000 url(img/ipodin.png) repeat-y;

}

#ipodtop{
	color: #000;
	font-size:10px;
	text-align: left;
	padding-top:50px;
	padding-left:35px;
	background:#000 url(img/ipod_top.png) no-repeat;
	background-position:top-left;
}

#ipodbottom{
	color: #000;
	font-size:10px;
	text-align: left;
	height:125px;
	background:#000 url(img/ipod_bottom.png) no-repeat;
	background-position:bottom-left;
}
