/* Print CSS for Touching the Game
Last Updated: May 17, 2007
----------------------------------------------*/ 

body, #container {
  background: #fff;
  font-size: 11pt;
  font-family: helvetica, arial, sans-serif;
  margin: 0 auto;
  padding: 0;
  }

#container {
  margin: 2% 5%;
  width: auto;
  }

#header, #footer, #col-wrapper {
  margin: 0;
  width: auto;
  }

#header {
  padding: 2em 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  height: 45px;
  }

#skip, #search, #nav, #crumbs, #banner, #sidebar-a, #sidebar-b {display: none;}

#logo a  {
  border-style: none;
  display: block;
  }

#logo img  {
  display: block;
  width: auto;
  }

#logo span {
  background: transparent;
  margin: 2em 0 0;
  left: 0;
  position: relative;
  }

#content {
  width: auto !important;
  margin: 0;
  padding: 0 0 1em;
  float: none !important;
  }

#content a:link, #content a:visited {
  color: #000;
  border-color: #000;
  }

#content #crumbs, #content #crumbs a:link, #content #crumbs a:visited, 
#footer {
/*  color: #666;
  border-color: #666; */
  font-size: 9pt;  
  }

#content #crumbs a:link, #content #crumbs a:visited {border: 0;}

#crumbs {
  margin: 0 0;
  padding: .8em 0;
/*  color: #666; */
  border-bottom: 1px solid #000 !important;
  }

#container hr {display: none;}

#content h1 {font-size: 17pt; margin-bottom: 0; padding-bottom: 0;}
#content h2 {font-size: 13pt; margin-bottom: 0; padding-bottom: 0;}
#content h3 {font-size: 11pt; margin-bottom: 0; padding-bottom: 0;}

#footer {
  padding: 1em 0;
  margin: 2em 0 1em;
  border: 0;
  border-top: 2px solid #000;
  }

body #content ul li, 
body #content ul.pdf li 
  {
  background: transparent !important; 
  list-style-type: disc !important;
  margin: 0 0 0 1em;
  padding: 0;
  }

#content a:link, #content a:visited {
  color: #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
  }

