/*

BASIC PRINT STYLE
Filename: basic_printstyle.css
Description: This file serves as the print skin to the site.
Author: Bret McVey
Company: Capital Soccer Association

*/

/* Page ------------------------------ */
body {
  background-color: #FFF;
  background-image: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
}
.page {
  background-color: #FFF;
  background-image: none;
  width: auto !important;
}

/* Header ------------------------------ */
.header{
  border-bottom: 1px #999 solid;
  clear: both;
  float: left;
  height: auto !important;
  margin: 0 0 9px 0;
  padding: 5px 0;
}
#screen_logo {
  display: none;
}
#print_logo {
  display: block;
}
#print_logo h1{
  font-size: 2.75em;
}
#topnav {
  display: none;
}

/* Body ------------------------------ */
#body,
div#e_column_0 {
  background-color: #FFF;
  background-image: none;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  width: auto !important;
}
.column {
  background-image: none;
}
#column1,
#column3 {
  background: none;
  display: none;
  margin: 0;
  padding: 0;
}
#column2 {
  background: none;
  margin: 0;
  padding: 0;
  width: auto !important;
}

/* Footer ------------------------------ */
div.footer{
  border-top: 1px #999 solid;
  clear: both;
  float: left;
  margin-top: 8px;
  padding: 5px;
  width: auto !important;
}