											
/** Bereich für einen Eintrag **/
.item {
display: block;
clear: both;
padding: 0 0 50px 0px;
}


/** Nur Content des Eintrags */
.post,
.comment {
font-size: 15px;
line-height: 25px;
}

p {
margin: 5px 0 15px 0;
}

.post a,
.comment a {
border-bottom: 1px solid #ccc;
}

.post img,
img.bildmitte {
padding: 24px;
margin: 10px 0 0 0;
width: 430px;
-moz-box-shadow: 0 0 6px #ccc;
display: block;
}



/* Datum, Tags und Titel */
.postheader {
word-spacing: 3px;
position: relative;
height: 110px;
}

.postbig,
.postbig a {
font-size: 90px;
letter-spacing: -12px;
color: #efefef;
font-weight: bold;
text-transform: lowercase;
}

.postbig a:hover {
color: #ddd;
}



/* Commentheader */
.commentheader {
font: bold 16px Georgia, serif;
background: #f6f6f6;
letter-spacing: -1px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 5px;
margin-bottom: 10px;
}

.sannie {
background: #EFF2F7;
}

.commentheader a {
color: #42AEC2;
}


a.kommentarlink {
color: #ccc;
float: right;
font-family: Arial, sans-serif;
}



/* Link zum Eintrag */
.postfooter {
margin-top: 30px;
}

.postfooter a {
font-style: italic;
color: #999;
}



blockquote {
margin: 20px 0px;
background: #efefef;
padding: 10px;
-moz-border-radius: 7px; 
}

.post blockquote a {
border: none;
color: #1398af;
}

.post blockquote a:hover {
border: none;
}

pre, code {
font-size: 1.2em;}

small {
color: #999;
font-size: 1em;
line-height: 1.2em;
}

em {
color: #999;
font-style: normal;
}

blockquote + cite,
img + cite,
a + cite {
position: relative;
top: -23px;
right: 27px;
}

cite {
display: block;
text-align: right;
font-size: 11px;
}

.post img + cite a,
.post a + cite a {
border: none;
color: #1398af;
}

cite + br,
cite + br + br {
line-height: 0;
}


/* Kleiner fetter Kasten */
.sideinfo {
font: bold 80% Verdana, sans-serif;
width: 140px;
}

																																						