/* ***** 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 dfinit le style visuel pour les diffrents lments du blog.
 * Dans l'ordre, vous trouverez les rgles qui dfinissent l'apparence pour:
 * - les lments HTML en gnral
 * - la page
 * - l'entte
 * - le prlude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est dfini dans le fichier layout.css
 * Pour mettre la barre de navigation  gauche, dcommentez l'appel  
 * layout-gauche.css
 */

@import "layout.css";
/* @import "layout-gauche.css";*/
 
/* Les lments HTML en gnral
-------------------------------------------------------- */
body{
	color: #000;
	font-size: 11px;
	line-height: 1em;
	font-family: "Andale Mono", "Lucida Console", Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #999999;*/
	background-image: url(http://www.parismoustacheclub.com/img/back01.gif);
}

h1, h2, h3, h4, h5, h6{
	font-family: "Andale Mono", "Lucida Console", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

a{
	color: #000;
	text-decoration: underline;
}

a:visited{
	color: #000;
}

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

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

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

input,textarea, select{
	border: 1px solid #999;
	font-size: 11px;
	font-family: "Andale Mono", "Lucida Console", Verdana, Arial, Helvetica, sans-serif;;
}

/* La page
-------------------------------------------------------- */
#page{
	background: #fff;
	color: inherit;
}
 
/* Le contenu
-------------------------------------------------------- */
.post{
	BACKGROUND: #FFF url(http://www.parismoustacheclub.com/img/blog-trame.gif) no-repeat;
	margin-bottom: 4em;
}

.post-title{
	color: #000;
	padding-top: 15px;
}

.post-title a{
	color: #000;
	background: transparent;
	text-decoration: underline;
}

.post-info{
	margin-top: 15px;
	color: #000;
	background: transparent;
	padding-bottom: 0ex;
	/*border-bottom: 1px solid #FC0;*/
}

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

.post-content{
	text-align: justify;
	padding-top: 15px;
}

.post-content blockquote{
	font-family: "Andale Mono", "Lucida Console", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}

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

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

.day-date{
	padding-left: 0px;
	padding-top: 0px;
	color: #000;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar{
	float: left;
	width: 460px;
	padding-top: 30px;
	padding-left: 30px;
	position : absolute;
}


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

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 3em;
	padding-top: 11px;
}

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

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

#bottom_left{
	BACKGROUND: #FFF url(http://www.parismoustacheclub.com/img/nav-trame.gif) no-repeat;
	margin-top: 20px;
	padding-top: 25px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 25px;
	padding-right: 10px;
}

#syndicate{
	padding-top: 25px;
}

/* Navigation -------------------------------------------------------- */
#navcontainer {
	margin-top: 20px; padding-top: 25px; padding-LEFT: 10px; font: 10px "Andale Mono", "Lucida Console", Verdana, Arial, Helvetica, sans-serif;; height: 40px; BACKGROUND: #FFF url(http://www.parismoustacheclub.com/img/nav-trame.gif) no-repeat;
}
#navcontainer UL {
	border-TOP-WIDTH: 0px; padding-right: 0px; padding-LEFT: 0px; border-LEFT-WIDTH: 0px; border-BOTTOM-WIDTH: 0px; padding-BOTTOM: 0px; margin: 0px; padding-TOP: 100px; LIST-STYLE-TYPE: none; TEXT-ALIGN: center; border-right-WIDTH: 0px
}
#navcontainer UL LI {
	padding-right: 0px; display: block; padding-LEFT: 0px; FLOAT: left; padding-BOTTOM: 0px; margin: 0px; padding-TOP: 0px; TEXT-ALIGN: center
}
#navcontainer UL LI A {
	display: block; margin: 0px 0px 10px; font: 10px "Andale Mono", "Lucida Console", Verdana, Arial, Helvetica, sans-serif;; WIDTH: 60px; COLOR: #000; padding-TOP: 2px; border-right-STYLE: none; height: 20px; TEXT-ALIGN: center; TEXT-DECORATION: none
}
#navcontainer UL LI A:hover {
	TEXT-DECORATION: underline
}
#navcontainer A:active {
	TEXT-DECORATION: underline
}
#navcontainer LI#active A {
	TEXT-DECORATION: underline; background-color: yellow;
}

/* taglist */
#sidebar #tag li {display: inline; line-height: 1.1em; }
#sidebar #tag .level-1 { font-size: 0.8em }
#sidebar #tag .level-2 { font-size: 1em; }
#sidebar #tag .level-3 { font-size: 1.2em; }
#sidebar #tag .level-4 { font-size: 1.4em; }
#sidebar #tag .level-5 { font-size: 1.6em; }


/* blogmarks
-------------------------------------------------------- */
img.screenshot {
background:white;
border:3px solid #eee;
-moz-border-radius:10px;
width:112px;
height:83px;
margin-right:10px;
display:block;
float:left;
margin-bottom:10px;
}

.mark {
width:480px;
padding-bottom:10px;
clear:both;
margin-top:15px;
min-height:83px;
_height:83px;
margin-bottom:15px;
margin-left:0px;
width:430px;
}


#taglist {
font-size:10px;
text-align:center;
margin-bottom:0;
margin-top:15px;
}

/*
#taglist small {
font-size:0.8em;
}

#taglist big {
font-size:1em;
}
*/
#taglist big big big big big big { font-size:17px; }
#taglist big big big big big { font-size:16px; }
#taglist big big big big { font-size:15px; }
#taglist big big big { font-size:14px; }
#taglist big big { font-size:12px; }
#taglist big { font-size:10px; }
#taglist { font-size:6px; }
#taglist small { font-size:4px; }
#taglist small small { font-size:3px; }


#sidetag {
	float: left;
	width: 240px;
	padding-bottom: 4em;
	padding-top: 1em;
	background-color:#FFFFFF
}

#sidetag h3 {
	font-size:17px;
}

#sidetag div {
	border:1px dotted #999999;
	padding:10px 10px;
	margin:20px 0;
	width:200px;
	line-height: 2.2em;
}	
