/*
	Theme Name:			ClearBlue2.0-mod-nerd
	Theme URI:			http://3fact.com and http://blog.lukas-prokop.at/
	Theme Structure:		"ClearBlue2.0-mod-nerd" is a two column theme for WordPress 2.x.
	Author:				Florian Gützlaff and Lukas Prokop
	License:			GPL
*/

/* Container */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrap {
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
	width: 800px;
}

#content {
	float: left;
	padding: 10px 0 0 5px;
	width: 70%; /* 580px; */
	margin-bottom: 50px;
}

#footer {
	width: 800px;
	height: 30px;
	border-top: 1px solid #F55;
	color: #909090;
	clear: both;
	text-align: center;
}

/* global */

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}

h2 {
	font-size: 17px;
	padding-right: 5px;
}

h3 {
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #F00;
}
a:hover{
	color: #A00;
}

img {
	border:none;
}

code {
	/* display: block; */
	background-color: #EEE;
	padding: 5px;
	margin: 10px 0px;
	/* margin: 30px 15px; */
	font-family: "Courier New", Courier, monospace;
}
pre {
	background-color: #EEE;
	color: #444;
	padding: 5px;
	margin: 10px 0px;
	font-family: Courier, "Courier New", monospace;
	font-size: 14px;
}
dt {
	font-weight: bold;
}


/* Header */

#header {
	background-image: url("./images/headerback.gif");
	background-repeat: repeat-x;
	margin: 0;
	text-align: left;
	width: 100%;
	height: 100px;
}

#ribbon {
	position: absolute;
	top: 0px;
	right: 0px;
}

#headerwrap {
	width: 800px;
	height: 100px;
	margin: 0 auto 0 auto;
	background-image: url("./images/logo.gif");
	background-repeat: no-repeat;
	background-position: left;
}

#header h1 {
	color: #903;
	font-size: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
}

#header p {
	font-size: 1em;
	text-align: center;
	margin: 0;
	margin-top: 5px;
	padding: 0;
}

/* Navigation */

#navigation {
	height: 40px;
	background-image: url("./images/naviback.gif");
	background-repeat: repeat-x;
	border-top: 1px solid #dddddd;
	font-size: 1.2em;
	border-bottom: 1px solid #48777f;
}

#navigationWrap {
	height: 30px;
	margin: 0 auto;
	width: 800px;
}

#navigationWrap ul {
	float: left;
	height: 37px;
	margin: 3px 0 0 0;
	padding: 0;
	border-right: 1px solid #48757e;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#navigationWrap li {
	float: left;
	margin: 0;
	padding: 0;
}

#navigationWrap a:link,#navigationWrap a:visited {
	background-image: url("./images/navibutton.gif");
	background-repeat: repeat-x;
	border-top: 1px solid #48777f;
	border-left: 1px solid #48777f;
	border-right: 1px solid #9fecf9;
	font-size: 1.1em;
	color: #F4F4F4;
	display: block;
	float: left;
	height: 20px;
	padding: 8px 15px;
	text-decoration: none;
	background-color: #FFF;
}

#navigationWrap a:hover {
	background-image: url("./images/navihover.gif");
	background-repeat: repeat-x;
}

/* Entry */

.entry {
	border-bottom: 1px solid #F55;
	padding-bottom: 10px;
	font-size: 13px;
	margin: 0 15px 5px 5px;
}

.entry .center {
	text-align: center; 
}
.entry .right {
	text-align: right; 
}
.entry ul {
	list-style-image: url("./images/listpoint.gif");
}

/* Überschriften */
.entrytitle h2 {
	/*display: inline;*/
	display: block;
	margin: 0;
	font-weight: normal;
	letter-spacing: 1px;
}

.entrytitle h3 {
	/*display: inline;*/
	display: block;
	margin: 0;
	font-size: 11px;
	font-weight: normal;
}

/*body .entry-1*/ .entrytitle
{
	background: url("./images/new.gif");
	background-repeat: no-repeat;
	background-color: #EEE;
	background-position: 8px 10px;
	border-bottom: none;
	height: 45px;
	padding-left: 55px;
	padding-top: 15px;
}

/*body .entry-1 .entrytitle h2 {
	display: block;
	margin: 0;
}

body .entry-1 .entrytitle h3{
	display: block;
	margin: 0;
	font-size: 11px;
}*/

.entrymeta {
	font-size: 0.8em;
	padding: 5px;
	/*display: none;*/
	background-color: #DDD;
	clear: left;
}

.entry-1 .entrymeta {
	display: block;
}

.filedto {


	background: url("./images/file.gif") no-repeat 0 2px;
	padding-left: 15px;
}
.commentslink {
	background: url("./images/comments.gif") no-repeat 0 3px;
	padding-left: 15px;
}
.postedby {




	background: url("./images/postedby.gif") no-repeat 0 3px;
	padding-left: 15px;
}

.pagenavi {
	padding: 5px;
	overflow: hidden;
	height: 30px;
/*border-top:#56a9b8 solid 1px;
border-bottom:#56a9b8 solid 1px;*/
}

.previous {
	float: left;
}

.next {
	float: right;
}


/* Comments */

.commentsblock {
	margin: 0.5em;
	padding: 1em;
	font-size: 1.1em;
}

.commentsblock textarea {
	width: 410px;
}

.commentsblock input, .commentsblock textarea {
	border: 1px solid #56A9B8;
}

.commentsblock textarea:focus, .commentsblock input:focus {
	border: 1px solid #4F8B49;
}

.commentauthor {
	display: block;
	font-size: 1.5em;
}

ol.commentlist {
	color: #222;
	font-size: 0.9em;
	list-style-type: none;
	margin: 0;
	margin-top: 1.5em;
	padding: 0;
}

.commentlist .alt {
	border: 1px solid #56A9B8;
	padding: 0.5em 1em;
	background-color: #CCF0FE;
}

.commentlist li {
	margin-bottom: 0.5em;
	padding: 0.5em 1em;
}

#comments {
	font-size: 1.6em;
}

/*Sidebar*/

#sidebar {
	font-size: 1.1em;
	margin-left: 590px;
	width: 22%; /* 190px; */
	padding: 10px;
	background-color: #EEE;
}
#sidebar h2 {
	font-size: 1.6em;
	margin-bottom: 10px;
}

#sidebar .sidebarlists {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar .children {
	list-style-image: url("./images/listpoint_black.gif");
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	padding: 3px;
	margin-left: 5px;
}

#s {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 113px !important;
}

#search {
	margin-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: #CCC solid 1px;
	height: 25px;
	text-decoration: none;
	width: 120px !important;
}

/* Footer */

#footer p {
	margin: 0;
	padding-top: 6px;
}
#footer .author {
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}




.floating {
	float: left;
	margin: 0px 15px 15px 0px;
}
.note:before {
	margin: 0;
	padding: 0;
	content: "Anmerkung";
	color: #FFF;
	font-weight: bold;
}
.note {
	background-color: #FEA;
	background-image: url(images/note_bg.png);
	background-repeat: repeat-x;
	padding: 3px 10px;
	margin: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
.introduction {
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding: 10px;
	margin: 20px;
	background-color: #DDD;
	/* -moz-border-radius: 20px; */
}
.b { font-weight: bold; }
blockquote {
	border-bottom: #AC6 solid 1px;
	border-top: #AC6 solid 1px;
	background-color: #EFD;
	padding: 0px 5px;
}
