/* ***** 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 *****
 *
 * Author:
 *  Maurice Svay  http://www.svay.com/web/dotclear/
 * Modificións:
 *  Ricardo Lago http://www.xenealoxia.org/cruzul
 */
 
/* 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
 *
 * O layout está nun arquipo aparte
 * 1 - Estilo Xeral
 * 2 - Cabeceira
 * 3 - Artigo
 * 4 - Trackbacks e comentarios
 * 5 - Lateral
 * 6 - Pe
 */
 
@import "layout.css";

/* Estilo Xeral
********************************************/
html, body{
	margin: 0;
	padding: 0;
}

body{
	background: #404040 url(img/back.jpg) repeat;
	color:#fff;
	font-family: Arial,  Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 0.8em;
}

#page{
  background:#FFF;
	color:#000;
		
}	

#main{
  background:#FFF8F6 url('img/content_bg.png') repeat;
  color:#000;
  border-left : 1px solid #FFF3EF;

}

.accesskey {
	text-decoration: none;
	border-bottom: 1px dotted;
}

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:#660000;
	background: transparent; 
}

a:visited {
    color:#000;
	background: transparent; 
}

a:hover {
    color:#000;
	background: transparent; 
}

a[hreflang]:after { 
    content: "\0000a0[" attr(hreflang) "]";
	color:#999;
	background: transparent;
}

a img{ 
    border: none;
}

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

code, pre {
	font-family: "Courier New", Courier, monospace; 
	font-size : 1em;
	color: #777;
	background:#fff;
	font-weight: bold;
}

samp {
	font-family: "Courier New", Courier, monospace; 
	font-size : 1em;
	color: #777;
	background: #fff1f1;
	font-weight: bold;
}


kbd {
	padding: 0px 2px 0px 2px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	background: #fff;
	color: #777;
	font-family: "Courier New",Courier, monospace;
	font-size : 1em;
	font-weight: bold;
	border-color:  #FFC5C6 #FFA8A9 #FFA8A9 #FFC5C6;
}

pre {
    overflow: auto;
	width: 100%;
	display: block;
	margin-left: 0.5em;
	padding-left: 0.5em;
}

html>body pre {
  overflow: auto;
	width: auto;
}

.footnotes {
	color:#000;
	font-family: Arial,  Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 0.7em;
}


fieldset{
	border: none;
}

.field label{
	display: block;
	cursor: pointer;
	}

input, textarea{
	border: 1px solid #999;
	background: #FCFCFC;
	color:#000;
	}

textarea{
	width: 99%;
}

/* Cabeceira
********************************************/
#top{
	background: #000 url(img/header.jpg) no-repeat;
	color: #660000;
}

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

#top h1 a{
	text-decoration: none;
	color: #660000;
	background: inherit;
}

#menu_sup{
  max-height: 17px;
	margin: 0;
}

ul.menu{
  text-align: right;
	list-style: none;
}

ul.menu li {
	display: inline;
	margin: 0 6px;
}

ul.menu li.acochado {
	display: none;
			}
			
ul.menu a {
  color:#FF9673;
	background: transparent;
	text-decoration: none; 
}
			
ul.menu a:hover{
	color: #F0E68C;
	background-color: transparent;
	text-decoration: underline;
}

ul.menu a:visited {
  color:#FF9673;
	background: transparent;
	text-decoration: none;
}

/* Artigo
********************************************/
#content{
	color: #000;
	background:#FFF8F6 url('img/content_bg.png') repeat;
	line-height: 1.5em;
}

.post{
	margin-top: 1em;
}

.day-date{
	display: none;
}

.post-title{
	padding-left: 1.3em;
	background: transparent url(img/sstar.png) no-repeat left;
	color: #000;
	margin-bottom: 0;
}

.post-title a{
	text-decoration: none;
}

.post-info{
	padding-left: 1.5em;
	margin-top: 0;
	color: #555555;
	background: transparent;
}

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

.post-content p{
	width: 480px;
	text-align: justify;
	text-indent: 10px;
	overflow: hidden;
}

.post-content ul{
	list-style-image: url(img/puce.png);
}
	
.post-content li{
    line-height: 1.5em;
}
	
.post-content dt {
    font-weight: bold; 
}

.post-content dd {
    padding-bottom: 1.5em;
}

.post-content img.smiley {
	margin:0;
	border: none;
	padding:0;
}
.post-content img {
	margin:1em;
	border: 1px solid #ccc;
	padding:4px;
	background: #fff;
}

.post-content img.izq {
	float:left;
	margin:1em;
	border: 1px solid #ccc;
	padding:4px;
	background: #fff;
}

.post-content img.der {
	float:right;
	margin:1em;
	border: 1px solid #ccc;
	padding:4px;
	background: #fff;
}

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

.post blockquote p{
	width: auto;
}

.post q{
	font-style : italic;
}

.post-info-co{
	clear: both;
	text-align: right;
	font-size: 0.8em;	
	border: 1px solid #E0E0E0;
	background: transparent url(img/postinfo.png) repeat-x;
	color: #000;
	margin-top: 0.5em;
	margin-bottom: 3em;
	padding: 0.5ex;
	}

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

.post-info-co a:before{
	content: url(img/bulle.png);
	margin-right: 1ex;
}
.post-tag{
	padding-left: 1.9em;
	background: transparent url(img/tag.png) no-repeat left;
	font-size: 0.8em;	
	color: #666;
	font-weight: bold;
	margin-bottom: 0;
}
	


/* Trackbacks e comentarios
********************************************/

#trackbacks, #comments{
	margin-top: 4em;
}
#trackbacks blockquote{
  font-family: times, sans-serif;
	font-size: 1.1em;
	background: #fff;
	color: inherit;
	border: 1px dotted #C22;
	margin: 0.5ex 0 1em 0;
	padding: 1ex;
	overflow: auto;
} 


#comments blockquote{
	background: #fff6ee;
	color: inherit;
	border: 1px dotted #C22;
	margin: 0.5ex 0 1em 0;
	padding: 1ex;
	overflow: auto;
}

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

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

/* Lateral
********************************************/
#sidebar{
	background: transparent url(img/menu.jpg) repeat-x;
	padding: 0;
	color: #000;
}

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

#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: #660000;
	background: inherit;
}

#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 #C22;
	padding: 0.5ex 0;
}

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

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

#search input{
	width: 15%;
}

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

#search label span {
	display:none;
}
	

/* Pe
********************************************/
#footer{
	clear: both;
	margin: 0;
	border-top: 1px solid #FFEBD6;
	border-bottom: 1px solid #FFEBD6;
	padding: 1em 0 0 0;
	font-size: 0.9em;
	color: #800000;
	background: #FFFBF7;
	text-align: center;
}

#footer a{
	text-decoration: none;
	color: #C00000;
	background: #FFFBF7;
}