/* CSS Document */

/* Meldinger 
------------------------------------------------------*/
.dateHeader {
	font-size:100%;
	line-height:2em;
	text-transform:uppercase;
	color:#357;
	letter-spacing:0.2em;
	margin:10px 18px;
	padding:0;
	}
.post {
	margin:0 0 5px;
	padding:0 0px;
	border:1px dotted #BBB;
	border-width:0px 0;
	}
.postTitle {
	font-size:135%;
	line-height:1.5em;
	color:#333;
	background:url("../img/icon_arrow.gif") no-repeat 5px;
	display:block;
	padding:0px 14px 0px 10px;
	padding-left:25px;
	border-top:1px solid #BBB;
	border-bottom:1px solid #BBB;
	}
a.titleLink, postTitle strong {
	text-decoration:none;
	display:block;
	}
a.titleLink:hover {
	background-color:#ded;
	color:#000;
}
.postBody {
	font-size:110%;
	/* border:1px dotted #bbb;
	border-width:0 1px 1px;
	border-bottom-color:#fff; */
	padding:0px 14px 1px 5px;
	}
.postBody img {
	margin-bottom:10px;
	}
html<body .postBody {
	border-bottom-width:0;
	}
.post p {
	margin:0 0 .75em;
	}
p.postFooter {
	background:#ded;
	margin:0;
	margin-bottom:20px;
	padding:2px 14px 2px 5px;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	font-size:100%;
	line-height:1.5em;
	color:#666;
	text-align:right;
	}
html<body p.postFooter {
	border-bottom-color:transparent;
	}
p.postFooter em {
	display:block;
	float:left;
	text-align:left;
	font-style:oblique;
	}
.post img {
	margin:10px 0 5px 0;
	padding:10px;
	border:1px solid #ccc;
	}
blockquote {
	margin:.75em 0;
	border:1px dotted #ccc;
	border-width:1px 0;
	padding:5px 15px;
	color:#666;
	}
.post blockquote p {
	margin:.5em 0;
	}

