/**
 * GOATHHERD.ORG
 * CSS Styles for 2008 "wolf" theme
 * @copyright
 * Wiebke Pandikow (IMAGES+LAYOUT)
 * Maik Kreutzfeldt (CSS+HTML)
 */
@page { size : portrait; margin: 2in;}
@page :first { margin-top : 3in;}
@page :left { margin-left : 5in; margin-right : 1in;} 
@page :right { margin-left : 1in; margin-right : 5in;}

html, body {width: 100%;}
/**
 * Fix page breaks and display hidden pages
 */
#view .inactive_page {display: block;}
#page {display: block;}

#view h1 {page-break-before: auto;} 
#view h1, h2,h3,h4,p {page-break-after: avoid; page-break-inside: avoid;}
#view p, ul, ol {page-break-inside: auto; page-break-after: auto;}
 
#pager, #nav, #footer, #header, #images {display: none;}

/**
 * Improve type-face
 */
#content p {text-align: justify;}
#content, #view {
	width: 100%;
	position: relative; float: left;
	top: 0; left: 0; right: 0; bottom: 0;
	margin: 0; padding: 0;
	padding-bottom: 15px;
	background-color: white;
	border: none;
	overflow: visible;
	height: auto;
}

/**
 *	Safe ink by font-size
 */
h1 {font-size: 19pt; font-style: oblique;}
h2 {font-size: 16pt;}
h3 {font-size: 14pt}
h4 {font-size: 12pt; font-style: italic;}
p {font-size: 11pt; line-height: 16.5px;}