/*
Theme Name: EbenProd
Theme URI: http://www.ebenprod.com/
Description: theme du site d'eben production
Version: 1.0
Author: Clement Goebels
Author URI: http://www.ebenprod.Com
Tags: eben, wood, bois, label, production

*/



/* Begin Typography & Colors */
body {
	font-size: 70%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000000 url('images/fond.jpg');
	background-position:top;
	background-attachment:inherit;
	background-repeat:repeat-y;
	color: #000;
	text-align: center;
	}


#content {
	font-size: 12 px;
	
	}






small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3, h4, h5 {
	font-family: 'Arial black';
	text-transform:uppercase;
	font-weight:normal;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.2em;
	
	}
	

f1 {
	
	font-size:9px;  /* chrome safari */
		
}
	


h3 {
	font-size: 1.6em;
		}
		
h6:first-letter {
	font-family: 'Arial black', 'Lucida Grande', Verdana, Arial, Sans-Serif; font-size: 2.8em; color: #c76f18;
	padding-right: 2px;
	margin: 0px;
	float: left;
	}
	
h6{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1em;
	font-weight:normal;
	margin:0 0 0 0;
	}
		
h4 {
	font-size: 0.9em;
	
	}

h5 {
	font-size: 1.1em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h4, h4 a, h4 a:visited {
	color: #c76f18;
	
	}

h3, h3 a, h3 a:visited, h5, h5 a, h5 a:visited {
	color:#1d1c1b;
	}

	

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #99897a;
	}



.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}



h2 a:hover, h4 a:hover  {
	color: #99897a;
	text-decoration: none;
	}

h3 a:hover, h5 a:hover  {
	color: #c76f18;
	text-decoration: none;
	}

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

a:hover {
	
	color: #99897a;
	
	}


/* End Typography & Colors */



/* Begin Structure */

body {
	margin: 0 auto 0 auto;
	text-align:center;
	}

#page {
	width: 960px;
	position:absolute;
	left:50%;
	top: 480px;
	margin-left:-480px;
	
	}



#header {
	
	width:1110px; 
	height:396px;
	position:absolute;
	left:50%;
	margin-left:-555px;
	overflow:hidden;
	background-image:url(http://www.ebenprod.com/wp-content/themes/eben_theme/images/header.jpg); 
	}
	
#menu {
	
	width:1030px; 
	height:47px;
	position:absolute;
	top:396px;
	left:50%;
	margin-left:-515px;
	overflow:hidden;	
	}
	
	
#sousmenu {
	
	width:1030px; 
	height:82px;
	position:absolute;
	top:443px;
	left:50%;
	margin-left:-515px;
	overflow:hidden;	
	}
	


#content {

	width:634px;
	margin-left:20px;	
	}
	
#footer {
	background-image:url(http://www.ebenprod.com/wp-content/themes/eben_theme/images/footer.jpg); 
	width:1600px; 
	height:217px;
	float:left;
	margin-left:-320px;
	padding-top:60px;		
	}
	
	



.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin-left:20px;
	margin-top:8px
	
	}
	
h5 {
	margin: 5px 0 0;
	}

h4 {
	margin: 10px 0 0;
	}
	
		

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	font-size:13px;
	padding: 2px;
	background-color:#000;
	}
	
#sidebar h3 {
	font-size:12px;
	line-height:12px;
	}

h3 {
	padding: 0;
	margin: 10px 0 20px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin slider */

#head1{
	background-image:url(http://www.ebenprod.com/wp-content/themes/eben_theme/images/head/headsll.png); 
	height:278px; 
	padding:22px 0 0px 0;
	}
	
#head2{
	background-image:url(http://www.ebenprod.com/wp-content/themes/eben_theme/images/head/head2.png); 
	height:278px; 
	padding:22px 0 0px 0;
	}
	
#head3{
	background-image:url(http://www.ebenprod.com/wp-content/themes/eben_theme/images/head/head3.png); 
	height:278px; 
	padding:22px 0 0px 0;
	}
	
	
#head4{
	background-image:url(http://www.ebenprod.com/wp-content/themes/eben_theme/images/head/header5.png); 
	height:278px; 
	padding:22px 0 0px 0;
	}


#headl1{
	width:235px; 
	height:32px; 
	margin:0px 0px 0 707px;
	
	}
	
#headl2{
	
	width:205px; 
	height:172px; 
	margin:0px 0px 0 697px;
	color:#cfcabe;
	font-size:9px;
	padding:12px 15px 0 15px;
	text-align:justify; 
	
	}
	
#headl3{
	
	width:235px; 
	height:32px; 
	margin:0px 0px 0 707px; 
	
	
	}


#myController span{
color:#FFF;
background:#000;
cursor:pointer;
}

#jFlowSlide{
border:0px solid #F00;
}

#myController span.jFlowSelected {
background:#F00;
}

.jFlowPrev, .jFlowNext{
cursor:pointer;
}


/* End slider */




        
        
        		#menu1 {width:220px; float:left; height:47px;}
                
                
                #menu2 {width:107px; float:left; height:47px;}
                
                
                #menu3 {width:107px; float:left; height:47px;}
                
                
                #menu4 {width:107px; float:left; height:47px;}
                
                
                #menu5 {
				width:107px; 
				float:left; 
				height:47px;}
                
                
                #menu6 {
				width:107px; 
				float:left; 
				height:47px;}
                
				#menu7 {
				width:107px; 
				float:left; 
				height:47px;}
				
				#menu8 {
				width:168px; 
				float:left; 
				height:47px;}
                




/* Begin home content */
	
	
	
	#posttitle
	{
	background-image:url(http://www.ebenprod.com/wp-content/themes/eben_theme/images/content/posttitle.jpg);
	float:left;
	text-align:left;
	width:634px; 
	height:32px;
	
	}
	
	
	
	
	#postcontent
	{
	background-image:url(http://www.ebenprod.com/wp-content/themes/eben_theme/images/content/postcontent.jpg); 
	float:left;
	width:594px;
	text-align:justify;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
			
	}
	
	#postcontent
	{
	background-image:url(http://www.ebenprod.com/wp-content/themes/eben_theme/images/content/postcontent.jpg); 
	float:left;
	width:594px;
	text-align:justify;
	padding-left:20px;
	padding-right:20px;
			
	}
	
		
	
	
	#postfoot
	{
	float:left; 
	width:634px; 
	height:35px;
	padding-bottom:20px;
	
	}
	
	#postfoot2_01
	{
	background-image:url(http://www.ebenprod.com/wp-content/themes/eben_theme/images/content/postfoot2_01.jpg); 
	float:left;
	width:205px; 
	height:27px;
	padding-top:8px;
	padding-left:20px;
	text-align:left;
	font-size:10px;
	color:#99897a;
	}
	
	#postfoot2_02
	{
	background-image:url(http://www.ebenprod.com/wp-content/themes/eben_theme/images/content/postfoot2_02.jpg); 
	float:left;
	width:41px; 
	height:27px;
	padding-top:8px;
	text-align:center;
	font-size:9px;
	color:#000;
	font-weight:bold;
	}
	
	
	
	#smallposttitle
	{
	background-image:url(http://www.ebenprod.com/wp-content/themes/eben_theme/images/content/smallposttitle.jpg);
	float:left;
	text-align:left;
	width:313px; 
	height:32px;
	margin-top:15px;
	
	}
	
	
	
	
	#smallpostcontent
	{
	background-image:url(http://www.ebenprod.com/wp-content/themes/eben_theme/images/content/smallpostcontent.jpg); 
	float:left;
	width:273px; 
	height:380px;
	text-align:justify;
	padding-left:20px;
	padding-right:20px;
	padding-top:7px;

			
	}
	
	
	
	#smallpostfoot
	{
	
	float:left;
	width:313px; 
	height:36px;
			
	}
	
	#smallpostfoot1
	{
	background-image:url(http://www.ebenprod.com/wp-content/themes/eben_theme/images/content/smallpostfoot_01.jpg); 
	float:left;
	width:124px; 
	height:29px;
	
	padding-top:7px;
	padding-left:20px;
	text-align:left;
	font-size:10px;
	color:#99897a;
			
	}
	#smallpostfoot2
	{
	background-image:url(http://www.ebenprod.com/wp-content/themes/eben_theme/images/content/smallpostfoot_02.jpg); 
	float:left;
	width:42px; 
	height:29px;
	color:black;
	padding-top:7px;
	font-size:9px;
	font-weight:bold;
			
	}
	#smallpostfoot3
	{
	
	float:left;
	width:127px; 
	height:36px;		
	}
	
	
	
	
		
	#postfoot1
	{
	background-image:url(http://www.ebenprod.com/wp-content/themes/eben_theme/images/content/postfoot_01.jpg); 
	float:left;
	width:202px; 
	height:28px;
	color:#000;
	padding-top:7px;
	  padding-left:23px;
	text-align:left;
	font-size:10px;
	font-weight:bold;
			
	}
	
	
		
	
	
	
	
	#presfoot
	{
	
	float:left;
	width:634px; 
	height:100px;
			
	}
	
	#presfoot1
	{
	background-image:url(http://www.ebenprod.com/wp-content/themes/eben_theme/images/content/presfoot_01.jpg); 
	float:left;
	width:219px; 
	height:100px;
	color:#99897a;
	font-size:10px;
	text-align:center;
	padding-left:70px;
			
	}
	#presfoot2
	{
	background-image:url(http://www.ebenprod.com/wp-content/themes/eben_theme/images/content/presfoot_02.jpg); 
	float:left;
	width:105px; 
	height:57px;
	color:black;
	font-size:9px;
	text-align:center;
	padding-left:50px;
	padding-top:43px;
			
	}
	
	
	#presfoot3
	{
	
	background-image:url(http://www.ebenprod.com/wp-content/themes/eben_theme/images/content/presfoot_03.jpg); 
	float:left;
	width:180px; 
	height:57px;
	color:black;
	font-size:9px;
	text-align:center;	
	padding-left:10px;
	padding-top:43px;
	}
		
		
		
		
		
	#equipefoot
	{
	
	float:left;
	width:634px; 
	height:35px;
			
	}
	
	#equipefoot1
	{
	background-image:url(http://www.ebenprod.com/wp-content/themes/eben_theme/images/content/equipefoot_01.jpg); 
	float:left;
	width:167px; 
	height:26px;
	color:#99897a;
	padding-top:9px;
	padding-left:35px;
	text-align:left;
	font-size:10px;
			
	}
	#equipefoot2
	{
	background-image:url(http://www.ebenprod.com/wp-content/themes/eben_theme/images/content/equipefoot_02.jpg); 
	float:left;
	width:422px; 
	height:35px;
	color:black;
	text-align:right;
	padding-right:10px;
	
			
	}
	
	


	#colonne1
	{
		width:300px; 
		margin-left:0px;
		float:left;
		margin-top:5px;
		
	}
	
	#colonne2
	{
		width:300px; 
		margin-right:15px;
		float:right;
		margin-top:5px;
	}
	
	*html #colonne1
	{
		width:300px; 
		padding: 0 10px 0 30px; 
		float:left;
		
	}
	
	*html #colonne2
	{
		width:300px; 
		padding: 0 30px 0 10px; 
		float:right;
	}
	
	#colonne3
	{
		width:630px; 
		padding: 0 35px 0 35px; 
		float:left;
	}
	
	*html #colonne3
	{
		width:630px; 
		padding: 0 30px 0 30px; 
		float:left;
		
	}
	
	#article_content
	{
	padding:8px 8px 8px 8px; 
	background-color:#FFFFFF;
	text-align:justify;
	}
	
	
/* End home content  */


/* debut titre */


	
/* fin titres */	
	

/* Begin Sidebar */


	
#sidebarhead
   {
	   background-image:url(http://www.ebenprod.com/wp-content/themes/eben_theme/images/content/sidebarhead.jpg);
	   height:25px;
	   width:277px;
	}

#sidebarfoot
   {
	   background-image:url(http://www.ebenprod.com/wp-content/themes/eben_theme/images/content/sidebarfoot.jpg);
	   width:277px;
	   height:25px;
	   
	}
	
#sidebarcontent
   {
	   background-image:url(http://www.ebenprod.com/wp-content/themes/eben_theme/images/content/sidebarcontent.jpg);
	   width:277px;
	   text-align:center;
	   
	 
	}
	
#sidebar
   {
	   width:280px; 
	   text-align:justify;
	   float:right;
	   margin-right:18px;
	   margin-top:10px;
	   text-align:center;
	}

#lecteur
   {
	   background-image:url(http://www.ebenprod.com/wp-content/themes/eben_theme/images/sidebar/lecteur.jpg);
	   width:238px; 
	   height:220px;
	   padding-top:40px;
	   margin-bottom:20px;
	 
	}
	
#dates
   {
	   background-image:url(http://www.ebenprod.com/wp-content/themes/eben_theme/images/sidebar/dates.jpg);
	   width:238px; 
	   height:220px;
	   padding-top:40px;
	   margin-bottom:20px;
	 
	}
	
#roster
   {
	   width:247px; 
	   height:263px;
	   margin-bottom:20px;
	   
	 
	}
	
#shop
   {
	   width:247px; 
	   height:263px;
	   margin-bottom:20px;
	 
	}


/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}
/* End Various Tags & Classes*/



/* 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 */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

