/*
Theme Name:Hisada
Theme URI:http://hisada.fr/
Description:Theme for hisada.fr, based on Elegant Grunge by Michael Tyson
Author:Kyo Ichida
Author URI:http://www.abcjapon.co.jp
Version:0.40
Tags:theme-options, threaded-comments
*/

*{
	margin:0;
	padding:0;
}

body{
	position:relative;
	background-color:#fffcf8;
	color:#333;
	font-family:"Century Gothic", "Futura", "Palatino", sans-serif;
	text-align:center;
	font-size:12px;
}

a{
	color:#551a2c;
	text-decoration:none;
}
a:hover{
	color:#903939;
}

img{
	border:0;
}

h1,h2,h3,h4,h5,h6,h7{
	font-weight:normal;
}
sup{
	font-size:60%;
}

/*LAYOUT*/
#bg{
	position:fixed;
	top:0px;
	left:0px;
	border:0;
	width:100%;
	height:100%;
}
#container{
	position:absolute;
	z-index:2;
	top:0px;
	left:50%;
	width:862px;
	margin-left:-431px;
	display:block;
	text-align:center;
/*border:1px dotted blue;*/
}
#page{
	position:relative;
	display:block;
	width:862px;
	background:transparent url(images/bg-page2.png) center repeat-y;
	text-align:center;
/*	border:1px dotted #c4b6a3;
	border-top:none;
*/
}

/* MENU */
#menu{
	position:absolute;
	z-index:2;
	background:url(images/bg-menu.png) repeat-x;
	width:830px;
	height:23px;/**/
/*	margin:0 auto;*/
	margin-left:16px;
	text-align:left;
	text-shadow:1px 1px 2px #666;
}
.fixed-menu{
	position:fixed !important;
	top:0;
	margin-left:16px !important;
}
#menu ul{
	display:inline-block;
/*	position:relative;	pulldown*/
	zoom:1;
	margin:0 auto;
	padding:0 0 0 8px;
	bottom:0;
	left:0;
	list-style:none;
	font-size:11px;
}
#menu ul li{
	display:-moz-inline-box;
	display:inline-block;
	display:inline;
	zoom:1;
	text-transform:uppercase;
}
#menu ul ul{
	display:inline;
	margin:0;/*for Win IE*/
	padding:0;/*for Win IE*/
}
#menu .page_item a{
	display:block;
	float:left;
	overflow:hidden;
	height:15px;/**/
	padding:4px 10px;
	color:#333;
	text-decoration:none;
	letter-spacing:1px;
}

#menu .navi .page_item a:hover{
	background:url(images/bg-menu.png) repeat-x;
	background-position:left -22px;
	color:#551a2c;
	zoom:1;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}
/*
#menu .page-item-top a:hover	{color:#793f2b;}
#menu .page-item-2 a:hover		{color:#3b665c;}
#menu .page-item-5 a:hover		{color:#4fa4be;}
#menu .page-item-7 a:hover		{color:#551a2c;}
#menu .page-item-9 a:hover		{color:#e4cc00;}
#menu .page-item-13 a:hover		{color:#903939;}
#menu .page-item-11 a:hover		{color:#f28300;}
#menu .page-item-blog a:hover	{color:#793f2b;}
*/
#menu .current_page_item a,
#menu .current_page_parent a,
#menu .current_page_ancestor a{
	cursor:default;
	background:#fffcf8 url(images/bg-menu.png) repeat-x;
	background-position:left -22px;
	color:#903939;
}
#menu .current_page_item li a,
#menu .current_page_parent li a,
#menu .current_page_ancestor li a{/*Win IE*/
	background-position:left 0px;
	color:#333;
}
#menu .current_page_item a:hover{
	cursor:default;
	color:#903939;
	zoom:1;
	filter:alpha(opacity=100);
	opacity:1.0;
	-moz-opacity:1.0;
}


#lang{
	float:right;
	display:inline-block;
}
#menu #lang a{
	display:block;
	width:24px;
	height:22px;
/*	max-height:21px;*/
	margin:0 4px;
	padding:0;
	line-height:100px;
	overflow:hidden;/**/
/*	border:1px solid #c4b6a3;*/
	zoom:1;
	filter:alpha(opacity=50);
	opacity:0.50;
	-moz-opacity:0.50;
	background-position:left 3px
}
#lang .page-item-2 a{
	background:url(images/btn-ja.gif) no-repeat;
}
#lang .page-item-4 a{
	background:url(images/btn-fr.gif) no-repeat;
}
#menu #lang.ja .page-item-2 a{
	zoom:1;
	filter:alpha(opacity=90);
	opacity:0.9;
	-moz-opacity:0.9;
}
#menu #lang.fr .page-item-4 a{
	zoom:1;
	filter:alpha(opacity=90);
	opacity:0.9;
	-moz-opacity:0.9;
}

#menu #btn-home a{
	width:13px;
	background:url(images/btn-home.gif) center top no-repeat;/*position for Win IE*/
	line-height:200px;
	overflow:hidden;
}

#menu #lang .page_item a:hover{
	color:#551a2c;
	zoom:1;
	filter:alpha(opacity=75);
	opacity:0.75;
	-moz-opacity:0.75;
}
#menu #lang.ja .page-item-2 a:hover,
#menu #lang.fr .page-item-4 a:hover{
	cursor:default;
	zoom:1;
	filter:alpha(opacity=100);
	opacity:1.0;
	-moz-opacity:1.0;
}

#lang .current_page_item a,
#lang .current_page_parent a,
#lang .current_page_ancestor a{
	background-color:transparent;
/*	border:none;*/
}

#menu ul.children{
	display:inline-block;
	position:absolute;
	top:23px;
	left:0px;
	z-index:4;
	font-size:10px;
	text-align:center;
}
#menu ul.children li{
	display:-moz-inline-box;
	display:inline-block;
	display:inline;
	zoom:1;
}
#menu ul.children li a{
	display:none;
	whitespace:none;
	background:none;
}
#menu .current_page_item ul.children li a{
	display:block;
}
#menu .current_page_item ul.children li a:hover{
	color:#000;
	background:none;
}

#page-children{
	margin-left:300px;
	text-align:left;
	text-shadow:1px 1px 2px #999;
}
#page-children ul{
	list-style:none;
}
#page-children ul li{
	display:inline-block;
}
#page-children ul li a{
	display:block;
	padding:0 40px 0 0;
	line-height:2em;
	color:#868686;
	text-decoration:none;
	letter-spacing:1px;
}
#page-children ul li a:hover{
	zoom:1;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}

/* HEADER */

#header{
	position:relative;
	width:862px;
	background:transparent url(images/header-facade.jpg) center top no-repeat;
}
body.presse #header,
body.link #header,
body.boutiques #header{
	position:relative;
	width:862px;
	background:transparent url(images/header3b.jpg) center top no-repeat;
}
body.fromages #header{
	position:relative;
	width:862px;
	background:transparent url(images/header2a.jpg) center top no-repeat;
}
body.contact #header{
	position:relative;
	width:862px;
	background:transparent url(images/header2b.jpg) center top no-repeat;
}
body.about #header{
	position:relative;
	width:862px;
	background:transparent url(images/header2a.jpg) center top no-repeat;
}
body.menu #header{
	position:relative;
	width:862px;
	background:transparent url(images/header2a.jpg) center top no-repeat;
}

#blog-name{
	display:block;
	height:324px;
	width:830px;
	margin:0 auto;
	overflow:hidden;
	text-indent:-999px;
	font-size:24px;
	text-align:left;
/*	text-shadow:1px 2px 5px #412914;
	letter-spacing:3px;
border:1px dotted red;*/
}
#blog-name a,
#blog-name a:visited{
	display:block;
	height:100px;
	width:410px;
	padding:16px 0 0 40px;
	background:transparent url(images/logo-salon-hisada.png) 20px top no-repeat;
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
}
#blog-name a:hover{
	color:#b3b3b3;
}

#blog-description{
	position:absolute;
	top:175px;
	right:20px;
	text-align:right;
	z-index:2;
	color:#c2c2bf;
	text-shadow:0 1px 1px #000;
	letter-spacing:1px;
}

/* CONTENT */
/* General */

#content{
	position:relative;
	margin:0 auto;
	padding:31px 41px 0 41px;
	text-align:left;
/*border:1px dotted blue;*/
}

#content-body{
	position:relative;
/*border:1px dotted red;*/
}
body.blog #content-body{
	width:564px;/*with Sidebar*/
	float:left;/*with Sidebar*/
/*	background:transparent url(images/bg_suite.gif) right top repeat-y;*/
}

/* Main contents text layout */
.entry{
	clear:both;
	padding-top:8px;
	line-height:21px;	/*fixed line height*/
/*	line-height:200%;*/	/*relative*/
}
.entry p{
	margin-bottom:28px;	/*fixed line height*/
}

.entry .left,
.entry .right{
	width:270px;
	float:left;
/*border:1px dotted gold;*/
}
.entry .left{
	margin-right:30px;
	background:url(images/suite.gif) right bottom no-repeat;
}
.blog .entry .left img,
.blog .entry .right img{
	max-width:260px;
}
.blog .entry .left img.alignleft,
.blog .entry .right img.alignleft{
	margin-left:1px;
}
.entry img{/* this must be before .wp-caption */
}
p.end{
	background:url(images/suite-p.gif) right bottom no-repeat;
}

.storytitle{
	height:64px;
	margin:16px 0 0 0;
	color:#fff;
	font-size:1.8em;
	font-style:normal;
	text-shadow:0px 1px 4px #412914;
	text-transform:uppercase;
	letter-spacing:4px;
/*border:1px dotted gold;*/
}
/*exception blog title*/
body .storytitle{
	height:48px;
	background-repeat:no-repeat;
	overflow:hidden;
/*	line-height:200px;*/
}
body.blog .storytitle{
	padding-top:18px;
	text-transform:none;
	background-image:none;
	line-height:30px;
	letter-spacing:0;
	overflow:visible;
}
body.index h2.storytitle,
body.blog h1.storytitle{
	margin:0 0 15px 0;
}
body.page h1.storytitle{
	text-align:center;
	font-size:30px;
}
/*
body.about .storytitle			{background-image:url(images/page-title.gif); background-position:center -50px}
body.menu .storytitle			{background-image:url(images/page-title.gif); background-position:center -100px}
body.photo-gallery .storytitle,
body.parent-7 .storytitle		{background-image:url(images/page-title.gif); background-position:center -150px}
body.access .storytitle			{background-image:url(images/page-title.gif); background-position:center -200px}
body.link .storytitle			{background-image:url(images/page-title.gif); background-position:center -250px}
body.contact .storytitle		{background-image:url(images/page-title.gif); background-position:center -300px}
body.blog .storytitle			{color:#793f2b;}
*/
.storytitle a{
	text-decoration:none;
	color:#f3e6d6;
}
.storytitle a:hover{
	color:#ffffff;
	text-shadow:0 0 5px #412914;
}
.storytitle span{
	font-size:50%;
}
.subtitle{
	margin:-20px 0 30px 0;
	font-size:12px;
	letter-spacing:3px;
}

.post .author{
	display:inline;
}

.post .info{
	color:#bcbcbc;
	font-size:0.8em;
}

.date{
	float:right;
	display:block;
	width:70px;
	height:70px;
	padding-top:9px;
	background:url(images/bg-date.png) center top no-repeat;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
/*border:1px dotted blue;*/
}

.date .month{
	display:block;
	height:19px;
	font-size:14px;
	line-height:16px;
	color:#332010;
	font-weight:bold;
	overflow:hidden;
}

.date .day{
	display:block;
	font-weight:bold;
	font-size:24px;
	padding-top:0;
	line-height:18px;
	color:#a97664;
}

.date .year{
	display:block;
	font-size:0.7em;
	padding-top:3px;
	color:#332010;
}

.justify{
	text-align:justify;
}

.metadata{
	margin-top:40px;
	margin-bottom:0;
	text-align:left;
	font-size:0.85em;
	color:#797979;
/*border:1px dotted white;*/
}
.metadata .trackback{
	font-size:0.95em;
}
.metadata p{
	font-size:0.95em;
}
.metadata a{
	text-decoration:none;
}

.more-link{
	clear:both;
	display:block;
/*	margin-top:14px;*/
/*	padding-left:20px;*/
	text-align:left;
/*	font-size:0.9em;*/
	color:#414141;
	letter-spacing:1px;
}

.more-link span{
	color:#fff;
}

.hr{
	clear:both;
	height:1px;
	background:transparent url(images/bg_suite.gif) repeat-x;/**/
	margin:0 auto;
	margin-top:2px;
	margin-bottom:2px;
	border:0;
}
body.boutiques .hr{
	clear:both;
	width:740px;
	height:32px;
	margin:0 auto;
	margin-top:32px;
}
.suite{
	clear:both;
	height:1px;
	background:url(images/bg_suite.gif) repeat-x;
/*	border-top:1px solid #fff;*/
	margin:5px 0 28px 0;
}
.hr hr,
.suite hr{
	display:none;
}

.navigation{
	width:100%;
}

.navigation a{
	text-decoration:none;
	font-size:0.85em;
}

.navigation .previous{
	float:left;
}

.navigation .next{
	float:right;
}
.cache,
.nocomments{
	display:none;
}

.search_result{
	margin-left:20px;
}

.search_result h4{
	margin-left:-20px;
}

.search_result h4 a{
	text-decoration:none;
}

.search_result .metadata{
	color:#666;
	margin:10px 0 20px 0;
	text-align:left;
}

.search_result .metadata a{
	color:#888;
}


/* Standard wordpress */

.aligncenter, div.aligncenter{
	display:block;
	margin:0 auto;
	text-align:center;
}

.alignleft{
	float:left;
}

.alignright{
	float:right;
}
.alignleft img.alignleft,
.alignright img.alignright,
.aligncenter img.aligncenter{
	float:none;
}

.justify{
	text-align:justify;
	text-justify:inter-ideograph;
}

.clear{
	clear:both;
}

.wp-caption{
	margin-top:8px;
	margin-bottom:6px;
	border:none;
	text-align:center;
	background-color:#f8faf7;
	padding-top:5px;
}
.wp-caption img{
	margin:0;
	padding:0;
	border:0 none;
}
.wp-caption p.wp-caption-text{
	font-size:11px;
	line-height:17px;
	padding:3px 4px;
	margin:0;
	color:#666;
	letter-spacing:1px;
}


/* Comments */

#commentform{
	margin-bottom:8px;
}
.commentmetadata{
/*	float:right;*/
}
.commentlist{
	list-style-type:none;
	width:421px;
}

.commentlist li{
	margin-top:5px;
}

.commentlist .comment{
	position:relative;/*for avatar*/
	margin:0;
	font-size:0.8em;
}

.comment-text,
.comment-body{
	margin:3px 0;
/*	width:390px;*/
	padding:4px 4px 4px 45px;
	background:transparent;
}
.comment-body:hover{
	background:#f8f0e6;
}

.comment-text *{
	margin-bottom:0;
	padding-bottom:0;
}
.comment-text p{
	font-size:1.1em;
	line-height:150%;
}
.commentlist .reply{
	text-align:right;
	position:relative;
	top:1px;
	font-size:0.8em;
/*	z-index:1;*/
	color:#aaa;
}
.commentlist .reply a{
	color:#777;
	text-decoration:none;
}
.commentlist .reply a:hover{
	color:#903930;
}

.commentlist .children{
	list-style-type:none;
}
.commentlist .children li{
	margin:2px 0 15px 0;
}
.commentlist li:hover{
}
.commentlist .children li:hover{
	border:none;
	background:none;
}

.avatar{
	position:absolute;
	top:23px;
	left:6px;
	float:left;
	margin:0 8px 0 0!important;
}

.comment-btn a{
	padding-left:14px;
	background:url(images/btn-comment.gif) left bottom no-repeat;
}

/* Comment Form */
.member{
	margin-bottom:5px;
}
input,
textarea{
	background-color:#fffcf8;
	border:1px solid #daccaa;
	padding:4px;
	margin:2px 0;
}
.metadata input{
	border:1px solid #daccaa;
	width:410px;
	color:grey;
}
.wpcf7 input,
input.text{
	width:190px;

	padding:4px;
	border:1px solid #daccaa;
	margin-bottom:2px;
}
.wpcf7 textarea,
textarea{
	background-color:#fffcf8;
	width:410px;
	height:100px;
	margin:2px 0;
	margin-bottom:2px;
	padding:4px;
	border:1px solid #daccaa;
}
.wpcf7-acceptance{
	width:19px !important;
}
input#submit{
	margin-top:1px;
	background-color:#fcf2e5;
}
.contact .entry p{
	margin-bottom:8px;
}

/* Frame */
.frame-outer .aligncenter{
	text-align:center;
}
.frame-outer.alignright{
	margin:-5px -7px 7px 0;
}
.frame-outer.alignleft{
	margin:-5px 0px 7px -7px;
}
.frame-outer.alignnone{
	margin:0px -7px;
}
.frame-outer.small.alignright{
	margin:-2px -7px 7px 4px;
}
.frame-outer.small.alignleft{
	margin:-2px 4px 7px -7px;
}
.frame-outer span{
	display:inline-block;
	background:transparent url(images/frame-top-left.png) left top no-repeat;
}
.frame-outer span span{
	background:transparent url(images/frame-bottom-left.png) left bottom no-repeat;
}
.frame-outer span span span{
	background:transparent url(images/frame-top-right.png) right top no-repeat;
}
.frame-outer span span span span{
	background:transparent url(images/frame-bottom-right.png) right bottom no-repeat;
	padding:16px;
	min-width:150px;
	min-height:150px;
	text-align:center;
	overflow:hidden;
}
.frame-outer span span span span *{
	max-width:500px;
}
.frame-outer.small span{
	background:url(images/frame-top-left-small.png) no-repeat left top;
}
.frame-outer.small span span{
	background:url(images/frame-bottom-left-small.png) no-repeat left bottom;
}
.frame-outer.small span span span{
	background:url(images/frame-top-right-small.png) no-repeat right top;
}
.frame-outer.small span span span span{
	background:url(images/frame-bottom-right-small.png) no-repeat right bottom;
	padding:8px;
	min-height:38px;
	min-width:38px;
}
.frame-outer span span span span span{
	background:none;
}

/*Sidebar*/
/* General */
#sidebar{
/*
	position:absolute;
	top:43px;*/
/*start sidebar*/
	width:190px;
	float:left;
/*	margin-top:16px;*/
	margin-left:20px;
/**/
/*end sidebar*/

/*start Sidebar as footer*/
/*
	clear:both;
	width:100%;
	background:url("images/bg_suite.gif") repeat-x;
*/
/*end Sidebar as footer*/

	line-height:150%;
	overflow:hidden;
/*border:1px dotted orange;*/
}
body.parent-7 #sidebar{
	display:none;
}

#sidebar h2{
	font-size:1.2em;
}

#sidebar a{
	color:#666;
}
#sidebar a:hover{
	color:#f18d47;
}

#sidebar ul, #sidebar ul ol{
	margin-bottom:5px;
}

.sidebar ul p, .sidebar ul select{
	margin:5px 0 10px;
}

.sidebar ul ul, .sidebar ul ol{
	margin:5px 0 0 10px;
}

.sidebar ul ul ul, .sidebar ul ol{
	margin:0 0 0 10px;
}

#sidebar li{
	list-style-type:none;
}
#sidebar li.widget{
	background: url("images/bg_suite.gif") repeat-x bottom left;
	padding:8px 0;
}
.sidebar ul ul li, .sidebar ul ol li{
	margin:3px 0 0;
	padding:0;
}

.sidebar #browsing p{
	margin-top:1em;
}

.widget_archive li{
	line-height:125%;
}

body.ja #nav_menu-3{
	display:none;
}
body.fr #nav_menu-4{
	display:none;
}

/* Search */

#sidebar input:focus,
input#submit:focus,
input:focus,
textarea:focus{
	background-color:#fff !important;
}
#sidebar input#s{
	width:90px;
	background-color:#fffcf8;
}
#sidebar input#submit{
	background-color:#fcf2e5 !important;
}
/*
#sidebar #searchform div{
	height:26px;
	padding:0;
}
*/
#sidebar #searchform div #searchsubmit{
/*	border:0;
	background:none;*/
	background-color:#fcf2e5;
/*	width:39px;
	height:26px;
	overflow:hidden;
	text-indent:-2000px;
	cursor:pointer;
border:1px dotted blue;*/
}

.widget_search{
	margin-top:-6px;
/*border:1px dotted blue;*/
}

/* Tag cloud */

.widget_tag_cloud a{
	text-decoration:none;
}

/* Wordpress calendar */

#calendar_wrap{
	margin:0px;
}
#wp-calendar{
	width:180px;
	border-collapse:collapse;
	empty-cells:show;
}
#wp-calendar th{
	text-align:center;
	font-size:10px;
}
#wp-calendar td{
	text-align:center;
	font-size:10px;
	padding:0 1px;
}
#wp-calendar a,
#wp-calendar a:visited{
	color:#a14000;
}
/* Photoblog widget */

#sidebar #photoblog div{
	margin:3px 0 0 0;
}
#sidebar #photoblog img{
	display:inline;
}

.photoblog-thumbnail{
	display:inline;
	vertical-align:middle;
}


/* FOOTER */
#footer{
	width:862px;
	height:64px;
	background:transparent url(images/bg-footer2.png) center top no-repeat;
	text-align:center;
	overflow:hidden;
/*border:1px dotted blue;*/
}
#footer p{
	padding:24px 0 0 0;
	font-size:11px;
}

.credit a,
.credit a:visited{
	display:block;
}

.credit a:hover{
	zoom:1;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}

#footer .widget-wrap{
	float:left;
	width:264px;
	margin-bottom:36px;
}


#footer .widget{
	margin-right:21px;
	margin-left:21px;
}

#footer a{
	color:#a3a3a3;
}

#footer h2{
	color:#fff;
	font-size:1.3em;
	margin-bottom:15px;
	font-weight:normal;
	font-style:normal;
}

#bottombar p{
	margin-right:23px;
}
#bottombar input{
	width:320px;
	color:#000;
}

.close a{
	display:block;
	position:absolute;
	top:1px;
	right:1px;
	margin:0 1px 1px 0;
	width:19px;
	height:19px;
	overflow:hidden;
	background:url(images/btns.gif) -228px 0px no-repeat;
	zoom:1;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}
.close a:hover{
	background-color:#fff;
	zoom:1;
	filter:alpha(opacity=100);
	opacity:1.0;
	-moz-opacity:1.0;
}
.close a:active{
	margin:1px 0 0 1px;
}

/* LANG */
ul.lang{
	float:left;
	display:inline;
	list-style:none;
}
ul.lang li{
	float:left;
}
ul.lang img{
	margin:0 1px 1px 0;
	border:1px solid #666;
}
ul.lang a img,
ul.lang a:visited img{
	zoom:1;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}
ul.lang a:hover img{
	zoom:1;
	filter:alpha(opacity=100);
	opacity:1.0;
	-moz-opacity:1.0;
}
.lang a:active img{
	margin:1px 0 0 1px;
}

/* For modern browsers */
.cf:before,
.cf:after{
	content:"";
	display:table;
}

.cf:after{
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf{
	zoom:1;
}

.clearfix:after{
	content:url(images/pxt.gif);
	display:block;
	clear:both;
	height:0;
}
.clearfix{
	min-height:1px;
}
* html .clearfix{
	height:1px;
	/*\*//*/
	height:1%;
	overflow:hidden;
	/**/
}

/*ABOUT*/
body.about div.link{
	margin-top:18px;
}
/*
body.about .entry{
	text-align:center;
}
body.about .entry h3{
	margin:18px 0 0 0;
}
body.about .entry p{
	width:614px;
	margin:0 auto;
	padding-bottom:28px;
	text-align:left;
}
*/

/*ACCESS*/
body.access .entry{
	text-align:center;
}
body.access .entry h3{
	margin:0 0 18px 0;
}
body.access .entry p{
	width:405px;
	margin:0 auto;
	padding-bottom:28px;
	text-align:left;
}

/*MENU*/

body.menu h2.btn-menu,
body.menu h2.accordion{
	clear:both;
	display:block;
	position:relative;

	margin:18px 0 8px 0;
	padding:2px 0 3px 0;
	background-color:#F1E4D5;
	color:#fff;

	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	-ms-border-radius:8px;
	border-radius:8px;

background:#F1E4D5;
background:-webkit-gradient(linear, 0 0, 0 bottom, from(#F1E4D5), to(#DDBE9F));
background:-moz-linear-gradient(#F1E4D5, #DDBE9F);
background:linear-gradient(#F1E4D5, #DDBE9F);
-pie-background:linear-gradient(#F1E4D5, #DDBE9F);

}
.menuc,
#menu1c,
#menu2c,
#menu3c{
	padding-bottom:16px;
}
body.menu-principal .entry,
body.a-la-carte .entry,
body.boisson .entry,
body.menu .entry{
	margin:0 auto;
	text-align:center;
	width:740px;
}
body.menu-principal .entry h3,
body.a-la-carte .entry h3,
body.boisson .entry h3,
body.menu .entry h3{
	margin:18px 0 10px 0;
}
body.menu .entry p,
body.menu-principal .entry p,
body.a-la-carte .entry p,
body.boisson .entry p{
	margin:0 auto;
	padding:0;
}
body.menu-principal pre span,
body.a-la-carte pre span,
body.boisson pre span,
body.menu pre span{
	
}
body.menu-principal dl,
body.a-la-carte dl,
body.boisson dl,
body.menu dl{
	display:block;
	height:18px;
	margin:0 auto;
	border-bottom:1px dotted #bbaaaa;
	clear:both;
}
body.menu-principal dt,
body.a-la-carte dt,
body.boisson dt,
body.menu dt{
	display:block;
	float:left;
	clear:both;
/*	width:580px;
	padding:0 50px;*/
	font-weight:bold;
	text-align:left;
	line-height:1.5em;
/*border:1px dotted red;*/
}
body.menu-principal dd,
body.a-la-carte dd,
body.boisson dd,
body.menu dd{
	position:relative;
	display:block;
	width:50px;
	float:right;
	text-align:right;
	white-space:no-wrap !important;
/*border:1px dotted red;*/
}
body.menu-principal dl span,
body.a-la-carte dl span,
body.boisson dl span,
body.menu dl span{
	font-size:85%;
}
body.menu-principal .carte,
body.a-la-carte .carte,
body.boisson .carte,
body.menu .carte{
	margin:0 auto;
	text-align:center;
}
body.menu-principal .menu-set,
body.a-la-carte .menu-set,
body.boisson .menu-set,
body.menu .menu-set{
	display:block;
	padding:18px;
	border-bottom:none;
	font-size:18px;
	line-height:175%;
}
body.menu-principal .menu-set dl,
body.a-la-carte .menu-set dl,
body.boisson .menu-set dl,
body.menu .menu-set dl{
	border:none;
}
body.menu-principal .menu-set dt,
body.a-la-carte .menu-set dt,
body.boisson .menu-set dt,
body.menu .menu-set dt{
	text-align:center;
	width:600px;
	margin-left:50px;
/*border:1px dotted red;*/
}
body.menu-principal .menu-a,
body.a-la-carte .menu-a,
body.boisson .menu-a,
body.menu .menu-a{
	border:3px double #bbaaaa;
	margin-bottom:16px;
/*	height:3em;*/
}
body.menu-principal #content hr,
body.a-la-carte #content hr,
body.boisson #content hr,
body.menu #content hr{
	border:0;
	clear:both;
	height:1px;
	background-color:#DDBE9F;
	margin:20px 0;
}

hr.clear{
	border:0;
	clear:both;
	height:1px;
	background-color:#fffbf8;
	margin:0;
}


table.tableau{
	border-collapse:collapse;	
	empty-cells:show;
	border-top:1px solid #daccaa;
	border-left:1px solid #daccaa;
}
table.tableau tr{
	border-bottom:1px solid #daccaa;
}
table.tableau th,
table.tableau td{
	border-right:1px solid #daccaa;
	padding:2px 4px;
}
table.tableau tr:hover{
	background-color:#f3e6d6;
}



/*PHOTO GALLERY*/
body.parent-7 .attachment{
	text-align:center;
}

/*LINK -> PRESS*/
body.presse .entry h3,
body.link .entry h3{
	margin:0 0 16px 0;
}
body.presse .entry p,
body.link .entry p{
	margin:0 0 16px 0;
}

/*LINK*/
.link .lien{
	display:inline-block;
	list-style-type:none;
}
.link .lien li{
	float:left;
}
.link .lien a{
	display:block;
	width:193px;
	height:170px;/**/
	line-height:20px;
	overflow:hidden;
	text-align:center !important;
	float:left;
/*border:1px dotted grey;*/
}
a.logo-hisada{background:url(images/logo-hisada.png) center center no-repeat;}
a.logo-cheese-ohkoku{background:url(images/logo-cheese-ohkoku.png) center center no-repeat;}
a.logo-judan{background:url(images/logo-judan.png) center center no-repeat;}
a.logo-kij{background:url(images/logo-kij.png) center center no-repeat;}
.link .lien a:hover{
	zoom:1;
	filter:alpha(opacity=85);
	opacity:0.85;
	-moz-opacity:0.85;
}

/*CONTACT*/
body.contact .entry{
	text-align:center;
}
body.contact .entry h3{
	margin:18px 0 0 0;
}
body.contact .entry p{
	width:405px;
	margin:0 auto;
	text-align:left;
}

/*gallery*/
body.gallery .entry h2,
body.gallery .entry h3{
	clear:both;
	margin:16px 0;
	font-size:16px;
	letter-spacing:3px;
}
body.gallery .entry h2 a,
body.gallery .entry h3 a{
	text-decoration:none;
}
body.gallery .entry h2 span,
body.gallery .entry h3 span{
	font-family:monospace;
	font-size:12px;
	letter-spacing:1px;
}

.parent-3 .entry img.size-medium{
	margin-bottom:72px;
}
.parent-3 .entry div img,
.parent-7 .entry div img{
	display:table-cell;
	vertical-align:middle;
	margin:0 auto;
	padding:0;
}

.gallery{
	margin:auto;
}
div.gallery-item{
	float:left;
	width:260px;
	height:260px;
	margin:0 40px 50px 0;
	text-align:center;
}
dl.gallery-item{
	float:left;
	width:25%;/*{$itemwidth}%*/
	margin-bottom:10px;
	text-align:center;
}
.gallery img{
	/*border:1px solid #ddd;*/
}
.gallery-caption{
	margin-left:0;
	font-size:x-small;
}
div.gallery-caption{
	margin:-34px 0 8px 0;
}

#gallery-1 img{
	border:none !important;
}


/*MAPS*/
body.boutiques .entry .box-left{
	position:relative;
	float:left;
	width:387px;
	padding-top:16px;
	padding-left:20px;
/*border:1px dotted gold;*/
}
body.boutiques .entry .box-right{
	position:relative;
	float:right;
	width:357px;
/*border:1px dotted gold;*/
}
body.boutiques .entry .box-right p{
	margin:0;
}
body.boutiques .entry .maps-left{
	position:relative;
	float:left;
	width:377px;
/*border:1px dotted gold;*/
}
body.boutiques .entry .maps-right{
	position:relative;
	float:right;
/*	width:377px;*/
	width:387px;
}
body.boutiques .entry .maps-left .gmap,
body.boutiques .entry .maps-right .gmap{
	position:absolute;
	top:220px;
}
.shadow-box{
	position:relative;
	display:block;
-webkit-box-shadow:#b5a790 1px 2px 16px;
-moz-box-shadow:#b5a790 1px 2px 16px;
box-shadow:#b5a790 1px 2px 16px;
behavior:url(/js/PIE.htc);
}
.map-caption{
	position:relative;
	display:block;
	margin-top:-20px;
}

/*profile*/
table.profile{
	border-collapse:collapse;	
	margin-bottom:21px;
	margin-left:16px;
}
table.profile tr{
	vertical-align:top;
	line-height:21px;
}
table.profile td{
	padding-left:3px;
}
table.profile tr:hover{
	background-color:#f3e6d6;
}

#glr{
	display:none;
}
.books .gallery .gallery-caption{
	display:none;
}
.books .entry img,
img.reflect{
	margin-bottom:0;
	margin-top:0;
}

.entry .clear-bg{
	background:transparent url(images/pxt.gif) no-repeat;
}
.nowrap{
	white-space:nowrap;
}

/*Start Advanced Most Recent Posts plug-in*/
/*start footer*/
#advancedrecentposts-3{
	display:block;
	float:left;
/*	width:600px;*//* Bottom widget */
	margin:0;
	overflow:auto;
/*border:1px dotted blue;*/
}
/*end footer*/

.advanced-recent-posts li{
/*	clear:left;*/
/*start footer*/
	float:left;
	display:block;

/*	width:285px;*//* Bottom widget */
	height:54px;
	overflow:hidden;
	margin:5px 0 2px 0;
/*end footer*/
/*border:1px dotted green;*/

	font-size:0.75em;
	line-height:13px;
/*	margin:10px 0;*/
}
.advanced-recent-posts a{
	display:block;
	font-size:1.25em;
	padding-bottom:2px;
}
.advanced-recent-posts img{
	width:48px;
	height:48px;
	float:left;
	margin:0 6px 4px 0;
-webkit-box-shadow:#b5a790 1px 2px 3px;
-moz-box-shadow:#b5a790 1px 2px 3px;
box-shadow:#b5a790 1px 2px 3px;
behavior:url(/js/PIE.htc);
}
.advanced-recent-posts a:hover img{
	zoom:1;
	filter:alpha(opacity=85);
	opacity:0.85;
	-moz-opacity:0.85;
}
.advanced-recent-posts a:active img{
	margin:1px 5px 3px 1px;
-webkit-box-shadow:#b5a790 0px 1px 3px;
-moz-box-shadow:#b5a790 0px 1px 3px;
box-shadow:#b5a790 0px 1px 3px;
behavior:url(/js/PIE.htc);
}
/*end*/

/*Tag cloud*/
#newtagcloud li a{
	display:block;
	width:200px;
}

/*start lightbox*/
/*end*/

/*start contact-form-7*/
div.wpcf7{
	margin:0;
	padding:0;
}

div.wpcf7-response-output{
	margin:2em 0 1em;
	padding:0.2em 1em;
}

div.wpcf7-mail-sent-ok{
	border:1px solid #daccaa;
	background:#eee;
}

div.wpcf7-mail-sent-ng{
	border:1px solid #ff6927;
}

div.wpcf7-spam-blocked{
	border:1px solid #ff6927;
}

div.wpcf7-validation-errors{
	border:1px dotted #e5e5e5;
}

span.wpcf7-form-control-wrap{
	position:relative;
}

span.wpcf7-not-valid-tip{
	position:absolute;
	top:20%;
	left:20%;
	z-index:100;
	background:#fff;
	border:1px solid #grey;
	font-size:10pt;
	width:280px;
	padding:2px;
}

span.wpcf7-not-valid-tip-no-ajax{
	color:#ff7633;
	font-size:10pt;
	display:block;
}

span.wpcf7-list-item{
	margin-left:0.5em;
}
div.wpcf7 .btn-submit{
	text-indent:1em;
	letter-spacing:1em;
}
input.wpcf7-submit{
	background-color:#dfcdb7;
}
/*end*/

/*Pager*/
.tablenav{
	color:#2583ad;
	background:transparent;
	margin:1em auto;
	line-height:16px;
	text-align:center;
}
a.page-numbers,
.tablenav .current{
	background:transparent url(images/bg-pager.png) no-repeat;
	background-position:center 0;
	display:inline-block;
	width:20px;
	height:20px;
	color:white;
	padding:2px;
	text-decoration:none;
	font-size:smaller;
}
a.page-numbers:hover{
	color:#9b3300;
	background-position:center -30px;
}
a.page-numbers:active{
	margin:1px -1px -1px 1px;
}
.tablenav .current{
	background-position:center -30px;
	color:#bc9866;
	font-weight:900:
}
.tablenav .next,
.tablenav .prev{
	width:7em;
	border:0 none;
	background:transparent;
	color:#a97664;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
}
/*end pager*/

#sidebar .tagcloud a{
	font-size:12px important!;
}

/*addthis*/
.addthis_toolbox.addthis_default_style{
	clear:both !important;
}
