/* 
Description:
CSS Print Styles, for The Boathouse (WR&FC)
---	
Author:
Nathan Kelly http://www.nathan-kelly.com

---
Version:
2.0/13-08-08
Copyright (c) 2008, The Boathouse Waterfront Retaurant and Function Centre.
All rights reseved.
------------------------------------------------------------------------------*/

/* Common Elements.
------------------------------------------------------------------------------*/
body {
margin:5mm;
padding:0;
font:small/1.5 Verdana, Arial, Helvetica, sans-serif;
}

.logo {
margin-top:-2em;
}

#container {
width:100%;
}

hr {
border:1px #324871 solid;
}

#content h3,
#content h4 {
font:1.5em Georgia, "Times New Roman", serif;
color:#324871;
}

#footer {
font-size:x-small;
}

.noshow {
margin-top:200px;
}

/* Hidden Elements.
------------------------------------------------------------------------------*/

#navigation,
#options,
.hideprint,
a,
form,
#searchform,
#footer ul {
display:none;
}

/* Booking Form. (Hidden From Screen Style Sheet.)
------------------------------------------------------------------------------*/
.printsmall {
font-size:90%;
}

.printform {
border-bottom:1px dotted #000;
}
