/*
File Name: print.css
Date: 12/01/13
Programmer: Dustin Gannon
*/

/* NOTE: Be sure to add ONLY the code that will be DIFFERENT when the page is printed. Do not repeat any CSS code that is
already in the global.css file unless it will have different settings. */

* {
     background: #fff !important;
     color: #000 !important;
}

p {
	text-align: justify;
	letter-spacing:2px;
	font-size: 1.1em;
}

#banner {
    height: 60px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 4px solid #000;
}

#banner span {
	font-size: 3.6em;
}

#banner img {
    left: 425px;
}

#sidebar1 {
    visibility: hidden;
    margin: -400px;
}

#sidebar2 {
    border: 0;
	border-left: 2px solid #000;
	margin-top: 0;
	height: auto;
	text-align: justify;
	font-size: .94em;
}

#sidebar2 h2 {
	border-bottom: none;
}

#main {
    margin: -10px 215px -1px 0;
	border: 0;
	padding-right: 5px;
	padding-left: 6px;
	padding-top: 0;
	height: auto;
}

#main h3 {
	font-size: 2.7em;  
	font-weight: bold;
}

#tblAds {
    border-top: 3px solid #000 !important;
    border-bottom: 4px solid #000 !important;
    border-left: 0;
    border-right: 0;
}

a:after {
    content: " (" attr(href) ") ";
}
