/* ***** 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 Styles */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #AA3511;
}

p, ul, ol {
	font-size: .8em;
}

li ul, li ol {
	font-size: 100%;
}

a:link {
	color: #AA3511;
	text-decoration: underline;
}

a:visited {
	color: #618788;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #E0D3CD;
	text-decoration:none;
	border-bottom: 1px #E0D3CD dashed;
}

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 #E0D3CD dotted;
	padding: 7px 3px 1px 4px;
}

.comments, .trackbacks {
	clear: left;
	padding-left: 8px;
}

.post .post_cal {
	border: 1px solid #A6A6A6;
	text-align: center;
	width: 50px;
	float: left;
	margin: 0 10px 5px 0;
}

	.post_cal .dayname {
		background-color: #AA3511;
		border-bottom: 1px solid #A6A6A6;
		color: #FFFFFF;
		font-size: smaller;
		font-weight: bolder;
		width: 100%;
	}
	
	.post_cal .daynum {
		border-bottom: 1px solid #A6A6A6;
		font-size: xx-large;
		font-weight: bold;
		width: 100%;
	}
	
	.post_cal .month, .post_cal .year {
		font-size: smaller;
		width: 100%;
	}

.post-title {
	margin-top:-14px;
}

.post-title h2 {
	font-size: 1.35em;	
}

.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;
}

.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 auto; /* center for now */
	width: 17.5em; /* ems so it will grow */
	background: url('img/sbbody-r.gif') no-repeat bottom right;
	font-size: 100%;
}

.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.2em; 
	line-height: .8em;
}

.boxbody {
	background: url('img/sbbody-l.gif') no-repeat bottom left;
	margin: 0;
	padding: 5px 5px 10px 5px;
}

.boxbody h4 {
	margin: 5px;
}

#prelude {
	display: none;
}

#sidebar ul {
	list-style-type: none;
	margin: 0 5px 10px 10px;
	font-size: smaller;
}

#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: #AA3511;
	background-color: #AA3511;
	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%;
}
