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

* {
     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;
}

div.floating-menu {
	visibility: hidden;
    margin: -400px;
}

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

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