/* @override 
	http://flusicr.de/media/css/style.css
*/

/**
 *	flusicr CSS
 *	(C)2007-2008, FLabs.org. Alle Rechte vorbehalten
 */
 
/**
 * Alles auf 0 setzen
 */
 
@import url("reset.css");

/**
 * Useful
 */

.left { float:left; }
.right { float:right; }

/**
 * Body
 */
 
body {
	background:#0D62AB url("../images/blaupause.png");
	font:13px/21px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Tahoma, Verdana, Arial, sans-serif;
	color:#000;
}
 
/**
 * Links
 */
 
a { text-decoration:none; color:inherit; }
a:hover { text-decoration:underline; }
a img { border:0; }
 
/**
 * Layout
 */
 
#wrapper {
	width:1010px;
	margin:0 auto;
}
 
#header {
	padding:25px 40px 15px;
}
 
#content {
	background-color:#fff;
	padding:40px;
}
 
#content > #left {
	width:450px;
	float:left;
	margin-right:30px;
}
 
#content > #right {
	width:450px;
	float:right;
}
 
#bottombar {
	padding:25px 40px 25px;
	background-color:#F6F2E1;
}
 
#footer {
	padding:15px 40px;
}
 
/**
 * Fix für den "kleinen-Fenster"-Bug
 */
 
#content, #bottombar, #footer {
	position:relative;
	z-index:2;
}
 
/**
 * Header
 */
 
#header > h1 > .logo {
	display:block;
	width:338px;
	height:46px;
	text-indent:-99999px;
	background:url("../images/logo.png") no-repeat;
	margin:0;
}
 
#header > #feed {
	position:fixed;
	text-indent:-99999px;
	top:20px;
	right:20px;
	background:url("../images/feed.png") no-repeat;
	width:48px;
	height:49px;
	z-index:1;
}
 
#header > #feed:hover {
	background:url("../images/feed_hover.png") no-repeat;
}
 
#header > #flabs {
	position:fixed;
	text-indent:-99999px;
	right:20px;
	bottom:10px;
	width:74px;
	height:147px;
	background:url("../images/flabs_kontur.png") no-repeat;
	z-index:1;
}
 
#header > #flabs:hover {
	background:url("../images/flabs_kontur_hover.png") no-repeat;
}
 
/**
 * Content
 */
 
#content .caps  {
	font-size: 90%;
	font-weight: inherit;
}

#content .highlight {
	background: #feffe5;
	font-weight: bold;
	padding: 2px;
}
 
#content > #welcome {
	border-bottom:1px solid #ccc;
	margin:0 0 25px;
}
 
#content h2 {
	font:bold 17px/normal "Lucida Grande", "Lucida Sans Unicode", Helvetica, Tahoma, Verdana, Arial, sans-serif;
	color:#0B61AA;
	margin:0 0 10px;
}
 
#content p {
	margin:0 0 10px;
}
 
/**
 * Artikel
 */
 
#content .post h2 {
	font:17px/normal "Lucida Grande", "Lucida Sans Unicode", Helvetica, Tahoma, Verdana, Arial, sans-serif;
	margin:0 0 10px;
	color:#999;
}
 
#content .post h2 a {
	font-weight:bold;
	color:#0B61AA;
}
 
#content .post .post-content p, #content .post .post-content img {
	margin:0 0 10px;
	text-align:left;
}
 
#content .post h3 {
	margin:15px 0;
	font-size:14px;
	font-weight:bold;
	color:#222;
	border-bottom:1px solid #ccc;
	padding:5px 0;
}

#content pre {
	padding: 2px 5px;
	overflow: auto;
	max-width: 100%;
	margin-bottom: 10px;
}
 
#content .post .post-content a {
	font-weight:bold;
	padding:2px 3px;
	color:#0B61AA;
}
 
#content .post .post-content ul {
	padding-left:20px;
	list-style:square;
	margin-bottom:15px;
}

#content .post .post-content pre {
	padding-left:15px;
	padding-bottom:20px;
	margin:0 0 15px;
	overflow-x:scroll;
}

#content .post .post-content .right {
	padding-left:10px;
}
 
#content .post .post-content a:hover {
	color:#fff;
	background-color:#0B61AA;
	text-decoration:none;
}
 
#content .post .post-tags {
	padding:10px 0 20px 0;
	color:#999;
	border-top:1px solid #f2f2f2;
}

#content .post-tags a{
	padding:2px 3px;
	color:#fff;
	background-color:#ddd;
}
 
#content .post-tags a:hover {
	background-color:#aaa;
	text-decoration:none;
}

/**
 * Footnotes
 */
 
#content .post sup.footnote a {
	font-size: 70%;
	vertical-align: top;
}
 
#content .post p.footnote {
	border-top: 1px solid #ccc !important;
	padding-top: 20px !important;
	margin-top: 20px;
	color: #555;
}
 
#content .post p.footnote + p.footnote {
	border-top: none !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}

#content .post p.footnote a {
	color: #444 !important;
	background: inherit !important;
	padding: 0 !important;
	font-weight: inherit;
}

#content .post p.footnote a:hover {
	text-decoration: underline;
	background: none !important;
	color: inherit !important;
}

#content .post .footnote sup {
	color: #fff;
	background-color: #ddd;
	padding: 2px;
}

/**
 * Farbspielchen für allgemeine Themen
 */

.tag_cloud li.allgemein {
	color: #0B61AA !important;
}
 
/**
 * Farbspielchen für das doofe PHP
 */
 
#content .php .post-content a, #content .php .post h2 a, .tag_cloud li.php {
	color:#930aba !important;
}
 
#content .php .post-content h3 {
	color:#930aba !important;
}
 
#content .php .post-content a:hover {
	background:#930aba !important;
	color:#fff !important;
}
 
/**
 * Farbspielchen für das coole Python
 */
 
#content .python .post-content a, #content .python .post h2 a, .tag_cloud li.python {
	color:#4b7e0a !important;
}
 
#content .python .post-content h3 {
	color:#4b7e0a !important;
}
 
#content .python .post-content a:hover {
	background:#4b7e0a !important;
	color:#fff !important;
}
 
/**
 * Farbspielchen für Designthemen
 */
 
#content .design .post-content a, #content .design .post h2 a, .tag_cloud li.design {
	color: #d76f00 !important;
}

#content .design .post-content h3 {
	color:#d76f00 !important;
}
 
#content .design .post-content a:hover {
	background:#d76f00 !important;
	color:#fff !important;
}
 
/**
 * Bottombar
 */

.abovebottombar {
	position: relative;
	top: 40px;
	padding: 5px 10px;
	background: #F6F2E1;
	font-weight: bold;
	color: #555;
}

#bottombar h4 {
	color:#EE5716;
	margin:10px 0;
	font-size:13px;
	font-weight:bold;
}
 
#bottombar > .widget {
	width:210px;
}
 
#bottombar > .left {
	float:left;
	margin-right:30px;
}
 
#bottombar > .right {
	float:right;
}
 
#bottombar > #widget-topics ul li {
	display:block;
	margin:0 0 10px;
	font-size:15px;
}
 
#bottombar > #widget-topics ul li a {
	display:block;
	background:#fff;
	padding:10px;
	color:#fff;
	background:#0B61AA;
}
 
#bottombar > #widget-topics ul li a.python {
	background:#4b7e0a;
	color:#fff;
}
 
#bottombar > #widget-topics ul li a.php {
	background:#930aba;
	color:#fff;
}
 
#bottombar > #widget-topics ul li a.design {
	background:#d76f00;
	color:#fff;
}
 
#bottombar > #widget-topics ul li a:hover {
	text-decoration:none;
	background-color:#333;
}
 
#bottombar #widget-more ul, #bottombar #widget-nextarticles ul {
	list-style: square;
	padding-left: 20px;
}

#bottombar #widget-nextarticles input#suchen {
	background: #fefcf8;
	border: 1px solid #ee9f72;
}

#bottombar #widget-nextarticles input#suchen:focus {
	border: 1px solid #EE5716;
}

#bottombar #widget-nextarticles input.submit {
	display: none;
}

#bottombar .ad {
	padding:15px;
	background:#fff;
	font-size:11px;
	line-height:17px;
}
 
#bottombar .ad h5 {
	color:#EE5716;
	font-weight:bold;
	margin:0 0 5px;
}

#bottombar .ad p {
	margin:0 0 5px;
	display: inline;
	padding-bottom: 5px;
}

#bottombar .ad a.logo {
	float: left;
	margin: 5px 10px 10px 0;
}
 
#bottombar .ad p.more {
	display: block;
	margin: 5px 0 0;
	color:#999;
	border-top:1px solid #f2f2f2;
	clear: both;
	padding-left: 2px;
}
 
#bottombar .ad p.more a:hover {
	color:#333;
}
 
/**
 * Tagwolke
 */
 
ul.tag_cloud {
	line-height:normal;
}
 
ul.tag_cloud li {
	display:inline;
	margin:0;
}
 
li.cloud_1 { font-size:120%; color: #888; }
li.cloud_2 { font-size:140%; color: #666; }
li.cloud_3 { font-size:160%; color: #444; }
li.cloud_4 { font-size:180%; color: #222; }
li.cloud_5 { font-size:200%; color: #000;}
 
/**
 * Kommentare
 */
 
.commentlist {
	margin:5px 0 0;
}
 
.commentlist h3 {
	color:#0B61AA;
	font-size:14px;
	font-weight:bold;
	margin:10px 0;
}
 
.commentlist .post-tags {
	margin:0 0 25px;
}
 
.commentlist .post-tags a {
	padding:2px 3px;
	color:#000 !important;
	background-color:#eee !important;
}
 
.commentlist .post-tags a:hover {
	color:#fff !important;
	background-color:#666 !important;
}
 
.comment-headline {
	margin-bottom:15px !important;
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
}
 
#comments .comment .gravatar {
	width:45px;
	float:left;
	height:45px;
}
 
#comments .comment .author {
	width:405px;
	float:right;
	height:44px;
	font-weight:bold;
	font-size:12px;
	line-height:normal;
	padding-top:1px;
}
 
#comments .comment .author a {
	color:#000;
	font-weight:bold;
}
 
#comments .comment .author span.delete, #comments .comment .author span.delete a {
	color:#999;
	font-weight:normal;
	font-size:10px;
}
 
#comments .comment .author a.date {
	color:#666;
	font-size:10px;
	font-weight:normal;
}
 
#comments .comment .text {
	clear:both;
	margin-bottom:15px;
	border-bottom:1px solid #ccc;
}
 
#comments .comment .text p {
	margin:0 0 7px;
}
 
.comment-form input#eins, .comment-form input#zwei, .comment-form input#drei, .comment-form textarea {
	width:446px;
	font:12px/14px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Tahoma, Verdana, Arial, sans-serif;
	padding:1px;
	margin-bottom:0px;
	border:1px #999 solid;
}
 
.comment-form textarea {
	margin:15px 0;
}
 
.comment-form input#eins:focus, .comment-form input#zwei:focus, .comment-form input#drei:focus, .comment-form textarea:focus {
	border:1px #444 solid;
}
 
.comment-form label {
	display:block;
	color:#666;
	font-size:12px;
	line-height:normal;
	padding-bottom:3px;
	margin:15px 0 0;
}
 
.comment-form .submit input {
	font-size:14px;
	font-weight:normal;
	font-family:"Trebuchet MS", Helvetica, Tahoma, Verdana, Arial, sans-serif;
	width:450px;
	background:#ccc;
	border:1px solid #aaa;
}
 
.comment-form .submit input:hover {
	background:#0B61AA;
	color:#fff;
	border:1px solid #0B61AA;
}
 
.comment-form .submit input:active {
	background:#777;
	color:#fff;
	border:1px solid #666;
}
 
.comment-form .comment-info {
	font-size:11px;
	line-height:17px;
	color:#666;
	margin:15px 0 0;
}
 
/**
 * Footer
 */
 
#footer {
	color:#fff;
} 
 
/**
 * Mitteilung
 */ 
 
.message {
	width: 80%;
	text-align: center;
	background: #f2f2f2;
	margin: 0 auto;
	padding: 5px;
	margin-bottom: 15px;
}

/**
 * Archiv Seite
 */

a#zumarchiv:hover {
	color: #000;
}

div.archiv h2 {
	font-size:14px;
	font-weight:bold;
	margin:10px 0;
	display:block;
	padding:10px;
	color:#fff !important;
	background:#0B61AA;
}

div.archiv ul.tag_cloud {
	padding: 0 5%;
}

div.archiv h3, div.archiv p {
	margin: 7px 2% !important;
}

div.archiv h3 {
	background: #666;
	padding: 3px;
	color: #fff !important;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}