/*  css for  Curtain Exchange
=======================================
	Title:			Curtain Exchange
	Created by: 	dave@netsphere.co.nz
	Stylesheet:	 	print
=================================
*/

body {
   background: white;
   font-size: 12pt;
   }
#nav, #header {
   display: none;
   }
   
h1, h2, h3, h4 {
	font-size: 14pt;
}
#container {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   border:0;
   }
 
#footer {
	clear:both; !important;
	text-align:left;
	border-top: 1px solid #000;
}

#content, #list {
   padding-top: 1em;
   clear:both;
   text-align:left;
   background:#fff;
      float: none !important;
	display:block !important;
   }

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.curtainexchange.co.nz" attr(href) ") ";
   }
