/*
Theme Name: Hemingway
Theme URI: http://notes.xiaoka.com/hemingway/
Description: Hemingway is a simple weblog theme by <a href="http://warpspire.com">Kyle Neath</a> aimed at giving bloggers a great platform on which to customize.  This is a Wordpress 2.5 port by <a href="http://xiaoka.com">Xiaoka</a>.
Version: 2.5.6
Author: Tomasz Sterna
Author URI: http://notes.xiaoka.com/smoku/
Tags: black, white, many columns, widgets
*/


/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

*{
  margin:0;
  padding:0;
} 

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; vertical-align:top;}
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px;}
hr.clear { visibility:hidden;	height:1.5em;}

a img{ border:none; }


html{
  height:100%;
}
html>/**/body{
  overflow:-moz-scrollbars-vertical;
}
html:first-child body{
  min-height:100%;
  padding-bottom:1px;
} 

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
	margin:0;
	padding:0;
	color:#7f582b; 
	font-size:11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	background-color:#1E1E1C;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

*+html body, * html body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size:0.7em;
	line-height:150%;
}

/*IE7用ハック*/
*:first-child+html body{
	font-size:0.8em;
}

/* This class sets the width and position for all rows */
.inside{
	width:80%;
	min-width:65em;
	max-width:85em;
	margin:0 auto;
	padding:0;
}

* html .inside{
	width:1000px;
	margin:0 auto;
	padding:0;
}

a{
	color:#aaaaaa;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1{
	color:#CCC;
	font-size:1.5em;
	font-weight:normal;
	margin:0 0;
}

h2, h3{
	font-size:1.15em;
	color:#ff0000;
	font-weight:normal;
}
#primary h2{
	color:#CCC;
}

p{
	line-height:1.5em;
	margin:1em;
}

ul li{
	list-style-type:none;
	margin:0.5em 0 0.5em 2em;
}



blockquote{
	margin-left:1em;
	padding-left:1em;
	border-left:2px solid #CCC;
	color:#CCC;
}

pre{
	width:100%;
	padding:1em 0;
	overflow:auto;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
}

/*table{
	width:100%;
	border-spacing:2px;
	margin:1.5em 0;
}
table th, table td{ padding:0.3em 0.75em }
table th{
	background:#CCC;
	color:#000;
	text-align:left;
}
table td{
	background:#333;
	color:#ff0000;
}
table caption{
	text-align:left;
	color:#ff0000;
	margin-bottom:-1em;
	margin-top:1em;
}*/

.rule{
	border-top:1px solid #CCC;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:1.5em 0;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	margin:0;
	padding:0;
	background-color:#ffffef;
	background-image:url(images/common/back-right.gif);
	background-position:80% 0%;
	background-repeat:no-repeat;
	height:110px;

}
#header .inside{
	padding:0;
}

#header h1{
	font-size:2.25em;
	margin:0 0.5em 0 0.1em;
	padding:0 0.5em 0.25em 0;
	float:left;
}


#header h1 a{ text-decoration:none; }

#header p{
	padding:0;
	margin:0;
	line-height:1em;
}

.subheader{
	display:table;
	float:right;
	clear:both;
	padding:0.5em 0;
	margin:0;
	line-height:1em;
}

.subheader .item{
	display:table-cell;
	text-align:right;
	padding: 4px;
}

/*-----------------------------------------------------------------------------------------------
  Toppame (only top: page template)
-----------------------------------------------------------------------------------------------*/

#toppage{
	clear:both;
	background-color: #ffffef;
	padding:0;
	margin:-1em;
	padding-bottom:5%;

}

#toppage #post{
	margin:0 auto;
	width:366px;
}

#toppage #menu {
	text-align:center;
	margin:2em 0;
}

*+html #toppage #menu, * html #toppage #menu{
	font-size:1.2em;
}

#toppage #menu a:hover{
	color:#9A5405;
	text-decoration:none;
}


/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#primary{
	background:#ffffef;
	padding:0 0 2em 0;
	color:#333;
	clear:both;
	zoom:1;
}

#primary p{
	line-height:1.6em;
}

/* PDF document links */
img[src$='minihome'] {  
background:transparent url(images/common/icon/minihome.gif) center left no-repeat;  
display:inline-block;  
padding:0px 0px 0px 17px;  
height:14px;
}  

#primary.onecol-stories .primary{
	float:left;
	width:50%;
	background-color:#CC9900;
}
#primary.onecol-stories .secondary{
	float:right;
	width:40%;
	margin:0 0 0 10%;
}

#primary.twocol-stories .story{
	float:left;
	width:48%;
	margin:0 0 0 4%;
	display:inline;
}
* html #primary.twocol-stories .story{
	margin-left:2%;
}
#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
	clear:both;
}

.story h3{
	font-size:1.15em;
	margin:0 0 1.5em 0;
	font-weight:normal;
	color:#CCC;
}
.story h3 a{
	color:#CCC;
	text-decoration:none;
	border-bottom:1px dotted #666;
}

.story .details{
	margin:1em 0;
	text-align:right;
	border-top:1px solid #333;
	padding:0.5em 0;
	font-size:0.95em;
	color:#666;
}
.story .details .read-on{
	background:url(images/readon_black.gif) 100% 60% no-repeat;
	padding-right:20px;
	display:block;
}
.story .details a{
	color:#666;
	text-decoration:none;
}
.story .details a:hover{ color:#ff0000; }

a.more-link {
	display:block;
	margin:0;
}


/* Single Post Styles */

#primary .primary{
	float:right;
	width:68%;
}


#primary .secondary{
	float:right;
	width:25%;
	margin:0 2% 0 0;
	display:inline;
}

/*IE7ハック*/
*:first-child+html #primary .secondary, * html #primary .secondary{
	float:right;
	width:225px;
	margin:0 0 0 0;
	display:block;
	overflow:overflow;
	height:100%;
}


#primary .secondary h2{
	margin:0;
	padding:0;
}

.secondary .featured{
	margin:0 2em 0 0;
}

.secondary .featured a:hover{
	-moz-opacity:0.4;
}

.secondary .featured img{
	margin:0 0;
}

.secondary .featured p{
	padding:0;
	line-height:1.5em;
	margin:1em 0 0 0;
}

.secondary .featured ul{
	margin:0 0;
	padding:0 0 1em 0.5em;
	border:0px;
}

.secondary .featured li{
	margin:0 0;
	border:0px;
	color:#dd7700;
}

.secondary .featured li a:link,
.secondary .featured li a:visited {
		color:#dd7700;
}

.secondary .featured dl{
	margin:0 0;
	border-bottom:1px solid #333333;
	padding:0.5em 0 0.6em 0;
}

*:first-child+html .secondary .featured p{
	display:block;
	width:225px;
}

.secondary dt{
	display:inline;
	margin:0;
	padding:0;
	color:#AAA;
}
.secondary dd{
	display:inline;
	margin:0;
	padding:0;
}
.secondary dd a{ color:#808080; }
.secondary dd a:hover{ color:#ff0000; }

.single-post h1, .single-post h2{ 
	margin-top:0;
	color:#006666;
	font-weight:normal;
}

.single-post .primary .pagetitle{ 
	color:#D9D5B5;
	padding:0;
	margin:0;
	font-size:0.9em;
	font-weight:normal;
	text-align:right;
}

.single-post A:link {
	COLOR: #ce0000; TEXT-DECORATION: none
}
.single-post A:visited {
	COLOR: #ce0000; TEXT-DECORATION: none
}
.single-post A:active {
	COLOR: #ce0000; TEXT-DECORATION: none
}
.single-post A:hover {
	COLOR: #006699; TEXT-DECORATION: underline
}

.single-post .style1 {
	margin:0;
	padding: 1em 0;
	font-size: 1.2em;
	color: #666666;
	font-weight:normal;
}

.single-post .style2 {
	margin:0;
	padding:0;
	font-size: 1.2em;
	color: #009999;
	font-weight:normal;
}

.single-post .style3 {
	margin:0;
	padding:0;
	color: #009999;
	font-weight:normal;
}

.single-post .text {
	padding-left:1em;
}

.single-post .text .only_view{
	visibility:hidden;
	height:0;
}

.single-post div.simple-tags{
background-image:url(images/common/border1.gif);
background-position:center top;
background-repeat:repeat-x;
margin:2em 0 0 0;
padding:0.8em 1em 0.2em 2.5em;
line-height:90%;
color:#666666;
}


.single-post div.simple-tags a:link,
.single-post div.simple-tags a:visited {
		color:#999999;
}

div.simple-tags ul.st-related-posts li{
	list-style:disc;	
}

/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/

#secondary{
	background:#ffffef;
	padding:0 2em 4em 2em;
	border-top:1px solid #1C1C1C;
	zoom:1;
}

#primary .secondary .admin-tools{ margin:1em 0; }

#preview{
	margin:1em 0;
	padding:0.5em;
	border:1px solid #333;
}
#preview p{ margin:1em 0 0 0; }
#errors{ color:#FF0000; font-weight:normal; }

label.text{
	position:relative;
	left:0.5em;
	top:-0.5em;
}
.formactions input.submit{ 
	float:right; 
	margin:-1em 0 0 0;
	padding:0 0.5em;
}
.formactions .spinner{
	float:right;
	margin:-8px -20px 0 0;
}



/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/
/**+html #ancillary div.block, * html #ancillary div.block{
	visibility:hidden;
	height:10px;

}*/

#ancillary{
	padding:2em 0;
    background-image:url(images/common/footer-back.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#272725;
	zoom:1;
	overflow:hidden;
}

#ancillary #footer{
	text-align:center; 
	padding-bottom:20em;
}

#ancillary .block{
	float:left;
	width: 100%;
	margin:0 0 0 5%;
}
* html #ancillary .block{
	margin-left:3.9%;
}

#ancillary .block li{
	float:left;
	margin:0 1em;
}

#ancillary .inside .block .dates li {
	width:28%;
	overflow:hidden;
	line-height:200%;
	padding:0;
	height:2em;
}

#ancillary .twice-length{ width:65%; }
#ancillary .thrice-length{ width:100%; }
#ancillary .first, * html #ancillary .first{
	clear:both;
	margin:0;
}
#ancillary .block-separator{
	clear:both;
	height:2.5em;
}

#ancillary .block h2, #ancillary .block h3{
	margin:0 0 0.5em 0;
	color:#CC6600;
}

div.block ul ul.counts, ul.blogroll ul, ul.pages{
	list-style-type:none;
	margin:1.5em 0 2em 0;
	border-top:1px solid #54473D;
}

div.single-post .inside .primary ul.dates{
	list-style-type:none;
	margin:0 0 2em 0;
	background-image:url(images/common/border1.gif);
	background-repeat:repeat-x;
	background-position:top;
}

div.block ul li, ul.counts li, ul.blogroll ul li, ul.pages li{
	margin:0;
	padding:0.5em;
	border-bottom:1px solid #54473D;
}

div.single-post .inside .primary ul.dates li {
	margin:0;
	padding:0.8em 1em 0.2em 2.5em;
	background-image:url(images/common/border1.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

div.single-post .inside .primary ul.dates li h1{
	padding-left:-4em;
	
}

ul.dates .date{
	color:#858585;
	padding:0 1.5em 0 0;
	font-weight:normal;
}

#ancillary ul.dates .date{
	padding:0 0.5em 0 0;
}

#primary .primary ul.dates .date{
	color:#858585;
	padding:0 1.5em 0 0;
	font-weight:normal;
	font-size:0.6em;
}

ul.dates li h1{
	margin:0;
}

ul.dates li .content{
	font-size:1em;
	font-weight:normal;
	margin:1em;
}

ul.counts .count{
	float:right;
	color:#858585;
}

div.block ul a, ul.dates a, ul.counts a, ul.blogroll a, ul.pages a{
	color:#BFBFBF;
	text-decoration:none;
}




ul.dates li span.date a:link, ul.dates li span.date a:visited, ul.dates li span.date a:active{ 
	color:#9A5405;
}

div.block ul a:hover, ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count, ul.blogroll a:hover, ul.pages a:hover{ 
	color:#ff0000;
}

ul.dates li h1 a:link, ul.dates li h1 a:visited, ul.dates li h1 a:active{ 
	color:#006666;
}


ul.blogroll{ margin-top:0; 	list-style-type:none;}
ul.blogroll li{
	margin:0;
}

ul.pages ul{
	margin:0;
}
ul.pages ul li{
	border:none;
	margin-left:2em;
}
/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
	clear:both;
	color:#7b633f;
	background-image:url(images/common/footer-back.gif);
	background-repeat:repeat-x;
	background-position:center top;
	zoom:1;
}

#footer .inside{
	text-align:center;
	font-size:1em;
	padding:3em 0 5em 0;
}
#footer p{
	margin:0;
	font-size:0.95em;
}
#footer p.copyright{ float:left; }
#footer p.attributes{ float:right; }
#footer p.attributes a{
	padding:0 0 0 1em;
	text-decoration:none;
	color:#525252;
}
#footer p.attributes a:hover{
	color:#ff0000;
}

/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/

#search{
	float:right;
	width:150px;
	margin:1em 0 0 0;
	-moz-opacity:0.4;
	text-align:right;
}
#search:hover{
	-moz-opacity:1.0;
}
#search .searchimg{
	float:left;
	width:14px;
	height:13px;
	background:url(images/search.gif) 0 0 no-repeat;
	position:relative;
	top:4px;
}
#search input{ 
	width:125px; 
	font-size: 0.85em; 
	background:#CCC;
	margin-top:2px;
}
#search input:focus{
	background:#88aaaa;
}

#searchform{
	margin:1em 0;
}

#searchform #s{
	background:#222;
	border:none;
	border-bottom:1px solid #333;
	width:60%;
	color:#666666;
	padding:0.25em;
}

#searchform #searchsubmit{
	background:#000;
	color:#666;
	border:none;
	font-size:0.9em;
	text-transform:uppercase;
	letter-spacing:0.25em;
}

/* Legacy Typo CSS */

#search-results{
	width:30%;
	background:#333;
	padding:0 0 0 0;
	float:right;
	-moz-opacity:0.9;
	border-top:1em solid #000;
}
#search-results h3{
	font-weight:normal;
	text-align:left;
	margin:0;
	padding:0 0 1em 0;
	background:#000;
	
}
#search-results small{
	display:block;
	text-align:left;
	font-size:0.9em;
	padding:0.5em 1em 0.7em 1em;
	border-top:1px solid #666;
	border-bottom:1px solid #555;
}
#search-results small a{
	color:#CCC;
}

#search-results ul{
	list-style-type:none;
}
#search-results ul li{
	padding:0 1em 0.5em 1em;
	margin:0.5em 0;
}
#search-results ul li:hover{
	background:#202020;
}
#search-result ul{ margin:0; }
#search-results ul li a{
	text-decoration:none;
	border-bottom:1px dotted #CCC;
}

#search img.archives-icon{
	margin:0 7px 0 0;
	top:1px;
}

/* fix for IE 100% rounding bug */
#ancillary .final,
#primary.twocol-stories .final {float: right; margin: 0;}

/*-----------------------------------------------------------------------------------------------
  Only view
-----------------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------------------
  For post & page
-----------------------------------------------------------------------------------------------*/


/*----------------------------------------------------
  For discography
-----------------------------------------------------*/

img.size25 {
	width:30px;
	height:30px;
	margin:0.5em;
}

img.album{
	float:left;
	background-color:#eeeede;
	padding:0.5em;
	border:1px solid #aaaaaa;
	margin:0 1em 1em 0;
} 



.describe{
	border-left:1em solid #eeeeee;
	padding-left:0.5em;
	font-size:1em;
	font-weight:normal;
	color:#666666;
}

div.text .describe{
	border-left:1em solid #eeeeee;
	padding-left:0.5em;
	font-size:1.1em;
	font-weight:normal;
}

ol.album{
	list-style-type:decimal-leading-zero;
	list-style-position:inside;
	width:100%;
	margin:1em 0;
	color:#7f582b;

}



*+html ol.album{
	zoom:normal;
	list-style-type:disc;
}

* html ol.album{
	zoom:1;
	list-style-type:disc;
}

ol.album li{
	width:100%;
	float:none;
	background-image:none;
	padding:0;
	border:none;
	line-height:1.5em;

}


hr.separator {
	margin-left:-1em;
	border:none;
	border-top:1px solid #dddddd;
	height:0;
	padding:0.5em 0;
	display: block;
	visibility:visible;
}

.notice{
	clear:both;
	color:#669966;
}



/*----------------------------------------------------
  For link
-----------------------------------------------------*/


ul.link{
	padding:1em;
	list-style-position:outside;
}

ul.link li{

	margin:0 1em;
}

p.link-menu{
	text-align:right;
	color:#cccccc;
	font-size:0.9em;
	margin:0 0.5em 0 0;
}


p.link-menu a:link,
p.link-menu a:visited {
		color:#cccccc;
}

img.shop_icon{
	vertical-align:bottom;
	margin:0.2em;
	}