/*  
Theme Name: WordPress Standard  DE-Edition
Theme URI: http://wordpress.org/
Description: Das komplett eingedeutschte standard WordPress Theme basierend auf dem famosen <a href="http://binarybonsai.com/kubrick/">Kubrick</a>. Deutsche Bearbeitung: <a href="http://blogshop.de">Olaf A. Schmitz</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

.bottomback {
background-image: url('http://www.floplisten.de/bottom-back.gif');
background-repeat: x-repeat;
background-position: top left;
}

#footer a{color: #fff;}

td, div, p, ol, ul, li{
text-align: left;
}

.bottomback a{
color:#fff;
}

/* Begin Typography & Colors */
.logo img {display: block;}


.flopcat {
margin-top: 0px; font-size: 19px; font-weight: bold; text-align: left; background-color: #c00; padding: 5px; padding-bottom: 6px; border: 2px solid #000; font-family: arial,sans-serif; color: #fff; background: url('http://www.floplisten.de/rot.gif');
}

body {
	font-size: 11px; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	
	color: #fff;
	
margin: 0px;
padding: 0px;
padding-top: 1px;
background-color: #c50101;
	}

#page {
clear: both;
	text-align: left;
background-image: url('http://www.floplisten.de/top-back.gif');
background-repeat: repeat-x;
background-position: top left;
background-color: #c50101;
	}

#header {
	background: #fff;
        }

#headerimg 	{ 
	} 

#content {
	font-size: 12px;
        font-family: verdana,arial,helvetica,sans-serif;
	}

.widecolumn .entry p {
	font-size: 15px;
line-height: 100%;
	}

.narrowcolumn .entry, .widecolumn .entry {
line-height: 100%;
	}

.widecolumn {
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #fff;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	}

h1, h2 {
	font-family: Arial, helvetica, Sans-Serif;
	font-weight: bold;
        font-size: 19px;
padding: 0px; margin: 0px;
	}

h3 {
	font-family: Arial, helvetica, Sans-Serif;
        line-height: 125%;
        font-size: 19px;
        font-weight: normal;
        font-style: normal;
	}

#headerimg .description {
	font-size: 19px;
	}


.entry p a:visited {
	color: #800;
	}

.commentlist li, #commentform input, #commentform textarea {
	}

.commentlist li {
	}

.commentlist cite, .commentlist cite a {
	}

.commentlist p {
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	}

#sidebar {
	font: Verdana, Arial, Sans-Serif;
margin-top: 0px; padding-top: 0px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;

	}

code {
	font: Courier, Fixed;
	}

acronym, abbr, span.caps
{
	}

a{
	color: #c00;
	text-decoration: underline;
	}

a:hover {
	color: #000;
	text-decoration: none;
	}

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	}

#page {

	}

#header {
	}

#headerimg {
	}

.narrowcolumn {
        border: 3px solid #ddd;
        background-color: #eee;
padding: 6px;
	}

.widecolumn {
	float: left;
        border: 3px solid #ddd;
        background-color: #eee;
padding: 6px;
	}

.post {
	text-align: left;
padding: 0px; margin: 0px;
	}

.widecolumn .post {
	margin: 0px;
	}

.narrowcolumn .postmetadata {
	}

.widecolumn .postmetadata {

	}

.widecolumn .smallattachment {
	float: left;
	margin: 5px 5px 5px 5px;
}

.widecolumn .attachment {
	margin: 5px;
}

.postmetadata {
}

#footer {
	padding: 0;
	margin: 0px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 6px;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */


/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin: 0px;
	padding: 0 0 0 0px;
	list-style: none;
	} 

html>body .entry li {
	margin: 0px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0px;
	margin: 0;
text-align: left;
	}

.entry ol li {
	margin: 0;
	padding: 0;
text-align: left;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0px;
	padding: 0px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 0px 0 0px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
padding: 3px; margin: 3px;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 400px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: left;
        background-color: #c00;
        width: 400px;
        color: #fff;
        font-weight: bold;
        font-family: verdana,sans-serif;
        font-size: 12px;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	list-style: none;
	}

.commentlist p {
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	border-left: 5px solid #ddd;
	}

blockquote cite {
	display: block;
	}

.center {
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	}
/* End Various Tags & Classes*/

li {
list-style: none;
padding: 3px; margin: 0px;
font-size: 12px;
border-bottom: 1px dashed #000;
padding-bottom: 6px;
line-height: 150%;
background-color: #800;
background-image: url('http://www.floplisten.de/liste.gif');
background-position: top left;
background-repeat: no-repeat;
padding-left: 18px;
}

li a {
color: #fff;
font-weight: bold;
}

ul {
padding: 2px; margin: 0px;
border: 2px solid #000;
border-top: none;
background-color: #900;
}

.keyw ul {
padding: 2px; margin: 0px;
border: 2px solid #000;
border-top: none;
background-color: #900;
list-style-type: none;
padding-bottom: 6px;
text-align: center;
}

.keyw li {
list-style: none;
line-height: 200%;
background-color: #800;
border: none;
background-image: none;
padding: 0px; margin: 1px;padding-left: 3px; padding-bottom: 3px;
display:inline;
border-right: 1px solid #c00;
border-bottom: 1px solid #c00;
border-left: 1px solid #500;
border-top: 1px solid #500;
}

#content li {background-color: #fff;}
#content .alt {background-color: #f8f8f8;}
#content a {color: #c00;}

#typen li {
}

#kategorien li {
}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
