@charset "ISO-8859-1";

/*
Theme Name: Blank D
Theme URI: http://www.WPThemerKit.com
Description: Blank Theme D, 3 Columns, 1 Left Sidebar, 1 Right Sidebar
Version: 1.1
Author: Cal
Author URI: http://www.WPThemerKit.com
*/

/* français ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/
body
{
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #2b2a2a;
	font-size:12px;
}

#wrapper
{
	width: 980px;
	margin: -5px auto 30px auto;
	padding: 10px;
	background:#fff url(images/logo.gif) top left no-repeat;
	border:5px double #e6e6e6;
}

#header
{
	padding:0;
	margin: 0 0 0 87px;
	background:#FFFFFF url(images/header.jpg) 0 0 no-repeat;
	border:1px #ffffff solid;
}

#main
{
	width: 1000px;
	margin-top:10px;
}

#content
{
	width: 534px;
	margin-left:20px;
	float: left;
	border:1px #fff solid;
}

#sidebar-right
{
	width: 190px;
	float: right;
	margin-top: 10px;
	margin-right:20px;
	border:1px #fff solid;
	color:#767476;/*font-size:11px;*/
}

#sidebar-left
{
	width: 210px;
	float: left;
	margin-top: 50px;
	border:1px #fff solid;
	color:#767476;/*font-size:11px;*/
}

#sidebar-left a:link, #sidebar-right a:link, #sidebar-left a:visited, #sidebar-right a:visited
{
	color:#767476;
}

#sidebar-left a:hover, #sidebar-right a:hover
{
	color:#e16900;
}

#footer
{
	height: 42px;
	clear: both;
	text-align: center;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 25px 0 0 0;
	color:#666666;
}

/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description
{
	clear: left;
	margin:0;
	padding: 5px 0;
	font-size:18px;
	color:#000000;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.post
{
	margin:0;
	padding:0;
	overflow:hidden;
}

.entry-content, .entry-text
{
	clear: left;
	margin:0;
	padding:0 0 0 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:130%;
}

.entry-excerpt, .entry-excerpt-rec
{
	clear: left;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:130%;
}

.entry-excerpt-rec img, .entry-excerpt img
{
	float:left;
	border:none;
	margin:0;
	padding:0 10px 0 0;
}

.entry-excerpt-rec p
{
	margin:5px 0 0 0;
	padding:0;
}

.navigation
{
	clear: both;
	margin:10px 0;
	padding:10px 0;
	border-bottom:1px #CCCCCC solid;
	border-top:1px #CCCCCC solid;
	font-size:22px;
}

.navigation a:link, .navigation a:visited
{
	color:#728300;
	text-decoration:none;
		font-size:22px;
}

.avatar
{
	float: right;
	margin: 0 0 3px 5px;
}

.underpost
{
}

/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/

#content a:link, #content a:visited
{
	color:#86b325;
	padding: 2px;
	text-decoration: none;

}

#content a:hover
{
	color:#E16900;
	text-decoration: underline;
}

#footer a:link, #footer a:visited
{
	color: #ADB31B;
	text-decoration: none;
}

#footer a:hover
{
	color:#E16900;
	text-decoration: underline;
}


/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu
{
	padding: 0;
	white-space: nowrap;
	margin: 99px 0 0 0;
	border-bottom:1px #CCCCCC solid;
	border-top:1px #CCCCCC solid;
}

#menu ul
{
	margin: 0px;
	padding: 8px 0px;
	font-size:14px;
	text-transform:uppercase;
}

#menu li
{
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}

#menu li a:link, #menu li a:visited
{
	color:#333333;
	padding: 3px 0;
	text-decoration: none;
}

#menu li a:hover
{
	text-decoration: underline;
	color:#E16900;
}

#menu #lang
{
	float:right;
	margin: 0px;
	padding: 8px 0px;
	font-size:10px;
	color:#333333;
	text-transform:uppercase;
	text-decoration:none;
}

#menu #lang a:link, #menu #lang a:visited
{
	text-decoration:none;
	color:#333333;
}

/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar-left ul, #sidebar-right ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sidebar-left li a:link, #sidebar-left li a:visited, #sidebar-right li a:link, #sidebar-right li a:visited
{
	text-decoration: none;
	marginm: 0;
	padding:0;
}

#sidebar-left li a:hover, #sidebar-right li a:hover
{
	background-color: #FFFFFF;
	text-decoration: underline;
}

#sidebar-left ul ul, #sidebar-right ul ul
{
	margin-left: 10px;
	font-size:12px;/* border:1px #666666 solid;*/
}

#sidebar-left ul ul li, #sidebar-right ul ul li
{
	margin:0;
	padding:2px 0;
}

/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1
{
	display:none;
	text-indent:-3000px;
}

#content h1
{
	font-size: 24px;
}

#sidebar-left h1, #sidebar-right h1
{
	font-size: 14px;
}

#sidebar-left h2, #sidebar-right h2
{
	clear:left;
	font-size: 20px;
	margin:10px 0;
	padding:5px 0;
	color:#000000;
	/*color:#767476;*/
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:1px #CCCCCC solid;
	border-top:1px #CCCCCC solid;
}

.post h2, .post h3
{
	margin:0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	font-weight:normal;
	color:#728300;
}

.post h2 a
{
	color:#728300;
	text-decoration:none;
}

.post h2.recet, .post h2.recet a
{
	font-size:20px;
	margin: 0;
	padding: 0;/*border:1px #333 solid;*/
}

.post-header
{
	margin:0;
	padding:5px 0 5px 0;
	border-bottom:1px #CCCCCC solid;
	border-top:1px #CCCCCC solid;
}

.post a:link, .post a:visited
{
	color:#728300;
	text-decoration:none;
}

.post a:hover
{
	text-decoration:underline;
}

/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date
{
	margin:0;
	padding:0;
	font-size:10px;
	text-transform:uppercase;
	color:#728300;
}

/*===END SECTION 7===*/

.entry-meta
{
	margin:10px 0;
	padding:10px 0 0 0;
	font-size:10px;
	border-top:1px #CCCCCC solid;
	text-transform:uppercase;
}

.entry-meta a:link, .entry-meta a:visited
{
	color:#666666;
}

/*===START SECTION 8 - comment form and comments===*/
#respond
{
	margin:20px 0 0 0;
	padding:15px 0 0 0;
	font-size: 12px;
	border-top:1px #CCCCCC solid;
}

#respond p
{
	font-size:12px;
}

h3#comment-form-title
{
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
}

h3#comments, h2.pagetitle
{
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	border-top:1px #CCCCCC solid;
}

h2.pagetitle
{
	margin:0 0 20px 0;
	font-size:28px;
	border:none;
}

#commentform input
{
	margin:3px 0 0 0;
	padding:6px;
	width:40%;
	border:none;
	color:#333333;
	background-color:#F9FAE0;
}

#commentform textarea
{
	margin:3px 0 0 0;
	padding:6px;
	width:95%;
	border:none;
	color:#333333;
	background-color:#F9FAE0;
}

#commentform
{
	margin:0;
	padding: 0;
}

#commentform input.bouton
{
	margin:0;
	padding:0;
	width:auto;
}

li.author
{
	padding: 5px;
}

ol.commentlist
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color:#FBFBEB;
}

ol.commentlist li
{
	margin: 15px 0 0 0;
	padding:10px 0 10px 19px;
	background:url(images/filet_commentaire.gif) 0 0 no-repeat;
}

#content ol.commentlist li a
{
	text-decoration: underline;
}

#content ol.commentlist .commentmetadata
{
	color:#333;
	font-size:11px;
	line-height:normal;
}

#content ol.commentlist .commentmetadata a:link, #content ol.commentlist .commentmetadata a:visited
{
	color:#333;
	text-decoration:none;
}

#content .comment-date
{
	font-family:Georgia, "Times New Roman", Times, serif;
}

#content ol.commentlist p
{
	margin:10px 0 0 0;
	padding:0 20px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:130%;
}

/*===END SECTION 8===*/

/*===START SECTION 9 - oh you're so fancy with those blockquotes....===*/
blockquote
{
	font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
	width: 345px;
	background: url(images/blockquote1.png) no-repeat right bottom;
	padding: 0 10px 0 30px;
	text-indent: -30px;
}

blockquote p:first-letter
{
	background: url(images/blockquote2.png) no-repeat left center;
	padding: 0 0 0 30px;
	font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}

/*===END SECTION 9===*/

/*===START SECTION 10 - images when inserted into a post.===*/
.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

img.aligncenter, div.aligncenter
{
	display: block;
	margin: 0 auto;
}

img.alignright, div.alignright
{
	margin: 1px 0 2px 10px;
	display: inline;
}

img.alignleft, div.alignleft
{
	margin: 1px 10px 2px 0;
	display: inline;
}

.wp-caption-text
{
	font-size: .7em;
	line-height: 1.1em;
	margin: 0;
}

/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover
{
	background: none;
	padding: 0;
}

a.image img
{
	border: none;
}

li#flickrrss
{
}

li#flickrrss a img
{
	display:inline;
	float:left;
	border:none;
	width:60px;
	height:60px;
	margin:2px 2px;
}

form.fse
{
	margin:10px 0 0 0;
	padding:10px 0;
	font-size:11px;
	border-bottom:4px #CCCCCC solid;
	border-top:1px #CCCCCC solid;
}

input.se
{
	float:left;
	margin:5px 0 0 0;
	padding:5px;
	width:141px;
	border:none;
	color:#333333;
	background-color:#F9FAE0;
}

input.ok-se
{
	margin:0;
	padding:2px 0 0 0;
}

#rssfeed
{
	margin:10px 0;
	padding:0;
	height:28px;
	font-size:11px;
	line-height:28px;
}

#rssfeed img
{
	float:left;
	margin:0;
	padding:0 10px 0 0;
	border:none;
}

#sidebar-left ul#list-recettes li
{
	margin:0 0 0 -10px;
	padding-left:13px;
	background:url(images/list_recette_icon.gif) center left no-repeat;
}

/*===END SECTION 11===*/

h2.titre-product
{
	margin:30px 0 20px 0;
	padding:15px 0 15px 5px;
	border-bottom:1px #A8A7A8 solid;
	border-top:1px #A8A7A8 solid;
	font-weight:lighter;
	color:#333;
}

div.row
{
	margin:0;
	padding:0;
	width:514px;
	clear:both;
}

div.product
{
	margin:0 12px 0 0;
	padding:0;
	float:left;
	width:158px;
}

div.product p
{
	margin:8px 0 0 0;
	padding:0;
}

.product h4
{
	color:#333333;
	font-weight:normal;
	font-size:18px;
	margin:10px 0 0 0;
	padding:0;
	line-height:18px;
}

#recettes-produits
{
	margin:0 0 10px 0;
	padding:0;
	width:180px;
}

#recettes-produits a img
{
	margin:0;
	padding:0;
	float:left;
	border:none;
}

#sidebar-left a img, #sidebar-right a img {
	border:none;
}

.page-nav
{
	margin-top:20px;
	text-align:center;
}

.page-nav a
{
	color:#72832e;
}
