/* Print styles
 * ============
 *
 * These rules will hide the clutter and only display the text and images on the page
 */

/* Turn off the clutter */
body, #content, #header{
background: none!important; 
width: 100% !important; 
}

#sub-nav, #nav, #quick-links, #site-links, #intersection, .page-actions, #footer, #logo{
display: none !important; 
background: none !important
}

#logoimage {
width: 100%; 
position: absolute; 
top: 63px; 
left: 0; 
display: inline !important; 
}

/* Remove margins, padding and floating */
body, #main, #container, #content-container, #content, #crumb-trail, #modules, #header, h1{
float: none !important; 
position: static; 
width: 100% !important; 
margin: 0 !important; 
padding: 0 !important; 
background: none; 
border: none !important
}

#main {
margin-top: 60px !important
}

#crumb-trail p {
background: none !important;
}

/* Remove some styling on the text and make it black and white */
h1, h2, h3 {
color: black !important; 
border: none !important;
}

a{
text-decoration: underline !important; 
color: #58798D !important;
}

p{
padding: 0px;
}

#header h1{
top: 40px; 
width: 100%; 
border-top: 1px solid #666 !important; 
padding-top: 5px !important
}

#crumb-trail p{
top: 65px; 
border-bottom: 1px solid #666 !important;  
margin: 0 !important; 
padding: 0 !important; 
padding-bottom: 5px !important; 
width: 100% !important
}
