/*
-----------------------------------------------
Print Style Sheet

Site: nstreet.net
Author:   Andy Heintzelman    www.onezerocharlie.com / www.visual-language.com
Version:  print styles v.1 - 2008.02
----------------------------------------------- */




/* Remove unwanted elements */
#upperNav, #nav, #search_box, #glam, #footer, #sidebar img, .noprint {
display: none;
}

/* Ensure the content spans the full width */
#container, #header, #content, #content p, #sidebar {
width: 100%;
margin: 0;
padding: 0;
float: none;
}

body {
background: white;
margin: 0;
padding: 0;
}

/* font settings */

#content h1, #content h2, #content h3, #content h4, #content h5 {
margin: 0;
padding: 0;
}

#content #berk a, #content #colt a, #content #high a, #content #park a, #content #vent a, #content #woods a, alt {
text-indent: 0;

}

* {
color: #000000 !important;
}

h1 {
font-size: 18pt !important;
font-weight: bold !important;
}

h2, #sidebar h2 {
font-size: 14pt !important;
font-weight: bold !important;
}

h3 {
font-size: 12pt !important;
font-weight: bold !important;
}

p, #content p, #glam p {
font-size: 10pt !important;
padding-bottom: 20px;
}

#footer p, #footlinks, #footlinks li, #footlinks ul, #footlinks a, #footlinks a:hover, #footlinks #active a {
margin: 0;
padding: 0;
float: none;
display: block;
float: left;
clear: both;
}

/* logo settings */
#logo {
text-decoration: none;
float: left;
}

#logo img {
padding: 0;
margin: 0;
height: 60px;
font: bold 60px/60px helvetica, arial, sans-serif;
color: #000;
}