@charset "UTF-8";

/**
 * @package WordPress
 * @subpackage Basis_Theme
 */
 
/*
Theme Name: kIT01
Theme URI: http://wpbasis.de/
Description: Basis theme for WordPress to start a new theme
Version: 1.2.1
Author: Frank Bueltge
Author URI: http://bueltge.de/
Tags: threaded-comments, sticky-post
License: GNU General Public License (GPL) version 3
last Date: 23.06.2009 11:43:35

@import url(layout/css/style.css);
*/

/*
 * This CSS file has been generated by fontsquirrel.com and is based on the work of Paul Irish. 
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     GUST e-foundry
 * @vendorurl:  http://www.gust.org.pl/projects-1/e-foundry
 * @licenseurl: http://www.fontsquirrel.com/license/TeX-Gyre-Adventor

@font-face {
 font-family: 'TeXGyreAdventorRegular';
 src: url('layout/fonts/texgyreadventor-regular.eot');
 src: local('TeX Gyre Adventor Regular'), local('TeXGyreAdventor-Regular'), url('layout/fonts/texgyreadventor-regular.ttf') format('truetype');
}
 @font-face {
 font-family: 'TeXGyreAdventorItalic';
 src: url('layout/fonts/texgyreadventor-italic.eot');
 src: local('TeX Gyre Adventor Italic'), local('TeXGyreAdventor-Italic'), url('layout/fonts/texgyreadventor-italic.ttf') format('truetype');
}
 @font-face {
 font-family: 'TeXGyreAdventorBold';
 src: url('layout/fonts/texgyreadventor-bold.eot');
 src: local('TeX Gyre Adventor Bold'), local('TeXGyreAdventor-Bold'), url('layout/fonts/texgyreadventor-bold.ttf') format('truetype');
}
 @font-face {
 font-family: 'TeXGyreAdventorBoldItalic';
 src: url('layout/fonts/texgyreadventor-bolditalic.eot');
 src: local('TeX Gyre Adventor Bold Italic'), local('TeXGyreAdventor-BoldItalic'), url('layout/fonts/texgyreadventor-bolditalic.ttf') format('truetype');
}
 */

/*
* {
	margin: 0;
	padding: 0;
}
*/

html, body { height: 100%; }

body {
	color: #999;
	font-family: 'TeXGyreAdventorRegular', 'FolksRegular', 'Lucida Sans Unicode', 'Lucida Sans', 'Trebuchet MS', 'Lucida Grande', 'Bitstream Sans Vera', Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	letter-spacing:0.1em;
	font-style: normal;
	line-height: 1.5em;
	font-size: 80%;
	background:url(layout/images/background/001.png) repeat top;
	background-color:#181818;
	background-color:#1B1B1B;
	margin:0;
	padding:0;
	text-align:center;
}

#wrapper {
	min-height: 100%;
	position: relative;
}

* html #wrapper { height: 100%; } /* IE Hack für 100 % Höhe */

#header.wrap, #content.wrap, #footer.wrap {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	text-align:left;
	clear:both;
	float:none;
}

code, pre { font-family: Courier, 'Lucida Console', 'Courier New', Sans-Serif; }

pre {
	font-size: 50%;
	line-height: 200%;
	width: 100%;
	max-height: 400px;
	overflow: auto;
	padding: 5px;
	background: #eee;
}

p {
	font-size: 100%;
	padding: 0;
}

h2 { font-size: 140%; }

h3 { font-size: 120%; }

h4 { font-size: 100%; }

h1, h2, h3, h4 {
	font-family: 'TeXGyreAdventorRegular', Georgia, 'Trebuchet MS', 'Lucida Sans', 'Lucida Grande', 'Bitstream Sans Vera', Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	color: #999;
	clear: both;
	margin: 20px 0 0 0;
	padding: 2px 0;
}

blockquote {
	margin-left: 0;
	padding-left: 1em;
	border-left: 5px solid #ddd;
}

blockquote p:before {
	content:open-quote;
	font-size: 1.5em;
}

blockquote p:after {
	content:close-quote;
	font-size: 1.5em;
}

/*
#wrap {
position:relative;
display:block;
	border: none;
	width: 100%;
	text-align: left;
	clear:both;
}
*/

#login { float: right; }

#headerbg {
	background-color:#1B1B1B;
	background-color:#181818;
	margin:0;
	padding:0;
	height:120px;
	border-bottom:0px solid black;
}

#header {
	border-bottom: 0px solid black;
	margin: 4px 4px 0 0;
	padding: 15px 10px;
	color: #999;
	margin-top:0px;
}

#header h1 a, #header h1 a:hover, #header h1 a:link, #header h1 a:visited, #header h1 a:active {
	font-size: 150%;
	width: 80%;
	margin: 0;
	margin-bottom:10px;
	clear:both;
	text-shadow: 1px 1px 0px #202020, -1px -1px 0px #606060;/*
	text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;
	text-shadow: -1px -1px 0px #585858, 1px 1px 0px #BCBCBC;
*/
}

#header p {
	font-size: 90%;
	margin: 5px 0;
	margin-top:12px;
}

#menubg {
	/*
background-image:url(layout/images/background/menu02.jpg);
background-position:left top;
background-repeat:repeat-x;
*/
	background-color:#181818;
	height:35px;
	border-bottom:1px solid #333;
}

#wrap {
	position:relative;
	display:block;
	border: none;
	width: 100%;
	text-align: left;
	clear:both;
}

#content {
	position:relative;
	display:block;
	width: 660px;
	float: left;
	font-size: 1.1em;
	margin: 2px 0.1em 5px;
	padding: 5px 1em;
	line-height: 1.7em;
	clear:both;
	margin-bottom: 175px;
}



#content.wrap { text-align:justify; }

#content h2 a:link, #content h2 a:visited, #header h1 a:link, #header h1 a:visited, #content h2 a:hover, #content h2 a:active, #header h1 a:hover, #header h1 a:active {
	color: #999;
	font-weight: 400;
	text-decoration: none;
	border: none;
}

/*
#content h2 a:hover, #content h2 a:active, #header h1 a:hover, #header h1 a:active { color: #999;
	font-family: 'TeXGyreAdventorRegular', Georgia, 'Trebuchet MS', 'Lucida Sans', 'Lucida Grande', 'Bitstream Sans Vera', Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
 }
*/

div.post, div.page, div.story {
	width:650px;
	padding:0;
	margin:0;
	border:0;
}

	div.story {padding-left:20px; }

div.contentbordertop {
	height:20px;
	background-image:url(layout/images/background/post/top.png);
	background: top left ;
	background-repeat:no-repeat;
	border:0;
	padding:0;
	margin:0;
	width:inherit;
}
div.contentbordermiddle {
	background-image:url(layout/images/background/post/middle.png);
	background-position: top left;
	background-repeat:repeat;
	border:0;
	padding:0;
	margin:0;
	display:block;
	width:inherit;
	padding-bottom:30px;
	padding-top:10px;
}
div.contentborderbottom {
	height:20px;
	background-image:url(layout/images/background/post/bottom.png);
	background-position: top left;
	background-repeat:no-repeat;
	border:0;
	padding:0;
	margin:0;
	width:inherit;
}

.post p { margin: 0 0 15px 0; }

.post img {
	border: 1px solid #eee;
	padding: 5px;
	
	
}

.post .info, .post ul.link, .post ul.inline { font-size: 0.8em; }

.post .info {
	margin: 10px 0;
	padding: 0;
	border-top: 1px solid #eee;
	text-align: right;
}

#commentbox {
	clear: both;
	border-top: 1px solid #eee;
	margin: 10px 0;
}

ol#commentlist {
	list-style-position: inside;
	margin: 2px 0;
	padding: 0;
}

#commentlist li {
	border-bottom: 1px solid #eee;
	margin: 10px 0;
}

#commentform textarea { width: 90%; }

#commentform label, #commentform textarea { display: block; }

#commentform input.submit {
	width: 40%;
	margin: 2px 0;
}

.approve {
	border: 1px solid #ccc;
	background: #eee;
	font-size: 90%;
	padding: 5px;
}

#sidebar {
	background: #fff;
	color: #111;
	width: 25%;
	float: right;
	margin: 5px 0;
	padding: 5px 0;
}

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

#sidebar ul li ul li {
	list-style: disc inside;
	padding: 2px 0;
}

#sidebar h2 {
	font-size: 100%;
	margin: 20px 0 0 0;
	padding: 4px 0;
}

.h2sidebar {
	font-size: 100%;
	font-weight: 900;
	font-family: Georgia, 'Trebuchet MS', 'Lucida Sans', 'Lucida Grande', 'Bitstream Sans Vera', Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	color: #333;
}

#sidebar li a { border: none; }

#sidebar li ul li ul li {
	list-style: circle inside;
	border: none;
	margin-left: 10px;
}

#searchform label { font-weight: 700; }

#searchform input.submit { width: 30%; }

/*
#footer {
	border-top: 0px solid #ccc;
	color: #999;
	clear: both;
	text-align: center;
	margin: 5px;
	padding: 5px 10px;
}
*/

#footer p, #footer p small {
	font-size:70%;
	text-align:left;
}

#footer li {
	display: inline;
	margin: 0 3px;
}

.center { text-align: center; }

.textright { text-align: right; }

.right { float: right; }

.left { float: left; }

.none { display: none; }

.righttxt { text-align: right; }

.credits, .clear { clear: both; }

img {
	margin: 0 2px;
	max-width: 600px;
}

/**
 * @section for WordPress classes at images
 * @css-for (images)
 */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft { float: left; }

.alignright { float: right; }

.wp-caption {
	border: 1px solid #eee;
	text-align: center;
	padding-top: 5px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: .8em;
	line-height: 1em;
	padding: 0 5px 6px;
	margin: 0;
}

a:link, a:visited {
	font-weight: 400;
	color: #999;
	text-decoration: none;
}

a:hover, a:active {
	color: #999;
	text-decoration: none;
	border: none;
}

input, textarea, select, option {
	font-family: 'Lucida Sans', 'Trebuchet MS', 'Lucida Grande', 'Bitstream Sans Vera', Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 100%;
	background: #eee;
	color: #111;
	border: 1px solid #ccc;
	margin: 2px;
	padding: 2px;
}

fieldset, legend {
	background: transparent;
	color: #111;
	border: none;
	padding: 5px;
}

label, legend { font-weight:  400; }

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 5px 2em;
	padding: 2px;
}

ol {
	list-style-position: outside;
	margin: 5px 2em;
	padding: 2px;
}

ol li { clear: both; }

.link li, .inline li {
	display: inline;
	margin: 5px 0;
	padding: 0;
}

ul.inline, ul.link {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}

.inline li { padding: 2px 15px 2px 0; }

table {
	color: #111;
	width: 100%;
	margin: 2px auto;
	padding: 0;
	border: 1px solid #eee;
}

table .second, table th { background: #eee; }

caption {
	color: #333;
	font-weight: 700;
	padding: 5px;
}

td, th, tr {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

hr, .border {
	border: 1px solid #ccc;
	display:none;
}

.post h2 { border-bottom: 1px solid #eee; }

#commentform input, #searchform input#s { width: 50%; }

#sidebar p, #foot ul {
	margin: 2px;
	padding: 0;
}

#footerbg {
	clear:both;
	padding:0;
	position: fixed;
	top:auto;
	bottom:0px;
	left:0px;
	margin-bottom:0px;
	background-color:black;
	height:200px;
	width:100%;
	border-top:1px solid black;
}

#footer {
	border-top: 0px solid #ccc;
	color: #999;
	clear: both;
	text-align: center;
	margin: 5px;
	padding: 5px 10px;
	display:block;
}

#footer_container {
	text-align:center;
	margin:0;
	height:150px;
	border-top:1px solid black;
	background-color:#181818;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

div#header h1 { margin-top:40px; }

div#header h1.fontface {
	font: 30pt/38pt 'TeXGyreAdventorRegular', Arial, sans-serif;
	letter-spacing: 0;
	color: #999;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border:0;
	padding:0px;
	margin:0;
}
