/*
Theme Name: yutakata
Theme URI: http://www.yutakata.com/
Description: The WordPress theme for yutakata.
Version: 1.0
Author: hiyama
*/

body {
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	background-color: #f0f0f0;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	color: #666666;
}
a:link {
	padding: 0.1em 0.2em;
	color: #0099ff;
	text-decoration: none;
}
a:visited {
	padding: 0.1em 0.2em;
	color: #990099;
	text-decoration: none;
}
a:hover {
	padding: 0.1em 0.2em;
	background-color: #0099ff;
	text-decoration: none;
	color: #ffffff;
}
a:active {
	padding: 0.1em 0.2em;
	background-color: #0099ff;
	text-decoration: none;
	color: #ff0066;
}
a[rel="external"] {
	margin-right: 0.25em;
	padding-right: 13px;
	background-image: url(img/externallink.gif);
	background-repeat: no-repeat;
	background-position: right;
}
a img {
	background: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
h1 {font-size: 125%;}
h2 {font-size: 115%;}
h3 {font-size: 100%;}
h4 {font-size: 90%;}
h5 {font-size: 85%;}
h6 {font-size: 80%;}
ul, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px 0.5em;
	text-align: left;
}
ul li {
	margin: 0.2em 0 0.2em 1.3em;
	padding: 0.1em 0;
	list-style-type: circle;
}
img {
	border-style: none;
}

/* FORM PARTS */
form {
	margin: 0px;
	padding: 0px;
}
input,
input[type="checkbox"],
select,
textarea {
	margin: 3px;
	padding: 2px 1px;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	border-color: #999999 #cccccc #cccccc #999999;
	background-color: #ffffff;
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
}
input:hover,
input:focus,
input[type="checkbox"]:hover,
input[type="checkbox"]:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
	background-color: #eeff00;
}
input[type="submit"],
input[type="button"] {
	margin: 0px 5px 3px;
	padding: 1px 3px;
	vertical-align: middle;
	border-style: double;
	border-width: 3px;
	border-color: #cccccc #999999 #999999 #cccccc;
	background-color: #ffffff;
}
input[type="submit"]:hover,
input[type="button"]:focus {
	background-color: #eeff00;
	cursor: pointer;
	color: #666666;
}
input[type="text"]:hover,
input[type="text"]:focus,
textarea:hover,
textarea:focus {
	cursor: text;
}

/*** STRUCTURE ***/
#header {
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	/*background-image: url(img/bg_blk.png);
	background-repeat: repeat-x;
	behavior: expression(IEPNGFIX.fix(this));*/
	text-align: center;
}
#container {
	width: 990px;
	margin: 10px auto;
	/* position: absolute;
	top: 50px;
	z-index: 0;*/
	text-align: left;
}
#content {
	clear: both;
	float: left;
	margin: 0px;
	width: 530px;
	overflow: hidden;
	font-size: 80%;
	line-height: 1.5em;
	text-align: left;
}
#sidebar_left,
#sidebar_right {
	float: left;
	margin: 0px;
	overflow: hidden;
	line-height: 1.35em;
	font-size: 71%;
}
#sidebar_left {
	width: 190px;
}
#sidebar_right {
	width: 270px;
}
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-size: 71%;
}

/* MODULE */
#content .module {
	width: 520px;
}
#content .navigation .module {
	width: 95%;
}
.module {
	clear: both;
	float: left;
	margin: 0px 5px 10px 5px;
	padding: 0px;
}
.modulebody {
	margin: 0px;
	padding: 5px;
}
.r {
	margin: 0px;
	padding: 0px;
	display: block;
}
.r1 {
	margin: 0px 1px;
	height: 1px;
	display: block;
	overflow: hidden;
}
.r2 {
	margin: 0px 2px;
	height: 2px;
	display: block;
	overflow: hidden;
}
.r3 {
	margin: 0px 3px;
	height: 1px;
	display: block;
	overflow: hidden;
}
.r4 {
	margin: 0px 5px;
	height: 1px;
	display: block;
	overflow: hidden;
}
.module .modulebody,
.module .r,
.module .r1,
.module .r2,
.module .r3,
.module .r4 {
	background-color: #ffffff;
}
#content .navigation .module .modulebody {
	margin: 0px;
	padding: 0px;
}
#content .navigation .module .modulebody,
#content .navigation .module .r,
#content .navigation .module .r1,
#content .navigation .module .r2,
#content .navigation .module .r3,
#content .navigation .module .r4 {
	background-image: url(img/bg_blk.png);
	background-repeat: repeat;
	behavior: expression(IEPNGFIX.fix(this));
	background-color: transparent;
}

/*** HEADER ***/
#header a {
	background-color: transparent;
}
#header .element {
	margin: 5px auto;
	padding: 0px;
	width: 990px;
}
#site_id {
	float: left;
	margin: 0px 10px 5px 10px;
}
#site_id h1 {
	font-size: 24px;
}
#site_id a {
	display: block;
	text-decoration: none;
	color: #f6f6f6;
}
#site_id a:hover,
#site_id a:active {
	color: #ffffff;
}
#search_unit {
	display: none;
	float: right;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	/*position: relative;
	top: 3px;
	z-index: 9;*/
	text-align: left;
}
.gsc-resultsbox-visible {
	padding: 10px;
	background-image: url(img/bg_wht.png);
	background-repeat: repeat;
	behavior: expression(IEPNGFIX.fix(this));
}

/*** CONTENT ***/
.pagetitle,
.navigation {
	clear: left;
	margin: 3px;
	padding: 3px;
	background-color: transparent;
	font-size: 90%;
	color: #ffffff;
}
.pagetitle {
	background-image: url(img/bg_blk.png);
	background-repeat: repeat;
	behavior: expression(IEPNGFIX.fix(this));
}
.navigation a:link,
.navigation a:visited {
	background-color: transparent;
	color: #e0e0e0;
}
.navigation a:hover,
.navigation a:active {
	background-color: transparent;
	color: #ffffff;
}
.navigation .alignleft {
	clear: both;
	float: left;
	width: 120px;
	text-align: center;
}
.navigation .alignright {
	float: right;
	width: 120px;
	text-align: center;
}
.posttitle {
	margin: 0px;
	padding: 3px;
	border-bottom: 3px solid #f0f0f0;
}
.posttitle .linkarrow {
	font-size: 90%;
	padding: 3px 5px;
}
.post .entry {
	margin: 0px;
	padding: 5px;
}
.post .entry h4 {
	margin: 1em 0.5em 0.5em 0;
}
.post .entry p {
	clear: both;
	margin: 0px;
	padding: 5px;
	letter-spacing: 0.05em;
	text-align: left;
	text-indent: 1em;
	overflow: hidden;
}
.post .entry img {
	margin: 0px;
	padding: 3px;
	border: 3px solid #ffffff;
	background-color: #ffffff;
}
.post .entry a img:hover {
	border: 3px solid #0099ff;
}
.post .entry img.alignright {
	float: right;
}
.post .entry img.alignleft {
	float: left;
}
.post .entry blockquote {
	margin: 1.25em;
	padding: 0 0.25em;
	border-left: 5px solid #dedede;
	font-size: 90%;
}
.post .entry blockquote p {
	margin: 0.25em;
	padding: 0.25em;
}
.post .date,
.postmetadata {
	margin: 0px;
	padding: 0.5em;
	font-size: 85%;
	text-align: right;
}
.postmetadata div {
	margin: 3px 0px;
}
span.category,
span.tag {
	margin: 1px 2px 1px 1px;
}
.related_posts {
	font-size: 89%;
}
.related_posts li,
.related_posts li .date {
	padding: 0;
}

/* Comment */
ol.commentlist li {
	margin: 9px 0px;
	font-size: 87%;
}
ul.children li {
	font-size: 100%;
}
#respond h4 {
	margin: 0px 0px 15px 0px;
	border-bottom: 2px solid #f0f0f0;
}
#respond form {
	margin: 5px 0px 15px 0px;
	padding: 0px;
}
#respond label {
	display: block;
}
 
/*** SIDEBAR ***/
#sidebar_left select {
	width: 160px;
}
#sidebar_left li,
#sidebar_right li {
	margin-bottom: 0.3em;
}
div[class~="widget"] {
	margin: 0px 0px 5px 0px;
	padding: 5px;
	background-color: #ffffff;
}
#sidebar_right div[class~="widget"] {
	margin-left: 5px;
}
div[class~="widget_text"] {
}
div[class~="widget_tag_cloud"] div {
	line-height: 2.3em;
}

/* WIDGET - flickr */
#flickr_badge_uber_wrapper {clear: left; margin: 0px; padding: 0px;}
#flickr_badge_wrapper {width: 240px; margin: 0px; box-sizing: border-box; border: 5px solid #ffffff;}
#flickr_www {padding: 2px 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important; background-color: transparent;}

/* WIDGET - last.fm */
table.lfmWidgetchart_0a6ecd3da410e2cce029e289a6f46a37 {width:184px;}
tr.lfmHead td a {display:block;overflow:hidden;height:20px;width:184px;background:url(http://cdn.last.fm/widgets/images/en/header/chart/recenttracks_regular_grey.png) no-repeat 0 -20px;text-decoration:none;border:0;}
tr.lfmFoot td {background:url(http://cdn.last.fm/widgets/images/footer_bg/grey.png) repeat-x 0 0;text-align:right;}
tr.lfmFoot td table {width:184px;}
tr.lfmFoot td table tr td.lfmConfig a {display:block;overflow:hidden;width:85px;height:20px;float:right;background:url(http://cdn.last.fm/widgets/images/en/footer/grey.png) no-repeat 0px -20px;text-decoration:none;border:0;}
tr.lfmFoot td table tr td.lfmView {width:74px;}
tr.lfmFoot td table tr td.lfmView a {display:block;overflow:hidden;width:74px;height:20px;background:url(http://cdn.last.fm/widgets/images/en/footer/grey.png) no-repeat -85px -20px;text-decoration:none;border:0;}
tr.lfmFoot td table tr td.lfmPopup {width:25px;}
tr.lfmFoot td table tr td.lfmPopup a {display:block;overflow:hidden;width:25px;height:20px;background:url(http://cdn.last.fm/widgets/images/en/footer/grey.png) no-repeat -159px -20px;text-decoration:none;border:0;}

/* WIDGET - amazon */
#amazon_search a {
	background-color: transparent;
}
#amazon_search img {
	vertical-align: middle;
}

/* Image Preview */
#preview {
	display: none;
	position: absolute;
	padding: 10px;
	border: 3px double #cccccc;
	/*background-image: url(img/bg.gif);
	background-repeat: repeat;
	background-color: #f0f0f0;*/
	background-image: url(img/bg_blk.png);
	background-repeat: repeat-x;
	behavior: expression(IEPNGFIX.fix(this));
}
