/* @override http://www.kontrabassblog.de/wp-content/themes/k2_rc4/styles/kbb_1/kbb.css */

/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Jonas Lohse
	Author Site	: www.kontrabassblog.de
	Style Name	: kbb
	Style URI	:
	Version		: 1.0
	Comments	:
*/

#page {
	background: white;
	padding: 0px 0 10px;
	border: 1px solid #5e5e5e;
	}
	
body {
	background: #e4dac1 url(hg.gif) repeat-x;
}


a {
	color: #882d25;
	text-decoration: none;
	}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#header {
}

h1 { /* H1 is the title in the header */
	font-size: 3em;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0;
	padding: 25px 40px 0;
	}

#header .description {
	margin: 0 40px;
	font-size: 1.5em;
}

* {
	
}
	
h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 2.5em;
	font-weight: bold;
	text-shadow: #999 2px 2px 2px;
}
		
.primary {
	/* Contains the main column */
	}
#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: 0px;
	text-shadow: #999 2px 2px 2px;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: left;
	color: #444;
	}


.secondary {
	/* Contains the sidebar */
	}

#linkpage ul {
	list-style-type: none;
}

#linkpage li {
	list-style-type: none;
	margin-top: 10px;
}

#linkpage h2 {
	font-size: 1.8em;
	letter-spacing: 0px;
	font-weight: normal;
	font-style: normal;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

ol.snap_nav {
	display: inline;
	float: left;
	clear: both;
	list-style: none;
}

ol.snap_nav li {
	display: block;
	float: left;
	padding: 0 2px 10px 0;
}

ol.snap_nav li a {
	font-weight: bold
}

ol.snap_nav li.snap_selected a {
	cursor: text;
}

ol.snap_titles {
	clear: both;
	display: block;
	border: 0;
	list-style: none;
}

#footer {
	color: #444;
	}
	
#footer a {
	color: #444;
		}

/* @group All about Jazz */

a.aaj {
	font-weight: bold;
}
	
*nobr {
	font-style: italic;
	text-align: right;
	display: list-item;
}

/* @end */
