/*  
Theme Name: ima_H
Theme URI: http://warpspire.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.  If you'd like to learn more about Hemingway, <a href="http://warpspire.com/hemingway">head on over to Warpspire</a> or ask a question in the <a href="http://discuss.warpspire.com">official support forums.</a> <br /><strong>This theme requires WordPress 2.0+</strong></a>.
Version: 0.19
Author: Kyle Neath
Author URI: http://warpspire.com
*/



/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}
body{ text-align:center;}

li, dd { margin-left: 10%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }



/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
	background: #8a8aac;
	color:#333333;
	font-size:12px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka","メイリオ","Meiryo","MS UI Gothic","ＭＳ Ｐゴシック", Arial, sans-serif;
}
/* This class sets the width and position for all rows */
.inside{
	width:800px;
	margin:0 auto;
	padding: 0;	
	text-align:left;
}

a{
	color: #8c95ff;
	text-decoration: none;
}
a:hover{
	color: #000;
	font-weight: bold;
}
p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 0;
	padding: 5px 0;
	}
#primary h1{
	font-size: 1.5em;
	color: #ff835f;
	font-weight: bold;
	margin-bottom: 10px;
}
h2, h3{
	font-size: 1.0em;
	color: #ff835f;
	font-weight: bold;
}
#primary h2{
	color: #938ae7;
}

ul li{
	list-style-type:square;
	margin:0.5em 0 0.5em 1em;
}

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{
	background:#ffffff;
	color:#000;
	text-align:left;
}
table td{
	background:#aaaaaa;
	color:#FFF;
}
table caption{
	text-align:left;
	color:#FFF;
	margin-bottom:-1em;
	margin-top:1em;
}

.rule{
	border-top:1px solid #CCC;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:1.5em 0;
}
h3.clip{
	margin-top:20px;
 	font-size: 12px;
	color: #9f9eff;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 25px;
	background: url(images/clip.gif) left no-repeat;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	background:#ffffff url(images/line.gif);
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 78px;
}
*:first-child+html #header{
	padding-bottom: 2px;
}
* html #header{
	padding-bottom: 2px;
}
#title_a{
	width:635px;
	margin:0;
	padding: 0;	
	text-align:left;
	float:left;
}
#title_a h1{
	font－weight: bold;
	font-size: 14px;
	font-family: Arial, Sans-Serif;	
	color: #bbbbcc;
}
#title_a h1 a{
	color: #bbbbcc;
	text-decoration:none; 
}
#title_a .description{
	font-size: 10px;
	font-family: Arial, Sans-Serif;
	color: #bbbbcc;
}
#logo_a {
	margin-top: 0px;
	float:right;
}
#logo_a a img {
	background: transparent url(images/logo_back1.gif) no-repeat;
}
#logo_a a:hover img {
	background: transparent url(images/logo_back2.gif) no-repeat;
}
#back_index {
	margin-top: 15px;
	float:left;	
}
#back_index a img {
	background: transparent url(images/backindex_b1.gif) no-repeat;
}
#back_index a:hover img {
	background: transparent url(images/backindex_b2.gif) no-repeat;
}
/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#primary{
	background:#ffffff url(images/line.gif);

	padding:20px 0 50px 0;
	color:#555555;
}
#primary.onecol-stories .primary{
	width:50%;
	float:left;
}
#primary.onecol-stories .secondary{
	width:40%;
	float:right;
	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;
}

.story h3{
	font-size:1.15em;
	margin:0 0 1.5em 0;
	font-weight:normal;
	color:#CCC;
}
.story h3 a{
	color: #8078fd;
	text-decoration:none;
}
.story .details{
	margin: 50px 0 1em;
	padding:0.5em 0;
	text-align:right;
	border-top:1px solid #333;
	font-size:0.95em;
	color:#666;
}
.story .read-on{
	background:url(images/readon_black.gif) 100% 60% no-repeat;
	float: right;
	padding-right: 20px;
	margin-top: 30px;
}
.story .details a{
	color: #939dff;
	text-decoration:none;
}
.story h3 a:hover, .story .details a:hover{
	color: #000;
	font-weight: bold;
}

/* Single Post Styles */

#primary .primary{
	width:75%;
	float:right;
}
#primary .secondary{
	width:20%;
	color: #b9b7d6;
	font-size: 11px;
	clear: right;
	float: left;
}
.secondary .featured p{
	border-bottom:1px solid #cce;
	padding:0 0 0.6em 0;
	line-height:1.2em;
	margin:0.5em 0 0 0;
}
.secondary .featured dl{
	margin:0 0;
	border-bottom:1px solid #cce;
	padding:0.4em 0 0.6em 0;
}
.secondary dt{
	display:inline;
	margin:0;
	padding:0;
	color:#aac;
}
.secondary dd{
	display:inline;
	margin:0;
	padding:0;
}
.single-post h1{ margin-top:0;
	font-size: 18px;
	color: #28246e;
}
.single-post h2{ margin-top:0;
 	font-size: 12px;
	padding-bottom: 0.6em;
	border-bottom:1px solid #cce;
}
.single-post h3{ margin-top:0;
 	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.single-post h3.rubi{ margin-top:0;
 	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 12px;
}
.single-post h4{
 	margin-top:20px;
 	font-size: 12px;
	color: #9f9eff;
	padding-bottom: 0.6em;
	border-bottom:1px solid #cce;
}

.single-post h3.clip{
	margin-top:50px;
 	font-size: 12px;
	color: #9f9eff;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 25px;
	background: url(images/clip.gif) left no-repeat;
}
/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/

#secondary{
	background:#636fa0 url(images/secondary_gr.gif)  top repeat-x;
	border-top:1px solid #1c1c1c;
}
#secondary div#notebook{
	background: url(images/secondary_grb.gif)  bottom repeat-x;
	padding:0px 0px 30px 0px;
	color:#fff;
	text-align: right;
}
.comment-head{
	background:url(images/secondary_hr.gif)  bottom no-repeat;
	padding:0.8em 2em 1.5em 2em;
}

/* My Comment */
.comment-head h2{
	font-size:1.5em;
	margin:0;
}
.comment-head a{
	text-decoration:none;
	color: #fff;
}
.comment-head .details{
	font-size:0.95em;
}

ol#comments{
	list-style-type:none;
	margin:2em 0;
}
ol#comments li{
	list-style-type:none;
	margin:2em 0;
}

#secondary div.inside {
	color: #e9edff;
}

#comments cite{
	float:left;
	width:31%;
	font-style:normal;
	text-align:right;
}
* html #comments cite{
	width:30.6%;
}
#comments cite span{
	display:block;
}
#comments cite .author{
	font-size:1.2em;
	color: #a3d5fe;
}
#comments cite .author a{
	text-decoration: underline;
	color: #a3d5fe;
}
#comments cite .author a:hover{
	text-decoration:none;
	color: #fff;
}
#comments cite .admin-tools{
	margin:5px 0;
}
#comments cite .admin-tools a{
	float:right;
	margin:0 5px;
	padding:0px 3px 3px;
	background:#666;
	border:1px solid #999;
	text-decoration:none;
}
#primary .secondary .admin-tools{
	margin:1em 0;
}

#preview{
	margin:1em 0;
	padding:0.5em;
	border:1px solid #333;
}
#errors{
	color:#FF0000;
	font-weight:bold;
}

#comments .pingback cite .author{
	display:block;
	padding-top:68px;
	background:url(images/trackback_pingback.gif) 100% 0 no-repeat;
}

#comments .content{
	float:left;
	width:60%;
	margin-left:1.9%;
	border-left:1px solid #a2b1ff;
	padding: 0 0 0 2%;
	border-color: #a2b1ff;
}
#comments .content p{
	margin:10px 20px 20px 20px;
}
#comments .content h3{
	margin:0;
	font-size:1em;
}

#comment-form{
	margin:10px 0 10px 35.4%;
	width:36em;
}
input.textfield{
	width: 15em;
	margin:5px 0;
}
textarea.commentbox{
	width:28em;
	height:10em;
	padding:0.25em;
	margin:5px 0;
	font-size:1.25em;
	font-family:Arial, Helvetica, sans-serif;
}

label.text{


	position:relative;

	left:0.5em;
}
.form_code{
	background:url(images/ungo.gif) no-repeat; 
	padding: 0 0 0 93px;
	margin-top: 4px;

	margin-bottom: 4px;
}
.form_code label{
	position:relative;
	left:0.5em;
}
.formactions input.submit{ 
	float:right; 
	padding:0 0.5em;
}
.formactions .spinner{
	float:right;
	margin:-8px -20px 0 0;
}
#secondary div#notebook table{
	color:#fff;
	width: 500px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
}

#notebook table tbody tr td {
	padding: 0;
	background:  transparent;
	text-align: right;
	margin: 0;
}
#secondary div#notebook table th{
	background:  transparent;
	padding: 0;
	color: #ccf0ff;
	font-size: 9px;
	text-align: center;
	margin: 0;
}
/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/

#ancillary{
	padding:2em 0 0 0;
	color: #e6e5ff;
}

#ancillary .twice-length{
	width:65%;
}
#ancillary .thrice-length{
	width:100%;
}

#ancillary .block_1{
	float:left;
	width: 256px;
	margin:0;
}
#ancillary .block_2{
	width: 256px;
	margin-left:272px;
	
}
#ancillary .block_3{
	float:right;
	width: 256px;
	margin:0;
}


#ancillary .block-separator{
	clear:both;
	height:2.5em;
}

#ancillary .block h2, #ancillary .block h3{
	margin:0 0 2em 0;
}

.block_2 ul.dates, .block_2 ul.counts, .block_3 ul.counts, ul.blogroll ul, ul.pages{
	list-style-type:none;
	margin:5px 0 2em 0;
	background:url(images/ancillary_hr.gif)  top no-repeat;
	padding-top: 7px;
}
.block_2 ul.dates li, .block_2 ul.counts li, .block_3 ul.counts li, ul .blogroll ul li, ul.pages li{
	list-style-type:none;
	margin:0;
	padding:2px 0 9px 0;
	background:url(images/ancillary_hr.gif)  bottom no-repeat;
	/*border-bottom:1px solid #ccccff;*/
}
ul.archive_dates{
	border: 1px solid #adbefe;
	background: #eff7ff 
}
ul.archive_dates li{
	list-style-type: none;
	padding: 3px 0px 3px 25px;
	background: url(images/dot.gif) no-repeat 0 3px;
}
ul.dates .date{
	color: #dedede;
	padding:0 1.5em 0 0;
}

ul.counts .count{
	float:right;
	color:#858585;
}

ul.dates a, ul.counts a, ul.blogroll a, ul.pages a{
	color:#dbdefd;
	text-decoration:none;
}
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: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
ul.blogroll li{
	list-style-type:none;
	margin:0;
	padding:2px 0 9px 0;
	background:url(images/ancillary_hr.gif)  bottom no-repeat;
}
ul.pages ul{
	margin:0;
}
ul.pages ul li{
	border:none;
	margin-left:2em;
	list-style-type:square;
}
/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
	clear:both;
	color: #3f3f3f;
	margin:2em 0 3em 0;
}
#footer .inside{
	background:url(images/footer_hr.gif)  top no-repeat;
	padding:10px 0;
	width:800px;
	margin:0 auto;
}
#footer div{
	font-size:10px;
	margin:0;
}
#footer div.copyright{
	float:left;
}
#footer div.attributes{
	float:right;
}
#footer a{
	padding:0 0 0 3px;
	text-decoration:none;
	color: #3f3f3f;
}
#footer a.wp{
	color: #000;
}
#footer a.rss{
	color: #ccccff;
}
#footer a:hover{
	color:#fff;
}

/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/

#search{
	float:right;
	width:200px;
	margin:1em 0 0 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:175px; 
	font-size: 0.85em; 
	background: #8a95c9;
	margin-top:2px;
}
#search input:focus{
	background: #90b7ff;
}

#searchform{
	margin:1em 0;
}

#searchform #s{
	background:#222;
	border:none;
	border-bottom:1px solid #333;
	width:30em;
	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;
	border-top:1em solid #000;
}
#search-results h3{
	font-weight:bold;
	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 li{
	list-style-type:none;
	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 #222222;
}

#search img.archives-icon{
	margin:0 7px 0 0;
	top:1px;
}

pre.code {
    font-size: 12px;
    /* line-height:1.2em; */
    border:1px solid #aaa;
    background:#f0f0f0;
    padding:0.5em; 
    overflow: auto;
}
pre.code span.tag		{ color: #0000ff;	}
pre.code span.attr 		{ color: #000; 		}
pre.code span.value		{ color: #900; 		}
pre.code span.str 		{ color: #009900; 	}
pre.code span.num 		{ color: #009900; 	}
pre.code span.keyword	{ color: #0000ff; 	}
pre.code span.rem		{ color: #909; 		}
pre.code span.variable	{ color: #500050;	}

