/*
Theme Name: Workflowers
Theme URI: http://workflowers.net/
Description: .
Version: 1.0
Author: Lelievre Sigrid, Becuwe Adrien
Author URI: http://workflowers.net/

*/


/* Reset */
* {
margin: 0;
padding: 0;
}

/* General */
body {
font-family: Verdana, Arial, Helvetica, Futura, sans-serif; 
font-size: 12px;
color: #333;
background: #fff;
width:100%;

}
.clear {
clear:both;
}

p {
margin: 0 0 20px 0; 
text-align: justify;	
}

#home p {
margin: 0 0 0px 0; 
text-align: justify;	
}

/* Mise en forme des titres */
h1, h2, h3, h4, h5, h6 {
font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}

/* Mise en forme des liens */
a img, img a {
border:0;
padding: 2px;
}
a {
text-decoration: none;
outline: none;
color: #333;
}
a:link, a:visited{
color: #333;
text-decoration: underline;
}
a:hover {
color: #333;
}


blockquote {
margin: 1.5em 0 1.5em 1.5em;
color: #666;
overflow: auto;
font-style: italic;
}
blockquote p {
margin:0;
}
strong {
font-weight:700;
}
em {
font-style:italic;
}
pre {
font-size: 1.2em;
font-family: monospace;
border: 1px solid #E0E0E0;
padding: 1em;
margin: 0 auto;
background: #EEE;
color: #000;
width: 90%;
overflow: auto;
}
code {
font: 0.9em Monaco, monospace;
}
label {
cursor: pointer;
}

/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}
img.centered, img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */

/* Structure */
#wrap {
background:#fff;
width:1000px;
margin:0 auto;
position:relative;
}

/* Header */
#header {
margin-top: 0px;
position:relative;
}
#header h1 a {
background: #fff url(./images/logo.jpg) no-repeat;
height: 72px;
width: 1000px;
display: block;
}


/* Nav */
#nav{
background:#333;
font-size:1.1em;
height: 25px;
}
#nav, #nav ul {
list-style: none;
line-height: 1;
}
#nav a, #nav a:hover {
display: block;
text-decoration: none;
border:none;
height: 17px;
text-transform: uppercase;
font-size:
}
#nav li {
float: left;
list-style:none;
border-right:0px solid #000;
}
#nav a, #nav a:visited {
display:block;
font-weight:bold;
color: #f7f7f7;
padding:8px 26px 0px;
}
#nav a:hover, #nav a:active, .current_page_item a, #home .on {
background:#ff9900;
text-decoration:none
}
#nav li ul {
position: absolute;
left: -999em;
height: auto;
width: 174px;
border-bottom: 1px solid #f7f7f7;
}
#nav li li {
width: 172px;
border-top: 1px solid #f7f7f7;
border-right: 1px solid #f7f7f7;
border-left: 1px solid #f7f7f7;
background: #333;
}
#nav li li a, #nav li li a:visited {
font-weight:normal;
font-size:0.9em;
color:#f7f7f7;
}
#nav li li a:hover, #nav li li a:active {
background:#ff9900;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left: auto;
}



a.main:hover {
background:none;
}


/* Content */
#content {
border-top: 0px solid #333;
margin: 0px;
padding-top: 4px;
clear:both;
background: #f7f7f7;
}


/* Left */
#left {
padding: 5px 0 5px 5px;
float:left;
width:787px;
height:auto;
background: #f7f7f7;
}

/* Right */
#right {
padding-top: 10px;
padding-left: 8px;
float:left;
width:200px;
height:230px;
padding-bottom: 0px;
background: #333;
color:#FFF;
}

#right ul li{
list-style: none;
padding-left: 5px;
padding-right: 5px;
}

.textwidget{padding: 0 0 20px 0;}

/* Footer */
#footer {
background:  #333;
clear:both;
position:relative;
color: #cacaca;
height: 15px
}
#footer p {
margin: 0 auto;
padding:1px 0;
text-align: center;
font-size: 0.8em;
}
#footer a {
text-decoration: none;
outline: none;
color: #cacaca;
}

#content #home_slide{
background: #f7f7f7 url(images/bg_slide.png) repeat-x;
width: 1000px;
height: 305px;
}

#content #home_slide #slider{
margin-left: 29px;
}

#twitter{
border: dotted 1px #999;
background: #eaebeb;
width: 510px;
height: auto;
font-size:14px;
margin-top: 20px;
}


/* Posts */

.post {
color:#333;
font-size: 12px;
margin: 4px 10px 0 10px;
padding-right: 0px;
}

#content #home{
height:222px;
}
#content #right h3{
color:#ff9900;
}
#content #right ul li a {
color:white;
}

#content #home h3{
color:#ff9900;
padding-bottom: 5px;
}
.post h2 {
color: #bdbdbd;
font-weight:700;
font-size: 1.6em;
line-height:0.9;
padding: 10px 0px;
}
.post h2 a {
color: #333;
text-decoration: none;
}
.post h2 a:hover {
text-decoration: underline;
}
.post h3 a{
padding-bottom: 5px;
list-style: none;
color:#ff9900;
}
.post .entry img {}
.post .entry ul, .post .entry ol {
margin: 0 0 15px 25px;
}
.post .entry h1 {
margin: 0.5em 0;
font-size: 3em;
}
.post .entry h2 {
margin: 0.5em 0;
font-size: 2em;
}
.post .entry h3 {
margin: 0.3em 0;
font-size: 1.6em;
font-weight: 700;
}
.post .entry h4 {
margin: 0.2em 0;
font-size: 1.4em;
font-weight: 700;
}
.post .entry h5 {
margin: 0.2em 0;
font-size: 1.2em;
font-weight: 700;
}
.post .entry h6 {
margin: 0.1em 0;
font-size: 1.1em;
font-weight: 700;
}
.post a{
color: #333;
}

.post input{
color: #333;
border: 1px solid #333;
background: #f7f7f7;
}

.post input#submit  {
padding : 5px 5px 5px 5px;
color: #333;
font-weight: bold;
background: #eaebeb;
}

#header input{
color: #333;
border: 1px solid #333;
background: #f7f7f7;
}

#header input#submit  {
padding : 5px 5px 5px 5px;
color: #f7f7f7;
font-weight: bold;
}

.post textarea{
position: relative;
border: 1px solid #333;
}


#content ul#links{
margin-left: 25px;
padding-right: 25px;
list-style: none;
}

#content ul#links li h2{margin-bottom: 20px; }

#content ul#links li ul.blogroll li{ 
height:50px;
margin-bottom: 20px;
list-style: none;
}

#content ul#links li ul.blogroll li a{
font-weight: bold;
font-style: normal;
}
#content ul#links li ul.blogroll li {
font-style: italic;
}
#content ul#links li ul.blogroll li a img{
float: left;
height:50px;
margin-right: 10px;
}
/* Cforms */
.linklove {
display: none;
}

/* Comments */
.comments_template {
position:relative;
padding:20px;
}
.comments_template h3 {
font-size:18px;
font-weight:400;
margin-bottom:10px;
line-height:0.9;
color:#E3241C;
}
.comments_template h3 a {
color:#E3241C;
text-decoration: none;
}
.comments_template h3 a:hover {
color:#3C3C3E;
}
.comments_template ol {
list-style:none;
margin-bottom:25px;
}
.comments_template ol li {
display:block;
margin:5px 0 0;
border-bottom:1px solid #eee;
}
.comments_template ol li .avatar {
border:1px solid #ccc:
display:block;
float:right;
}
.comments_template ol li cite {
font-style:normal;
font-weight:700;
}
.comments_template ol li .commentmetadata {
display:block;
margin-bottom:5px;
}
.comments_template form label {
display:block;
}
.comments_template form input, .comments_template form textarea {
width:80%;
border:1px solid #ccc;
padding:3px 5px;
}
.comments_template form input#submit {
width:auto;
}

/* slide home */
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:940px;
		height:300px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:none;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */