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

Arcon Housing Association
http://www.arcon.org.uk/css/print.css
Site version: 2.5
Document version: 1.0
Written by Rashid Yaman
(c) Arcon Housing Association 2007
Stylesheet for print.

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

/* Basic page setup */
body {background: white; font-size: 12pt;}
#content {margin-left: 10%; padding-top: 1em;}

/* Hide navigation */
#mainnav {display: none;}
#sectionnav {display: none;}
#quicknav {display: none;}
.repairbutton {display: none;}
#footer ul {display: none;}

/* Show banner at correct width */
#top img {width: 160mm;}
/* Show all main text as black text */
#wrap, #content {width: auto; margin: 0 5%; padding: 0; border: 0; float: none !important; color: black; background: transparent none;}
/* Highlight links */
#content a:link, a:visited {color: #520; font-weight: bold; text-decoration: underline;}
/* Show link destination */
#content a:link:after, #content a:visited:after {content: " (" attr(href) ") "; font-size: 90%;}

/* Float problem */
.boardlist dl {float: none;}