/*  
Theme Name: Mumrik-Hikari
Theme URI: http://neewee.com/wordpress/mumrik-wordpress-theme/
Tags: fixed-width, three-columns, blue, white, custom-header, right-sidebar
Description: Mumrik Theme is a WordPress Theme built on W3C standards brought to you by <a href="http://frontendbook.com">Front-end Book</a>
Version: 1.0.4
Author: Mattias Hising
Author URI: http://frontendbook.com/

	Mumrik 1.0.4
	http://neewee.com/wordpress/mumrik-wordpress-theme/

	This theme was designed and built by Mattias Hising,
	whose blog you will find at http://frontendbook.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body{
	margin:0;
	padding:0;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif; 
	color: #373B55; /* MAIN TEXT COLOR */
	font-size:1.0em;
	background-attachment: fixed;
/*	background-color: #DAF0FD;*/ /* LIGHT BLUE ENTIRE PAGE */
/*	background-color: #003069;*/ /* DARK BLUE ENTIRE PAGE */
	background-image: url(img/body_bg-2010.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a {
	text-decoration:none;
	color:#1a6091;
}

/* remove leading spaces */
p,#sidebar  p,h1,h2,h3,.info  { margin: 0 0 1em 0; }
	
	
/*h1, h2, h3, h4 {
	font-family: 'Century Gothic', 'Arial Rounded MT Bold', Helvetica, sans-serif;
}
*/
hr {
	color:#ddd;
	clear:both;
	float:none;
	width:100%;
	height:.1em;
	margin:0 0 1.45em;
	border:none;
	background-color: #ddd;
}

a img {
	border:0px;
}

a:hover {
	text-decoration:underline;
}

blockquote {
	margin:0;
	padding:10px 20px;
	color:#666;
	line-height:1.5em;
	font-style:italic;
}

#Wrapper{
	/* MAIN CONTENT */
	width: 980px;
	margin:26px auto; // SPACING AROUND (TOP IS MATCHED TO OLD TEMPLATE)
	padding:0px;
	background-attachment: fixed;
/*	background-color: #E3F5FD;*/ 
	background-image: url(img/hikariwebbgw.jpg);
	background-repeat: repeat-x;
	background-position: top;
/* optional rounded corners for browsers that support it */
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

#Content {
		
	/*background: url(http://www.hikariusa.com/images/bg/hikariwebbgw.jpg);
	background-color: #EAF4D9;
	background-position: 0px 20px;
	background-repeat: repeat-x;
	*/	
	/*text-indent: 20px; */
}

#BigAd {
	padding-bottom:0px;
}

#Header {
	border-top:1px solid #dbf1fb;
	position:relative;
}

#HeaderText{
	padding:24px 10px; // no apparent effect
	margin-right:270px;// no apparent effect
}

#Subscription {
	position:absolute;
	z-index:10000;
	right:0;
	top:0;
	background: #dbf1fb;
	
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}

#RSSButton {
	color:#000;
	font-size:13px;
	padding:4px 12px 4px 28px;
	display: block;
	background:transparent url("img/feed_small.png") no-repeat 8px 3px;
}

#HeaderText h1 {
	padding:0;
	margin:0;
	font-size:1.6em;
	font-weight:bold;
}

#HeaderText h1 a {
	color:#000;
	text-decoration:none;
}

#HeaderText h1 a:hover,
#MainNavigation li a:hover {
	/* TOP NAVIGATION HOVER */
	text-decoration:none;
	color:#white;
	/* STATIC BEZEL AROUND TOP NAVIGATION HOVER CATEGORY */
	background-color: #00add7;
	border-color: #00ADD7;
}

#HeaderText h1 strong {
	font-size:1.3em;
	color:#000;
}

#HeaderText h2 {
	padding:0;
	margin:0;
	font-size:0.9em;
	font-weight:normal;
	color:#999;
}	
	
#MainNavigation {
	/* TOP NAVIGATION*/
	background: #87ceeb /*url("img/bg_main_navigation.gif") repeat-x */;
	position:relative;
	padding: 15px; // Height OF BAR
	margin-top: 36px; // DISTANCE FROM TOP
; 	text-align: center;
}

#MainNavigation ul,
#MainNavigation li
{
	list-style:none;
	padding:0;
	margin:0;
}

/*NAVIGATION TEXT*/
#MainNavigation li
{
	display:inline;
	font-family: 'Arial Rounded MT Bold', 'Century Gothic', Helvetica, sans-serif;
	font-size:1.0em;
	text-transform: uppercase;
	font-weight: bold;
}

#MainNavigation li a{ 	/* TEXT */
	margin: -2px; /* PROXIMITY OF BEZEL */
	padding: 15px 20px; /* BEZEL (H,W) */
	color: #1a6091; /* MAIN NAV TEXT COLOR */
	text-decoration:none;
	text-shadow: 1px 1px 0px #373B55; /* MATCHES MAIN TEXT COLOR */
}

#MainNavigation li:first-child a {
	/*padding-left:0px;*/
}

#MainNavigation ul > li a.current, 
#MainNavigation ul > li.current_page_parent a,
#MainNavigation ul > li.current_page_item a,
#MainNavigation ul > li.current_page_ancestor a 
{
	/* TOP NAVIGATION SELECTED */
	text-decoration:none;
	color:#EFFAFF;
	/* STATIC BEZEL AROUND TOP NAVIGATION SELECTED CATEGORY */
	margin: -3px; /* PROXIMITY OF BEZEL */
	background-color: #64B7D9;
	/*border: 1px solid #3D95B9;*/
	border-top: none;
	border-bottom: none;
	/* optional rounded corners for browsers that support it */	/*	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}

#MainNavigation ul > li a.current:hover, 
#MainNavigation ul > li.current_page_parent a:hover,
#MainNavigation ul > li.current_page_item a:hover,
#MainNavigation ul > li.current_page_ancestor a:hover {
	text-decoration: none;
	cursor: default;
}

#NavigationContent ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#NavigationContent li {	/* SIDE NAVIGATION */
	font-size:11px;
	padding:8px 0 0px 12px;
	background:transparent url("img/icon_list_arrow.gif") no-repeat 6px 14px; /*(x, y)*/
}

#Search{
	position:absolute;
	right:15px;
	top:12px;
	visibility: hidden;
}

#Search input[type='text'] {
	padding:2px;
	/* optional rounded corners for browsers that support it */
	border:1px solid #006FAA;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#NavigationContent,
#MainContent,
#ContextualContent{
	float:left;
}

#NavigationContent { /* SIDE NAVIGATION */
	margin-top:10px;
	margin-right:8px;
	margin-left:10px;
	width:170px;
}

#NavigationContent ul ul {
display:none;
}

#NavigationContent ul > li.current_page_parent > ul,
#NavigationContent ul > li.current_page_item > ul,
#NavigationContent ul > li.current_page_ancestor > ul {
	display:block;
}

#MainContent {
	width:500px;
	margin: 20px;
}

#ContextualContent {
	margin-top:10px;
	width:250px;

}

.widget, .info2c {
	background-color: #effaff;
	padding:10px;
	margin-bottom: 10px;
	border-right: 1px solid #dbf1fb;
	border-bottom: 1px solid #dbf1fb;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#ContextualContent .widget {
	font-size:.72em;	
}

.widget h4 {
	margin: 0 0 10px 0;
	padding: 0;
}

.Post {
	margin:10px 0;
}



.Post h3 {
	margin:0;
	padding:0;
	letter-spacing: -1px;
}

.Post h3 a {
	/*font-size:22px;*/	
}

.PostImage {
	border:1px solid #000;
}


.PostInfo em {
	font-style:normal;
}

.author {
	color:#999;
}

.comments {
	float:right;
}

.LeftImage {
	float:left;
	margin:0 20px 15px 0;
}

.RightImage {
	float:right;
	margin:0 0 20px 20px;
}

.Post .PostInfo {
display: block;
	padding:4px 0;
	margin:0;
	font-size:0.9em;
	color:#B3B3B3;
}

.PostContent {
	clear:both;
	line-height:1.7em;
	font-size:0.9em;
	
}

/* Contextual Content */
.widget ul,
.widget ul li
{
	list-style:none;
	margin:0;
	padding:0;
}

.widget ul li
{
	padding:4px 0 4px 12px;
	background:transparent url("img/icon_list_arrow.gif") no-repeat 4px 7px;
	/*font-size: 0.9em;*/
}

.widget ul li ul {
	/*display:none;*/
}
 
span.date {
	color:#B3B3B3;
}

span.title a {
}

span.author_and_tags {
	display:block;
	color:#B3B3B3;
}


/* Footer */
#Footer {
	margin:10px 0;
	font-size: 0.9em;
	clear:both;
	padding:20px;
	color:#999;
	text-align:center;
}

#footer,#footdir {
	clear: both;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	padding: 30px;
	text-align: center;
	margin: 15px;
}
/* FOOTER & FORM  */
#footer h6, form, .tt, .FBConnectButton_Text_Simple, .addthis_container, .addthis_toolbox, .addthis_default_style, .addthis_button_compact at300m /*label*/{
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
}


#Footer a {

}



fieldset {
	float: left;
	clear: left;
	margin-bottom: 8px;
	background-color: #C8E5F7;
	padding: 33px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border: none;
	width: 80%;
}

legend {
	font-weight: bold;
	left:-5px
/*	top:20px;*/
}


/* Ads */
#textads,
#BigFooterAd {
	margin-top:10px;
	text-align:center;
}

#BigAd {
 text-align:center;
}

/* WP Theme Requirements Classes */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 10px 10px 0;
   /*border: 1px solid #333;*/
}

.alignright {
   float: right;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

#SubscriptionChooser {
	
	display: none;
	padding:4px 12px 4px 6px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#SubscriptionChooser ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#SubscriptionChooser ul li {
	padding:2px 4px;
	margin:0;
}

.SearchResult {
	list-style: none;
	margin:0;
	padding:0;

}

.SearchResult li {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.gravatar {
	width:96px;
	float:left;
	padding:0 10px 0 0;
}

#contextual_ads {
	list-style: none;
	margin:0;
	padding: 0;
}

#contextual_ads li {
	display: block;
	float:left;
	width:125px;
	height:125px;
	border:1px solid #ccc;
	margin-bottom: 6px;
	text-align: center;
	
}

#contextual_ads li.alt {
	margin-right:6px;
}

/* jQuery UI Tabs */
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #bed7f1;
	bottom: -1px;
}
.ui-tabs-nav-item {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #bed7f1;
	border-right: none;
}
.ui-tabs-nav-item a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em .9em;
	color: #555555;
	background-color: #effaff;
}
.ui-tabs-nav-item a:hover {
	background-color: #b2d1ef;
}
.ui-tabs-selected {
	border-bottom-color: #ffffff;
}
.ui-tabs-selected a, .ui-tabs-selected a:hover {
	background-color: #ffffff;
	color: #222222;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;

	clear:left;
	border: 1px solid #bed7f1;
	background-color: #ffffff;
	color: #222222;
	padding: .5em .7em;
	margin-bottom: 15px;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

/* WP Core Classes */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* CommentLuv support */
abbr em img { float: left !important; margin: 2px !important }

/* templates */
.full_image {
	margin: 0px 0 0 0; 
}

/* Generic Classes */
ul.links {
	list-style:none;
	margin:0;
	padding:0;
}


ul.links li
{
	padding:4px 0 4px 12px;
	background:transparent url("img/icon_list_arrow.gif") no-repeat 4px 7px;
	font-size: 0.9em;
}

/* Templates */
#FullContent {
	position:relative;

}

#rotator {
	position:absolute;
	width:980px;
	bottom:0;
	left:0;
	
}

.puff {
	padding:10px 20px;
	color:#fff;
	background:transparent url("img/pusher_bg.png");
}

.puff h4 {
	margin:0;
	color:#ff7800;
}

.puff p {
	margin:0;
	font-size:0.9em;
	line-height:1.4em;

}

.puff a {
	color:#ffea00;
}

.puff img {
	float:left;
	border:1px solid #fff; 
	margin:0 15px 0 0;
}

.puff:after, .cols:after {
	content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
}

/* Plugin Specific Classes */

/* NavXT */
.breadcrumb {
	margin:10px;
}

#AdsContext {
	border:1px solid #bed7f1;
	padding:5px;
	margin-bottom:10px;
}



/* LEGACY BOXES */


.info4c .lilbox2 strong {
	padding-right: .6em;
}
.info4c .lilbox2 li {
	text-indent: -3.55em;
	list-style-type: none;
	padding-top: 0.33em;
	line-height: 1.8em;
	font-size: 11px;
}
.info4c, .info2c, .info1c {
	float: left;
	padding: 14px;
	line-height: 1.5em;
}
.info1c {
	width: 203px;
}
.info2c {
	width: 432px;
}
.info3_5c {
	padding: 26px;
}

.info4c {
	width: 930px;
}

.info2c .Product_Image {
	text-decoration: none;
	height: 150px;
	width: 100px;
	float: right;
	border-style: none;
	text-align: center;
}