/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2005 Travelogue 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 *****
 */
 
@import "layout.css";

/* Global style
********************************************/
html, body{
	margin: 0;
	padding: 0;
}

body{
	background-image: url('img/background.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF; 
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;text-align: justify;
}

/* Text Styles */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #498ADD;
}

h1 {
  font-size: 24px;
}

p, ul, ol {
	font-size: .8em;
}

li ul, li ol {
	font-size: 100%;
}

a:link {
	color: #498ADD;
	text-decoration: none;
} 

#main a:link {
	color: #498ADD;
	text-decoration: underline;
} 

a:visited {
	color: #498ADD;
	text-decoration: none;
}

#main a:visited {
	color: #498ADD;
	text-decoration: underline;
	}
	
a:hover {
	color: #000000;
	text-decoration:none;
}

#main a:hover {
	color: #000000;
	text-decoration: underline;
	}

a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]"; 
	color:#999; 
	background:transparent;
}

a[hreflang|="en"]:after {
	content: "\0000a0"url(img/linken.gif);
}

a[hreflang|="fr"]:after {
	content: "\0000a0"url(img/linkfr.gif);
}

a[hreflang] {
	content: normal !important;
}

a img{border: none;}

code, pre, kbd {
	font-family: "Courier New", Courier, monospace; font-size : 1em;
}

pre {
overflow: scroll;
width: 100%;
}

html>body pre {
overflow: auto;
width: auto;
}

textarea{
	width: 99%;
}

.pagetitle {
	text-align:center;
	text-decoration:underline;
}

.entry li {
	font-size: smaller;
}

/* End Typography & Colors */

/* header and sub-header */

/* Post styles */

.day-date {
	display: none;
}

.post {
	border-top: 1px #ffffff dotted;
	padding: 7px 3px 1px 4px;
}

.comments, .trackbacks {
	clear: left;
	padding-left: 8px;
}

.post .post_cal {
	border: 1px solid #ffffff;
	text-align: center;
	width: 50px;
	float: left;
	margin: 0 10px 5px 0;
}

	.post_cal .dayname {
		background-color: #c2f37b;
		border-bottom: 1px solid #ffffff;
		color: #388fb9;
		font-size: smaller;
		font-weight: bolder;
		width: 100%;
	}
	
	.post_cal .daynum {
		border-bottom: 1px solid #ffffff;
		font-size: xx-large;
		font-weight: bold;
		width: 100%;
	}
	
	.post_cal .month, .post_cal .year {
		font-size: smaller;
		width: 100%;
	}

.post-title {
	margin-top: 0px;
}

.post-title h2 {
	font-size: 1.1em;	
}

.post-info {
	font-weight: bold;
}

.post-info-co {
	display: block;
	clear: both;
	text-align: right;
}

.post-info-co a {
	font-size: smaller;
	text-decoration: none;
}

.post h3 {
	display : block;
	clear: left;text-align: justify;
}

.comments h3 {
	display : block;
	clear: left;
}

.trackbacks h3 {
	display : block;
	clear: left;
}

.post blockquote{
	border-left : 1px solid #999;
	padding-left : 1em;
}

.post blockquote p{
	width: auto;
}

.post pre {
	border: 1px solid #999;
	background: #FFFFDD;
	display : block;
	padding: 1em;
}

/* End Post styles */

/* Sidebar Styles */

	/* Seriously hacked out code for cool boxes */

.sidebox {
	margin: 0; /* center for now */
	width: 290px; /* ems so it will grow */
	background: url('img/sbbody-r.gif') no-repeat bottom right;
	font-size: 100%;
	text-align: left;
}

.boxhead {
	background: url('img/sbhead-r.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}

.boxhead h3 {
	background: url('img/sbhead-l.gif') no-repeat top left;
	margin: 0;
	padding: 8px 30px 8px;
	font-weight: bold; 
	font-size: 1.5em; 
	line-height: .8em;
}

.boxbody {
	background: url('img/sbbody-l.gif') no-repeat bottom left;
	margin: 0;
	padding: 5px 5px 10px 0px;color:#000000;
}

.boxbody h4 {
	margin: 5px;color:#000000;
}

#prelude {
	display: none;
}

#sidebar ul {
	list-style-type: none;
	margin: 0 5px 10px 0px;
	font-size: small;
  padding-left: 10px;
}

#sidebar li {
  margin-left: 0px; 
  padding-left: 0px;
}

#sidebar ul li h3 {
	font-size: 1.35em;
}



#sidebar #calendar div.boxbody table {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	font-size: smaller;
}

#sidebar #calendar td.active{
	border: 1px solid #AA3511;
}

#sidebar #calendar td.today{
	border: 1px dashed #AA3511;
}

#sidebar #calendar a {
	text-decoration: none;
}

#sidebar #search {
	text-align: center;
}

/* End Sidebar Styles */

/* Divers */

.left{
	float: left;
	margin: 0 1em 1em 1em;
}

.right{
	float: right;
	margin: 0 1em 1em 1em;
}

#dcwikibar img:hover { 
	cursor: pointer;
}

.comment-info {
	display : block;
	clear : left;
}

hr {
	margin: 2em 10em;
	color: #b9f0d9;
	background-color: #c2f37b;
	height: 1px;
	border: 0;
}

.footnotes {
	font-size:0.8em; color:#333;
}

.footnotes h4 {
	color: #fff;
	border-bottom: 1px solid #CCC;
	padding: 0.5ex 0;
	margin-right: 75%;
}
#sidebar p.poll_reponse {
	margin-bottom: 0;
}
#sidebar div.poll_bar_ext {
	margin: 0;
	padding: 0;
	background: none;
	
	width: 100px;
	height: 10px;
	text-align: left;
	border: 1px solid #336699;
}
#sidebar div.poll_bar_int {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	
	height: 10px;
	background-color: #336699;
	text-align: left;
}
#map { 
	width: 100%;
 	height: 400px;
	padding : 10 px; 
	border : 1px solid #1B5EA8; 
	margin : 0 auto;
}
#ouverture {
	padding: 5px 5px 10px 5px;
	width:100%;
}
#footer2 {
a:link {color: #FF0000}     /* unvisited link */
a:visited {color: #00FF00}  /* visited link */
a:hover {color: #FF00FF}   /* mouse over link */

}