/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework
   [bjorkoy.com/blueprint]
   
   * Print Styles *
   
   This file creates CSS styles for printing documents. 
   Include this in the <head> of every page. See the
   Readme file in this directory for further instructions.

-------------------------------------------------------------- */

/* <!-- !=== URL drucken ===  --> */

#content a:link, 
#content a:visited { 
	font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000; 
	text-decoration: none; 
	background: transparent;
}

#content a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 9pt !important;
}

#content a:link[href^="/"]:after,
#content a:visited[href^="/"]:after {
   content: " (http://rete-mirabile.net" attr(href) ") ";
}

   
/* ============================== */

#nav, #sidebar, #footer, 
embed, 
#txpCommentInputForm, h4.comments,
#postRelatedArticles { display: none; }

body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,
caption,pre,p,blockquote,input,textarea {
  font-family: Georgia, Times, serif;
  line-height: 150%;
  color:#000;
  background:none;
}

#content table {
	margin: 1.5em 0;
}

#content table th,
#content table td {
	margin: 0;
	padding: .25em 3px;	
	font-family: "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	text-align: left;
}

#content table th {
	font-weight: bold;
	border-bottom: 2px solid #666;
}

#content table td {	
	border-bottom: 1px solid #666;
}


p, ol, ul, img { page-break-inside: avoid; }



body {
  background-color:#fff;
  font-size: 10pt;
  margin:0.5cm 2cm 1.5cm 2cm;
  padding: 0;
}

h1#homeLink { 
	margin: 0 0 1cm 0;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10pt;
	text-align: center;
	border-bottom: 1px solid #666;
}


h1#homeLink a:link, 
h1#homeLink a:visited {
	text-decoration: none;
	color: #666;
}

h1#homeLink a:link:after, 
h1#homeLink a:visited:after {
   content: "";
}

h1,h2,h3,h4,h5,h6 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;  
	clear: both;
}

h2 {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10pt;
	margin: 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20pt;
	margin: 0 0 0.5em;
	padding: 0;
}

h4 	{ font-size: 1.35em; line-height: 21px; margin: 21px 0 0 0; padding: 14px 0 7px 0; }
h5 	{ font-size: 1.1428em; line-height: 21px; margin: 21px 0 0 0; padding: 14px 0 7px 0; letter-spacing: .0125em; }
h6 	{ font-size: 1em; line-height: 1.5em; margin: 21px 0 0 0; padding: 14px 0 7px 0; 
	  letter-spacing: .0125em; font-weight: bold; }

p + p { text-indent: 2em; }



p.meta,
p.note {
	text-indent: 0;
	margin: 1em 0 0 0;
	padding: .5em 1em;
	border: 1px solid #666;
}


#content p.meta a:link:after, 
#content p.meta a:visited:after {
   content: "";
}

ul, ol      { margin: 0 0 1.5em 1.5em; list-style-type:square; }
ul ul,
ul ol,
ol ol,
ol ul 		{ margin-bottom: 0; }
li          { line-height:1.5em; }
ol          { list-style-type: decimal; margin-left: 35px; }
dl          { margin: 1.5em 0; }
dl dt       { font-weight: bold; background: #f1f0e9; padding:0 8px; }
dl dd		{ padding-left: 21px; }

img { 
  float:left; 
  margin:10px 10px 10px 0;
}


#content .post a img { 
	background-image: none;
}

#content  a.floatR img,
#content  img.floatR { 
	float: right;
	margin: 0 0 21px 20px;
}


/* this class is usually applied to img-surrounding anchor tags */
#content .post .leftFloat, /* legacy classes */
#content .post .floatL {
	float: left;
	margin: 0 20px 21px 0;
	padding: 0;
	border: none;
}

#content .post .leftFloat img, /* legacy classes */
#content .post .floatL img {
	margin: 0;
}


#content .post img.stdAloneImg,
#content .post img.blockImg {
	display: block;
	float: none;
	margin:21px 0;
	padding: 0;
}

#content .post img.inlineImg {
	float: none;
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}

hr { 
  background:#ccc; 
  width:100%; 
  height:2px; 
  margin:20px 0; 
  padding:0; 
  border:none; 
}

blockquote,
#homeFirstArticle blockquote  { 
	margin: 0 0 1em 0;
	padding: 0 0 0 18px; 
	font-style: italic; 
	border-left: 2px solid #bfbdb1;
}

blockquote * { text-indent: 0; }


/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */ 

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */

/* If you have navigation on your site, you might want to add something like this:
   #menu { display:none } */




