/*
Theme Name: Terra Kahwa
Theme URI: http://www.terra-kahwa.com/
Description: Thème Terra Kahwa.
Version: 1.0
Author: Oxfoz Technologies
Author URI: http://www.oxfoz.com/
Tags: terra kahwa, fixed width, one column, oxfoz

	This theme was designed and built by Oxfoz Technologies,
	whose blog you will find at http://www.oxfoz.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */ 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #B0C100;
	color: #000000;
	}

#headerimg 	{
	}

#content {
	background-color:#c3bda1;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	padding-right:10px;
	font-size:12px;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}


h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000000;
	}

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: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.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;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #5e4625;
	text-decoration: none;
	}

a:hover {
	color: #5e4625;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	padding-top: 4px;
	}

#page {
	margin: 0px auto;
	width: 1000px;
	background-color:#FFFFFF;
	}

#header {
	height:150px;
	background-image: url(images/logo.jpg);
	background-repeat:no-repeat;
	}

td.texte-accueil #content-text {padding:0 0 0 15px;}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


#footer {
	padding: 1px;
	text-align: right;
	color:#5e4625;
	background-color:#FFFFFF;
	font-size:10px;
	padding:8px 10px;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2.pagetitle {
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

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. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 50px;
	text-transform:uppercase;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* 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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	float:left;
	width:250px;
	margin-top:-20px;
}

#sidebar form {
	margin: 0;
	}
/* 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: #FFFFFF; }
/* 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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;
}

#content .texte-accueil {
	font-weight:bold;
	width:245px;
}

.button-footer {float:left;}
#banner-images {position:relative; z-index:10;}



div.banner ul li {padding:0px;margin:0px;display: inline;}
div.banner ul li a {display:block;color:#FFFFFF;padding:63px 0 10px;;border-bottom:5px solid #FFFFFF;visibility:visible;margin-left:20px;margin-right:20px;}

#cerises {background-image:url(images/cerises.jpg);width:248px; height:360px;float:left;font-size:0px;z-index:20;overflow:hidden;
}
#femme {background-image:url(images/femme.jpg);width:248px; height:360px;float:left;font-size:0px;z-index:20;overflow:hidden;
}
#beans {background-image:url(images/beans.jpg);width:248px; height:360px;float:left;font-size:0px;z-index:20;overflow:hidden;
}
#cup {background-image:url(images/cup.jpg);width:248px; height:360px;float:left;font-size:0px;z-index:20;
overflow:hidden;}

div.banner ul li {color:#FFFFFF;text-transform:uppercase;font-size:17px;font-weight:bold;}
div.banner ul li ul li{text-transform:lowercase;font-weight:lighter;list-style-type:disc;}
div.banner li.page-item-2 {background-image:url(images/over/demarche_over.jpg);width:250px; height:300px;float:left;}
div.banner li.page-item-2 a:hover {color:#000000;}
div.banner li.page-item-8 {background-image:url(images/over/cafe_over.jpg);width:250px; height:300px;float:left;}
div.banner li.page-item-8 a:hover {color:#5e4625;}
#banner-images li.page-item-8 ul li a:hover {color:#5e4625;}
div.banner li.page-item-3 {background-image:url(images/over/torrefaction_over.jpg);width:250px; height:300px;float:left;}
div.banner li.page-item-3 a:hover {color:#B0C806;}
#banner-images li.page-item-3 ul li a:hover {color:#B0C806;}
div.banner li.boutique {background-image:url(images/over/boutique_over.jpg);width:250px; height:300px;float:left;}
div.banner li.boutique a:hover {color:#FF0000;}
#banner-images li.boutique ul li a:hover {color:#FF0000;}

#banner-images li ul {
	padding-top:20px;
	padding-left:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}

#banner-images li ul li a {color:#FFFFFF;border:0px;padding:0 0 3px;font-size:13px;}
#banner-images li ul li a:hover {color:#000000;border:0px;padding:0 0 3px;font-size:13px;}

div.text-footer li {list-style:none;display:inline;}

hr.separator{clear:both;display:block;border:none;}

#banner-images {margin:0px;padding:0px;}

#footer ul {margin:0px;padding:5px;}

#content-page-interne {background-color:#FFFFFF;font-size:1.6em;padding-left:280px;padding-right:20px;}
#content-page-interne h2 {border-bottom:3px solid #696969;height:45px;}

#links-top {font-size:11px;float:right;list-style:none;text-transform:uppercase;margin-top:25px;clear:right;}
#links-top a {color:#FFFFFF;padding:0 36px 0 20px;}
#links-top a:hover {color:#000000;}
#links-top li.page-item-boutique a:hover {color:#696969;}
#links-top li.page-item-boutique {margin-bottom:5px;padding-bottom:4px;padding-top:4px;}
#links-top li.page-item-2 {background:#FF0000;margin-bottom:7px;padding-bottom:4px;padding-top:4px;}
#links-top li.page-item-8 {background:#B0C806;margin-bottom:7px;padding-bottom:4px;padding-top:4px;}
#links-top li.page-item-3 {background:#5E4625;margin-bottom:7px;padding-bottom:4px;padding-top:4px;}
#links-top li {padding-top:2px; padding-bottom:2px;background:#000000;list-style-type:none;}
#links-top li.current_page_parent, current_page_ancestor {background-image:url(images/plus.png);background-repeat:no-repeat;background-position:left center;}
#links-top li.current_page_item {background-image:url(images/plus.png);background-repeat:no-repeat;background-position:left center;}

#page-interne {
	margin: 0px auto;
	width: 1000px;
	background-color:#FFFFFF;
	}
#news-accueil .texte-accueil p {
	line-height:17px;
	border-bottom:8px solid #FFFFFF;
	border-top:8px solid #FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	text-align:left;
	font-size:12px;
}

.breve-sidebar {
		margin-left:24px;
		margin-top:25px;
		width:226px;
		background-image:url(images/bg_picto.png); 
		background-position:top;
		background-repeat:no-repeat;
		padding-top:10px;
		}

#header-demarche{
	background-image: url(images/bandeau-demarche.jpg);
	background-repeat:no-repeat;
	height:260px;
	}
#header-cafe{
	background-image: url(images/bandeau-cafe.jpg);
	background-repeat:no-repeat;
	height:260px;
	}
#header-torrefaction{
	background-image: url(images/bandeau-torre.jpg);
	background-repeat:no-repeat;
	height:260px;
	}
#text-banner{
	background-repeat:no-repeat;
	width:425px;
	height:77px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	text-transform:uppercase;
	padding:2px 2px 2px 20px;
	font-size:13px;
	margin-bottom:0px;
	}

#sidebar ul li a {color:#FFFFFF;}

#sidebar ul.menu-cafe li:hover {background-color:#B0C100;}
#sidebar ul.menu-cafe li {background-color:#B0d806;padding:3px 0 3px 20px;}
#sidebar ul.menu-cafe li.current_page_item {
	background-color:#B0C100;
	background-image:url(images/cross.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#5E4625;

}
	
#sidebar ul.menu-demarche li:hover {background-color:#CC0000;}
#sidebar ul.menu-demarche li {background-color:#FF0000;padding:3px 0 3px 20px;}
#sidebar ul.menu-demarche li.current_page_item {
	background-color:#CC0000;
	background-image:url(images/cross.png);
	background-position:left center;
	background-repeat:no-repeat;
}

#sidebar ul.menu-torre li:hover {background-color:#663300;}
#sidebar ul.menu-torre li {background-color:#5E4625;padding:3px 0 3px 20px;}
#sidebar ul.menu-torre li.current_page_item {
	background-color:#663300;
	background-image:url(images/cross.png);
	background-position:left center;
	background-repeat:no-repeat;
}	

#titre_main {
color:#FFFFFF;
font-size:48px;
font-weight:bold;
text-transform:uppercase;
padding-left:43px;
}

div.inside-widget{
	background-image:url(images/brown_pixel.jpg);
	font-style:oblique;
	margin-top:-10px;
	padding:10px;
	text-align:justify;
	text-transform:none;
}	

.image-widget{
	text-align:center;
	padding-top:3px;
}	

.contenu-widget p {
	font-size:14px;
	padding:10px 5px 15px 12px;
	background-image:url(images/brown_pixel.jpg);
}

table#news-accueil tr td{}

#content-page-footer {
	background-color:#FFFFFF;	
	font-size:1.6em;
	padding-left:20px;
	padding-right:20px;
}
div.photo-store{
	background-image:url(images/sidamo.jpg);
	background-repeat:no-repeat;
	height:216px;
	width:188px;
	margin-left:31px;
	margin-top:15px;
}
#header {
	background-image: url(images/logo.jpg);
	background-repeat:no-repeat;
	}

ul#banner-images li.boutique img{
	padding-left:31px;
	padding-top:20px;
}
div.banner ul li a.img-store {
	border:medium none;
	margin:0;
	padding:0;
}
div#header div#message-404 {
	line-height:100px;
	font-size:13px;
}
ul.langue-sidebar-home {
list-style:none;
margin-bottom:-13px;
padding-top:45px;
}
ul#qtrans_language_chooser li, li#qtranslate-language-chooser {
list-style:none;
}
ul#qtrans_language_chooser {
list-style:none;
}
ul.langue-sidebar-home ul#qtrans_language_chooser li {
clear:both;
list-style:none;
}
a.qtrans_flag{
padding-top:8px;
}
div#header-torrefaction #headerimg, div#header-cafe #headerimg, div#header-demarche #headerimg 	{
	height: 120px;
	}
ul.langue-sidebar-page {
list-style:none;
}
ul.langue-sidebar-page ul#qtrans_language_chooser li {
clear:both;
list-style:none;
}

#ref {margin:0 auto;padding-top:10px;width:1000px;}
/* End captions */
