/*
Theme Name: WWF Columbus 2008
Description: An elegant Theme design for the WWF Columbus site. 
Theme URI: http://www.bol-d-air.net/goodies/wordpress-themes/
Version: 1.0
Author: Bol d'Air - Design by Julien Camut - code S&eacute;bastien Hinderer - based on GreenIdea by Robbie Williams (http://www.robbiewilliams.pl/)
Author URI: http://www.bol-d-air.net
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	background-image:url(images/fond_trame.jpg);
	background-repeat:repeat-x-y;
	color:#585858;
	font-size:75%;
}

body, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	color: #585858;
	margin: 0px auto;
}

h1, h2, h3 {
	margin-bottom: 1em;
	
}



p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {	
	margin: 5px 5px 0px 5px;
	padding: 0px 5px 0px 35px;
	background: transparent url(images/blockquote.gif) no-repeat ;
	font-style: italic;}

ul {
	list-style-type: square;
}

a {
	color: #990000;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

/* Wrapper */

#wrapper {
	width: 850px;
	margin: 0 auto;
	border: 0;
	background-color: #FFF;
}

/* Header */

#header {
	height: 242px;
	position: relative;
	background:url(images/green.jpg) no-repeat;
	margin: 0px auto;
}

#header h1, #header h2 {
}

#header h1 {
	position: absolute;
	top: 102px;
	left: 10px;  
	font-size: 3em;
	letter-spacing: -3px;
}

#header h2 {
	position: absolute;
	top: 140px;
	left: 10px;  
	font-weight: bold;
	font-size: 1em;
}

#header a {
	text-decoration: none;
	color: #FFF;
}

#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Menu */

#menu
{
	width: 850px;
	position: absolute;
	margin: -250px 0;
}

#menu ul
{
	list-style: none;
	text-align: right;
	padding: 215px 0px 10px 0px;
	margin: 0;
}

#menu li
{
	padding: 5px 5px 15px 5px;
	display: inline;
}

#menu li a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	padding: 5px 5px 5px 5px;
	border: 1px dotted #FFFFFF;}

#menu li a.active
{
	border: 1px solid #FFFFFF;
	background: transparent url(images/trans.png);
}

#menu li a:hover
{
	border: 1px solid #FFFFFF;
	background: transparent url(images/trans.png);
}

/* Content */

#content {
	background: #FFF url(images/wall_all.jpg) repeat-y;
	margin: 0px auto;
	width: 850px;
}

/* Blog */

#blog {
	background: #FFF;
	float: right;
	width: 615px !important;
	width: 612px;  /* IE6 3px problem */
	margin: 0px auto;
	padding: 10px 20px 0px 10px;
}

/* Post */

.post {
	margin:0;
	padding:0;
}

#title {
	font-weight: bold;
	padding: 5px 5px 0px 10px;
	background: transparent url(images/bg_title.jpg) no-repeat top right;
}

.maintitle {
	font-size: 1.4em;
	color:#0162E9;
	font-weight:bold;
	padding-right: 5px;	
}

#titlepage {
	font-size: 1.4em;
	color:#0162E9;
	font-weight:bold;
	padding: 5px 5px 0px 10px;
}

#title a {
	margin-left:0;
	color:#0162E9;
	text-decoration:none;
}

#title a:hover {
	color:#0162E9;
	text-decoration:underline;
}

#title #date {
	text-align: left;
	font-size: 13px;
	padding: 4px 6px 0px 1px;
	color: #579700;
	float:right;
	width:55px;
	margin:0;
	margin-left:10px !important;
	margin-left:0;
}



#date .mo{color:#fff; text-transform:uppercase;}
#date .day{color:#215aae;}



.post .entry {
	padding: 0px 15px 0px 10px;
	line-height: 1.3em;
}

.post p {
	text-align: justify;
}

.post .meta {
	text-align:right;
	font-size:0.9em;
	padding: 0;
	color: #990000;
}

.sep_post {
	background: transparent url(images/downpost.jpg) no-repeat bottom left;
	height:6px;
	width:100%;
	margin-bottom:10px;
}

.entry h1, .entry h2, .entry h3 {
	color: #585858;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding-right: 5px;
}

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

#sidebar li {
	margin-bottom: 5px;
}

#sidebar li ul {
	line-height: 1.5em;
	list-style-type: none;
	padding-left: 10px;
}

#sidebar li li {
	margin: 0;
	color: #white;
}

#sidebar h2 {
	height: 17px;
	background: url(images/side_title.gif) no-repeat;
	text-transform: uppercase;
	color: #539ff3;
	font-size: 0.9em;
	padding: 1px 5px 0px 0px;
	font-weight: bold;
	text-align: center;
}

#sidebar a {
	font-weight: normal;
	text-decoration: none;
	color: #990000;
	padding-left: 5px;;
}

#sidebar a:hover {
	text-decoration: none;
	color: #990000;
	text-decoration:underline;	
}



caption{font-size: 1.2em;}


/* Footer */

#footer{
	font-size: 0.8em;
	background: white url(images/wall_all.jpg) repeat-y;
	margin: 0px auto;
	padding: 10px 10px;
	text-align: center;}


/* Comments Styling */
#comment {
margin-bottom: 1.5em;
padding-bottom: 1em;
font: Arial, Helvetica, sans-serif;
}


h2.titre_comment {
	font-size : 1.2em;
	font-weight:bold;
}

#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
}

#commentform {
font-size:0.8em;
text-align:left;
margin: 1em auto;
background: #ffffff;
width: 280px;
}

#commentform p {
	text-align:left;
}

#commentform textarea {
background: #ffffff;
font-size:1.1em;
width: 280px;
}


#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #ffffff;
	width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 1.1em;
	background: white;
	width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 1.1em;
	background: white;
	width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

.submit1{
	width: 280px;
	cursor:hand;
	background: #ffffff;
	}

.widget {
	padding:10px 0 10px 10px;
	width:190px;
}

.widget p {
	margin-top:10px;
}

.title_widget {
	font-size:1.2em;
	margin-bottom:5px;
	font-weight:bold;
	color:#368AFF;
	width:190px;
}

.sep_widget {
	width:190px;
	height:6px;
	background-image:url(images/separateur_colonne_gauche.jpg);
	background-repeat:no-repeat;
}

p.cat_publi {
	color:#585858;
	font-weight:normal;
	font-size:0.9em;
}

#title p.cat_publi a {
	color:#990000;
	text-decoration:none;
}

#title p.cat_publi a:hover {
	color:#990000;
	text-decoration:underline;
}

span.auteur {
	font-weight:bold;
}

h2.tele_cat {
	Font-size:1.4em;
	font-weight:bold;
}

#searchform {
	padding-left:0px;
}

#searchform input {
	margin-left:0px;
}

#searchform #s {
	padding-left:0;
	margin-left:0;
	margin-bottom:8px;
	margin-top:10px;
	width: 110px;
	height: 15px;
	color: #000;
}