
	/* Conante Advanced Interface Solutions (www.conante.com) 1.0 layout for print */
	/* The layout (the unique combination of images, colors, sizes, typography, and positioning) is copyright (c) 2004 OSENDESIGN (www.osen.at) and may not be reproduced. You may however adapt elements of this CSS in your own projects. */


	/*  General rules */

html {width: 100%;}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 11pt !important;
	line-height: 125%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	font-family: "ITC Officina Sans", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	/* font-family: Georgia, Palatino, serif; */
	width: 90%;
  	}


	/*  Hide elements */

#header img	{
	display: none;
	}

#sidebar, #navigation, #menu, #osen, .hide, .lang {
	display: none;
   	}


	/*  Establish general layout parameters */

#wrapper {
	width: 90%;
	border: 0;
	border-top: 0;
	padding: 0;
	margin: auto;
	background: white;
	background-image: none;
	color: black;
	}	

#content {
	width: auto;
   	margin: 0;
   	padding: 0;
   	border: 0;
	border-top: 0;
   	float: none !important;
   	color: black;
   	background: transparent none;
   	}
   	
#content img {
	margin: 10px 0 20px 0;
	/* border: 1px solid #ccc; */
	}

#content p img {
	float: right;
	margin: 0 0 0 10px;
	/* border: 1px solid #ccc; */
	}
	
#content p.quote {
	text-align: center;
	border: 1px solid #999;
	padding: 20px;
	/*font-family: "Gill Sans", Myriad, "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;*/
	font-style: italic;
	font-size: 15px;
	}

#footer {
	border: 0;
	border-top: 1pt solid #ccc;
	padding: 5pt 7pt 7pt 10pt;
	text-align: left;
	clear: both;
	font-size: 10pt;	
	}

#footer p	{
	margin: 10pt 0;
	padding: 0;
	}	


	/* General linkology */

a:link, a:visited {
   color: #0072bc;
   text-decoration: underline;
   background: transparent;
   }
   
   
	/*  Typography */

h1, h2, h3, h4, h5, h6	{
	font-family: "Gill Sans", Myriad, "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 2pt;
	letter-spacing: 1pt;
	line-height: 1.2em;
	}

h3.subh	{
	font-size: small;
	margin-top: 0.75em;
	margin-bottom: 0;
	text-transform: uppercase;
	}

#pagebody h1	{
    margin-top: 0;
	}
	
#pagebody h2	{
    border-bottom: 1pt solid #000;
    margin-top: 1.5em;       
    }

h4, h5, h6	{
	font-weight: normal;
	}

h4.subsubh	{
	font-size: small;
	margin-top: 0.5em;
	margin-bottom: 0;
	padding: 0;
	text-transform: uppercase;
	}

h4.pubdate 	{
	margin: 0 0 10pt 0;
	padding: 0;
	font-weight: bold;
	font-size: 11pt;
	font-weight: normal;
	color: #666;
	background: transparent;
	}

html #pagebody p {
	line-height: 1.25em;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 11pt !important;
	}

#pagebody p.fineprint {
	font-size: 9pt;
	}


	/* Print URLs, courtesy Eric Meyer, alistapart.com:articles:goingtoprint */

#content a:link:after, #content a:visited:after {
   	content: " (" attr(href) ")";
   	font-size: 75%;
  	 }

h1 a:after {font-size: 40% !important;}

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

/* will affect all links, thus making URLs much longer and malformed; needs to be killed
#content a[href^=""]:after {
   	content: " (http://www.conante.com/" attr(href) ")";
	}
*/