/* print.css */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #747577;
	line-height:1.5em;
}
h1,h2,h3{
	margin: 15px 0;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

p {
	margin-bottom: 15px;
}
a img {
	border:none;
}
a {
	color: #141215;
	text-decoration: none;
}
p img.top {
	margin-top:0;
}
blockquote {
	margin:1.5em;
	padding:1em;
	font-style:italic;
	font-size:.9em;
}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}
#header
{
	margin:0 0 50px 0;
	padding:0;
}
#top {
	position: relative;
	height: 143px;
	overflow: hidden;
}

#top p.date {
	background: #d5001a;
	color: #ffffff;
	float: left;
	margin-right: 14px;
	padding: 39px 0 6px 0;
	text-align: center;
	width: 69px;
}

#top p.date span {
	border-bottom: 3px solid #fff;
	display: block;
	font-size: 52px;
	margin: 0 5px 5px 5px;
}

a.logo {
	float: left;
}
#mainbody-bg {
	font-size: 13px;
}	
.post {
	border-bottom: 1px solid #dcdcdd;
	clear:both;
	margin-bottom: 25px;
}

.title {
	margin-bottom: 15px;
}

.title a {
	border-bottom: 1px dotted #868688;	
}

.post p.date {
	font-size: 11px;
	color: #b9bbbc;
}

.leftcol {
	float: left;
	width: 46%;
}

.rightcol {
	float: right;
	width: 46%;
}
#topnav, .search, .kronikor, #breadcrumbs, .rssfeed, .commentform,
#sidebar1, #sidebar2, .navigation, #footer
{
	display:none;
}

.comment-template h2.title, .commentarer
{
	display:none;
}