@charset "utf-8";
/*
Theme Name: Hemingway
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.
Version: 0.1 ALPHA
Author: Kyle Neath
Author URI: http://warpspire.com
*/

/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/
* {
	padding:0;
	margin: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; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }
/* must have to Style in tattertools start */
/* 1. content all  */
/*	body, td, input, textarea {
		font: 12px/1.5 Dotum, Verdana, AppleGothic, Sans-serif;
		color : #666;
	}*/
/* 2. basic link */
	a:link {
		text-decoration: none;
		color : #9CB668;
	}
	a:visited {
		text-decoration: none;	
		color : #9CB668;
	}
	a:hover {
		text-decoration: underline;	
		color : #666;
	}
/* 3. image */
	img {
		border-width: 0px;
	}
	.imageblock img {
		border:1px solid #D9D9D9;
	}
/* 4. image button */
	.ib {
		cursor: pointer;
	}
/* 5. input text */
	.text {
	}
/* 6. tree table */
	.branch2 {
	}
/* 7. tree cell */
	.branch3 {
		cursor: pointer;
		height: 10px;
	}
/* 8. calendar month */
	.cal_month {
		font-size : 11px;
		height: 18px;
	}
/* 9. calendar day */
	.cal_week1 {
		font-size : 11px;
		height:18px;
	}
/* 10. calendar sunday */
	.cal_week2 {
		color: #f30;
		font-size:12px;
		text-align: center;
	}
/* 11. calendar pre */
	.cal_day1 {
		color: #000;
		font-size:12px;
		text-align:center;
	}
/* 12. calendar next */
	.cal_day2 {
		color: #000;
		font-size : 11px;
		text-align: center;
	}
/* 13. calendar this */
	.cal_day3 {
		font-size : 11px;
		text-align: center;
	}
/* 14. calendar today */
	.cal_day4 {
		text-align: center;
		font-size : 11px;
		background-color:#ccc;
		font-weight:bold;
	}
/* 15. calendar link */
	a.cal_click:link {
		font-weight: bold;
		color : #333;
	}
	a.cal_click:visited {
		font-weight: bold;
		color : #333;
	}
	a.cal_click:hover {
		font-weight: bold;
		color : #9CB668;
	}
/* 16. image caption */
	.cap1 {
		color: #876;
		text-align: center;
	}
/* 16. keyword */
	.key1 {
		cursor: pointer;
		border-bottom: 1px dotted #ccc;
	}
/* 16. category post count */
	.c_cnt {
		font:9px Tahoma;
		color : #999;
	}
/* 17. recently post comment count */
	.ps_cnt {
		font:10px Tahoma;
		color : #999;
	}
/* must have to Style in tattertools end */

/*-----------------------------------------------------------------------------------------------
	Hemingway  HLayout / Base Page Styling
-----------------------------------------------------------------------------------------------*/
body {
	background:#f8f8f8;
	color:#7a7a7a;
	font: 11px 'Lucida Grande', 'Trebuchet MS', verdana, arial, sans-serif;
}

/* This class sets the width and position for all rows */
.inside {
	width:80%;
	min-width:65em;
	max-width:85em;
	margin:0 auto;
}

a {
	color:#9cb668;
	text-decoration:none;
}
a:hover {
	color:#7a7a7a;
}

h1 {
	color:#686868;
	font-size:1.5em;
	font-weight:bold;
	margin:1.5em 0;
	letter-spacing:-0.5pt;
	font-family:Dotum;
}

h2, h3 {
	font-size:1.15em;
	color:#686868;
	font-weight:normal;
}
#primary h2 {
	color:#686868;
}

p {
	line-height:1.75em;
}

ul li {
	list-style-type:square;
	margin:0.5em 0 0.5em 2em;
}

blockquote {
	margin-left:1em;
	padding-left:1em;
	border-left:2px solid #d9d9d9;
	color:#7a7a7a;
}

pre {
	width:100%;
	padding:1em 0;
	overflow:auto;
	border-top:1px dotted #d9d9d9;
	border-bottom:1px dotted #d9d9d9;
}

.rule {
	border-top:1px solid #d9d9d9;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:1.5em 0;
}

/*-----------------------------------------------------------------------------------------------
	Hemingway Header
-----------------------------------------------------------------------------------------------*/
#header {
	background:#fff;
}
#header .inside {
	padding:1.5em 0 3.5em 0;
}
#header h2 {
	font-size:2.25em;
	margin:0 0.5em 0 0;
	padding:0 0.5em 0.25em 0;
	border-right:1px solid #808080;
	float:left;
}
#header h2 a {
	color: #686868;
}
#header h2 a :hover {
	color: #9CB668;
}
#header p{
	padding:1em 0;
	margin:0;
	line-height:1em;
}


/*-----------------------------------------------------------------------------------------------
	Hemingway Primary Items
-----------------------------------------------------------------------------------------------*/

#primary {
	background:#fff;
	padding:1px 0 2em 0;
	color:#7a7a7a;
}

#primary.onecol-stories .primary {
	float:left;
	width:100%;
}
#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;
}
#primary .images {
	margin: 0 10px 0 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #d9d9d9;
	float: left;
}
.story h3 {
	font-size:1.15em;
	margin:0 0 1.0em 0;
	padding: 0 0 0 10px;
	font-weight:normal;
	color:#686868;
	background: url(./images/link-icon.gif) no-repeat 0 7px;
}
.story h3 a {
	color:#9cb668;
	text-decoration:none;
}
.story h3 a:hover {
	color: #7a7a7a;
}

.story .details {
	margin:1em 0;
	text-align:right;
	border-top:1px solid #d9d9d9;
	padding:0.5em 0;
	font-size:11px;
	color:#7a7a7a;
}
.story .details .read-on {
	background:url(./images/more.gif) no-repeat 90% 5px;
	padding-right:12px;
}
.story .details a {
	color:#9cb668;
	text-decoration:none;
}
.story .details a:hover { color:#7a7a7a; }

/* Single Post Styles */

#primary .primary {
	float:right;
	width:65%;
}
#primary .secondary {
	float:right;
	width:30%;
	margin-right:5%;
	padding-top:0.65em;
	display:inline;
}
* html #primary .secondary { margin-right:4%; }

.secondary .featured p {
	border-bottom:1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	padding:0.5em 0 0.6em 0;
	line-height:1.5em;
	margin:1em 0 0 0;
}
.secondary h2 {
	padding: 0 0 0 10px;
	background: url(./images/link-icon.gif) no-repeat 0 7px;
}
.secondary .featured dl {
	margin:0 0;
	border-bottom:1px solid #d9d9d9;
	padding:0.5em 0 0.6em 0;
}
.secondary dt {
	display:inline;
	margin:0;
	padding:0;
	color:#7a7a7a;
}
.secondary dd {
	display:inline;
	margin:0;
	padding:0;
}
.secondary dd a { color:#9cb668; }
.secondary dd a:hover { color:#7a7a7a; }

.single-post h1, .single-post h2 { margin-top:0; }

/*-----------------------------------------------------------------------------------------------
	Hemingway Secondary Items
-----------------------------------------------------------------------------------------------*/

#secondary {
	background:#f3f3f3;
	padding:1px 2em;
	border-top:1px solid #d9d9d9;
}

.comment-head {
	padding:0.8em 2em 1.0em 2em;
}
.comment-head h2 {
	font-size:1.5em;
	margin:0;
}
.comment-head a {
	text-decoration:none;
	color:#9cb668;
}
.comment-head .details {
	font-size:11px;
}

ol#comments {
	border-top:1px solid #d9d9d9;
	list-style-type:none;
	margin:0em 0;
}
ol#comments li {
	list-style-type:none;
	margin:2em 0;
}
ol#comments ol li{
	padding:0 10px 0 25px;
}
ol#comments li ul li{
	padding:0 0 0 170px;
}
ol#comments li cite {
	float:left;
	width:31%;
	font-style:normal;
	text-align:right;
}
ol#comments cite span {
	display:block;
}
ol#comments cite .author { font-size:1.2em; }
ol#comments cite .author a {
	text-decoration:none;
}
ol#comments .content {
	float:left;
	width:60%;
	margin-left:1.9%;
	border-left:1px solid #d9d9d9;
	padding: 0 0 0 2%;
}
ol#comments .content p {
	margin:0 0 1em 0;
}
ol#comments .content h3 {
	margin:0;
	font-size:1em;
}
#comment-form {
	margin:5em 0 5em 35.4%;
}
input.textfield {
	width: 15em;
	margin:5px 0;
	border:1px solid #d9d9d9;
	padding:2px;
	color:#7a7a7a;
}
.checkbox {
	margin:5px 0;
}
textarea.commentbox {
	width:28em;
	height:10em;
	padding:0.25em;
	margin:5px 0;
	font: 11px 'Lucida Grande', 'Trebuchet MS', verdana, arial, sans-serif;
	border:1px solid #d9d9d9;
	color:#7a7a7a;
}
label.text {
	position:relative;
	left:0.5em;
	top:-0.5em;
}
.trackback {
	border-top:1px solid #d9d9d9;
}
.trackback .add{
	margin:0.5em 0 0.4em 2em;
}
.trackback ol li{
	margin:0.5em 0 0 2em;
}
.trackback .t-title{
	margin:0 0 0 0;
}
/*-----------------------------------------------------------------------------------------------
	Hemingway Ancillary Items
-----------------------------------------------------------------------------------------------*/

#ancillary {
	padding:2em 0 0 0;
	border-top:1px solid #c9c9c9;
}
#ancillary .block {
	float:left;
	width: 20%;
	margin:0 0 0 5%;
}
#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 1.0em 0;
	padding: 0 0 0 10px;
	background: url(./images/link-icon.gif) no-repeat 0 7px;
}

.category-list {
	border-top:1px solid #c9c9c9;
}
.category-list ul li, .category-list ul li ul li {
	list-style-type:none;
	padding:0;
	margin:0;
}
ul.dates, ul.counts {
	list-style-type:none;
	margin:1.5em 0;
	border-top:1px solid #c9c9c9;
}
ul.dates li, ul.counts li {
	list-style-type:none;
	margin:0;
	padding:0.5em 0;
	border-bottom:1px solid #c9c9c9;
}
ul.dates .date {
	color:#7a7a7a;
	padding:0 0.3em 0 0;
}
ul.dates .count {
	font: 10px Dotum, Verdana, AppleGothic, Sans-serif;
	color:#7a7a7a;
	padding:0 0 0 0;
}
ul.counts .count {
	color:#7a7a7a;
}
ul.dates a, ul.counts a{
	color:inherit;
	color:#9cb668;
	text-decoration:none;
}
ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count{ 
	color:#7a7a7a;
}

.calendar {
	margin:0 1em 1em 1em;
}
/*-----------------------------------------------------------------------------------------------
	Hemingway Foooter
-----------------------------------------------------------------------------------------------*/

#footer {
	clear:both;
	color:#7a7a7a;
	margin:2em 0 3em 0;
}
#footer .inside {
	padding:1em 0;
}
#footer p {
	margin:0;
	font: 11px Verdana;
}

#footer a {
	color:#006600;
	font: 11px Verdana;
}

#footer p.copyright { float:left; }
#footer p.attributes { float:right; }
#footer p.attributes a {
	padding:0 0 0 1em;
	text-decoration:none;
	color:#3A451F;/*#9cb668;*/
}
#footer p.attributes a:hover {
	color:#7a7a7a;
}

/*-----------------------------------------------------------------------------------------------
	Hemingway Search
-----------------------------------------------------------------------------------------------*/

#live-search{
	float:right;
	width:200px;
	margin:0.5em 0 0 0;
	-moz-opacity:0.4;
	text-align:right;
}
#live-search:hover{
	-moz-opacity:1.0;
}
#live-search img {
	position:relative;
	top:0.25em;
	left:-5px;
	margin-top:2px;
}
#live-search input { 
	width:175px; 
	font-size: 11px; 
	background:#f3f3f3;
	color:#7a7a7a;
	border:1px solid #d9d9d9;
	margin-top:1px;
	padding:2px;
	height:14px;
}
#live-search input:focus {
	background:#fff;
}
#search-results {
	width:30%;
	background:#fff;
	padding:0 0 0 0;
	float:right;
	-moz-opacity:0.9;
	border-top:1px solid #d9d9d9;
}
#search-results h3 {
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:0 0 1em 0;
	background:#fff;
	
}
#search-results small {
	display:block;
	text-align:left;
	font-size:11px;
	padding:0.5em 1em 0.7em 1em;
	border-top:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
}
#search-results small a {
	color:#9cb668;
}
#search-results ul li {
	list-style-type:none;
	padding:0 1em 0.5em 1em;
	margin:0.5em 0;
}
#search-results ul li:hover {
	background:#f3f3f3;
}
#search-result ul { margin:0; }
#search-results ul li a {
	text-decoration:none;
	border-bottom:1px dotted #d9d9d9;
}

/*-----------------------------------------------------------------------------------------------
	Hemingway PAGING
-----------------------------------------------------------------------------------------------*/
.paging{
	padding:10px 0  10px 0;
	text-align:center;
	font:10px Tahoma;
}

/*-----------------------------------------------------------------------------------------------
	Hemingway TAG
-----------------------------------------------------------------------------------------------*/
.tagcloud ul {
	padding:2px;
	text-align: justify;
}
.tagcloud ul li {
	list-style-type:none;
	padding:0;
	margin:0;
}
.tagcloud a {
	letter-spacing:-1px;
}	
.tagcloud li .cloud1 {
	font-weight:bold;
	font-size : 16px;
	color : #FFFF99;
}
.tagcloud li .cloud2 {
	font-weight:bold;	
	font-size : 15px;
	color : #FF99CC;
}
.tagcloud li .cloud3 {
	font-weight:bold;	
	font-size : 14px;
	color : #CC99CC;
}
.tagcloud li .cloud4 {
	font-size : 13px;
	color : #66CCFF;
}
.tagcloud li .cloud5 {
	font-size : 12px;
	color : #999;
}
.tagcloud a:hover{
	color:#000;
}
.ctnt-tagcloud {
	text-align: justify;
	list-style-type:none;
	padding:2px;
	margin:0;
	letter-spacing:1px;
}
.ctnt-tagcloud .cloud1 {
	font-weight:bold;
	font-size : 16px;
	color : #FF9933;
}
.ctnt-tagcloud .cloud2 {
	font-weight:bold;	
	font-size : 15px;
	color : #FF99CC;
}
.ctnt-tagcloud .cloud3 {
	font-weight:bold;	
	font-size : 14px;
	color : #CC99CC;
}
.ctnt-tagcloud .cloud4 {
	font-size : 13px;
	color : #66CCFF;
}
.ctnt-tagcloud .cloud5 {
	font-size : 12px;
	color : #999;
}


/* laziel added */
.scroll {
scrollbar-face-color:#BFCEA0;
scrollbar-highlight-color:#9CB668;
scrollbar-3dlight-color:#F8F8F8;
scrollbar-darkshadow-color:#F8F8F8;
scrollbar-shadow-color:#9CB668;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#F8F8F8;
}

.secondaryfeaturedp {
	border-bottom:1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	padding:0.5em 0 0.6em 0;
	line-height:1.5em;
	margin:1em 0 0 0;
}
.secondaryh2 {
	padding: 0 0 0 10px;
	background: url(./images/link-icon.gif) no-repeat 0 7px;
}
.secondaryfeatureddl {
	margin:0 0;
	border-bottom:1px solid #d9d9d9;
	padding:0.5em 0 0.6em 0;
}
.secondarydt {
	display:inline;
	margin:0;
	padding:0;
	color:#7a7a7a;
}
.secondarydd {
	display:inline;
	margin:0;
	padding:0;
}