/* @override http://www.ti-b.de/wp-content/themes/tib/style.css */

/*
Theme Name:TIB
Theme URI: http://www.guerillagraphix.net/
Description: Theme for TIB.
Version: 1.0
Author: Florian Ziegler
Author URI: http://www.guerillagraphix.net/
Tags: yellow
*/
/* @group Basic */

html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #cbcbcb url(images/body.jpg) repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
a {
	text-decoration: none;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 942px;
	text-align: left;
}
#page {
	float: left;
	background: url(images/middle.jpg) repeat-y;
}
#inner {
	float: left;
	width: 938px;
	background: url(images/top.jpg) no-repeat;
}
#eveninner {
	float: left;
	width: 938px;
	background: url(images/bottom.jpg) bottom no-repeat;
}

/* @end */

/* @group Header */

#header {
	position: relative;
}
#logo {
	margin: 0;
	padding: 13px 0 0 22px;
}
#header ul {
	position: absolute;
	top: 30px;
	left: 620px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
}
* html #header ul {
	left: 680px;
}
#header ul li {
	display: inline;
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
	border-left: 2px solid #fff;
}
#header ul li.first {
	padding: 0;
	border-left: none;
}
#header ul li a {
	color: #fff;
	font-weight: bold;
}
#header ul li a:hover {
	text-decoration: underline;
}
#logo a {
	display: block;
	margin: 0;
	padding: 0;
	width: 378px;
	height: 69px;
	background: url(images/logo.jpg) no-repeat;
	text-indent: -9999px;
}

/* @end */

/* @group Navigation */

#nav {
	float: left;
	margin: 160px 60px 170px 10px;
	width: 170px;
	font-size: 14px;
}
* html #nav {
	margin-left: 5px;
}
#nav ul {
	margin: 0;
	padding: 0;
	width: 170px;
	list-style: none;
	line-height: 15px;
}
#nav ul .active, #nav ul .current_page_item {
	background: url(images/navi_active.jpg) repeat-y;
	font-weight: bold;

}
#nav ul .current_page_ancestor {
	background: url(images/navi_active.jpg) repeat-y;
}
#nav ul .active, #nav ul .current_page_item ul li {
	font-weight: normal;
}
#nav ul li a {
	display: block;
	margin: 0;
	padding: 8px 10px 8px 20px;
	width: 137px;
	color: #0e0d68;
}
#nav ul li a:hover {
	text-decoration: underline;
}
#nav ul .active a:hover {
	text-decoration: none;
}
#nav ul li ul {
	margin: 0;
	padding: 0;
	display: none;
}
#nav ul li.current_page_item ul, #nav ul li.current_page_ancestor ul {
	display: block;
}
#nav ul li ul li, #nav ul li ul .current_page_item {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#nav ul li ul li a {
	margin: 0;
	padding: 8px 0px 8px 30px;
	overflow: hidden;
}

/* @end */

/* @group Breadcumbs */

#breadcrumbs {
	float: left;
	margin: 70px 0 40px 0;
	width: 680px;
	font-size: 12px;
	color: #9d9d9d;
}
#breadcrumbs a {
	font-weight: bold;
	text-decoration: none;
	color: #9d9d9d;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Content */

#content {
	float: left;
	margin: 0 0 40px 0;
	width: 630px;
	min-height: 400px;
}
#content h1 {
	margin: 0 0 15px 0;
	font-size: 22px;
	line-height: 24px;
}
#content h2 {
	margin: 0 0 15px 0;
	font-size: 18px;
}
#content #post-392 h2, #content #post-395 h2 {
	margin: 0 0 5px 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #eee;
}
#content h3 {
	margin: 0 0 15px 0;
	font-size: 15px;
}
#content p, #content ul, #content ol {
	margin: 0 0 15px 0;
	font-size: 13px;
	line-height: 18px;
}
#content ul, #content ol {
	padding: 0 0 0 24px;
}
#content ul li, #content ol li {
	margin: 0 0 5px 0;
}
#content a {
	color: #bd8d00;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: underline;
}

#content hr {
	clear: both;
	margin: 30px 0;
	width: 630px;
	height: 1px;
	background: #ddd;
	border: none;
}
#content img.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}
#content img.alignright  {
	float: right;
	margin: 5px 0 5px 10px;
}
.clear {
	clear: both;
}

.post-edit-link {
	float: left;
	margin: 20px 0;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	height: 60px;
	padding: 5px 0 0 20px;
}
#footer p {
	display: block;
	float: left;
	margin: 0;
	width: 400px;
	color: #151161;
	font-size: 11px;
	text-indent: -9999px;
}

/* @end */

#sidebar {
	display: none;
}
