/*--------------------------------------------------------------------------
 Theme Name: Kafkaesque Hearts ~ Harudrej
 Theme URI: http://mooneater.org
 Description: Default Template for Crossover-Blog.
 Version: 1.0
 Author: Cielo
 Author URI: http://mooneater.org
 --------------------------------------------------------------------------*/

/*-------------------------------------------
 * General
 -------------------------------------------*/
 
*{
	margin: 0;
	padding: 0;
	outline: none;
}
body{
	font-family: Lucida sans, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url('img/bg-hor.jpg') repeat-x #263228;
	color: #263228;
	line-height: 16px;
}

/*-------------------------------------------
 * Text styling
 -------------------------------------------*/

a{ color: #7B8092 }
a:hover{
	cursor: crosshair;
	text-decoration: none;
	color: #4A572B;
}
.widget_tag_cloud a{ text-decoration: none; }

p{ margin: 4px 0 8px 0; }
strong{ color: #A12628; }

/*-------------------------------------------
 * Lists
 -------------------------------------------*/
ul{
	margin-left: 25px;
	list-style: square;
}
ol{
	margin-left: 25px;
	list-style: upper-roman;
}

/*-------------------------------------------
 * Text-Classes
 -------------------------------------------*/

.title{
	text-indent: -99999px;
	display: none;
}

/*-------------------------------------------
 * Titles
 -------------------------------------------*/
h1,h2,h3,h4,h5,h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 120%;
	margin: 5px 0;
}
h1{
	font-size: 36px;
}
h2, h2 a{
	font-size: 32px;
	font-style: italic;
	color: #4A572B;
}
	h2 a, h3 a{ text-decoration: none; }
	h2 a:hover, h3 a:hover{ color: #263228 }
h3, h3 a{
	font-size: 20px;
	color: #A52526;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 12px;
}

/*-------------------------------------------
 * Forms
 -------------------------------------------*/
form.searchform{
	margin-top: 5px;
}
input, textarea, button{
	background: white;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #eee;
	font-size: 1em;
	padding: 4px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#commentform input#author, 
#commentform input#email, 
#commentform input#url, 
#commentform textarea#comment{
	display: block;
	width: 500px;
}
#commentform input#submit{
	width: auto;
}
#commentform label{
	font-weight: bold;
	color: #7B8092
}
/*-------------------------------------------
 * Frame
 -------------------------------------------*/

#wrapper{
	background: white;
	width: 794px;
	height: auto;
	margin: auto;
}

#content{
	padding: 10px;
	width: 527px;
	float: left;
}
#sidebar{
	padding: 10px;
	width: 227px;
	float: left;
}

/*-------------------------------------------
 * Header
 -------------------------------------------*/

#header{
	background: url('img/header.jpg') no-repeat;
	height: 230px;
	padding-top: 270px;
	padding-left: 502px;
	position: relative;
}

/*-------------------------------------------
 * Featured Post section
 -------------------------------------------*/

.featured-post{ width: 260px; }
	
a.featured-title{ 
	color: #A12628; 
	text-decoration: none; 
	font-size: 24px;
}

p.datetime{ 
	margin: 0; 
	text-transform: uppercase; 
	color: #4A572B;
}
	
/*-------------------------------------------
 * Post
 -------------------------------------------*/

.post{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}


.post-cat{
	float: left;
	margin: 5px;
	margin-bottom: 5px
}
.post-single{
	margin-bottom: 20px;
}

#category-title, #search-query{
	color: #A52526;
}

/*-------------------------------------------
 * Comments
 -------------------------------------------*/
#comments{
	margin: 0;
	list-style: none;
}

#comments .avatar{
	float: left;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #ccc;
	margin-left: -10px;
	background: white;
}
#comments li{
	clear: both;
	padding: 15px;
	margin: 5px;
	border-bottom: 1px solid #eee;
}
#comments li p{
	color: #666;
	font-size: 12px;
	font-family: Georgia, "Times new Roman", Times, serif;
}

/*-------------------------------------------
 * Thumbnails
 -------------------------------------------*/

a.featured .wp-post-image{ 
	border: 1px solid #BAC4CC; 
	padding: 5px; 
	background: white;
	}
	
.post .wp-post-image{float: left; margin: 5px 10px 5px 0; }
.post .wp-post-image, .post-cat .wp-post-image, .post-single .wp-post-image{ 
	border: 1px solid #BAC4CC; 
	padding: 5px; 
	}

/*-------------------------------------------
 * Widgets
 -------------------------------------------*/
.widget{
	margin-bottom: 10px;
}

/*
 * Navi
 */
.widget ul{
	list-style: none;
	margin-left: 0;
}
.widget ul li{
	display: inline;
}
.widget ul a{
	display: block;
	line-height: 18px;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
.widget ul a:hover{
	padding-left: 15px;
	background: #eee
}

/*-------------------------------------------
 * Navigation
 -------------------------------------------*/
.navigation-links{
	clear: both;
	padding: 10px;
	margin-top: 10px;
	border-top: 1px solid #eee;
}
.nav-previous, .nav-next{
	float: left;
	width: 50%
}

.single-page-navigation .nav-next{
	text-align: right;
}
.page-navigation .nav-previous{
	text-align: right;
}

/*-------------------------------------------
 * Footer
 -------------------------------------------*/

#footer{
	clear: both;
	width: 794px;
	height: auto;
	padding: 37px 0 5px 0;
	background: url(img/footer.jpg) top no-repeat #DBE0CA;
	text-align: center;
}
	#footer p{ margin-bottom: 0; }

