/**
 * General
 **/
.postImage { float:left; margin:0 10px 5px 0; border:1px solid #ccc; background:#f7f7f7; padding:4px; }
.postWrapper { clear:both; overflow:hidden;	padding:15px 0;	border-bottom:1px dotted #c0c0c0; }
.postWrapper.first { padding-top:0; }
.postWrapper.last {	border:none; padding-bottom:0; }
.postTitle { }
.postTitle h2 {	margin: 0px; padding: 0px; background:none; display:inline; }
.postTitle .date { font-size:10px; }
.postContent {  }
.postContent ul { list-style-image:url(../images/puce.png); margin-left:15px; }
.postDetails { overflow:hidden; }
.postDetails div { float:left; margin:0 0 10px 0; overflow:hidden; line-height:16px;  }
.postDetails a { font-weight:normal; font-size:10px; }
.more_blog { font-size:1.5em; text-align:right; }

.blog-post-view .postWrapper { margin:0; padding:0 0 15px 0; overflow:visible; }
.blog-post-view .postImage { position:relative; margin-bottom:10px; }
.blog-post-view .zoom { position:absolute; right:4px; bottom:4px; }
.blog-post-view .likebutton { width:520px; height:30px; }

/* Recent */

/* Listing recettes dans page produit */
#product-recipes td { vertical-align:middle; padding:5px 0;}
#product-recipes a.postImage { margin:0 10px 0 0; }
/**
 * Blog listing
 **/
.blog-index-index .archives { overflow:hidden; padding:5px; background:#DBDBDB; margin:10px 0; }

/**
 * Recettes
 **/
.informations { margin-top:10px; }
.informations dt { display:inline; } 
.informations dd { display:inline; margin-right:5px; }

.ingredients { clear:both; }
.ingredients li { margin-left:15px; }

ol.recette { font-family:Georgia, "Times New Roman", Times, serif; font-size:26px; font-style:italic; color:#9d2f65; list-style:decimal; }
ol.recette li { margin:15px 0 15px 35px; }
ol.recette li p { font-family:Arial, Helvetica, sans-serif; color:#3A3939; font-size:12px; font-style:normal; }

/** 
 * Tags
 **/
.tags {  }
.tags ul { padding-left:20px; background:url(../images/tag_pink.png) no-repeat left center; margin-right:5px;}
.tags ul li { display:inline; }
ul.tagcloud li { display:inline;}
.tag-count-1 { font-size:1em; }
.tag-count-2 { font-size:1.2em; }
.tag-count-3 { font-size:1.4em; }
.tag-count-4 { font-size:1.6em; }
.tag-count-5 { font-size:1.8em; }
.tag-count-6 { font-size:2em; }
.tag-count-7 { font-size:2em; }
.tag-count-8 { font-size:2em; }
.tag-count-9 { font-size:2em; }
.tag-count-10 { font-size:2em; }

/**
 * Catégories
 **/
.cats {  } 
.cats ul { padding-left:20px; background:url(../images/folder_go.png) no-repeat left center; margin-right:5px; }
.cats ul li { display:inline; white-space:nowrap;  }

/**
 * Comments
 **/
.comments span { padding-left:20px; background:url(../images/comment.png) no-repeat left center; margin-right:5px; }
.commentWrapper { padding:15px 0; border-bottom:1px dotted #c0c0c0; }
.postComment { padding:15px 0; }
