@charset "UTF-8";
/* ************************************************ 
Theme Name: Mahika Mano
Theme URI: http://www.master-web.net/
Description: WordPress theme produce by <a href="http://www.master-web.net/">http://www.master-web.net/</a>
Author: Theme designed by Webnist + Megane

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

 * ************************************************ */

/* ************************************************ 
	CSS Contents
	1-1. Description priority level
	1-2. Notes
	1-3. CSS Zero Include
	
	2-1. Basic setting
	2-2. Each area setting
	2-3. Header area setting
	2-4. Footer area setting
	2-5. Side contents setting
	2-6. The main contents setting
	3-1. Other setting
	
 * ************************************************ */

/* ************************************************ 
 * 1-1.Description priority level
 * ************************************************
 *	width:;
 *	height:;
 *	font-size:;
 *	font-weight:;
 *	line-height:;
 *	color:;
 *	text-align:;
 *	vertical-align:;
 *	margin:;
 *	border:;
 *	padding:;
 *	background:;
 *	background-position:;
 *	display:;
 *	float:;
 *	letter-spacing:;
 *	overflow:;
 *	position:;
 *	top:;
 *	left:;
 *	right:;
 *	bottom:;
 *	clear:;
 * ************************************************ */

/* ************************************************ 
 * 1-2.Notes
 * ************************************************
 *	
 *	Whenever Huck is done,
 *	it describes it in the following filling in column. 
 *	
 *	
 *	
 * ************************************************ */

/* ************************************************ 
 * 1-3.CSS Include
 * ************************************************ */
@import url("initial.css");

/* ************************************************ 
 * 2-1. Basic setting
 * ************************************************ */
body
	{
	text-align:center;
	color:#333344;
	background:#FFFCF4;
	}
a
	{
	color:#BC5F31;
	text-decoration:none;
	}
a:hover
	{
	text-decoration:none;
	}
#sidebar a
	{
	font-weight:bold;
	}
div#footer a
	{ 
	color:#1B1812;
	}

/* ************************************************ 
 * 2-2. Each area setting
 * box
 * header
 * footer
 * contents_box
 * main_contents
 * sidebar
 * main_img
 * ************************************************ */
div#box
	{
	width:930px;
	line-height:1.5;
	text-align:left;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	}
div#header
	{
	height:118px;
	max-height:118px;
	position:relative;
	background:url(images/background/header_back.gif) no-repeat;
	}
div#footer
	{
	min-height:172px;
	font-size:77%;
	margin:20px 0px 0px 0px;
	border-top:1px dotted #2D1B11;
	padding:15px 0px 15px 0px;
	background:url(images/background/footer_back.gif) no-repeat left top;
	}
div#contents_box
	{
	margin:10px 0px 0px 0px;
	}
div#main_contents
	{
	width:568px;
	float:left;
	}
div#sidebar
	{
	width:311px;
	font-size:92%;
	padding:0px 10px 0px 10px;
	float:right;
	}
div#main_img
	{
	margin:0px 0px 20px 0px;
	}
div#main_img img
	{
	display:block;
	}

/* ************************************************ 
 * 2-3. Header area setting
 * ************************************************ */
div#header h1
	{
	font-size:92%;
	color:#686868;
	position:absolute;
	top:5px;
	right:3px;
	}
div#header p#logo
	{
	display:block;
	position:absolute;
	top:4px;
	left:11px;
	}
div#header p#head_data
	{
	display:block;
	position:absolute;
	top:24px;
	right:3px;
	}

/*---------- Page Navigation Setting ----------*/
div#header ul#page_nav
	{
	width:914px;
	height:28px;
	max-height:28px;
	font-size:92%;
	border-bottom:1px solid #F4E9CE;
	padding:0px 0px 0px 16px;
	background:#EFE3C6;
	position:absolute;
	top:67px;
	right:0px;
	}
div#header ul#page_nav li
	{
	width:auto;
	height:29px;
	max-height:29px;
	padding:8px 0px 0px 0px;
	display:block;
	float:left;
	}
div#header ul#page_nav li.home a
	{
	border-left:1px solid #281605;
	}
div#header ul#page_nav li a
	{
	width:auto;
	line-height:1.1;
	text-decoration:none;
	color:#281605;
	border-right:1px solid #281605;
	padding:0px 15px 0px 15px;
	display:block;
	float:left;
	}
div#header ul#page_nav a:hover
	{
	color:#FFFFFF;
	}

/*---------- Category Navigation Setting ----------*/
div#header ul#cat_nav
	{
	width:914px;
	height:21px;
	max-height:21px;
	font-size:92%;
	border-bottom:1px solid #FFFCCF;
	padding:0px 0px 0px 16px;
	background:url(images/nav/nav_border.gif) no-repeat 16px center #DACBA7;
	position:absolute;
	top:96px;
	right:0px;
	}
div#header ul#cat_nav li
	{
	width:auto;
	height:22px;
	line-height:2;
	display:block;
	float:left;
	position:relative;
	}
div#header ul#cat_nav li a
	{
	width:auto;
	height:21px;
	color:#281605;
	text-decoration:none;
	padding:0px 16px 0px 16px;
	background:url(images/nav/nav_border.gif) no-repeat right center;
	display:block;
	float:left;
	}
div#header ul#cat_nav a:hover
	{
	color:#FFFFFF;
	background:#44280B;
	}
	
/*---------- Pulldown Setting ----------*/
div#header ul#cat_nav li > ul.children
	{
	display:none;
	}
div#header ul#cat_nav li:hover > ul.children
	{
	width:150px;
	border-top:1px solid #DACBA7;
	background:#DACBA7;
	display:block;
	position:absolute;
	top:100%;
	left:0px;
	z-index:3;
	}
div#header ul#cat_nav ul.children li
	{
	width:148px;
	border:1px solid #DACBA7;
	border-top:none;
	display:block;
	}
div#header ul#cat_nav ul.children li a
	{
	width:128px;
	height:21px;
	color:#FFFFFF;
	padding:0px 10px 0px 10px;
	background:#44280B;
	display:block;
	}
div#header ul#cat_nav ul.children li a:hover
	{
	color:#281605;
	background:#DACBA7;
	}
	
/* ************************************************ 
 * 2-4. Footer area setting
 * ************************************************ */
div#footer h2.headline
	{
	font-weight:bold;
	color:#555555;
	}
div#footer #f_box_01 ,
div#footer #f_box_02 ,
div#footer #f_box_03 ,
div#footer #f_box_04
	{
	width:190px;
	font:77%;
	padding:0px 10px 0px 10px;
	float:left;
	}
div#footer #f_box_02
	{
	margin:0px 10px 0px 15px;
	}
div#footer #f_box_04
	{
	float:right;
	}
div#footer ul
	{
	line-height:1.7;
	}
div#footer ul li ul.children
	{
	margin:0px 0px 0px 10px;
	}

/* ************************************************ 
 * 2-5 Side contents setting
 * ************************************************ */
/*---------- title ----------*/
div#sidebar h2.headline
	{
	font-size:107%;
	font-weight:bold;
	line-height:2.2;
	color:#281605;
	margin:0px 0px 7px 0px;
	padding:0px 0px 0px 5px;
	background:#DACBA7;
	}

/*---------- Widgets ----------*/
div#sidebar div.widgets
	{
	margin:0px 0px 10px 0px;
	}

/*---------- List ----------*/
div#sidebar ul
	{
	margin:0px 0px 0px 0px;
	padding:0px 7px 7px 7px;
	}
div#sidebar ul li
	{
	line-height:1.8;
	}
div#sidebar ul li a
	{
	line-height:1.3;
	padding:0px 0px 0px 15px;
	background:url(images/icon/side_icon_01.gif) no-repeat left 2px;
	}
div#sidebar ul li ul
	{
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	}

/*---------- Selectt ----------*/
div#sidebar select
	{
	width:320px;
	margin:10px 10px 0px 10px;
	}
	
/*---------- searchform----------*/
div#sidebar #searchform
	{
	margin:10px 0px 20px 0px;
	}
div#sidebar #searchform input.text
	{
	width:268px;
	height:13px;
	vertical-align:middle;
	margin:0px 0px 0px 0px;
	border:1px solid #BBBBBB;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:4px 4px 4px 4px;
	}
div#sidebar #searchform input.button
	{
	vertical-align:middle;
	}

/*---------- recent_posts ----------*/
div#sidebar dl.recent_posts dd
	{
	color:#888888;
	margin:10px 0px 0px 0px;
	padding:0px 5px 0px 5px;
	}
div#sidebar dl.recent_posts dt
	{
	margin:0px 0px 5px 0px;
	border-bottom:1px dotted #4D3B09;
	padding:0px 5px 5px 5px;
	}

/*---------- Calendar ----------*/
div#sidebar #wp-calendar
	{
	width:260px;
	margin:0px auto 0px auto;
	}
div#sidebar #wp-calendar caption
	{
	text-align:center;
	color:#FFFFFF;
	margin:0px 0px 15px 0px;
	background:#281605;
	}
div#sidebar #wp-calendar th ,
div#sidebar #wp-calendar td
	{
	text-align:center;
	color:#6E7073;
	padding:2px 10px 2px 10px;
	}
div#sidebar #wp-calendar th
	{
	font-weight:bold;
	padding:15px 0px 0px 0px;
	}
div#sidebar #wp-calendar td a
	{
	text-decoration:underline;
	color:#6E7073;
	}

/* ************************************************ 
 * 2-6 Main contents setting
 * ************************************************ */
/*---------- title ----------*/
div#main_contents h2.page_title
	{
	font-size:129%;
	font-weight:bold;
	line-height:2;
	color:#000000;
	margin:0px 0px 15px 0px;
	padding:7px 10px 0px 10px;
	background:url(images/headline/post_headline.gif) repeat-x #555555;
	}
div#main_contents h2.post_title
	{
	font-size:129%;
	font-weight:bold;
	line-height:2;
	color:#000000;
	margin:0px 0px 15px 0px;
	padding:7px 10px 0px 10px;
	background:url(images/headline/post_headline.gif) repeat-x #555555;
	}
div#main_contents h2.post_title a
	{
	color:#000000;
	}
div#main_contents h3.headline
	{
	font-size:107%;
	font-weight:bold;
	line-height:2.2;
	color:#281605;
	margin:0px 0px 7px 0px;
	padding:0px 0px 0px 5px;
	background:#DACBA7;
	}

/*---------- post ----------*/
div#main_contents .post
	{
	font-size:107%;
	margin:0px 0px 15px 0px;
	}
div#main_contents .entry h1
	{
	font-size:129%;
	font-weight:bold;
	line-height:2;
	margin:0px 0px 15px 0px;
	border-bottom:2px solid #281605;
	padding:0px 10px 0px 10px;
	}
div#main_contents .entry h2
	{
	font-size:129%;
	font-weight:bold;
	line-height:2;
	margin:0px 0px 15px 0px;
	border-bottom:2px solid #281605;
	padding:0px 10px 0px 10px;
	}
div#main_contents .entry h3,
div#main_contents .entry h4
	{
	font-size:122%;
	font-weight:bold;
	line-height:2;
	margin:0px 0px 15px 0px;
	border-bottom:2px solid #281605;
	padding:0px 10px 0px 10px;
	}
div#main_contents .entry h4
	{
	font-size:107%;
	}
div#main_contents .entry h5
	{
	font-size:122%;
	font-weight:bold;
	}
div#main_contents .entry h6
	{
	font-size:107%;
	font-weight:bold;
	}
div#main_contents .entry ul
	{
	margin:inherit;
	padding:inherit;
	}
div#main_contents .entry ol ,
div#main_contents .entry ul
	{
	margin:0px 0px 20px 0px;
	padding:inherit;
	}
div#main_contents .entry ul li
	{
	margin:0px 0px 0px 28px;
	list-style:disc;
	}
div#main_contents .entry ol li
	{
	margin:0px 0px 0px 35px;
	list-style:decimal;
	}

/*---------- entry ----------*/
div#main_contents .entry
	{
	margin:10px 0px 15px 0px;
	}
div#main_contents .entry .thumbnail
	{
	height:135px;
	margin:0px 11px 0px 0px;
	display:block;
	overflow:hidden;
	float:left;
	}
div#main_contents .entry .thumbnail img
	{
	height:auto;
	}

div#main_contents .entry p
	{
	margin:10px 0px 15px 0px;
	}

/*---------- meta ----------*/
div#main_contents .meta
	{
	padding:9px 9px 9px 9px;
	background:#ECE6DA;
	position:relative;
	}

/*---------- data ----------*/
*#main_contents .meta p.edit
	{
	text-align:right;
	}
div#main_contents .meta .cat
	{
	margin:6px 0px 6px 0px;
	}
div#main_contents .meta .com ,
div#main_contents .meta .cat ,
div#main_contents .meta .tags
	{
	line-height:1.5; 
	}
div#main_contents .meta .cat
	{
	padding:0px 0px 0px 0px;
	}
div#main_contents .meta .com img ,
div#main_contents .meta .cat img ,
div#main_contents .meta .tags img 
	{
	vertical-align:middle;
	margin:0px 10px 0px 0px;
	}

/*---------- navigation ----------*/
div#main_contents .navigation
	{
	width:568px;
	margin:15px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	}
div#main_contents .navigation p.previous_post
	{
	position:absolute;
	top:0px;
	left:0px;
	}
div#main_contents .navigation p.next_post
	{
	position:absolute;
	top:0px;
	right:0px;
	}

/*---------- comment ----------*/
div#main_contents .commentlist
	{
	padding:10px 10px 20px 10px;
	}
div#main_contents .commentlist li
	{
	min-height:80px;
	padding:10px 15px 10px 80px;
	position:relative;
	}
div#main_contents .commentlist li img.avatar
	{
	position:absolute;
	top:10px;
	left:10px;
	}
div#main_contents .commentlist li.alt
	{
	background:#ECE6DA;
	}
div#main_contents .commentlist li cite
	{
	color:#CC0001;
	}
div#main_contents #commentform dd
	{
	margin:0px 0px 15px 0px;
	}
div#main_contents #commentform input
	{
	width:250px;
	margin:0px 0px 0px 0px;
	border:1px inset #acacac;
	}
div#main_contents #commentform textarea
	{
	margin:0px 0px 0px 0px;
	border:1px inset #acacac;
	}
div#main_contents #commentform button
	{
	color:#000000;
	border:1px solid #acacac;
	background:#dcdcdc;
	}
div#main_contents #commentform button:hover
	{
	color:#000000;
	border:1px solid #ebe9ed;
	background:#acacac;
	}
div#main_contents #comment
	{
	width:100%;
	margin:10px 0px 0px 0px;
	}

/*---------- searchform ----------*/
div#main_contents #searchform
	{
	text-align:center;
	padding:10px 0px 10px 0px;
	background:#eeeeee;
	}
div#main_contents #searchform input.text
	{
	width:302px;
	height:13px;
	vertical-align:middle;
	margin:0px 0px 0px 0px;
	border:1px solid #878787; 
	padding:4px 4px 4px 4px;
	}
div#main_contents #searchform input.button
	{
	vertical-align:middle;
	}

/*---------- home ----------*/
body#home #contents_box div#main_contents dl.home_recent_posts_left ,
body#home #contents_box div#main_contents dl.home_recent_posts_right
	{
	width:279px;
	min-height:67px;
	font-size:92%;
	margin:0px 0px 25px 0px;
	float:left;
	}
body#home #contents_box div#main_contents dl.home_recent_posts_right
	{
	float:right;
	}
body#home #contents_box div#main_contents dl.home_recent_posts_left dt ,
body#home #contents_box div#main_contents dl.home_recent_posts_right dt
	{
	width:179px;
	padding:0px 0px 0px 100px;
	position:relative;
	}
body#home #contents_box div#main_contents dl.home_recent_posts_left dt a ,
body#home #contents_box div#main_contents dl.home_recent_posts_right dt a
	{
	font-weight:bold;
	}
body#home #contents_box div#main_contents dl.home_recent_posts_left dt span.thumbnail ,
body#home #contents_box div#main_contents dl.home_recent_posts_right dt span.thumbnail
	{
	width:90px;
	height:67px;
	overflow:hidden;
	display:block;
	position:absolute;
	top:0px;
	left:0;
	}
body#home #contents_box div#main_contents dl.home_recent_posts_left dt span.thumbnail img ,
body#home #contents_box div#main_contents dl.home_recent_posts_right dt span.thumbnail img
	{
	height:auto;
	display:block;
	}
body#home #contents_box div#main_contents dl.home_recent_posts_left dd ,
body#home #contents_box div#main_contents dl.home_recent_posts_right dd
	{
	width:179px;
	padding:0px 0px 0px 100px;
	}

/* ************************************************ 
 * 3-1 Other setting
 * ************************************************ */
#back-to-top
	{
	margin:30% 0px 0px 0px;
	position:absolute;
	right:5px;
	}
.go_posts
	{
	text-align:right;
	margin:0px 0px 10px 0px;
	}

dl.food_menu
	{
	width:568px;
	margin:0px 0px 30px 0px;
	}
dl.food_menu dt
	{
	width:468px;
	font-weight:bold;
	padding:5px 100px 0px 5px;
	position:relative;
	}
dl.food_menu dt span
	{
	position:absolute;
	right:5px;
	top:5px;
	}
dl.food_menu dd
	{
	margin:0px 0px 10px 0px;
	border-bottom:1px dotted #DACBA7;
	padding:0px 5px 5px 5px;
	}

/* ************************************************ 
 * Feeling!!
 * It is inquiry in the webnist
 * webnist@webnist.org
 * ************************************************ */
