/* jarmin.com print.css
by iris manhold - jarmin.com - manhold.net
created: 050902
last modified: 080225 */

/* TOC
html elements
container
header
	titel
	breadcrumbs
sidebar
main
	content
	news
footer
images
general classes
*/

/*
colors:
lighter purple #f7f5fb
medium purple #d6c6e7
dark purple #d2c9e4
border purple #d6c7e8
*/

/* html elements */

body  {
	font-size: 12pt;
	font-size : 100%;
	font-family : Courier New, serif;
	color : #000;
	background : #fff;
	border-left : none;
	margin : 0;
	padding : 10px 50px;
	}

a:link {color : #60f; background: transparent;}
a:visited {color : #96f; background: transparent;}
a:hover {color : #96f; background : transparent;}
a:active {color : #96f; background: transparent;}

blockquote, caption, cite, q {font-style : italic;}

blockquote {
	border : 1px dashed #bbb;
	margin-left : 4%;
	padding : 5px;
	}

h1,h2,h3,h4,h5 {
	color : #555;
	padding-top : .7em;
	padding-bottom : 0;
	}

h1 {
	font : bold 140% 'Palatino', 'Courier New', serif;
	letter-spacing : 0.4em;
	}

h2 {
	font : bold 120% 'Palatino', 'Courier New', serif;
	letter-spacing : 0.1em;
	border-bottom : dotted 1px #d6c7e8;
	}

h3 {
	font : bold 110% 'Palatino', 'Courier New', serif;
	letter-spacing : 0.2em;
	}

h4 {
	font : bold 100% 'Palatino', 'Courier New', serif;
	letter-spacing : 0.2em;
	}

h5 {
	font : bold 95% 'Palatino', 'Courier New', serif;
	letter-spacing : 0.2em;
	}

/* container */

#container {
    padding : 0;
	margin : 0;
	}

/* header */

#header {
	margin : 0;
	padding : 0;
	}

#title {
	margin : 0;
	padding : 5px;
	}

#title h1  {
	font : bold 1.1em 'Papyrus', 'Tempus Sans ITC', 'OCR A Extended', Geneva, Arial, Helvetica, sans-serif;
	margin : 0;
	padding : 0;
	}

#title h1 a {text-decoration : none;}

#breadcrumbs {
	font : normal .9em 'Courier New', serif;
    padding : 10px;
    }
	
/* sidebar */

#sidebar {display : none;}

/* main */

#main {
	margin : 0;
	padding : 0;
	}

#content {
	margin : 0;
	padding : 0;
	}

/* news */

#news {
	float : right;
	width : 40%;
	margin-left : 50px;
	background : #fff;
	}

#news fieldset {
	margin : 10px 0 10px 10px;
	padding : 1em;
	border : 1px dashed #bbb;
	background : #fff;
	}

#news fieldset legend {
	font : bold 100% 'Palatino', 'Courier New', serif;
	color : #555;
	letter-spacing : 0.1em;
	}

#news fieldset h2 {
	font : bold 100% 'Palatino', 'Courier New', serif;
	letter-spacing : 0;
	margin : 0;
	padding : 0;
	border-top : none;
	border-right : none;
	border-bottom : solid 1px #bbb;
	border-left : none;
	}

#news fieldset h2 a {
	text-decoration : underline;
	color : #555;
	}

#news fieldset p {
	font : normal 95% 'Courier New', serif;
	text-align : justify;
	}

/* footer */

#footer {
	clear : both;
	width : 100%;
    padding : 0;
	margin : 0;
	}

#footercontent {
    padding : 10px;
	margin : 0;
	font : normal .8em 'Courier New', serif;
	text-align : center;
	}

/* images */

a img {border : none;}

#main img {padding : 4px;}

img.right {
	float : right;
	padding-left : 10px;
	}

img.left {float : left;}

img.center {text-align : center;}

img.rightpaddleft {
	float : right;
	padding-left : 10px;
	}

img.minusmarg {
	padding : 0;
	margin-bottom : -2px;
	}

.frame {
	float : left;
	margin : 0 20px 10px 0;
	padding : 0;
	border : 1px #666 dashed;
	}

.frame a:hover {
	background : none;
	border : none;
	}

.gallery img {
	margin : 0 20px 10px 0;
	padding : 5px;
	border : 1px #666 dashed;
	}

/* general classes */

.bold {font : bold 1em 'Courier New', serif;}

.center {text-align : center;}

.clear {clear : both;}

.date {
	font : normal .9em 'Courier New', serif;
	text-align : right;
	}

.hide {display : none;}

.justify {text-align : justify;}

.large {font : normal 1.2em 'Courier New', serif;}

.right {text-align : right;}

.small {font : normal .8em 'Courier New', serif;}

.smallcenter  {
	font-size : .8em;
	text-align : center;
	}

.smallright {
	font : normal .9em 'Courier New', serif;
	text-align : right;
	}

.smallrightitalic  {
	font-size : .8em;
	text-align : right;
	font-style : italic;
	}

.transparent {display : none;}

.textbox {
	border : 1px dashed #bbb;
	padding : 10px;
	}

.warning {
	text-align : center;
	background : #ff6633;
	}

/* portfolio */

.portfolio {
	margin : 20px 0;
	padding : 10px 0;
	clear : both;
	}

.portfolio h3 {
	font : bold 1.1em 'Courier New', serif;
	letter-spacing : 0;
	margin : 0;
	padding : 0 5px;
	}

/* katlalog */

#weblog h3 {
	font : bold 90% 'Palatino', 'Courier New', serif;
	letter-spacing : 0;
	border-top : dotted 1px #d6c7e8;
	border-left : dotted 1px #d6c7e8;
	margin : 0;
	padding : 0 5px;
	}

#quote {
	border : 1px dotted #888;
	background : #f7f5fb;
	padding : 5px;
	}

#quote blockquote {
	background : transparent;
	border : none;
	margin : 0;
	padding : 0;
	}

#quote p {
	font : normal .8em 'Palatino', 'Courier New', serif;
	text-align : center;
	margin : 0;
	padding : 0;
	}

.quoteofmonth {
	letter-spacing : 0.6em;
	color : #bbb;
	border-bottom : 1px #bbb dotted;
	}

/* access guide */

.activity {
	border : thin solid #069;
	padding : 20px;
	}

.blue {color : #00f;}

.jumptotop {text-align : right;}
	
.margin10 {margin-left : 10%}

.next  {
	font : normal .8em 'Courier New', serif;
	text-align : right;
	}

.nobullet li {list-style-type : none;}

.outofsight {display : none;}

.pagemenu  {font-size : .9em;}

.priorities {
	border : thin solid #069;
	padding : 20px;
	background: #ffc;
	margin : auto;
	}

/* access guide internal section nav */

.internal {display : none;}

/* access guide bottom nav */

.bottomnav {display : none;}