/*  
Theme Name: Wanteed
Author URL: http://www.nathanrice.net/
Version: 1.0
Author: Nathan Rice
Description: Wanteed is a custom theme for Blog Wanteed
It has 2 columns, with the 
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

html, body { margin: 0; padding: 0; }

body { 
	background: #FFF;
	color: #333;
	font-family: Verdana, Helvetica, arial, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 20px 0px 0px 0px; 
	text-align: center;
}

body * {margin: 0px; padding: 0px;}

/*********************************************
		Link Styles
*********************************************/
a {
	color: #0066FF;
	text-decoration: none;
}
a:hover { 
	color: #0066FF;
	text-decoration: underline;
}

/*********************************************
		Text Elements
*********************************************/
p, ul, ol, blockquote {color: #333;}
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #999;
}
img { border: 0px; background: none; }
p {
	padding: 10px 0px;
	margin: 0px;
}
/*********************************************
		Header Styles
*********************************************/
h1 { /* This style used as title on single posts and pages */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding: 10px 0px;
	margin: 0px;
	color: #333;
	text-decoration: none;
	border-bottom: 2px dotted #666;
}
h2 { /* This style used as header in the sidebars */
	font-size: 15px;
	color: #333;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
	border-bottom: 2px dotted #A6A6A6;
}
h2:after {
	content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden;
}
h3 { /* This style used as the post titles on homepage/archive */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding: 10px 0px;
	margin: 0px;
	color: #333;
	text-decoration: none;
	border-bottom: 2px dotted #A6A6A6;
}
h3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: #333;
	text-decoration: none;
}
h3 a:visited {
	color: #99CC33;
}
h3 a:hover {
	color: #FFFFFF;
	background: #99CC33; 
	text-decoration: none;
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #333;
	text-decoration: none;
}

/*********************************************
		Container Div
*********************************************/
#container {
	background: transparent;
	border: 0px solid #F3F3F3;
	text-align: left;
    margin: 0px auto;
    width: 910px;
    padding: 0px 15px;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	border: 0px solid black;
	background: url(images/header.jpg) no-repeat;
	height: 115px; width: 910px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	display: block;
	position: relative;
}
/*********************************************
		Horizontal Navigation Styles
*********************************************/
#wanteedlink {
	display: block;
	text-align: right; float: right;
	height: 22px; width: 400px;
	padding: 8px 102px 0px 0px;
}
#homelink {
	display: block;
	width: 190px;
	padding: 0px;
	float: left;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
}
#homelink a {
	color: #669900;
	display: block;
	-moz-outline-style: none;
	padding: 42px 70px 0px 34px;
}
#homelink a span {
	color: #FE6601;
}
#homelink a:hover {
	color: #99CC33;
	text-decoration: none;
}
#homelink a:hover span {
	color: #FF9933;
}
#menu {
	display: block;
	float: left;
	color: #FFF;
	font-size: 15px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	text-align: left;	
	padding: 0px 0px;
	margin: 0px;
	display: block;
}
#menu ul {
	display: block;
	height: 78px;
	background: transparent;
	margin: 0px;
	padding: 0px;
	}
#menu ul li {
	position: relative;
}
#menu ul li.wanteed {
	background: url(images/menu-left.jpg) 0px 0px no-repeat;
	display: block;
	float: left;
	list-style-type: none;
	height: 45px;
	margin: 0px; padding: 0px 0px 0px 14px;
	z-index: 0;
	}
#menu ul li.wanteed a {
	background: url(images/menu-wanteed.jpg) 0px 0px no-repeat;
	text-indent: -9999px; /* image replacement technique */
	color: #FFF;
	padding: 0px; margin: 0px;
	text-decoration: none;
	display: block;
	height: 45px; width: 96px;
	overflow: hidden; -moz-outline-style: none;
	}
#menu ul li.wanteed a:hover {
	background: url(images/menu-wanteed-hover.jpg) 0px 0px no-repeat;
	}
#menu ul li.wanteed-active {
	background: url(images/menu-active-left.jpg) 0px 0px no-repeat;
	display: block;
	float: left;
	list-style-type: none;
	height: 91px;
	margin: 0px; padding: 0px 0px 0px 18px;
	}
#menu ul li.wanteed-active a {
	background: url(images/menu-active-wanteed.jpg) 0px 0px no-repeat;
	text-indent: -9999px; /* image replacement technique */
	color: #FFF;
	padding: 0px; margin: 0px;
	text-decoration: none;
	display: block;
	height: 91px; width: 96px;
	overflow: hidden; -moz-outline-style: none;
	}
#menu ul li.wanteed-active a:hover {
	background: url(images/menu-active-wanteed-hover.jpg) 0px 0px no-repeat;
	}
#menu ul li.conseils {
	display: block;
	float: left;
	list-style-type: none;
	height: 45px;
	margin: 0px; padding: 0px;
	z-index: 0;
	}
#menu ul li.conseils a {
	background: url(images/menu-conseils.jpg) 0px 0px no-repeat;
	text-indent: -9999px; /* image replacement technique */
	color: #FFF;
	padding: 0px; margin: 0px;
	text-decoration: none;
	display: block;
	height: 45px; width: 96px;
	overflow: hidden; -moz-outline-style: none;
	}
#menu ul li.conseils a:hover {
	background: transparent url(images/menu-conseils-hover.jpg) 0px 0px no-repeat;
	}
#menu ul li.conseils-active {
	background: url(images/menu-active-left.jpg) 0px 0px no-repeat;
	display: block;
	float: left;
	list-style-type: none;
	height: 91px;
	margin: 0px 0px 0px -15px; padding: 0px 0px 0px 18px;
	}
#menu ul li.conseils-active a {
	background: url(images/menu-active-conseils.jpg) 0px 0px no-repeat;
	text-indent: -9999px; /* image replacement technique */
	color: #FFF;
	padding: 0px; margin: 0px;
	text-decoration: none;
	display: block;
	height: 91px; width: 96px;
	overflow: hidden; -moz-outline-style: none;
	}
#menu ul li.conseils-active a:hover {
	background: url(images/menu-active-conseils-hover.jpg) 0px 0px no-repeat;
	}
#menu ul li.professionnels {
	display: block;
	float: left;
	list-style-type: none;
	height: 45px;
	margin: 0px; padding: 0px;
	z-index: 0;
	}
#menu ul li.professionnels a {
	background: url(images/menu-professionnels.jpg) 0px 0px no-repeat;
	text-indent: -9999px; /* image replacement technique */
	color: #FFF;
	padding: 0px; margin: 0px;
	text-decoration: none;
	display: block;
	height: 45px; width: 137px;
	overflow: hidden; -moz-outline-style: none;
	}
#menu ul li.professionnels a:hover {
	background: url(images/menu-professionnels-hover.jpg) 0px 0px no-repeat;
	}
#menu ul li.professionnels-active {
	background: url(images/menu-active-left.jpg) 0px 0px no-repeat;
	display: block;
	float: left;
	list-style-type: none;
	height: 92px;
	margin: 0px 0px 0px -12px; padding: 0px 0px 0px 18px;
	z-index: 1;
	}
#menu ul li.professionnels-active a {
	background: url(images/menu-active-professionnels.jpg) 0px 0px no-repeat;
	text-indent: -9999px; /* image replacement technique */
	color: #FFF;
	padding: 0px; margin: 0px;
	text-decoration: none;
	display: block;
	height: 92px; width: 125px;
	overflow: hidden; -moz-outline-style: none;
	}
#menu ul li.professionnels-active a:hover {
	background: url(images/menu-active-professionnels-hover.jpg) 0px 0px no-repeat;
	}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a, #menu ul li.current_page_item a:visited {
}
#menu ul li a:hover {
	
}
#menu ul#subnav {
	display: block;
	width: 400px;
	height: 20px;
	font-size: 12px;
}
#menu ul#subnav li {
	list-style-type: none;
	display: inline;
	margin: 0px; padding: 0px 20px 0px 0px;
}
#menu ul#subnav li a {
	
}
#menu ul#subnav li a:hover {
	
}
#menu ul#subnav li a:visited {
	color: #99CC33;
}
#menu ul.wanteed {
	position: absolute;
	top: 85px;
	left: 318px;
}
#menu ul.conseils {
	position: absolute;
	top: 85px;
	left: 415px;
}
#menu ul.professionnels {
	position: absolute;
	top: 85px;
	left: 550px;
}
/*********************************************
		Search Div
*********************************************/
#search {
	padding: 8px 25px 0px 0px;
	float: right;
	display: block;
}
#s {
	width: 140px;
}
#searchsubmit {
	background: #669900;
	border: 0px solid #669900;
	color: white;
	padding: 2px 0px;
	font-size: 12px;
	font-weight: bold;
	width: 90px;
}

	
/*********************************************
		Content Div
*********************************************/
#content {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 539px;
	display: block;
	background: url(images/content-bg.png) top center repeat-y;
}
.content-top {
	width: 504px;
	padding: 50px 25px 0px 10px; margin: 0px;
	background: url(images/content-bg-top.png) top center no-repeat;
}
.content-bot {
	width: 519px;
	height: 11px;
	background: url(images/content-bg-bot.png) top left repeat-y;
	margin: 0px; padding: 0px;
}
#posts {
	padding: 0px 70px 0px 20px;
}
.post-more { /* Use this class to style the "more" tag */
}
.post-more a, .post-more a:visited { /* Use this class to style the link within the post-more div */
}

/*********************************************
		Post Meta Styles
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px 0px;
	margin: 0px;
	font-size: 11px;
	color: #666;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px 0px;
	margin: 0px 0px 30px 0px;
}
.meta-date {
	margin: 0px;
}
.meta-author {
	margin: 0px;
}
.meta-comments {
	margin: 0px;
}
.meta-category {
	margin: 0px;
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 10px 0px;
	padding: 10px 0px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
}

/*********************************************
		Right Sidebar
*********************************************/
#r_sidebar {
	display: inline;
	float: right;
	border: 0px solid black;
	width: 242px;
	margin: 0px 0px 15px 0px; padding: 0px 20px 0px 5px;
	display: block; /* floats are handled as block elements, this is to fix 
							   a margin collapsing bug in IE */
}
h2 div.categories {
	display: block;
	text-indent: -9999px;
	background: url(images/categories.gif) no-repeat;
	width: 200px;
	float: left;
}
h2 div.rss {
	display: block;
	width: 14px;
	float: right;
	text-align: right;
}
#r_sidebar p {
	padding: 5px;
}
#r_sidebar img {
	text-align: center;
}
#r_sidebar form {
	padding: 0px;
	margin: 5px;
}
#r_sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#r_sidebar ul li {
	padding: 0px 0px 10px 0px;
}
#r_sidebar ul li ul {
	padding: 0px 0px 0px 0px;
}
#r_sidebar ul li ul li {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px;
}
#r_sidebar ul li ul li a {
}
#r_sidebar ul li ul li a:hover {
	color: #FFF; 
	background: #99CC33; 
	text-decoration: none;
}
#r_sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#r_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}

/*********************************************
		Comment Styles
*********************************************/
.comments {
	padding: 0px 0px;
	border-top: 2px dotted #A6A6A6;
}
.comments .even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
	border-bottom: 2px dotted #A6A6A6;
}
.comments .odd {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	overflow: hidden;
	border-bottom: 2px dotted #A6A6A6;
}
.comments textarea, .comments input {
	width: 300px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color: #666;
	padding: 3px 0px;
}
.moderation {
	text-align: right;
	color: #fa6504;
}
form p {
	margin: 0px; padding: 0px;
}
.submit {
	width: 300px;
	text-align: right;
}
#submit {
	background: #669900;
	border: none;
	border-right: 1px solid #d8e4bc;
	border-top: 1px solid #d8e4bc;
	color: #FFF;
	padding: 3px; margin: 15px 0px;
	width: 150px;
	font-size: 11px;
	font-weight: bold;
}

/*********************************************
		Footer Styles
*********************************************/
/*#footer {
	margin: 0px 0px 0px 0px;
	padding: 60px 0px 20px 0px;
	clear: both;
	background: #FFF;
	text-align: center;
}
#footer ul {
	padding: 0px; margin: 0px;
	list-style-type: none;
}
#footer ul li {
	display: inline;
	padding: 0px 10px;
}
#footer a {
	color: #0066FF;
	text-decoration: none;
}
#footer a:hover {
	color: #0066FF;
	text-decoration: underline;
	background: none;
}*/

#footer {
	margin: 0 0 20px 0;
}

#footer a {
	color: #06F;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.columnFooter {
	float: left;
	width: 221px;
}

.columnFooter dt, .columnFooter p {
	font-size: 12px;
	font-weight: bold;
	padding: 15px 0 4px 0;
}

.columnFooter dd {
	font-size: 12px;
	padding: 3px 0 0 0;
}

.columnMargin {
	margin: 0 0 0 20px;
}

.whatIsWanteed p {
	background: transparent url(../../../../img/img-pool-01.png);
	background-position: -854px -33px;
	background-repeat: no-repeat;
	border-top: 1px dotted #999;
	font-size: 11px;
	padding: 15px 15px 20px 67px;
	color: #999;
	line-height: 13px;
}

.whatIsWanteed p a {
	color: #999;
	text-decoration: none;
}

.whatIsWanteed p a:hover {
	color: #999;
	text-decoration: underline;
}

/*********************************************
		Ajouts Wanteed
*********************************************/

.blogNewsletter {
background: url(../../../../img/blogNewsletter-bg.png) no-repeat;
height: 251px;
width: 250px;
margin: 0 0 15px 0;
}

input.alert-btn {
	color: #FFF;
	background-color: #690;
	font-size: 12px;
	font-weight: bold;
	width: 84px;
	padding: 3px 0;
	border: none;
margin: 5px 0 0 106px;
}


/* FLOATS */

#footer:after {
	content: ".";
	display: block;
	height: 0;
	text-indent: -5000px;
	visibility: hidden;
	clear: both;
}