﻿@charset "utf-8";
/*  
Theme Name: UKH (Mimbo)
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress
Version: 2.2
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

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


/* HTML Elements */

* { margin:0;	padding:0; }

body, html { min-height:101%; }

body {
	margin:0;
	padding: 0;
	background: #FFF;
	color: #545454;	
	text-align:center;
	}

body, select, input, textarea {
	font: 100% "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	}
	
p {	margin: 8px 0; }

hr { display: block; height:1px; background:#333; border:0; }

small { font-size: 10px; padding:3px 0px; }

img {border:0; }

a:link, a:visited, a:active {text-decoration: none; color:#545454;}
a:hover {text-decoration: underline; color:#545454;}	

.entry a:link, .entry a:visited, .entry a:active {text-decoration: underline; color:#545454;}
.entry a:hover {text-decoration: underline; color:#999;}	
	
/* Structure */
#page {
	width:820px;
	margin:0 auto;
	font-size: 11px;
	background:#FFF;
	padding: 7px 0px 35px 0px;
	line-height: 1.6em;
	text-align: left;
	}

#branding { width:550px; padding-bottom:7px; }

.left { float:left; }

.right { float:right;	}

#sidebar {
	width: 250px;
	float:right;
	font-size:11px;
	}

#leftcol { width:250px;	padding-right:18px;	}

#leftcol, #rightcol { margin-top:20px; float:left; line-height: 1.6em; }	
	
#rightcol {
	width:250px;
	padding-left:18px;
	border-left:1px dotted #b6b6b6;
	padding-bottom: 10px;
	line-height: 1.6em;
	}

#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:10px 0; 
	}	
	
#leftcol .clearfloat { padding:0 0; }
		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
	}
		
.subnav li a:hover, .subnav li a:active {
	text-decoration:none;
	color: #666666;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none;
	}
		
/*	Headers */

h1 {
	font:14x Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	
h2 {
	font: 15px "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	padding-bottom:8px;
	border-bottom:1px solid #333;
	margin: 20px 0;
	}
	
h3 { font-size: 12px; }	

#rightcol h3 {font-size: 11px; letter-spacing: 0.1em; padding-bottom:2px;}

h4 {
	font-size:14px;
	margin-bottom:6px;
	font-weight: bold;
	}

#sidebar h2 {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	}

#sidebar h3, #sidebar h2 {
	border-top:2px solid #BBB;
	border-bottom:1px solid #BBB;
	padding:6px 0 6px 2px;
	margin:22px 0 15px 0;
	font-size:10px;
	}

h3#greeting {
	margin-top: 10px;
	}
	
h3#trackbackURL {
	border-top:1px dotted #b6b6b6;
	margin-top:20px;
	margin-bottom: 5px;
	padding-top:20px;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:20px;
	padding-top:20px;
	}

h3#comments {
	border-top:1px dotted #b6b6b6;
	margin-top:15px;
	padding-top:15px;
	}

.post h4 {
	font-size:13px;
	margin-bottom:8px;
	font-weight: bold;
	}	

.bcn {
	font-size: 11px;
	font-weight: normal;
	margin:10px 0px 0px 5px;
}
	
	
/* Content */

#content {
	width:540px;
	float:left;
	line-height: 1.8em;
	}

#rightcol p {
	margin:0;
	}

#rightcol img {
	padding:1px;
	border:1px solid #000;
	}
	
#rightcol img {
	padding:1px;
	border:1px solid #000;
	}	
			
#mainPic { margin-top:20px;	}
	
#mainPic img { padding: 4px; border:1px solid #BBB;	}
	
.title {
	font-size:11px;
	line-height:115%;
	}
	

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin:3px 10px 4px 0;
	}

#sidelist li { list-style:none; }
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	}

#sidelist .children li a:link, #sidelist .children li a:visited, #sidelist .children li a:active {text-decoration: none; color:#545454;}
#sidelist .children li a:hover {text-decoration: underline; color:#545454;}	
	
#sidelist .categories ul li { font-weight: bold; }	
#sidelist .categories ul li ul li{ font-weight: normal; }

.cat-item-73,.cat-item-4,.cat-item-5,.cat-item-6 {margin-bottom:5px;}	
 
.postmetadata {
	margin: 10px 0;
	clear:both;
	}

.entry {
	padding-bottom:20px;
	}

.entryShort {
	padding-bottom: 10px;
	}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}

/*Post Formatting*/

.post {　margin-right: 15px;}

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
.tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	clear:both;
	}	

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {　padding:5px 5px 0 0;　}

.button {
	padding: 1px;
	background:#9c9c9c;
	color:#fff;
	border:none;
	}

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration:none
	}
	
.sbutton {
	padding: 1px 1px 1px 3px;
	background: #fff;
	color: #545454;
	border:none;
	}

.sbutton:hover {
	color: #000;

	text-decoration:none
	}	

/* ========== Comments ========== */

/* comment & trackback block adjust right margin */
#ct {margin-right: 15px; }


#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}

/* trackback input field */
#trackback {
	border: none;
	width: 100%;
	}

.commentlist {
	padding-left:10px;
	list-style: none;
	}
	
.commentlist ul {
	margin-left: 0;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
/*	background:#f2f2f2; */
	border: 1px solid #ddd;
	}

.commentR {
	background: url(/wp-content/themes/ukh/images/reiko-comment.gif) no-repeat right bottom;
}

.commentK {
	background: url(/wp-content/themes/ukh/images/kikuko-comment.gif) no-repeat right bottom;
}

.commentY {
	background: url(/wp-content/themes/ukh/images/yasuo-comment.gif) no-repeat right bottom;
}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	border-bottom: 1px solid #e9e9e9;
	}

.commentlist cite {
	font: 11px "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

.clearfloat:after, #ukhFeature:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}

.clearfloat {
	display:block;
	}

/* clear both class */
.clear {
	clear: both;
	visibility: hidden;
	height:0;
	content: ".";
	}		


.clearleft {
	clear: left;
	visibility: hidden;
	height:0;
	content: ".";
	}		

/* Footer*/
#footer {
	margin: 0 auto;
	width: 820px;
	font-size:10px;
	padding-top:10px;
	padding-bottom: 30px;
	text-align:left;
	}

	
/*===================================================*/
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 10px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 20px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.border {
	border: 1px solid #ccc;
	}


img.arcThumb, img.attachment-post-thumbnail {
	border: 1px solid #ccc;
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
	}
	
img.arcThumb:hover, img.attachment-post-thumbnail:hover {
	border: 1px solid #666;
}

.arcThumb , .attachment-post-thumbnail{
	float: left;
	}	
	
	
	
	
img.alignnoneu {
	border: 1px solid #ccc;
	padding: 4px;
	margin:5px 0px;
	}	
	
/* End Images */
#language { margin: 10px 0px 0px 0px; padding:10px 0px 0px 0px; text-align: right; border-top: 1px solid #bbb;}
.language_item { display: inline; padding:2px;}


#countDown { margin: 15px 0px 0px 0px; padding:8px 0px 0px 0px; border-top: 1px solid #bbb;}

.nameList {
	text-align: right;
	margin-right: 20px;
	}
	
.post ul li { list-style: none; margin: 3px 0px 20px 10px; }	
.post ul li ul li { list-style: none; margin: 8px 0px 8px 30px; list-style: square;}	


/* PSXmail css */
form dl, dl.labels {
      margin:0em;
      font-size:100%;
      margin-top:0.5em;
    }
    
 form dt, dl.labels dt {
      float:left;
      
      width:8em;
      margin-bottom:0.8em;
      color:#555;
      text-align:right;
      font-weight:normal;
      position:relative; /*IEWin hack*/
    }
    
 form dd, dl.labels dd {
      margin-left:8.5em;
      margin-bottom:0.8em;
      font-size:100%;
      font-style:normal;
      padding-left:0.5em;
    }
    
 form dd.submit, dl.labels dd.submit  {
      margin-top:2em;
    }

/* tokutei css */
#tokuteiLaw dl, #tokuteiLaw dl.labels {
	margin:0em;
	font-size:100%;
	margin-top:0.5em;
	padding: 5px 15px;
	}
	
#tokuteiLaw dt, #tokuteiLaw dl.labels dt {
	float:left;
	
	width:8em;
	margin-bottom:0.8em;
	color:#555;
	text-align:left;
	font-weight:normal;
	position:relative; /*IEWin hack*/
}

#tokuteiLaw dd, #tokuteiLaw dl.labels dd {
	margin-left:8.5em;
	margin-bottom:0.8em;
	font-size:100%;
	font-style:normal;
	padding-left:0.5em;
	text-align: left;	
}

/* 2 colum list css */
#twoColList dl, #twoColList dl.labels {
	margin:0em;
	font-size:100%;
	margin-top:0;
	padding: 0px 0px;
	}
	
#twoColList dt, #twoColList dl.labels dt {
	float:left;
	
	width:5em;
	margin-bottom:0;
	color:#555;
	text-align:left;
	font-weight:normal;
	position:relative; /*IEWin hack*/
}

#twoColList dd, #twoColList dl.labels dd {
	margin-left:5.5em;
	margin-bottom:0;
	font-size:100%;
	font-style:normal;
	padding-left:0.5em;
	text-align: left;	
}

#recentPost {
	margin-top: 20px;
	padding: 10px 0px;
	display:inline;
	}

#recentPost img {
	padding: 3px;
	border:1px solid #CCC;
	width: 60px;
	display: inline;
	vertical-align: top;
}

#recentPost img:hover, #randomPost img:hover { border: 1px solid #666; }

.memberName a:link, .memberName a:visited, .memberName a:active {text-decoration: underline; color:#545454;}
.memberName a:hover {text-decoration: underline; color:#999;}

#randomPost p { margin:0; }	

#randomPost img {
	padding: 3px;
	border:1px solid #CCC;
	height: 60px;
	display: inline;
	vertical-align: top;
	margin-right:5px;
}

.topLink { text-align: right; font-size: 10px; }	
	
#insamecat {background-color: #e5e6e6; padding: 3px 5px;}

.zero { 
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}

table#ukhMember { border-spacing: 5px 0px; margin: 15px 0px;}

table#ukhMember td {
	border: 1px solid #ccc;
	padding: 0px 5px 0px 9px;
	line-height: 17px;
	vertical-align: top;
	}

.WelcomeTxt {border-bottom: 1px dotted #ccc;}

/* hibi-no-urushi, from kuroe */
#ukhFeature { margin: 10px 0px 0px 0px; padding: 5px; border: 1px solid #CCC; display:inline-block; }

#ukhFeature {display:block; }

#ukhFeature p {margin: 0; padding: 0px 0px;}

#ukhFeature:hover {	background:#eee;}

#ukhFeature a:link, #ukhFeature a:visited, #ukhFeature a:active {text-decoration: none; color:#545454;}

#ukhFeature a:hover {text-decoration: none; color:#545454;}

#ukhFeature img {float: left; display: inline; padding-right: 10px;}

/* HELLO message */
#ukhHello {padding-top: 5px; margin-top: 3px; }

/* HELLO message author name */
#helloLabel a:link, #helloLabel a:visited, #helloLabel a:active {text-decoration: underline; color:#545454;}

#helloLabel a:hover {text-decoration: underline; color:#999;}

#ukhHello p { margin: 0px 0px 3px 0px; padding-bottom:7px; border-bottom: 1px dotted #ccc;}

#helloLabel { margin: 0px 0px 2px 0px; }

/* HELLO message old archive link */
#oldHello { text-align: right; font-size: 10px; margin-top:3px;}



#oldHello a:hover {text-decoration: none; color:#ccc;}




#TG { text-align: right; margin-top: 5px; padding: 0px; }

/*========== tag cloud ==========*/
.widget_tag_cloud {line-height:16px;}
.widget_tag_cloud a {margin-right:12px;}



/* wp-stats hide smiley */
img#wpstats {width:0px; height:0px; padding:0px; border:none; overflow:hidden; }

.rNote { font-size: 10px; margin: 10px 100px 0px 0px; line-height: 15px;}

#jNote {font-size: 10px; line-height: 15px;}

.wp-pagenavi {text-align:right;padding-bottom:5px;}

.kakomi {border:3px double #a84c4c; padding:10px 10px 10px 20px; margin:10px 0px;}
