@charset 'utf-8';
@import url(css/reset.css);
/*  
Theme Name: Delia Keller
Theme URI: http://deliakeller.de/
Description: Theme for deliakeller.de
Version: 1.1
Author: Florian Hardwig
Author URI: http://kaune.hardwig.com/
*/

/* COLORS */
/* #067AFF cyan */

/* BASIC */

body {
	font-family: Consolas, "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Monaco, "Andale Mono", "Courier New", monospace;
	font-size: 11px;
/*	font-size-adjust: 0.49; */
	line-height: 1.5;
	color: #222;
	background-color: #fff;
	font-weight: normal;
	font-style: normal;
}
#wrapper {
	width: 900px;
	padding: 0 0 5px 80px;
}
h2 {
	margin-bottom: 1em;
	line-height: 1.2;
}
.ascii {
	white-space: pre;
	line-height: 1.2;
	margin: 1em 0 2em;
	letter-spacing: 2px;
}


/* HEADER */
#header {
	margin-bottom: 15px;
}
#header h1 {
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: -4px;
	font-size: 163.63%;
	color: #444;
}
#header h1 a , #header h1 span {
	display: block;
	padding: 20px 0 20px;
	width: 14em;
}

/* NAVIS */
#cat-navi {
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: -3px;
	margin-bottom: 10px;
	font-size: 109.09%;
}
#subcat-navi, #page-navi {
	margin-bottom: 25px;
	font-size: 109.09%;
	word-spacing: -3px;
}
#subpage-navi {
	position: relative;
	top: -14px;
	margin-bottom: 35px;
	word-spacing: -2px;
}
#cat-navi li, #subcat-navi li, #page-navi li, #post-navi li, #subpage-navi li {
	display: inline;
	margin-right: .75em;
}
#post-navi li {
	margin-right: 1em;
}
li.current-cat a, li.current_page_item a, li.current_page_parent a, h2.current a, li.used-cat a, li.current_page_ancestor {
	color: #067AFF;
}
.posts-navi {
	font-size: 136.36%;
	color: #555;
	clear: left;
	position: relative;
/*	top: -22px; */
}
.posts-navi .small {
	font-size: 73.33%;
	color: #222;
}
.posts-navi a {
	padding: 10px 7px;
	position: relative;
	left: -7px;
}
.posts-navi .small a {
}
/* CONTENT */
.content {
}
.notfound {
	margin-top: 3em;
}
.content p {
	max-width: 47em;
	margin-bottom: 2em;
}
#post-10 p /* Link-Liste */ {
	margin-bottom: 1.2em;
}
.content strong {
	background-color: #9BCAFF;
}
.content em {
	background-color: #E2F0FF;
}
.the_content {
	width: 200px;
	margin-bottom: 1em;
	margin-right: 50px;
	float: left;
}

/* PAGES */
.page h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: -3px;
}

/* NEWS */
.news {
	margin-top: 60px;
}
.news h2 {
	font-size: 136.36%;
	margin-bottom: .4em;
	color: #333;
}
.news h3 {
	font-size: 118.18%;
	margin-bottom: .5em;
	line-height: 1.3;
	word-spacing: -2px;
}
.news p {
	margin-bottom: .5em;
}
.news .post {
	margin-bottom: 2em;
	overflow: auto;
}
.news .post .the_content {
	width: 400px;
	float: none;
	margin-left: 165px;
}
.news img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	max-width: 140px; 
}

/* ARCHIVE */

ul#index {
	width: 600px;
}
#index li {
	float: left;
	display: block;
	width: 140px;
	height: 17em;
	padding: 0 10px 10px 0;
}
#index img, #index span {
	display: block;
	margin-bottom: 7px;
}
#index span {
	padding-right: 1em;
	word-spacing: -1px;
	line-height: 1.2;
}
#index li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 10px 10px 0;
	text-decoration: none;
}

/* LINKS */
a {
	text-decoration: none;
}
.page a, .news .post a,  .notfound a {
	text-decoration: underline;
}
a:link {
	color: inherit;
}
a:visited {
	color: inherit;
}
a:hover {
	color: #067AFF;
}
a:active {
	color: #FF0081;
}
/* FOOTER */

/* NextGEN Gallery */
.ngg-gallery-thumbnail-box {
	float: left;
	margin: 0 10px 5px 0;
}
.ngg-galleryoverview, .ngg-imagebrowser, .single-img {
	width: 650px;
	height: 500px;
	float: left;
	position: relative;
}
.ngg-imagebrowser img, .ngg-imagebrowser p {
	position: relative;
	top: 2em;
}
.ngg-imagebrowser-nav {
	position: absolute;
	top: -5px;
	left: -7px;
	font-size: 136.36%;
	color: #555;
}
.ngg-imagebrowser-nav a {
	padding: 10px 7px;
}
.counter {
	font-size: 73.33%;
	position: relative;
	left: -.3em;
	color: #222;
}