/*  

Theme Name: Krisztianna

Theme URI: http://krisztianna.com/

Description: 2 Col layout to match Krisztianna's main site!

Author: Joe Crawford via K.

Author URI: http://artlung.com/

Version: 1.0

Tags: none, really

*/

#content {
	margin: 1em;
	font-family: 'Helvetica Neue', 'Arial', sans-serif;
	color: #666;
	position: relative;
min-height: 2000px;
}

#content.single-post {
	min-height: 600px;
	
}


#sidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	width: 140px;
	font-size: 12px;
}

#content h2 {
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, serif;
margin: 0;
background-color: #eee;
padding: 3px 10px 3px 10px;
}

.blog-post {
	width: 520px;
	font-size: 16px;
	border: 1px solid #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 13px;
	line-height: 150%;
	margin-bottom: 5px;
}

#content .the-content {
	padding: 0 10px 0 10px;
}

#content.home .blog-post{
	margin: 0 0 40px 0;
}
#content.single .blog-post{
	margin: 0 0 40px 0;
}


li.widget {
	margin: 0 0 5px 0;
}

li.widget ul li, li.widget h2 {
margin: 0 0 5px 0;
padding: 3px 10px 3px 10px;
}

#content .meta {
	font-size: 12px;
	background-color: #eee;
	padding: 3px 10px 3px 10px;
}

.meta ul.post-categories {
display: inline;
color: red;
margin: 0;
padding: 0;
}
.meta ul.post-categories li{
display: inline;
margin: 0;
}

#sidebar ul {
list-style-type: none;
margin: 0;
padding: 0;
}

#sidebar ul h2 {
font-size: 14px;
}

#respond {
padding: 0 10px 10px 10px;
font-size: 12px;
}
#respond h3 {
font-weight: normal;
}

h3#comments {
font-weight: normal;
	padding: 0 10px 10px 10px;
/*	font-size: 12px;*/
}

ol.commentlist {
list-style-type: none;
margin: 0;	
padding: 0;	
}
ol.commentlist li {
padding: 10px;
}
ol.commentlist li.even {
	background-color: #fff;
}
ol.commentlist li.odd {
	background-color: #eee;
}

.navigation {
width: 515px;
padding: 0 0 0 0;
font-family: 'Helvetica Neue', 'Arial', sans-serif;
font-size: 14px;
height: 50px;
margin: 0 0 0 20px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: normal;
}
.navigation div.older {float:left;width: 257px;text-align: left;}
.navigation div.newer {float:right;width: 257px;text-align:right;}

.navigation div a {
display: block;
color: #ccc;
text-decoration: none;
}
.navigation div a:hover {
color: #00f;

}

#content.single-post .navigation {
display: none;
}
