/*
Theme Name: HemingwayBright
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. This is a light version of it, original modified by the guy from <a href="http://wpthemes.info" title="WP Themes.Info">WPThemes.Info</a>. Further modified by <a href="http://chiunam.net">Clement T</a>.
Version: 1.0.2 mod

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

* {
	padding:0;
	margin:0;
	background-color: transparent;
	color: #000;
}
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; border: none;}
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:10px; font-size:1px; line-height:1px; }
a img{ border:none; }
input, textarea, select{font-size:1em; font-family: "Trebuchet MS", Verdana, Arial, sans-serif;}
input[type='text'], textarea, select{border-top:1px solid #7c7c7c; border-left:1px solid #c3c3c3; border-right:1px solid #c3c3c3; border-bottom:1px solid #ddd; background:url(images/fieldbg.gif) repeat-x top;}
ins strong {color:#FC0084; background-color: transparent;}
ins {text-decoration:none; color:#AF6815; background-color: transparent;}
code {
	font-family: "Courier New" , Courier, mono, sans-serif;
	color: inherit;
	background-color: transparent;
}


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

body{
	background:#f0f0f0;
	color:#333;
	font-size:16px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
/*html>body{
	font-size:15px;
}*/

/* This class sets the width and position for all rows */
.inside{
	width:95%;
	/*min-width:95%;
	max-width:90%;*/
	margin:0 auto;
	background-color:transparent;
	color:#333;
}

a{
	background-color: transparent;
	color:#224466;
	text-decoration:underline;
}
a:hover, a:focus{
	color:#336633;
	text-decoration:none;
}

h1{
	color:#336633;
	font-size:1.5em;
	font-weight:normal;
	margin:1.5em 0;
	font-family:"Century Gothic", Tahoma, Verdana, Serif;
}
h1 a { color:#336633; text-decoration:none;}
h1 a:hover, h1 a:focus{text-decoration:underline;}
h2, h3{
	font-size:1.3em;
	color:#963;
	font-weight:normal;
	font-family:"Century Gothic", Tahoma, Verdana, Serif;
}
#primary h2{
	color:#446622;
}
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 #333;
	color:#333;
}

pre{
	width:100%;
	padding:1em 0;
	overflow:auto;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
/* remarked for coComment form
table{
	width:100%;
	border-spacing:2px;
	margin:1.5em 0;
}
table th, table td{ padding:0.3em 0.75em }
table th{
	background:#333;
	color:#fff;
	text-align:left;
}
table td{
	background:#ccc;
	color:#000;
}
table caption{
	text-align:left;
	color:#000;
	margin-bottom:-1em;
	margin-top:1em;
}
*/
.rule{
	border-top:1px solid #333;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:1.5em 0;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	position:relative;
	border-top: 1em solid #2267B1;
	background:#474747 url(images/top_bg.gif) repeat top;
	min-width: 950px;
}
#header .inside{
	padding:1.5em 0 0 0;
	background: transparent;
}

#header h2{
	font-size:2.25em;
	margin:0 0.5em 0 0;
	padding:0 0.5em 0.4em 0;
	color:#fff;
	background:none;
}
#header h2 em
{
    font-size:0.5em;
    color:#f0f0f0;
    margin:0 10px;
    padding:0 20px;
    font-weight:normal;
    font-style:normal;
    font-variant:normal;
    border-left:#fff 1px solid;
}
/* skip */
#skip a{
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:.8em;
	text-decoration:none;
	background: #668844 url(images/skip.png) no-repeat 5px .6em;
	color:#FFF;
	padding: .2em .2em .2em 20px;
}
#skip a, #skip a:hover, #skip a:visited{
	position:absolute;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

#skip a:active, #skip a:focus{
	position:absolute;
	top:0; right:0;
	width:7.5em;
	height:auto;
}
/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#primary{
	background:#fff;
	padding:1em 0 2em 0;
	color:#808080;
	min-width:950px;
}

#primary.onecol-stories .primary{
	float:left;
	width:50%;
}
#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;
}

.story h3{
	font-variant:normal;
	font-size:1.5em;
	margin:10px 0 0 0;
	font-weight:normal;
	color:#446622;
}
.story h3 a{
	color:#446622;
	text-decoration:none;
}
.story h3 a:hover, .story h3 a:focus{
	color:#668844;
	text-decoration:underline;
}

.story .details{
	margin:0;
	border-top:1px solid #eee;
	padding:0.5em 0 0.5em 0;
	font-size:0.98em;
	color:#ccc;
}
.story .details .read-on{
	background:url(images/readon_black.gif) 100% 60% no-repeat;
	padding-right:20px;
}
.story .details a{
	color:#a4a4a4;
	text-decoration:none;
}
.story .details a:hover, .story .details a:focus{ color:#000; }

/* Single Post Styles */
#primary .primary{
	float:right;
	width:65%;
}
#primary .primary #postnav{
	border-top:1px solid #CCC;
	margin-top:2em;
	text-align:center;
}
#primary .secondary{
	float:right;
	width:30%;
	margin-right:5%;
	padding-top:0.65em;
	display:inline;
}
* html #primary .secondary{ margin-right:4%; }

.secondary .featured p{
	font-size:0.6667em;
	border-bottom:1px solid #ccc;
	border-top: 1px solid #ccc;
	padding:0.5em 0 0.6em 0;
	line-height:1.5em;
	margin:1em 0 0 0;
}
.secondary .featured dl{
	font-size:0.6667em;
	margin:0 0;
	border-bottom:1px solid #ccc;
	padding:0.5em 0 0.6em 0;
}
.secondary dt{
	display:inline;
	margin:0;
	padding:0;
	color:#555;
}
.secondary dd{
	display:inline;
	margin:0;
	padding:0;
}
.secondary dd a{ color:#808080; }
.secondary dd a:hover, .secondary dd a:focus{ color:#000; }

.single-post h1, .single-post h2{ margin-top:0; }

.secondary dd.feeds a{
	padding:5px 0 5px 20px;
	margin:0 0.5em 0 0;
	background:url(images/feedicon.png) no-repeat left;
}

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

#secondary{
	background:#fafafa;
	padding:1px 1em;
	border-top:1px solid #d3d3d3;
}

.comment-head{
	border-bottom:1px solid #f3f3f3;
	padding:0.8em 2em 1.0em 2em;
}
.comment-head h2{
	font-size:1.5em;
	margin:0;
}
.comment-head a{
	text-decoration:none;
	color:#868686;
}
.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;
}

#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; }
#comments cite .author a{
	text-decoration:none;
}
#comments cite .admin-tools{
	margin:5px 0;
}
#comments cite .admin-tools a{
	float:right;
	margin:0 5px;
	padding:0px 3px 3px;
	background:#aaa;
	border:1px solid #aaa;
	text-decoration:none;
}
#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: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:55%;
	padding:0;
	margin:0 0 0 2%;
}
#comments .content p{
	margin:0 0 1em 0;
}
#comments .content h3{
	margin:0;
	font-size:1em;
}

#comment-form{
	margin:5em 0 5em 30%;
	width:36em;
}
input.textfield{
	width: 15em;
	padding:0.25em;
	margin:5px 0;
	color:#963;
}
textarea.commentbox{
	width:25em;
	height:10em;
	padding:0.25em;
	margin:5px 0;
	color:#963;
}
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
-----------------------------------------------------------------------------------------------*/

#ancillary{
	padding:2em 0 0 0;
	min-width: 950px;
}
#ancillary .block{
	float:left;
	width: 29%;
	margin:0 0 0 3%;
}
#ancillary .half-length{ float:left; width: 49%; }
#ancillary .twice-length{ width: 63%; }
#ancillary .thrice-length{ width:100%; }
* html #ancillary .block{
	margin:0 0 0 3%;
}
#ancillary .first, * html #ancillary .first{
	clear:both;
	margin:0;
	width:33%;
}
#ancillary .block-separator{
	clear:both;
	height:2.5em;
}

#ancillary .block h2, #ancillary .block h3{
	margin:0 0 1em 0;
	background:url(images/bullet.gif) no-repeat left;
	padding-left:12px;
}
#ancillary .block h2 a {
	font-size:.6em;
	text-decoration:none;
	color:#666;
}
#ancillary .block h2 a:hover, #ancillary .block h2 a:focus {
	text-decoration:underline;
}
#ancillary .block form{
    padding-bottom:1em;
}

#ancillary ul{
	list-style-type:none;
	margin:0 0 2em 0;
	padding:0;
}
#ancillary ul li{
	list-style-type:none;
	margin:0;
}
#ancillary ul.delicious li{
	background:url(images/bookmark.png) no-repeat 0 0.4em;
	padding:0.2em 0 0.2em 15px;
}
#ancillary ul.meta li{
	background:url(images/meta.png) no-repeat 3px 0.5em;
	padding:0.2em 0 0.2em 18px;
}
#ancillary ul.comment li{
	background:url(images/comment.png) no-repeat 3px 0.5em;
	padding:0.2em 0 0.2em 18px;
}
#ancillary ul.post li{
	background:url(images/post.png) no-repeat 0 0.4em;
	padding:0.2em 0 0.2em 15px;
}
#ancillary ul a{
	color:inherit;
	color:#335566;
	text-decoration:none;
}
#ancillary ul a:hover{
	color:#963;
}


/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
	clear:both;
	color:#393939;
	margin:2em 0 0 0;

}
#footer .inside{
	background:url(images/footer_black.gif) repeat-x top;
	margin:0 auto;
	padding:1em 0;
}
#footer p{
	margin:0;
}
#footer p.copyright{ float:left; }

#footer #w3validation{ float:right; }


/*#footer p.attributes{ float:right; }
#footer p.attributes a{
	padding:5px 0 5px 20px;
	margin:0 0 0 1em;
	text-decoration:none;
	color:#a9a9a9;
	background:url(images/feedicon.png) no-repeat left;
}
#footer p.attributes a:hover{
	color:#000;
}*/

/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/
#search{
	position:absolute;
	top:2em; right:20px;
	width:300px;
	margin:0; padding:0;
	/*-moz-opacity:0.3;*/
	text-align:right;
}
#search:hover, #search:focus, #search:active{
	/*-moz-opacity:1.0;*/
}
#search input#q{
	width:175px;
	font-size:1em;
	color:#FFF;
	background:#2267B1;
	padding:0 .2em;
	border:1px solid #CCC;
}
#search input#q:focus{
	color:#000;
	background:#FFF;
	/*-moz-opacity:1.0;*/
}
#search #searchBtn{
	background:#FF6000;
	color:#FFF;
	border:none;
	font-size:1em;
}

.search input.q{
	width:175px;
	font-size:1em;
	color:#FFF;
	background:#FFF;
	padding:0 .2em;
	border:1px solid #CCC;
}
.search input.q:focus{
	color:#000;
	background:#FFF;
	/*-moz-opacity:1.0;*/
}
.search .searchBtn{
	width: 5em;
	text-align:center;
	background:#FF6000;
	color:#FFF;
	border:none;
	font-size:1em;
}

/*-----------------------------------------------------------------------------------------------
  Top Navigation
-----------------------------------------------------------------------------------------------*/
.topnav
{

	list-style:none;
	margin:0 auto;
	padding:3px 0;
	text-align:left;
	width:95%;
	/*min-width:65em;
	max-width:85em;*/
}
.topnav li
{
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}
.topnav li a
{
	color:#fffacd;
	padding:3px 6px;
	text-decoration:none;
}
.topnav li a:hover, .topnav li a:focus, .topnav li a:active
{
	color:#fff;
	background:#668844;
}
.topnav li.current_page_item a
{
	color:#fff;
	background:#2267B1;
}
.topnav em
{
	font-style: normal;
	text-decoration:underline;
}



/*-----------------------------------------------------------------------------------------------
  No Script Notification
-----------------------------------------------------------------------------------------------*/
#noscript {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	background:#FFFFE7;
	border-bottom:1px solid #CECBCE;
}
#noscript p {
	display:inline;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	background:url(images/alert.png) no-repeat left center;
	padding:5px 18px;
	margin-left:5px;
}

/*-----------------------------------------------------------------------------------------------
  Index Zenphoto
-----------------------------------------------------------------------------------------------*/
.zpindex {
	display: block;
	width:400px;
	height:300px;
	padding:30px;
	margin:0px;
	border-left: 1px dotted #ccc;
	/*background:url(/images/frame.png) no-repeat;*/
}


/*-----------------------------------------------------------------------------------------------
  Sidebar Stickers
-----------------------------------------------------------------------------------------------*/
.stickers{
	margin:0.5em 0;
}
.stickers img{
	display:inline;

	margin:5px;
	vertical-align:middle;
}


/*-----------------------------------------------------------------------------------------------
  Tags
-----------------------------------------------------------------------------------------------*/
.tagscloud{margin-bottom:4em;font-size:1em;}
.tagscloud a{color:#666; text-decoration:none;}

#utwtags{display:block; margin:.5em 0;}
#technorati img{margin:0;padding:0;border:none;vertical-align:middle}