/* ***** BEGIN LICENSE BLOCK *****
 * licence:   GPL
 * date:      2005.11.05
 * version:   0.5
 *
 * Contributor(s):
 *  Maurice Svay
 *  erational for the EDM part 
 */

@import "layout.css";

 
/* main HTML tags
-------------------------------------------------------- */
body{
	background: #a862b4 url(../../img/edm/edm_banner5.png);
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;	
}

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

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

form {
  margin: 0;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img {
  border: 0;
}

a{
	color: #000;
}



a:hover{
	color: #1fa2fc;
}

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

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

/* page
-------------------------------------------------------- */
#page{
	background: #eee; /*#47473c url(img/page.png) repeat-y center top;*/
	border-left: 1px solid #777;
	border-right: 1px solid #888;
	color: inherit;	
}
 
/* entete
-------------------------------------------------------- */
#top{
	/*height: 120px;	
	background: #fff; /*url(img/top.png) no-repeat left top;	*/
}

#top h1{
  display: none;
}

#top h1 a{
	text-decoration: none;
	color: #60c5d2;
}


/*  contenu
-------------------------------------------------------- */


.post-title{
	color: #1fa2fc;
	background: transparent;
	margin: 0;	
}

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

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

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

.post-content{
	text-align: justify;
}


.post-content a{
	text-decoration: none;
	border-bottom:1px dashed #000;
}
.post-content a:hover{
	text-decoration: none;
	border-bottom:1px dashed #198ad7;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

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

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

#author {
  margin: 20px 0 35px 0;  
}
#author a {
  text-decoration: none;
  font-weight: bold;
  display: block;
  color: #000;
}
#author a:hover {
  color: #1fa2fc;
}


/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	border-bottom: 1px solid #F0F0F0;
	color: inherit;
}

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

#sidebar h2, #sidebar h3{
	color: #9ED200;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
	text-align: right;
}

div #search form {
  margin: 0;
}

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


#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#sidebar div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #493;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
}

#sidebar div#calendar table td a{
	display: block;
	background: #EFA;
	color: #493;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #DBB8DC;
	color: #636;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
  margin: 0;
	padding: 0.3em 0;	
	color: #666;
	text-align: center;
	/*font-size: 90%;*/
	
	background: #c8d8ff;
}

#footer a{
	color: #344c86;
	text-decoration: none;
	margin: 3px;
}

/* Le forum
-------------------------------------------------------- */
#comments {
  background: #fff;
  padding: 5px
}

#comments a{
  text-decoration: none;
  border: 0 solid;
}

#forum {
  /*display: block;*/
  text-align: right;
  font-weight: bold;
}


/* misc. elements (added by erational)
-------------------------------------------------------- */

ul.menunav li{
  padding: 1px 2px 1px 9px;
  border-bottom: 1px solid #fff;
}

ul.menunav li a{ 
  color: #344c86; 
  text-decoration: none;
}

ul.menunav li a:hover { 
  color: #1fa2fc;;  
}



ul.menunav li.current{
  background: #fff;
}

#sidebar div#lang {
  text-align: right;
  padding: 0; 
  margin: 0 0 20px 0;
  border: 0;  
}

#sidebar div#lang a{
  text-decoration: none;
  color: #000;
  display:block;   
}

#sidebar div#lang a:hover{
	color: #1fa2fc;
}

#sidebar div#lang a:first-letter{
  text-transform: uppercase;
}

#sidebar div#lang a img {
  vertical-align: middle;   
}

.date {
  margin: 15px 0 6px 0;
  text-align: right;
}

.teaser {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px solid #aaa;
}

a.homepage {
  text-decoration:none;
  display: block;
  margin-bottom: 20px;
}

.photosmall {
  display: block;
  width:80px;
  height:80px;
}


