
/*

	filename:	/css/print-core.css
	version:	1.0 - 2007-06-28 - mkr

	author:		martin (dot) krause (at) gpm (dot) de 
	validated by W3C CSS Validator // jigsaw.w3.org

*/


/* =basic stuff
-------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font: 12pt arial, verdana, serif;
	color: black;
	background: transparent;
}

body * {
	background: none ! important;
	margin: 0;
	padding: 0;
}

#container {
	width: auto ! important; 
	margin: 125px 0 0 25px! important; 
	padding: 0 ! important;
}

/* =hide
-------------------------------------------------------------------------*/

#header,
#right,
#sidebar,
#pageButtons,
#socialBookmarks,
#printInfo h1,
.postMeta,
.postMetaSocialBookmarks,
.comment,
.comments,
.historyBack,
.skip {
	display: none;
}


#maincontent {
	margin-top: 100px;
 
}


h1 {
	border-top: 1px solid #000;
	padding-top: 3mm;
	font: bold 20pt Georgia,Times,serif;
	font-weight: bold;
	margin: 0 0 2mm 0;
	page-break-after: avoid;
}
h1 a, 
h1 a:link,
h1 a:visited,
h1 a:hover, 
h1 a:active {
	color: #000 ! important;
	text-decoration: none ! important;
	background: none;
	font-size: 100% ! important;
}


h2 {
	font: bold 12pt arial, verdana, serif;
	page-break-after: avoid;
}

h3 {
	font: italic normal 12pt arial, verdana, serif;
	page-break-after: avoid;
}

.postMetaAuthor,
.postMetaTimestamp {
	font-size: 8pt;
	font-weight: bold;
}

p {
	font-size: 14px;
	line-height: 140%;
	margin: 0 0 1em 0 ! important;
	widows: 4;
	orphans: 4;
}

p+p {
	margin-top: -1mm;
}

sup {
	font-size: 78%;
}


ul {
	widows: 4;
	orphans: 4;
	margin: 0 0 5mm 5mm;
}

blockquote {
	padding: 0 5mm;
	font-style: italic;
}

li {
	font-size: 14px ! important;
	line-height: 140%;
	margin: 0 0 1mm;
	line-height: 140%;
	widows: 4;
	orphans: 4;
}

a, 
a:link,
a:visited,
a:hover, 
a:active {
	color: #000 ! important;
	text-decoration: underline;
	background: none;
	font-size: 100% ! important;
}


.postMetaTags ul,
.postMetaTagsTechnorati ul {
	list-style: none;
	margin: 0 0 5mm 0 ;
	
}

.postMetaTags ul li,
.postMetaTagsTechnorati ul li {
	display: inline;

}


/* generated content*/
/*
a:link:after,
a:visited:after {
	content: " (Link: " attr(href)") ";
	font-size: 80%;
	color: #999;
}

a[href^="/"]:after {
	color: #999;
	font-size: 80%;
	content: " (Link: http://arlesheimreloaded.ch attr(href)") ";
}
*/
/*
 *[title]:after {
	content:" ("attr(title)") ";
	color:#999;
	font-size:80%;
} 

*/
#printFootnotes {
	clear: both;
	border-top: 1px solid #000;
	padding-top: 3mm;
	page-break-inside: avoid;

}

#printFootnotes li {
	margin: 0 0 0 27px! important; 
	font-size: 8pt ! important;
}

/* =printInfo, print styles
-------------------------------------------------------------------------*/
#printInfo {
	display: block ! important;
	position: absolute;
	top: 0;
	left: 0;
}

/* #printInfo h1 {
 	font: bold 30pt Georgia,Times,serif;
	font-weight: bold;
	border: none;
	margin: 0 ! important;
	padding: 0 ! important;
} */

#printInfo img {
	position: absolute;
}

#printInfo ul {
	margin: 2mm 0 2mm 0;
	padding: 0;
	
}

#printInfo li {
	font: normal 8pt/120% Arial,Verdana,sans-serif ! important;
	margin: 0 0 .5mm 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
}

#printInfo p {
	font: normal 8pt/120% Arial,Verdana,sans-serif ! important;
	margin: 2mm 0 0 0 ! important;
	padding: 0;
	list-style: none;
	text-indent: 0;
}



/* =generic declarations
-------------------------------------------------------------------------*/
abbr,
acronym {
	cursor: help;
	border-bottom: 1px dotted #c00;
	letter-spacing: .05em;
}


strong,
b {
	font-weight: bold;
}

em,
i { 
	font-style: italic;
}

pre, 
code {
	font-family: "Courier New", Courier, monospace;
}

address {
	font-style:normal;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}