/*
Theme Name: flomei.de/blog
Theme URI: http://www.flomei.de/blog
Description: Template f&uuml;r den Blog auf flomei.de
Version: 0.1
Author: Florian Meier
Author URI: http://www.flomei.de/
*/

body {
                        background-color:#000;
                        color:#fff;
                        font-size:11px;
                        font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

h1 { 
                        font-size:13px;
                        padding:0px;
                        margin:0px;
}

img {
                        border:none;
}

a {
                        border-bottom:1px dashed #999;
                        text-decoration:none;
                        color:#999;
}

a[class|=tag-link] {
                        border-bottom:none !important;
}

a[class|=tag-link]:hover {
                        border-bottom:none !important;
                        color:#fff;
}

blockquote{quotes:"\201E" "\201C" "\201A" "\2018";}

blockquote:before {
                        content:open-quote;
                        font-size:40px;
                        margin-left:-10px;
}

blockquote {
                        margin-left:10px;
}

blockquote:after {
                        content:close-quote;
                        font-size:40px;
                        margin-left:-10px;
}

.aohne {
                        border-bottom:none !important;
                        padding-right:0px !important;
                        background:none !important;
}

.fett {
                        font-weight:bold;
}

.italic {
                        font-style:italic;
}

.unterstrichen {
                        border-bottom:1px solid #fff;
}

.eintrag {
			width:325px;
			height:100%;
                        border-right:1px solid #fff;
                        padding-right:20px;
                        margin-right:20px;
                        float:left;
}

.eintrag#archiv { border-right:1px solid #e60000 !important; }

.eintrag_ende {
			width:325px;
			height:100%;
                        margin-right:20px;
                        float:left;
}

.label {
                        width:75px;
                        margin-right:10px;
                        text-align:right;
                        float:left;
                        padding:5px;
}

input, textarea, select {
                        color:#fff;
                        width:300px;
                        padding:5px;
                        margin-right:15px;
                        border:1px dashed #fff;
                        background-color:transparent;
                        vertical-align:middle;
}

input:focus, textarea:focus { background-color:#333; }

.fakelinks404 {
                        border-bottom:1px dashed #999;
                        color:#999;
}

li.page_item, li.archiv_item {
                        list-style-type:none;
}

#kommentare {
                        padding-left:25px;
                        padding-right:25px;
                        display:none;
}

#kommentare_neu {
                        display:none;
}

.comment {
                        padding:10px;
                        margin-bottom:10px;
}

.admin_comment {
                        padding:10px;
                        margin-bottom:10px;
                        border:1px solid #333;

}
