/*
    comments:   General print stylesheet for hd.se
*/

/* :typografi
------------------------------------------------------------ {{{ */
body {
	font-family: Georgia;
	line-height: 1.3;
}
h1 {
	font-family: "Arial Black";
	font-weight: normal;
}
/* }}} */

/* :layout
------------------------------------------------------------ {{{ */
#nav,
#headlines, /* nyhetsrubriker */
#pri-sec, /* släpet */
#sec,
#ter,
#com,
#top-e24, /* e24-boxen */

.ad,
hr,

#skips,
#hd-sub,
#date,
#alert,

#ft h2,
#ft li,
#rubbet-art-bottom, /* rubbet i artikel */
#rubbet-slaepet, /* rubbet i släpet */
#twingly-div,
.div-tidningsnatet,
#mapWidget
{
	display: none;
}

#ft {
	clear: both;
}
#ft ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#ft li.first {
	display: block;
}
/* }}} */

/* :sidhuvud
------------------------------------------------------------ {{{ */
#hd {
	margin-bottom: 1em;
}
#hd img#logo {
	border: none;
	width: 93px;
	height: 83px;
}
/* }}} */

/* :sidfot
------------------------------------------------------------ {{{ */
#ft {
	padding: .5em 0;
	border: 1px solid #ccc;
	border-width: 1px 0;
	border-top-color: #000;
	margin-top: 2em;
	font-size: .8125em;
	color: #003e89;
	font-weight: bold;
}
#ft a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
/* }}} */

/* :kropp
------------------------------------------------------------ {{{ */
#bd {
	margin: 1em 0;
}
/* }}} */

/* :artikel
------------------------------------------------------------ {{{ */
#article .theme {
	padding-top: .5em;
	float: left;
	font-size: .875em;
	margin-bottom: .2em;
	text-transform: uppercase;
}
#article .theme a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#article .timestamp {
	padding: .5em 0 .2em 0;
	text-align: right;
	font-size: .875em;
	
	border: 1px solid #000;
	border-width: 1px 0 1px 0;
	border-top-color: #ccc;
	color: #333;
}
#article .timestamp .updated {
	color: #555;
	font-size: .857em;
	margin-left: 1em;
}

#article h1 {
	clear: both;
	margin-top: .7em;
	margin-bottom: 0;
}
#article .intro {
	font-family: Verdana;
	font-weight: bold;
	margin: .75em 0 1em 0;
}
#article p {
	font-size: .875em;

}

#article .body .author a {
	color: #000;
	display: block;
	text-decoration: none;
}
#article .body .author .tel {
	display: block;
}

#article .tools,
#article div.more {
	display: none;
}
#article .extras-wrap {
	float: right;
	width: 25%;
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px solid #ccc;
	margin-bottom: 1em;
}
#article .extras-wrap h2.struct {
	display: none;
}
#article .extras-wrap h2 {
	font-family: "Arial Black";
	margin-bottom: 0;
	font-weight: normal;
	font-size: 1em;
}
#article .images {
	margin-bottom: 1em;
}
#article .images img {
	border: none;
	display: block;
	margin-bottom: .2em;
	clear: both;
}
#article .images p {
	font-size: .75em;
}
#article .images .author {
	float: right;
	text-transform: uppercase;
	font-family: Arial;
	font-size: .833em;
	color: #555;
	margin-bottom: 1em;
}
#article .facts {
	border-top: 1px solid #ccc;
	clear: both;
}
#article .facts p {
	font-size: .75em;
}
/* }}} */




