@charset "UTF-8";
/* ************************************************ 
Theme Name: bws_lmlr
Theme URI: http://www.master-web.net/
Description: WordPress theme designed by <a href="http://www.master-web.net">Master+Web</a>.
Author: Webnist
Author URI: http://www.master-web.net

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
	1-4. CSS display of information
	
	2-1. Basic setting
	2-2. Each area setting
	2-3. Header area setting
	2-4. Footer area setting
	2-5. The main navigation area setting
	2-6. Side contents setting
	2-7. 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. 
 *	*+html #main_contents .shop_nav li
 *	
 *	
 *	
 * ************************************************ */

/* ************************************************ 
 * 1-3.CSS Zero Include
 * ************************************************ */
@import url("initial.css");

/* ************************************************ 
 * 1-5.CSS display of information
 * ************************************************
 *
 * 77% = 10px	| 	122% = 16px	|	167% = 22px	
 * 85% = 11px	|	129% = 17px	|	174% = 23px
 * 92% = 12px	|	136% = 18px	|	182% = 24px
 * 100% = 13px	|	144% = 19px	|	189% = 25px
 * 107% = 14px	|	152% = 20px	|	197% = 26px
 * 114% = 15px	|	159% = 21px	|
 *
 *	Fontsize
 *	Base	12px (92%)
 *	h1		
 *	h2		
 *	h3		
 *	h4		
 *	h5		
 *	h6
 *		
 *	Font color
 *	Base	#000000
 *	h1		
 *	h2		
 *	h3		
 *	h4		
 *	h5		
 *	h6
 *	meta	#666666
 *
 *	Link color
 *	Base		b/h/s/v	#0066CC/#0066CC/#810081/#810081 n,u,u,u
 *	Top Base	b/h/s/v	#669933/#669933/#4B2087/#4b2087 n,n,n,n
 *	h1		
 *	h2		
 *	h3		
 *	h4		
 *	h5		
 *	h6		
 *
 *	Background(The part used is described.)
 *  body #F5F5F5 img themes/webnist/common/base/body_back.gif
 *  box  #FFFFFF
 *
 * ************************************************ */

/* ************************************************ 
 * 2-1. Basic setting
 * ************************************************ */
body
	{
	text-align:center;
	color:#666666;
	background:#FEC2C2;
	}
a
	{
	color:#d16aaf;
	text-decoration:none;
	}
a:hover
	{
	text-decoration:underline;
	}
/* ************************************************ 
 * 2-2. Each area setting
 * box
 * header
 * footer
 * contents_box
 * main_contents
 * sidebar
 * ************************************************ */
*#box
	{
	width:960px;
	line-height:1.5;
	text-align:left;
	margin:0px auto 0px auto;
	padding:0px 19px 0px 19px;
	background:#FFFFFF;
	}
h1
	{
	font-size:92%;
	padding:0px 0px 0px 5px;
	background:#e5e5e5;
	}
*#header
	{
	height:185px;
 	font-size:92%;
	background:url(images/header_background.gif) no-repeat bottom #E5E5E5;
	position:relative;
	}
*#footer
	{
	font-size:85%;
	padding:20px 10px 20px 10px;
	background:url(images/footer_border.gif) repeat-x;
	}
*#nav
	{
	height:40px;
	padding:0px 0px 0px 0px;
	background:url(images/nav_background.gif) repeat-x;
	font-size:107%;
	}
*#contents_box
	{
	padding:0px 10px 0px 10px;
	}
*#main_contents
	{
	width:481px;
	font-size:107%;
	margin:0px 0px 0px 0px;
	float:left;
	}
*#sidebar_l
	{
	width:204px;
	font-size:107%;
	margin:0px 0px 0px 20px;
	float:left;
	}
*#sidebar_r
	{
	width:209px;
	font-size:107%;
	margin:0px 0px 0px 0px;
	float:right;
	}
/* ************************************************ 
 * 2-3. Header area setting
 * ************************************************ */
*#header #logo
	{
	display:block;
	position:absolute;
	left:152px;
	top:68px;
	}
*#header ul li
	{
	color:#666666;
	display:inline;
	}
*#header ul li a
	{
	color:#666666;
	border-right:1px solid #666666;
	padding:0px 5px 0px 5px;
	}

/* ************************************************ 
 * 2-4. Footer area setting
 * ************************************************ */
*#footer ul li
	{
	display:inline;
	}
*#footer ul li a
	{
	color:#000000;
	text-decoration:none;
	border-left:1px solid #000000;
	padding:0px 5px 0px 7px;
	}

/* ************************************************ 
 * 2-5 The main navigation area setting
 * ************************************************ */
*#nav li
	{
	width:auto;
	text-align:center;
	line-height:2.8;
	float:left;
	}
*#nav li a
	{
	width:auto;
	height:38px;
	color:#666666;
	text-decoration:none;
	padding:0px 7px 0px 7px;
	background:url(images/nav_hover.gif) no-repeat right top;
	display:block;
	float:left;
	}
*#nav li a:hover
	{
	background-position:right -40px;
	}

/* ************************************************ 
 * 2-6 Side contents setting
 * ************************************************ */
/*---------- title ----------*/
*#sidebar_l h2.headline ,
*#sidebar_r h2.headline
	{
	line-height:2;
	margin:0px 0px 10px 0px;
	border:1px solid #D7D7D7;
	padding:0px 10px 0px 10px;
	background:#EEEEEE;
	}
/*---------- List ----------*/
*#sidebar_l ul ,
*#sidebar_r ul
	{
	margin:2px 0px 15px 0px;
	}
*#sidebar_l ul li ,
*#sidebar_r ul li 
	{
	color:#FFFFFF;
	border-bottom:1px dashed #d6d6d6;
	display:block;
	}
*#sidebar_l ul li a ,
*#sidebar_r ul li a 
	{
	width:184px;
	color:#444444;
	padding:5px 0px 5px 20px;
	background:url(images/icon_01.gif) no-repeat 5px 8px;
	display:block;
	}
*#sidebar_r ul li a 
	{
	width:189px;
	}
*#sidebar_l ul li a:hover ,
*#sidebar_r ul li a:hover
	{
	color:#ed5917;
	background-color:#eeeeee;
	}
*#sidebar_l ul#recentcomments li.recentcomments
	{
	width:184px;
	color:#444444;
	padding:5px 0px 5px 20px;
	background:url(images/icon_01.gif) no-repeat 5px 8px;
	display:block;
	}
*#sidebar_l ul#recentcomments li.recentcomments a
	{
	background:none;
	}
/*---------- SEARCH FORM ----------*/
*#sidebar_r .search_form
	{
	margin:0px 0px 10px 0px;
	border:1px solid #d6d6d6;
	}
*#sidebar_r .search_form h2
	{
	line-height:2;
	padding:0px 10px 0px 10px;
	border:none;
	background:none;
	}
*#sidebar_r #searchform
	{
	height:34px;
	position:relative;
	}
*#sidebar_r #searchform input.text
	{
	width:157px;
	height:18px;
	line-height:1.3;
	margin:0px 0px 9px 0px;
	padding:4px 4px 4px 4px;
	border:1px solid #d6d6d6;
	border-right:none;
	background:#f5f5f5;
	position:absolute;
	left:6px;
	top:0px;
	}
*#sidebar_r #searchform input.button
	{
	width:24px;
	height:24px;
	text-align:center;
	border:1px solid #d6d6d6;
	border-left:none;
	padding:1px 2px 1px 2px;
	background:#f5f5f5;
	position:absolute;
	right:6px;
	top:0px;
	}
/*---------- RSS FEED ----------*/
*#sidebar_r .rss_feed
	{
	text-align:center;
	margin:0px 0px 12px 0px;
	padding:5px 0px 5px 0px;
	}
/*---------- calendar ----------*/
*#sidebar_r #calendar_wrap ,
*#sidebar_r #wp-calendar
	{
	font-size:100%;
	text-align:center;
	margin:0px 0px 12px 0px;
	padding:5px 5px 5px 5px;
	}
*#sidebar_r #wp-calendar caption ,
*#sidebar_r #wp-calendar caption
	{
	font-weight:bold;
	text-align:center;
	padding:5px 0px 0px 0px;
	}
*#sidebar_r #calendar_wrap table ,
*#sidebar_r #wp-calendar
	{
	width:100%;
	text-align:center;
	}
*#sidebar_r #calendar_wrap thead th ,
*#sidebar_r #wp-calendar thead th
	{
	font-weight:bold;
	text-align:center;
	border:1px solid #d6d6d6;
	border-top:2px solid #d16ab1;
	background:#eeeeee;
	}
*#sidebar_r #calendar_wrap tbody td ,
*#sidebar_r #wp-calendar tbody td
	{
	text-align:center;
	line-height:1.5;
	border:1px solid #d6d6d6;
	}
*#sidebar_r #calendar_wrap table td a ,
*#sidebar_r #wp-calendar td a
	{
	color:#ee5b0e;
	background:#eeeeee;
	display:block;
	}
*#sidebar_r #calendar_wrap #next a ,
*#sidebar_r #wp-calendar #next a
	{
	color:#ee5b0e;
	text-align:right;
	background:none;
	}
*#sidebar_r #calendar_wrap #prev a ,
*#sidebar_r #wp-calendar #prev a
	{
	color:#ee5b0e;
	text-align:left;
	background:none;
	}
/* ************************************************ 
 * 2-7 The main contents setting 271 290 342
 * ************************************************ */
*#main_contents h2.title
	{
	font-size:122%;
	font-weight:bold;
	color:#000000;
	line-height:2;
	border:1px solid #d7d7d7;
	border-top:none;
	padding:0px 6px 0px 6px;
	}
*#main_contents h2.title a
	{
	color:#000000;
	}
*#main_contents h2.pagetitle
	{
	font-size:122%;
	font-weight:bold;
	color:#000000;
	line-height:2;
	margin:0px 0px 15px 0px;
	border-bottom:3px solid #eeeeee;
	border-top:none;
	padding:0px 6px 0px 6px;
	}
*#main_contents h3.headline
	{
	font-size:114%;
	color:#000000;
	line-height:2;
	margin:15px 0px 15px 0px;
	border:1px solid #D6D6D6;
	padding:0px 12px 0px 12px;
	background:#EEEEEE;
	}
*#main_contents h2.search_title
	{
	font-size:122%;
	font-weight:bold;
	color:#000000;
	line-height:2;
	margin:0px 0px 15px 0px;
	border:1px solid #d7d7d7;
	padding:0px 6px 0px 6px;
	}
/*---------- meta ----------*/
*#main_contents .meta
	{
	border:1px solid #d7d7d7;
	border-bottom:none;
	padding:6px 6px 0px 6px;
	}
*#main_contents .meta_single
	{
	border:1px solid #d7d7d7;
	padding:6px 6px 0px 6px;
	}
/*---------- data ----------*/
*#main_contents .data
	{
	width:66px;
	line-height:1.4; 
	padding:0px 10px 0px 0px;
	display:inline;
	}
/*---------- social ----------*/
*#main_contents .social
	{
	display:inline;
	}
*#main_contents .social li
	{
	display:inline;
	}
*#main_contents .social li img
	{
	display:inline;
	}
/*---------- entry ----------*/
.entry
	{
	margin:15px 0px 10px 0px;
	border-bottom:1px dashed #c0c0c0;
	padding:0px 0px 10px 0px;
	}
#main_contents .entry .thumbnail
	{
	width:150px;
	margin:0px 11px 0px 0px;
	display:block;
	float:left;
	}
/*---------- related_box ----------*/
*#main_contents #related_box
	{
	margin:5px 0px 15px 0px;
	border-bottom:1px dashed #c0c0c0;
	padding:5px 5px 15px 5px;
	}
*#main_contents #related_box h3
	{
	font-size:100%;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	}
*#main_contents #related_box ul
	{
	margin:5px 0px 0px 0px;
	padding:5px 10px 5px 10px;
	background:#f2f3f4;
	}
*#main_contents #related_box li a
	{
	padding:0px 0px 0px 15px;
	background:url(images/icon_01.gif) no-repeat left 3px;
	}
/*---------- footer_meta ----------*/
.footer_meta
	{
	text-align:right;
	}
.cat
	{
	width:49%;
	text-align:left;
	float:left;
	}
.com a
	{
	color:#444444;
	padding:3px 0px 3px 25px;
	background:url(images/icon_04.gif) no-repeat left center;
	}
.com
	{
	width:49%;
	float:right;
	}
.single .footer_meta
	{
	text-align:left;
	}
.single .category img
	{
	margin:0px 10px 0px 0px;
	}
.single .tags
	{
	margin:5px 0px 0px 0px;
	}
.single .tags img
	{
	margin:0px 10px 0px 0px;
	}
/*---------- navigation ----------*/
*#main_contents .navigation
	{
	margin:5px 0px 15px 0px;
	border-bottom:1px dashed #c0c0c0;
	padding:5px 5px 15px 5px;
	}
*#main_contents .navigation p.previous_post
	{
	text-align:left;
	float:left;
	}
*#main_contents .navigation p.next_post
	{
	text-align:right;
	float:right;
	}
/*---------- comment ----------*/
*#main_contents h3#comments ,
*#main_contents h3#respond
	{
	font-size:100%;
	font-weight:bold;
	line-height:2;
	}
*#main_contents .commentlist
	{
	margin:15px 0px 5px 0px;
	border-bottom:1px dashed #c0c0c0;
	padding:5px 5px 15px 5px;
	}
*#main_contents .commentlist li a.data
	{
	color:#000000;
	background:none;
	}
*#main_contents .commentlist li:first-line
	{
	color:#ed5917;
	}
*#main_contents .commentlist li
	{
	padding:10px 5px 10px 5px;
	background:#FFFFFF;
	}
*#main_contents .commentlist li.alt
	{
	background:#f2f3f4;
	}
*#main_contents #commentform
	{
	padding:0px 10px 0px 10px;
	}
*#main_contents #commentform p
	{
	margin:10px 0px 10px 0px;
	}
*#main_contents #commentform input
	{
	width:250px;
	margin:10px 0px 0px 0px;
	border:1px solid #acacac;
	}
*#main_contents #commentform textarea
	{
	margin:10px 0px 0px 0px;
	border:1px solid #acacac;
	}
*#main_contents #commentform strong
	{
	font-weight:bold;
	color:#c80000;
	}
*#main_contents #commentform button
	{
	color:#000000;
	border:1px solid #acacac;
	background:#ebe9ed;
	}
*#main_contents #commentform button:hover
	{
	font-weight:bold;
	color:#000000;
	border:1px solid #ebe9ed;
	background:#acacac;
	}
*#main_contents #comment
	{
	width:100%;
	margin:10px 0px 0px 0px;
	}
/*---------- page ----------*/
*#main_contents #page_contents table.page_table
	{
	width:100%;
	color:#000000;
	border:1px solid #FFFFFF;
	margin:0px 0px 10px 0px;
	}
*#main_contents #page_contents table.page_table th
	{
	width:30%;
	vertical-align:top;
	border:1px solid #FFFFFF;
	padding:3px 5px 3px 5px;
	background:#eed9e8;
	}
*#main_contents #page_contents table.page_table td
	{
	width:70%;
	border:1px solid #FFFFFF;
	padding:3px 5px 3px 5px;
	background:#eeeeee;
	}
*#main_contents #page_contents table.page_table th.nine_01
	{
	background:#ffffff;
	}
*#main_contents #page_contents table.page_table th.nine_02
	{
	background:#dc9797;
	}
*#main_contents #page_contents table.page_table th.nine_03
	{
	background:#ed9a42;
	}
*#main_contents #page_contents table.page_table th.nine_04
	{
	background:#eee8b0;
	}
*#main_contents #page_contents table.page_table th.nine_05
	{
	background:#a6d1a9;
	}
*#main_contents #page_contents table.page_table th.nine_06
	{
	background:#cde8f0;
	}
*#main_contents #page_contents table.page_table th.nine_07
	{
	background:#b2b7e8;
	}
*#main_contents #page_contents table.page_table th.nine_08
	{
	background:#d3acee;
	}
*#main_contents #page_contents table.page_table th.nine_09
	{
	background:#f0e4d0;
	}

*#main_contents #page_contents p
	{
	line-height:1.5;
	margin:0px 0px 20px 0px;
	}
*#main_contents #page_contents .nine_img
	{
	margin:0px 0px 20px 0px;
	}

/* ************************************************ 
 * 3-1 Other setting
 * ************************************************ */
#back-to-top
	{
	margin:30% 0px 0px 0px;
	position:absolute;
	right:10px;
	}

/*---------- gmaps ----------*/
#gmaps
	{
	width:481px;
	height:434px;
	}	
/*---------- pagenavi ----------*/
.wp-pagenavi a
	{
	line-height:1.8;
	margin:0px 2px 0px 2px;
	border:1px solid #004477;
	padding:1px 4px 1px 4px; 
	}	
.wp-pagenavi span
	{
	line-height:1.8;
	margin:0px 2px 0px 2px;
	border:1px solid #004477;
	padding:1px 4px 1px 4px; 
	}
.wp-pagenavi span.current
	{
	color:#FFFFFF;
	background:#004477;
	}
.wp-pagenavi span.pages
	{
	padding:1px 10px 1px 10px; 
	}
/* Adomin MENU*/
#sem_admin_menu
	{
	width:0px;
	height:100%;
	font-size:85%;
	text-align:left;
	border-right:5px solid #C80000;
	background:#F2F3F4;
	padding:3px 0px 3px 0px;
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
	z-index:10;
	}
#sem_admin_menu:hover
	{
	width:120px;
	overflow:inherit;
	}
#sem_admin_menu ul
	{
	padding:0px 5px 0px 5px;
	}
#sem_admin_menu li
	{
	padding:0px 5px 0px 15px;
	display:block;
	}

#sem_admin_menu li.new_item
	{
	background: url(images/icon/new_file.gif) center left no-repeat;
	}
#sem_admin_menu li.options
	{
	background: url(images/icon/options.gif) center left no-repeat;
	}
#sem_admin_menu li.dashboard
	{
	background: url(images/icon/activity.gif) center left no-repeat;
	}
#sem_admin_menu li.profile,
#sem_admin_menu li.login,
#sem_admin_menu li.logout,
#sem_admin_menu li.register
	{
	background: url(images/icon/user.gif) center left no-repeat;
	}
/* ************************************************ 
 * Feeling!!
 * It is inquiry in the webnist
 * webnist@webnist.org
 * ************************************************ */
