/*  

Theme Name: WWF UE 2008
Description: An elegant 3 colums Theme design for the WWF UE site. The sidebar is divided in 3 zones : sidebar, is the top block on the sidebar , sideone the left column of the sidebar below the top block, sidetwo the right colomn below the top block
Theme URI: http://www.bol-d-air.net/goodies/wordpress-themes/
Version: 1.0
Author: Bol d'Air - Design by Julien Camut - code Eric Bouquerel - based on Areia Azul by Alessandra Briscoe (http://loginstyle.com)
Author URI: http://www.bol-d-air.net

*/

/* General */
body{
	background: url(images/wwfue/bg_body.jpg) repeat-x #c0e7fb;
	text-align: center;
	font: 9pt Arial, Helvetica, sans-serif, "Century Gothic" ;
	color: #000;
}
a 	  { outline:none; }
img a { outline:none; }
a img { outline:none; border:0 none;}

#container {
	background: url(images/wwfue/bg_container.gif);
	background-repeat:repeat-y;
	background-position:-5px 0px;
	background-color:#f5f5f5;
	text-align: left;
	width: 850px;
	margin: 0px auto;
	overflow: hidden;
}
#header {
	background: url(images/wwfue/header_general.jpg) no-repeat center;
	height: 180px;
}
#banner {
	width: 850px;
	height: 180px;
	background-image: url(images/wwfue/header_general.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px auto;
}
#header h1 
{
	margin: 0;
	color: #4b4e60;
	font: 38px "Vladimir Script", "Pristina", "French Script MT", "Formal Script", "Freestyle Script";
	padding:120px 0 0 30px;
	text-align:center;
}

#header h4 
{
	margin: 0;
	color: #415A96;
	font: 22px "Vladimir Script", "Pristina", "French Script MT", "Formal Script", "Freestyle Script";
	text-align: center;
}

/* Nav */
#nav {
	background: url(images/nav.gif) center;
	height: 27px;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	color: #5e2901;
	font: 24px "Vladimir Script", "Pristina", "French Script MT", "Formal Script", "Freestyle Script";
}
#nav .navlinks {
	margin: auto;
	width: 95%;
	text-align: left;
}


#nav a{
	color: #ab4d06;
	text-decoration: none;
}

#nav a:hover {
	color: #4b4e60;
	background: #e9e6d9;
	text-decoration: overline;
}

#gnav 
{
	margin:-20px 0 0 0;
	padding:0;
	list-style:none;	
}
#gnav li 
{
	margin:0;
	padding:0 10px;
	list-style:none;
	display:inline;
}
#gnav li a:link, #gnav li a:visited
{
	color: #ab4d06;
	text-decoration: none;
	padding:2px 0;
	border-bottom:none;	
}
#gnav li a:hover, #gnav li a:active
{
	color: #4b4e60;
	background: #e9e6d9;
	text-decoration: overline;
}
#gnav li.current_page_item a:link, #gnav li.current_page_item a:visited, #gnav li.current_page_item a:hover, #gnav li.current_page_item a:active
{
	color: #4b4e60;
	background: #f4f1f1;
	text-decoration: underline;
	
}


/* Content */
#content, #content_single {
	width: 466px;
	float: left;
	min-height:400px;

}
#content a, #content_single a {
	color: #038443;
	text-decoration: none;
}

#content a:hover, #content_single a:hover {
	color: #038443;
	background-color:#cff;
	text-decoration: overline;
}

#content .date, #content_single .date{
	margin: 10px 8px 8px 15px;
	padding:9px 0 0 3px;
	float: left;
	height:59px;
	width: 53px;
	background: url(images/wwfue/bg_date_post.gif) no-repeat;
	text-align: center;
	clear: left;
	color:#fff;
}

#content .title, #content_single .title {
	font-size: 13pt;
	font-weight:bold;
	color: #1a3f97;
	text-align: left;
	padding:15px 25px 0 0;
	float:right; 
	width:350px; 
}
#content .title a:link, #content .title a:visited,
#content_single .title a:link, #content_single .title a:visited
 {
	color: #1a3f97;
	text-decoration: none;
}

#content .title a:hover, #content_single .title a:hover,{
	color: #1a3f97;
	background-color:transparent;
	text-decoration: underline;
}
#content .title a:active,
#content_single .title a:active {
	color: #1a3f97;
	text-decoration: none;
}


#content .post, #content_single .post {
	padding: 4px 10px 10px 25px;
	clear:both;
	text-align:justify;
}

#content .content_top, #content_single .content_top {
	/*background: url(images/toppost.gif) no-repeat center;*/
	height: 20px;
	margin-left: 10px;
}
#content .content_body, #content_single .content_body {
	background: url(images/wwfue/bg_post.jpg) no-repeat;
	margin-left: 10px;
}
#content .content_bottom, #content_single .content_bottom {
	/*background: url(images/content_bottom.gif);*/
	margin-left: 10px;
	height: 58px;
}
#content .content_bottom .meta, #content_single .content_bottom .meta {
	padding-right: 50px;
	padding-left: 0px;
	border-top: thin dotted #a1a1a1;
	width: 80%;
	margin-left: 20px;
}
#sidebarintro .top .title {
	width: 80%;
	margin: 0px auto auto;
	font: normal 20px "Vladimir Script", "Pristina", "French Script MT", "Formal Script", "Freestyle Script";
	text-align: right;
	padding-top: 5px;
}


/* sidebarintro */
#sidebarintro {
	float: right;
	width: 384px;
	margin: 0px;
}

#sidebarintro .top {
	/* background: url(images/side_top.gif) no-repeat; */
	height: 18px;
	margin-left: 0px;
	overflow: hidden;
}

#sidebarintro .top p {
	color: #3E3C58;
	padding: 0px 20px 10px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: auto;
	vertical-align: top;
}

#sidebarintro .intro {
	/* background: url(images/side_bg.gif) repeat-y; */
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: auto;
	overflow: hidden;
}
#sidebarintro .intro .sidetext {
	font-size: 12px;
	color: #fff;
	padding:10px 20px;
	background-color:#3e363e;
	text-align:justify;
}
#sidebarintro .intro .sidetext img {
	border: 1px solid #fff;
	float:left; 
	margin:0 8px 5px 0;
}
#sidebarintro .intro .sidetext a{
	color: #415A96;
}

#sidebarintro .intro .sidetext a:hover{
	color: #ab4d06;
	background: #EAF5FF;
}

#sidebarintro .intro .sidetext h2 {
	font-size: 13pt;
	font-weight: normal;
	color: #fff;
	margin: 0 0 10px 0;
}
#sidebarintro .bottom {
	/*background: url(images/side_bottom.gif) no-repeat; */
	margin-left: 1px;
	height: 10px;
	
}
#sideone {
	width: 188px;
	float: left;
	padding-left:4px;
	color: #038443;
	border-right: #f00 0px solid;
	background-color:#f5f5f5

}
#sideone ul {
	margin:0;
	padding:0;
	margin-left: 2px;
}

#sideone li {
	list-style: none;
	list-style-type:square;
	padding:0;
	margin: 0 10px 0 15px;;
	
}
#sideone p {
	padding-left: 10px;
}

#sideone a{
	color: #038443;
	text-decoration: none;
}

#sideone a:hover {
	color: #038443;
	text-decoration:underline;
}

#sideone h2 {
	font-size: 12pt;
	padding-left: 10px;
	font-weight: normal;
	color:#1a3f97;
}
#sidetwo {
	color: #575757;
	float: right;
	width: 182px;
	border-left:0px solid #0f0;
	padding:0;
	margin:0;
	
}
#sidetwo ul {
	margin:0;
	padding:0;
	margin-left: 2px;
}
#sidetwo li {
	list-style: none;
	list-style-type:square;
	padding:0;
	margin: 0 20px 0 15px;
}


#sidetwo h2 {
	font-size: 12pt;
	font-weight: normal;
	color:#1a3f97;
}
#sidetwo a{
	color: #038443;
	text-decoration: none;
}

#sidetwo a:hover {
	color: #038443;
	text-decoration:underline;
}


/* Footer */
#footer {
	clear: both;
	/*background: url(images/wwfue/bg_container.gif);
	background-repeat:repeat-y;
	background-position:-5px 0px;
	*/
	background-color:#c0e7fb;
	/* height: 132px; */
	border-top: 0px solid red;
}
#footer .prev {
	width: 120px;
	padding-left: 20px;
	float: left;
	font-size: 14px;
	color: #663300;
	font-weight: bolder;
}
#footer .next {
	float: ;
	width: 120px;
	margin-left: 250px;
	padding-left: 50px;
	font-size: 14px;
	color: #663300;
	font-weight: bolder;
	text-align: right;
	padding-right: 20px;
}
#footer .rights {
	width: 85%;
	margin: 50px auto 5px auto;
	clear: both;
	top: 30px;
	padding: 0px 20px;
	height: 50px;
	color:#368aff;
}
#footer a{
	color: #368aff;
	text-decoration: none;
}

#footer a:hover {
	color: #368aff;
	text-decoration: underline;
}

/* Flickr */

p.sb-flickr a img {
	border: 5px solid #EAF5FF;
	margin: 0 15px 15px 0;
	}

p.sb-flickr a:hover img {
	border: 5px solid #e9e6d9;
	}

/* Comentarios */
h3#comments, h3#respond
{
	font-size:11pt;
}
#comments, #respond{
	margin: 2em 0 0 0px; padding-left: 5px;
}
.commentlist 
{
	margin:10px 0px;
	padding:10px 0px;
	text-align:justify;
}
#commentform 
{
	margin:10px;
	padding:10px;
}
.commentlist {
	margin: 0;
	padding: 0;
	width:410px;
}
.commentlist li 
{
	list-style:none;
	margin: 0.5em 0;
	padding: 0.5em 0;	
}
.commentlist li .cmtinfo 
{
	font-size:1em;	
	border-bottom: #eee 1px solid;
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
.commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
textarea{
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;	
	background-color:#fff;
}
.widget_gauche {
	background-image:url(images/wwfue/bg_widget.jpg);
	background-repeat:no-repeat;
	background-position:-5px 0px;
	background-color:#f5f5f5;
	padding:3px 0 15px 10px;
}
.widget_droite {
	background-image:url(images/wwfue/bg_widget.jpg);
	background-repeat:no-repeat;
	background-color:#f5f5f5;
	padding:3px 0 15px 10px;
	background-position:-4px 0px;
}
#searchform { text-align:right; }
#searchform input { margin: 2px 0;}
#searchform #s { border: 1px solid #c6c6c6; width:95%; background-color:#fff; }
#searchform input.Buttons { border: 1px solid #c8c8c8; background-color: #f3f6f8;}

#commentform #email
#commentform #comment,
#commentform #author,
#commentform #url { border: 1px solid #c6c6c6; background-color:#fff; }

/* Attention les styles WP-polls sont forcés wans wpadmin->Polls->polls-templates et le css du plugin*/ 

