/* epic.css
 * Style sheet for epic-churches.org
 * Last changed 2005-Sep-23 by Júlio Reis
 *
 * Notes:
 * - blue: #000066 #36a
 */

/*** HTML tags ***/

body {
  background: white; color: black;
  font-family: "Lucida Bright", Georgia, serif; line-height: 1.5em; }
  
h1, h2, h3, h4, h5, h6 {
  color: #36a; }

/*** Classes ***/

span.current {
  white-space: nowrap; padding: 1px 4px 1px 7px; color: #36a;
  border: 1px solid white; 
  }

table.gallery {
  border-collapse: collapse; }
  
table.gallery td {
  font-size: 75%; font-family: Helvetica, Arial, sans-serif; line-height: 2.5ex; 
  vertical-align: top; text-align: center;
  width: 170px; padding-bottom: 16px; }

table.gallery td img {
  border: none; }

table.gallery tr.thumbs {
   }

table.gallery tr.thumbs td {
  vertical-align: middle; width: 170px; text-align: center; 
  }

table.gallery tr.thumbs img {
  border: none; }

table.gallery tr.captions td {
  vertical-align: top; width: 170px; 
  font-size: 75%; font-family: Helvetica, Arial, sans-serif; line-height: 2.5ex; padding-bottom: 6px;
  }
  
/*** Named instances ***/

table#header {
  width: 100%; 
  }
table#header td {
  vertical-align: top;
  }

td#logo {
  width: 150px; 
  }
td#logo img {
  border: none;
  }
  
table#header h1 {
  line-height: 1em; margin-top: 0; margin-bottom: 0; padding-left: 3px; color: navy; }
div#menu {
  line-height: 1.7em; font-size: 90%; font-weight: bolder; 
  }
div#menu a {
  text-decoration: none; white-space: nowrap; 
  border-bottom: 1px solid #36a; margin-left: 3px; padding: 1px 5px 1px 5px;
  color: navy; 
  }
div#menu a:visited {
  color: navy; 
  }
div#menu a:hover {
  background: #def; border-bottom: white; border-bottom: 4px solid #36a; 
  }

div#submenu {
  line-height: 1.7em; font-size: 90%;
  }
div#submenu a {
  text-decoration: none; white-space: nowrap; 
  border-bottom: 1px solid #36a; margin-left: 3px; padding: 1px 5px 1px 5px;
  color: navy;
  }
div#submenu a:hover {
  background: #def; border-bottom: white; border-bottom: 4px solid #36a; 
  }

/*** screen-only rules ***/
@media screen {
  body { padding: 1em; }
}
/*** end of file ***/