/*
Theme Name: 1blu-myBlog-blue
Theme URI: http://www.1blu.de/
Description: 1blu-myApp Wordpress-Template von 1blu.
Version: 1.0
Author: 1blu
Author URI: http://www.1blu.de
*/

.clear {
	clear: both;
}

/* ----------------------- Oberes Menue */

#menueoben {
	width: 880px;
	height: 26px;
	margin: 0 auto;
	background-image: url(images/naviback.jpg);
	text-align: right;
	padding-right: 20px;	
	padding-top: 4px;
}

#menueoben ul {	
	margin: 0px;
	padding-top: 4px;
	list-style: none;
}

#menueoben li {
	line-height: 12px;
	display: inline;	
}

#menueoben a {
	color: #ffffff;
	padding-left: 10px;	
	border-left: 1px solid #ffffff;
	text-decoration: none;
	font-size: 12px;
	text-transform: lowercase;
}

/* ----------------------- Kopfbereich */
#top {
	width: 900px;
	height: 200px;
	margin: 0 auto;
	background-image: url(images/headback.jpg);
}

#name h1 {
	padding-top: 90px;
	padding-left: 300px;
	font-size: 60px;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	color: #f2f7f9;
}

#name a {
	color: #f2f7f9;
	text-decoration: none;	
}

#name h2 {
	padding-left: 300px;
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	color: #f2f7f9;
	border: 0px none;
}


/* ----------------------- Mittelteil */

#main {
	width: 850px;
	margin: 0 auto;
	padding: 25px;	
	background-image: url(images/contentback.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}


/* ----------------------- Content */

#content {
	width: 620px;
	float: left;
}

.post {
	padding-bottom: 30px;
}

.post a {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #c86400;
	text-decoration: underline;
}

.post h2 a {
	font-family: "Courier New", Courier, monospace;
	line-height: 35px;
	font-size: 25px;
	font-weight: bold;
	color: #c86400;
	text-decoration: none;
}

.post_entry, .post_entry p {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #333333;
}

.post_footer {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #333333;
	height: 27px;
	background-image: url(images/artikelfooter_back.jpg);
	background-repeat: repeat-x;
	border: 1px solid #c5dbe4;
	clear: both;
}

.post_footer p {
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 27px;
}

.post_footer_time {
	font-family: Arial,sans-serif;
	font-size: 12px;
	float: left;
}

.post_footer_time a {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #888888;
	text-decoration: none;
}

.post_footer_comments {
	font-family: Arial,sans-serif;
	font-size: 12px;
	float: right;
}

.post_footer_comments a {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #888888;
	text-decoration: none;
}

/* ----------------------- Sidebar */

#sidebar {
	float: right;
	width: 185px;
	padding: 5px 0 0;
}

#sidebar h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #c86400;
	border-bottom: 1px dotted #c86400;	
}

#sidebar, #sidebar a {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #0099cc;
}

#sidebar li {
	line-height: 25px;
	margin: 5px 0 0;
	padding: 0px;
	list-style: none;
}

#sidebar li li, #sidebar li li li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar ul.rss li {
	padding-left: 18px;
	background-image: url(images/rss.gif);
	background-repeat: no-repeat;
	
}

/* ----------------------- Sidebar - Suchefeld */

#searchform .screen-reader-text {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: normal;	
	color: #0099cc;
}

#searchform div input {
	color: #333333;
}

#searchsubmit {
	margin-top: 5px;
	margin-bottom: 10px;
}

/* ----------------------- Footer */

#footer {	
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

#footer, #footer a {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #888888;
	text-decoration: none;
}

/* ----------------------- Kommentare */

.commentlist, .commentlist li, .comment-body, .comment-author , .says, .comment-body p {
	font-family: Arial,sans-serif;
	font-size: 12px;
}

.fn a, .comment-meta a {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #0099CC;
	text-decoration: none;
}

#commentform input, #commentform label, #comment, #commentform p {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #333333;
}



/* ----------------------- Basiselemten */

* {
	font-family: "Courier New", Courier, monospace;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #86b4c6;
	background-image: url(images/siteback.jpg);
	background-repeat: no-repeat;
	color: #2f2f2f;
}

p, ol, ul {
	line-height: 20px;
}

img {
	border: 0px none;
}

ul {
	margin: 0px;
	padding: 0px;
}

img.centered {
	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;
}


h1, h2, h3 {
	margin: 0px;
	padding: 0px;	
	color: #b89a04;
}

h2, h3 {
	margin-bottom: 10px;
	border-bottom: 1px dotted #333333;
	font-family: "Courier New", Courier, monospace;
	line-height: 35px;
	font-size: 25px;
	font-weight: bold;
	color: #0099cc;
	text-decoration: none;
}

h2 {
	text-transform: uppercase;
	color: #333333;
}

#content h2, #content h3 {
	font-family: "Courier New", Courier, monospace;
	line-height: 35px;
	font-size: 25px;
	font-weight: bold;
	color: #0099cc;
}

#content h3 {
	margin-top: 25px;
}

#content ul {
	margin-left: 10px;
}

#sidebar ul {
	margin-left: 10px;
}