/*
-----------------------------------------------
Print Styles for all browsers
Project: SkyCreek Website
----------------------------------------------- */

/* Main Shell - increases font-size of body text, width of outer shell, and substitues 'verdana' with
a serif font */
body
{ background: white; text-align: left; border: 0; margin: 0; padding: 0; width: 7in; }
body, div, p, table, tr, td, ol, li, dl, dt, dd
{ font-family: Georgia, "Palatino", Times, serif; font-size: 10pt !important; color: black; }

#wrapper
{ width: auto; border: 0; border-top: 0; padding: 0; margin: 0; background: transparent; color: black; }
#pagebody
{ width: auto; margin: 0; padding: 0; border: 0; color: black; background: transparent; }


html
{ width: 100%; }
#content
{ float: none !important; }
html p
{ line-height: 1.7em; text-align: left; margin: 0 0 1em 0; }

/* Lists */
li
{ line-height: 1.7em; margin-bottom: .7em; }
dl, dt, dd
{ margin-left: 0; }
dd
{ line-height: 1.7em; margin-bottom: .7em; }

/* Headers */
h1, h2, h3, h4
{ font-family: "Trebuchet MS", Verdana, Lucida, Arial, sans-serif; margin-bottom: .5em; letter-spacing: 1pt; }
h1 a
{ text-decoration: none !important; color: black !important; }
h1 a:hover
{ text-decoration: none; }

/* Image Display - hides unnecessary images on the page */
#auxnav, #nav, #nav-bg, #footer, #skipnav, .clear, #sidenav, #demo
{ display: none; }

/* Links */
a:link, a:visited
{ color: #0000EE; background: transparent; font-weight: bold; text-decoration: underline; }
#content-main a[href]:after
{ content: " (" attr(href) ") "; font-size: 90%; }
