/*

File: print.css
Purpose: Style adjustments for print display.

*/



/*-------------------------------------------------------------------------------------------------
Structure
-------------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------------
 Header
-------------------------------------------------------------------------------------------------*/
#header img {
  display: none;                                 /* Hides the map on the Directions page in Firefox and IE (which is bad), but not in Opera */
}
#header h1:before {
  content: "Casassa & Ryan: Attorneys at law";
}



/*-------------------------------------------------------------------------------------------------
 Navigation sidebar
-------------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------------
 Content
-------------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------------
 Footer
-------------------------------------------------------------------------------------------------*/
#footer {
  border-top: 1px double #000;
  float: none;
}
#footer ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 4em;
}
#footer li {
  clear: none;
  display: block;
  float: left;
  margin-right: 2em;
}
#footer address {
  display: block;
}
#disclaimer {
  border-top: 1px dotted #000;
  clear: both;
  display: block;
  font-size: 8pt;
}


/*-------------------------------------------------------------------------------------------------
 Everywhere
-------------------------------------------------------------------------------------------------*/
abbr {
  border-bottom: none;
}
address {
  font-style: normal;
}
body {
  font-family: "Times New Roman", Times, serif;
}
.box.this_page {
  display: none;
}
.print_only {
  display: block;
}
.screen_only {
  display: none;
}