/**
* (c) craftart.at
* print style sheet
*/
/*==visual (basic tags) */
body {
	position: absolute;
	width: 90%;
	margin: 3em 2em 3em 2em;
	padding: 0;
	left: 0px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
}

h1 { font-size: 1.2em; font-weight: bold; }

h2, h3 {
	position: relative; /* on havingLayout */
	font-size: 1em;
	font-weight: bold;
	clear: both; margin: 1em 0 0.6em 0;
}

a {
	text-decoration: none;
	color: #000;
}

a:visited {
	color: #000;
}

input { display: none; }

blockquote {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 2em;
	color: #000;
	background-color: #fff;
	padding: 0.5em 2em 0.5em 2em;
	margin: 0.5em 0 0 0;
}

cite {
	font-size: 1em; 
	font-family: Georgia, "Times New Roman", serif;
	margin-left: 4em;  
	color: #000;
	background-color: #fff;
}

address {
	font-style: normal;
	margin: 0;
	padding: 0;
}

/*==visual (classes) */
.article {
	overflow: auto;
	margin: 0;
}

.article img {
	float: right;
	margin: 1em 0 0 1.5em;
}

.article .minorimg {
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
}

.posted { font-weight: normal; }

/*== layout */
#canvas { position: relative; top: 0; left: 0; margin: 0; padding: 0;}
#content { clear: both; }

#footer { border-top: 2px solid #888; padding: 1em 15px 0 15px; }
#footer { color: #000; }
#footer a { display: none; }


/*==navigation */
ul#nav { display: none; }

/*==nav search ==*/
#search { display: none; }

.thumb img {
	float: right;
	padding: 3px 3px 12px 3px;
	margin: 1em 0 0 10px;
	background-color: #c6d2c6;
	border-top: 1px solid #CCC;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #CCC;
}

/* andere artikel der sektion */
#navbrowse { display: none; }

/*== special f/x */
/* göllers claim neben foto */
.claim { 
	background-color: #fff; 	
	border-left: 35px solid #eed;
	clear: none;
	width: 400px;
	padding: 0 0 1.5em 0;
}

.claim blockquote {
	padding: 1em 1em 0.5em 0 !important;
	padding: 1em 1.5em 1.5em 0; /* too cool for ie */
}

.claim blockquote img { 
	position: relative;
	left: -35px; /* negativ zu border-left für blockquote */
	margin: 0; padding: 0;
}
