/*  
Theme Name: Darktree
Theme URI: http://eironeia.net/darktree/
Description: Darktree is a delicate theme that inspired by Kyle Neath's <a href="http://warpspire.com/hemingway/">Hemingway</a>.
Version: 1.0.3
Author: Sang-Kyung Lee
Author URI: http://eironeia.net/

*/

/* Begin Structure */

body{
	font-size:10px; /* Resets 1em to 10px */
	font-family:"Time", serif;
	background:#FFFFFF url(./images/bgcolor.gif);
	color:#ffffff; /* Color by Kyle Neath */
	margin:0;
	padding:0;
}

#page{
	background:url(./images/bg.gif) repeat-y;
	color:#ffffff; /* Color by Kyle Neath */
	float:left;
	width:984px;	
	margin:0 auto;
	padding:0;
	background-color:#ffffff;
}

* html body #page{
	background:url(./images/bg.gif) repeat-y 0px;
	color:#808080; /* Color by Kyle Neath */
	background-color:#ffffff;	
}

#content{
	font-size:1.2em;
	color:#000000; /* Color by Kyle Neath */
	background-color:#ffffff;
}

/* End Structure */

/* Begin Typography & Colors */

h1{
	text-decoration:none;
	color:#000000;
	font-size:1.2em;
	font-weight:normal;
	text-align:left;
}
	
h1 a{
	text-decoration:none;
	color:#000000;
}

h1 a:hover{
	text-decoration:none;
	color:#000000;
}

h1 a:visited{
	text-decoration:none;
	color:#000000;
}
	
h2{
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	font-size:1.2em;
}
	
h2 a{
	border-bottom:1px dotted #cccccc;
	text-decoration:none;
	color:#000000;
}
	
h2 a:hover{
	border-bottom:1px dotted #000000;
	text-decoration:none;
	color:#000000;
}

h2 a:visited {
	text-decoration:none;
}

h2.pagetitle{
	padding:0;
	margin:0;
	font-weight:normal;
	font-style:none;
	color:#999999;
	font-size:1.2em;


}
	
h3{
	font-size:1em;
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}
	
h3 a{
	border-bottom:1px dotted #cccccc;
	color:#000000;
}
	
h3 a:hover{
	border-bottom:1px dotted #000000;
	text-decoration:none;
	color:#000000;
}

h3 a:visited{
	text-decoration:none;
}

h3.comments{
	padding:0;
	margin:0;
}
	
small{
	font-family:"Arial", san-serif;
	font-size:0.8em;
	line-height:1.5em;
	color:#000000;
}
	
small a{
	color:#999999;
}
	
small a:hover{
	color:#cccccc;
	text-decoration:underline;
}
		
small a:visited{
	color:#888888;
}
			
code{
	font-size:1.2em; 
	font-family:"Time", serif, Fixed;
}

a{
	color:#000000;
	text-decoration:none;
}
	
a:hover{
	color:#000000;
	text-decoration:underline;
}
	
a:visited{
	color:#999999;
}
	
/* End Typography & Colors */

/* Begin Various Tags & Classes */

.clear{
	clear:both; height:1px; font-size:1px; line-height:1px; 
}

.nocomments, strike{
	color:#666666;
}
	
acronym, abbr, span.caps{
	font-size:0.8em;
	letter-spacing:0.8em;
	cursor:help;
}

acronym, abbr{
	border-bottom:1px dashed #666666;
	}

blockquote{ /* Code by Kyle Neath */
	color:#cccccc;
	margin-left:1em;
	padding-left:1em;
	border-left:2px solid #CCCCCC;
}

.center{
	text-align:center;
}

hr{
	display:none;
}
	
.navigation{
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
	
.postnavigation{
	display:block;
	text-align:center;
}
		
.guestbooknavigation{
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	display:block;
}
	
.line{
	padding:0 0 15px 0;
	margin:0;
	border-bottom:0px solid #dcddde;
}
		
/* End Various Tags & Classes*/

/* Begin Images */

p img{
	padding:0;
	max-width:100%;
}
	
a img{
	border:none;
}
	
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
	
img.alignright{
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
}

img.alignleft{
	padding:4px;
	margin:0 7px 2px 0;
	display:inline;
}

.alignright{
	float:right;
}
	
.alignleft{
	float:left;
}
	
/* End Images */

/* Begin Header */  /* Code by Kyle Neath */

#header{
	padding:0;
	margin:0;
	height:100px;
	width:739px;
}
	
#header .description{
        font-family:"Time", serif;
	font-size:2em;
	text-align:left;
	font-weight:bold;
	color:#000000;
}
		
#header .headerimg{
	padding:30px 49px 30px 50px;
	margin:0 auto;
}

#header h1{
	font-family:"Times", serif;
	font-size:2em;
	font-style:Italic;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	font-weight:bold;
        color:#000000;
}

#header h1 a{ 
	text-decoration:none; 
        color:#000099;
}

#header p{
	padding:1em 0;
	margin:0;
	line-height:1em;
}

/* End Header */

/* Begin Column */

.column{
	float:left;
	padding:0px 0 0px 50px;
	margin:0;
	width:640px;
	line-height:1.2em;
}
	
.column h2.pagetitle{
	margin:0;
	padding:0 0 30px 0;
	font-size:1em;	
}

.column h2{
	margin:0;
	padding:0;
	font-size:1em;
}
	
.column h3{
	margin:0 0 0 0;
	padding:0;
	font-size:1em;
}
	
.column .entry{
	line-height:1.6em;
}

.column .entry p{
	font-size:1em;
}

.column .entry li{ /* Code by Kyle Neath */
	list-style-type:square;
	margin:0.5em 0 0.5em 2em;
}

.column .entry form{ /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
}

.column .smallattachment{
	text-align:left;
	float:left;
	width:128px;
	margin:5px 5px 5px 0px;
}

.column .attachment{
	text-align:left;
	margin:5px 0px;
}
		
/* End Column */

/* Begin Cosmos */

.cosmos{
	line-height:1.4em;
}

.cosmos p{
	font-size:0.8em;
}

.cosmos a{
	color:#888888;
}
	
.cosmos a:hover{
	color:#cccccc;
	text-decoration:underline;
}
	
.cosmos a:visited{
	color:#999999;
}
	
/* End Cosmos */

/* Begin Post */

.post{
	margin:0 0 30px 0;
	padding:0;	
	text-align:justify;
}
	
.postmetadata{
	color:#666666;
	text-align:left;
	padding:0 0 2px 0;
	margin:2px 0;
}

/* End Post */

/* Begin Response */

.response{
	border-bottom:1px solid #dcddde;
	border-top:1px solid #dcddde;
	padding:15px 0 15px 0;
	margin:0 0 15px 0;
	font-size:1em;
	color:#666666;
	text-align:center;
}

/* End Response */

/* Begin Comments*/  /* Code by Kyle Neath */

ol#comments{
	width:640px;
	margin:15px 0 0 0;
	font-family:"Arial", san-serif;
	font-size:1em;
	float:left;
	padding:0 50px 0 0;
	line-height:1.4em;
	list-style:none;
	text-align:justify;
}
	
.commentmetadata{
	font-family:"Arial", san-serif;
	font-weight:normal;
	margin:0;
	display:block;
}
		
ol#comments li{
	padding:15px 0 15px 0;
	font-family:"Arial", san-serif;
	list-style:none;
	margin:0;
}

#comments cite{
	color:#000000;
	float:left;
	margin:0;
	padding:0;
	width:137px;
	font-family:"Arial", san-serif;
	font-style:normal;
	text-align:left;
}
	
* html #comments cite{
	width:137px;
	color:#000000;
}

#comments cite span{
	display:block;
}
	
#comments cite .author{
	font-family:"Time", serif;
	font-size:1em;
}
	
#comments cite .author a{
	font-family:"Time", serif;
	text-decoration:none;
	color:#000000;
}
	
#comments cite .date{
	font-size:0.8em;
}
	
#comments cite .edit a{
	font-size:0.8em;
	color:#CCCCCC;
}

.commentmetadata{
	font-family:"Arial", san-serif;
	font-weight:normal;
	margin:0;
	display:block;
}

#comments .content{
	float:left;
	width:460px;
	color:#cccccc;
	border-left:1px solid #e6e7e8;
	font-family:"Arial", san-serif;
	font-size:1em;
	margin:0 0 0 20px;
	padding:10px 0 10px 20px;	
}
	
#comments .content p{
	margin:0 0 1em 0;
}
	
#comments .content h3{
	margin:0;
	font-size:1em;
}

#comment-form{
	width:640px;
	margin:15px 0 0 0;
	font-size:1em;
	float:left;
	padding:0 50px 0 0;
	line-height:1.4em;
	list-style:none;
	text-align:justify;
}

#comment-form cite{
	color:#e6e7e8;
	float:left;
	margin:0;
	padding:0;
	width:137px;
	font-family:"Arial", san-serif;
	font-style:normal;
	text-align:left;
	}
	
#comment-form cite span{
	display:block;
}
	
#comment-form cite .title{
	font-size:1.2em;
	color:#cccccc;
}
	
#comment-form cite .message{
	font-size:0.8em;
	color:#999999;
}
		
#comment-form .content{
	float:left;
	width:460px;
	color:#dcddde;
	border-left:1px solid #dcddde;
	font-family:"Arial", san-serif;
	font-size:1em;
	margin:0 0 0 20px;
	padding:10px 0 10px 20px;
}

/* End Comments */

/* Begin Form Elements */  /* Code by Kyle Neath */

input.textfield{
	width:15em;
	font-size:1em;
	margin:5px 0;
}

input.search{
font-size:1em;
}

input.y_name{
	width:15em;
	font-size:1em;
	margin:5px 0;
}
	
input.y_email{
	width:15em;
	font-size:1em;
	margin:5px 0;
}
	
textarea.message{
	width:450px;
	height:10em;
	padding:0.2em;
	margin:5px 0;
	font-size:1em;
        font-family:"Time", serif;
}

textarea.y_msg{
	width:450px;
	height:10em;
	padding:0.2em;
	margin:5px 0;
	font-size:1em;
        font-family:"Time", serif;
}

label.text{
	position:relative;
	font-size:0.8em;
	left:0.5em;
	top:-0.5em;
}
	
.formactions input.submit{
	float:left;
	font-size:1em;
	margin: 5px 0 0 0;
	padding:0 0.5em;
}

.formactions .spinner{
	float:left;
	font-size:1em;
	line-height:1.4em;
	margin:-8px -20px 0 0;
}

/* End Form Elements */

/* Begin Contact */

#contact{
	width:640px;
	margin:15px 0 0 0;
	font-family:"Arial", san-serif;
        font-size:1em;
	float:left;
	padding:0 50px 0 0;
	line-height:1.4em;
	list-style:none;
	text-align:justify;
}
	
#contact cite span{
	display:block;
}

#contact cite{
	color:#999999;
	float:left;
	margin:0;
	padding:0;
	width:137px;
	font-family:"Arial", san-serif;
	font-style:normal;
	text-align:left;
}
#contact cite .title{
	font-size:1em;
	color:#cccccc;
}
	
#contact cite .message{
	font-size:0.8em;
	color:#999999;
}
		
#contact .content{
	float:left;
	width:460px;
	color:#999999;
	border-left:1px solid #666666;
	font-size:1em;
	margin:0 0 0 20px;
	padding:0 0 0 20px;
}
	
/* End Contact */

/* Begin Sidebar */

#sidebar{
	font-family:"Times", serif;
	font-size:1.2em;
	font-style:Italic;
	padding:0;
	margin-left:780px;
	width:164px;
	color:#000099;
}

#sidebar a{
	font-weight:bold;
	text-decoration: none;
	color:#000099;
}
	
#sidebar a:hover{
	font-weight:bold;
	text-decoration: none;
	color:#808080;
}

#sidebar a:visited {
	font-weight:bold;
	text-decoration: none;
}

#sidebar h2{
	font-weight:bold;
	text-decoration: none;
	color:#808080;
	font-size:1.0em;
	margin:0;
	padding:0;
}
	
#sidebar h2 a{
	border-bottom:1px dotted #cccccc;
	text-decoration: none;
	color:#000099;	
}
	
#sidebar h2 a:hover{
	border-bottom:1px dotted #cccccc;
	text-decoration: none;
	color:#cccccc;
}

#sidebar h2 a:visited {
	text-decoration: none;
}

#sidebar ul ul li:before{
	content:"\0020";
}
		
#sidebar ul{
	margin:0;
	padding:0;
}
	
#sidebar ul ol{
	padding:0;
	margin:5px 0 0 8px;
}
	
#sidebar ul li{
	list-style-type:none;
	list-style-image:none;
	margin-bottom:15px;
}
	
#sidebar ul ul li{
	color:#000099;
	margin:2px 0 0 0;
	padding:0;
}

		
#sidebar ul ol li{
	margin:3px 0 0 0;
	padding:0;
}
		
#sidebar ul p {
	margin:5px 0 0 10px;
}

#sidebar ul ul{
	margin:5px 0 0 10px;
}

#sidebar ul ul ul{
	color:#000099;
	margin:0 0 0 10px;
}
		
#sidebar ul ol li{
	list-style:decimal outside;
}
	
/* End Sidebar */

/*	Begin Footer */

#footer{
	padding:30px 0;
	margin:0;
	width:739px;
	clear:both;
	background-color:#ffffff;
	font-size:1em;
	color:#808080;
}

#footer p{
	text-align:center;
	margin:0;
}

/*	End Footer */
