/*   
Theme Name: Ndoki
Theme URI: ndoki.de
Description: Wordpress Theme für Ndoki.de
Author: Samuel Vogel
Author URI: none
Template:
Version: 0.1
.
General comments/License Statement if any.
.
*/

html {
	height: 100%;
}

body {
	background-color: #000022;
	margin: 0px;
	font-size: 12px;
	color: #ECDCA0;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
}

a:link {
	color: #ECDCA0;
}
a:visited {
	color: #ECDCA0;
}
a:hover {
	color: #C38039;
}
a:active {
	color: #ECDCA0;
}

/* Disable Link underlining on pages */
.is_page a {
	text-decoration: none;
}

#header {
	background-image: url(./images/banner.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 190px;
}

#admin_link {
	position: absolute;
	top: 5px;
	right: 5px;
}

#litter_blog {
	position: absolute;
	top: 290px;
	left: 145px;
	z-index: 2;
}

#navi {
	float: left;
	background-image: url(./images/navi.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-left: 61px;
	width: 175px;
	height: 500px;
	color: #000022;
}

#navi .cufon-hide {
	display: none;
}

html.cufon-ready #navi .cufon-hide {
	display: block;
}

#navi a {
	color: #000022;
	text-decoration: none;
}

#navi a:hover {
	color: #003355;
}

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

#navi ul li {
	margin-top: -2px;
	margin-left: 20px;
}

#navi ul li a {
	font-size: 36px;
}

#sprache {
	font-size: 28px;
	margin-top: 26px;
	margin-left: 20px;
}

#vereine {
	position: absolute;
	top: 640px;
	left: 20px;
}

img {
	border: none;
}

.infos {
	padding-top: 5px;
	text-align: right;
}

#page_nav {
	clear: both;
	margin: 20px;
	padding: 20px;
	font-size: 14px;
}

div.clearer {
	clear: left;
	line-height: 0;
	height: 0;
}


#footer {
	margin-top: 35px;
	text-align: center;
	clear: both;
}

#page {
	padding: 0 15px;
	position: absolute;
	top: 170px;
	left: 236px;
	right: 0px;
	bottom: 0px;
}

.post {
	clear: both;
	padding-top: 25px;
}

.post .o {
	background: url(./images/edges/middle_corner.png) top repeat-x;
}

.post .lo {
	background: url(./images/edges/left_corner.png) top left no-repeat;
}

.post .ro {
	padding: 1px 10px;
	background: url(./images/edges/right_corner.png) top right no-repeat;
}

.post h1 {
	font-family: Georgia, serif;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
