/* @override http://www.blanko.biz/blog/wp-content/themes/blanko2/style.css */

/*  
Theme Name: Blanko
Theme URI: http://www.blanko.biz/
Description: Theme for www.blanko.biz
Version: 2.0
Author: Markus Denhoff
Author URI: http://www.blanko.biz
*/



/* include layout styles */
@import url("/themes/blanko/css/default.css");

/* include layout styles */
@import url("/themes/blanko/css/blanko.css");


h1 a,
h2 a, 
h3 a {
	color: #2c2c2c;
	text-decoration: none;
}

h1 a:hover, 
h2 a:hover,
h3 a:hover {
	text-decoration: underline;
}

.post {
	margin-bottom: 3em;
}

.details,
.comment .footer {
	margin-top: 2em;
	margin-bottom: 2em;
	border-top: 1px solid #e2e2e2;	
	color: #aaa;
	font-size: 12px;
	text-align: right;
	clear: both;
}

.comment {
	border-top: 1px solid #e2e2e2;
	padding-top: 1em;
}

.comment .footer a,
.details a {
	color: #aaa;
}

.comment .footer a:hover,
.details a:hover {
	color: #666;
}

input.search {
	width: 130px;
	margin-right: 10px;
	font-size: 12px;
}

.navigation .right {
	text-align: right;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.current-cat a {
	color: #000;
}

.nav ul li.current-cat a {
	color: #000;
}

.wp_syntax .code pre {
	font: 10px/1.5em Monaco, "Courier New", Courier, mono;
	
}

.wp_syntax {
	margin-bottom: 1em !important;
	/*overflow: hidden !important;*/
}

div.wp_syntax td.line_numbers {
	background-color: #eee;
}

