/*
File Name: print.css
Date: 05/13/14
Programmer: Dustin Gannon
*/

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

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

h1 {
	font-size: 2.7em;  
	font-weight: bold;
}

h2 {
	font-size: 1.3em;  
	font-weight: bold;
}

#menu {
	float: none;
	margin-top: -215px;
	visibility: hidden;
	
}

#homeButton {
	margin-top: -215;
	visibility: hidden;
}

#logo {
	position: absolute;
	margin-left: 5px;
	margin-top: -47px;
	padding-top: 0px;
}

#bottomBar {
 position:relative;
   bottom: auto;
   width: auto;
   height: auto;   /* Height of the footer */
}

.doubleColumn {
	column-count: 1;
	-moz-column-count: 1; /* Firefox */
	-webkit-column-count: 1; /* Other Browsers */
	column-gap: 40px;
	-moz-column-gap: 40px; /* Firefox */
	-webkit-column-gap: 40px; /* Other Browsers */
	column-rule: 1px outset #c1c1c1;
	-moz-column-rule:4px outset #c1c1c1; /* Firefox */
	-webkit-column-rule:4px outset #c1c1c1; /* Other Browsers */
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 2px;
	width: auto;
	max-width: auto;
}

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