/* Style add-ons for the "aafp" color scheme 
of the WordPress theme "aafp" by Easy W3 */

/* COLORS
	pink:	#CC6F8A
	orange: #F26522 devient orange : E53E18
	blue: 	#1AB0BF
	green:	#009069 devient bleu : 004A59
*/


/* General styles */
body {
	background: #fff url(img/aafp/bg.jpg) repeat-x;
}

#wrap {
	position: relative;
}

a {
	color: #004A59;
	text-decoration: none;
}

a:hover {
	color: #004A59;
}


/* Header styles */

#header {
	height: 280px;
}

.topBanner {
	background: #fff url(img/aafp/topbanner.jpg) no-repeat;
	width: 750px;
	height: 126px;
	position: absolute;
	top: 20px; left: 215px;
}

.topLogo h1 {
	background: transparent url(img/aafp/aafp-logo.png) no-repeat;
	width: 208px;
	height: 151px;
	color: #197b30;
	text-indent: -9999px;
	position: absolute;
	top: 20px; left: 0;
}

.topLogo h1 a, .topLogo h2 a {
	color: #197b30;
}

.topLogo h1 a:hover, .topLogo h2 a:hover {
	color: #39b54a;
}

.topLogo .blogDescription {
	position: absolute;
	top: 205px;
	left: 5px;
	color: #1AB0BF;
}

#linkhome {position: absolute; top:20px; left: 5px; z-index:100;}

.pictos {
	position: absolute;
	top: 165px; left: 214px;
}

.topMenu {
	position: absolute;
	top: 233px; left: 213px;
	font-size:12px;
	text-align:center;
	line-height: 13px;
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.topMenu {width:745px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .topMenu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.topMenu ul {padding:0;margin:0;list-style-type:none;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.topMenu li {float:left;width:96px;position:relative;}

/* style the links for the top level */
.topMenu a/*, .topMenu a:visited*/ {display:block;text-decoration:none; color:#E53E18; width:84px; height:33px; /*border:1px solid white; border-width:1px 0 1px 1px;*/ /*background:#09c*/; /*padding-left:3px; padding-right:3px*/ padding:3px; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .topMenu a, * html .topMenu a:visited {width:96px; w\idth:84px;}

/* style the top level a:hover */
.topMenu a:hover {color:white; background:#004A57; }
.topMenu :hover > a {color:white; background:#004A57; }

/* style the second level font and border */
.topMenu ul ul a {font: normal normal 12px Tahoma, Arial, Verdana, sans-serif; border:1px solid white; color:#444; border-width:1px 0 1px 1px;}

/* style the second level hover */
.topMenu ul ul a:hover {color:#000; background:#A4C1C5;}
.topMenu ul ul :hover > a {color:#000; background:#A4C1C5;}


/* style the second level background */
.topMenu ul ul a.drop, /*.topMenu ul ul a.drop:visited*/ {background:#CCDEE0; }
/* style the second level hover */
.topMenu ul ul a.drop:hover{background:#A4C1C5;}
.topMenu ul ul :hover > a.drop {background:#A4C1C5;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.topMenu ul ul {visibility:hidden;position:absolute;height:0;top:39px;left:0; width:150px; /*border-top:1px solid #009069;*//*border:1px solid #009069;*/}
/* another hack for IE5.5 */
* html .topMenu ul ul {top:33px;t\op:34px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.topMenu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.topMenu ul ul a/*, .topMenu ul ul a:visited */{background:#CCDEE0; color:#444; height:auto; line-height:1em; padding:5px 10px; width:200px;border-width:0 1px 1px 1px;}



/* make the second level visible when hover on first level list OR link */
.topMenu ul li:hover ul,
.topMenu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.topMenu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.topMenu ul :hover ul :hover ul{ visibility:visible;}

/* =================================================================== */


.topSearch {
	position: absolute;
	top: 175px;
	left: 700px;
}

.s {
	border: 1px solid #E53E18;
}


/* Sidebars styles */

#lsidebar h2, #rsidebar h2 {
	color: #E53E18;
	border-bottom: 1px solid #E53E18;
}

#rsidebar li.rssFeed {
	background: url(img/aafp/bg-rss.gif) no-repeat;
}

#rsidebar ul#news li {
	width: 260px;
}

#lsidebar .leftPic{
	padding-top: 276px;
	background: url(img/aafp/pic-sidebar.jpg) no-repeat;
}

#leftmenu { font: normal normal 12px Georgia, "Times New Roman", serif; border: 1px solid #E53E18;}
#leftmenu li { height: 28px; background: url(img/aafp/bg-leftmenu.jpg) repeat-x; line-height: 26px;}
#leftmenu li a { margin: 0 0 0 10px; color:#004A59; line-height: 26px; }
#leftmenu li a:hover { color:#004A59; }

.rssFeed a {
	color: #fff;
}

.rssFeed a:hover {
	color: #c4df9b;
}

.rssEmail {
	border: 1px solid #fdc88e;
}

.rssForm small {
	background: #f0f7ef;
}

.rssSubmit {
	color: #197b30;
}

.padbot5 {
	padding-bottom: 5px;
	margin-bottom: 5px;	
}

#wp-calendar caption {
	color: #197b30;
}

#wp-calendar th {
	background: #eee;
}

#wp-calendar td {
	background: #f5f5f5;
}

#wp-calendar a {
	color: #E53E18;
}

#wp-calendar a:hover {
	color: #197b30;
}


/* Content styles */

.archiveTitle {
	color: #666;
	border-bottom: 1px solid #ddd;
}

.postTitle h1, .postTitle h2 {
	color: #004A59;
	border-bottom: 1px solid #E53E18;
}

.postTitle h1 a, .postTitle h2 a {
	color: #004A59;
}

.postTitle h1 a:hover, .postTitle h2 a:hover {
	color: #004A59;
}

.postContent h1 {
	color: #E53E18;
}

.postContent h2 {
	color: #E53E18;
}

.postContent h3 {
	color: #E53E18;
}

.postContent h4 {
	color: #777;
}

#content .post ul li {
	margin-top: 3px;
}

.postContent blockquote {
	background: #f0f7ef url(img/aafp/bg-blockquote.gif) no-repeat;
}

.postMeta a {
	color: #197b30;
}

.postMeta a:hover {
	color: #E53E18;
}


/* Comments styles */

h3#respond, h3#comments, h3#trackbacks {
	color: #E53E18;
	border-bottom: 1px solid #fdc88e;
}

.commentAuthor a {
	color: #197b30;
}

.commentAuthor a:hover {
	color: #E53E18;
}

#author, #email, #url {
	border: 1px solid #fdc88e;
}

#comment {
	border: 1px solid #fdc88e;
}

#submit {
	background: url(img/aafp/bg-addcomment.gif) no-repeat;
	color: #fff;
}

/* Footer styles */

#footer {
	border-top: 1px solid #E53E18;
}

