/*----------------------------------------------------------------------------*
 |                                                                            |
 |  Print CSS tweaks for http://www.thecromartyhall.com/                      |
 |                                                                            |
 |  Copyright (c) 2007-2009 Tom Levens.                                       |
 |                                                                            |
 *----------------------------------------------------------------------------*/

body
{
  background-color: #FFF;
  background-image: none;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 0.88em;
  font-family: Times, serif;
}

h1
{
  font-size: 2.14em;
}

h2
{
  font-size: 1.71em;
}

h3,
p.big-text
{
  font-size: 1.29em;
}

a:link,
a:visited,
a:active,
a:hover
{
  color: #00F;
  text-decoration: underline;
}

div#print-header
{
  display: block;
  text-align: center;
  font-size: 3.43em;
  font-weight: bold;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin: 10px;
}

div#login,
div#admin-links
{
  display: none;
}

div#outer-container
{
  height: auto;
}

div#inner-container
{
  background-image: none;
  margin: 0 auto 0 auto;
  width: 100%;
  min-height: 200px;
  position: relative;
}

div#menu, div#logo
{
  display: none;
}

div#content
{
  padding: 5px;
  text-align: justify;
}

table#price-table th,
table#price-table td,
table#calendar th.day,
table#calendar td,
table#calendar td div.num,
table#calendar td.empty
{
  border-style: solid;
}

table#calendar td.empty
{
  border-color: #666;
}

input,
select,
textarea
{
  background-image: none;
  border: 1px solid #000;
  font-family: Times, serif;
}

form input[type='submit'],
form input[type='button'],
form input[type='submit']:active,
form input[type='button']:active
{
  border: 1px solid #000;
}

hr
{
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 20px auto 0 auto;
  clear: both;
}

/*EOF*/
