/* Warren Post, New Media Copán 
   webmaster ~at~ copandry ~dot~ com
   Home page style for copandry.com
*/

@import url(core.css); 

.nav-top { 
   display: none; 
   } 

h1 { 
   display: none; 
   } 

h2 { 
   padding: 0.3em; 
   color: white; 
   background-color: #2759ad; 
   } 

@media print { h2 { 
   line-height: 1.4; 
   } } 

div.content p {
   text-align: left; 
   } 

table.nav { 
   margin-right: 1em; 
   margin-bottom: 0.5em; 
   border-collapse: collapse; 
   border: white 1px solid; 
/* Previous line is workaround for IE 6's lack of support for border: hidden. Next line is ignored by IE but replaces the previous line in Opera (7, 8, 9) and Firefox (1.1, 1.5). The white borders are visible in IE 6 when they overlay the background image. There is nothing to be done about this except hope that IE 7 implements border: hidden. Don't hold your breath. */ 
   border: hidden; 
   table-layout: fixed; 
   } 

@media print { table.nav { 
   margin-top: 0.5cm; 
   } } 

td { 
   width: 50%; 
   border: black 1px solid; 
   padding-left: 0.5em; 
   padding-right: 0.5em; 
/* Needed for IE 6 */
   padding-top: 0.5em; 
   vertical-align: baseline; 
   } 

td .subhead { 
   color: yellow; 
   background-color: inherit; 
   font-style: italic; 
   } 

@media print { td .subhead { 
   color: inherit; 
   background-color: inherit; 
   } } 

td .head { 
   position: relative; 
   top: -0.2em; 
   font-size: 1.1em; 
   font-style: normal; 
   padding-left: 1em; 
   } 

td p { 
   margin-top: 0.5em; 
   margin-bottom: 0.5em; 
   text-align: left; 
   }

td a {
   white-space: nowrap; 
   } 

@media print { td a { 
   display: none; 
   } } 

div.content p {
   text-indent: 0em; 
   } 

div.footer { 
   padding-left: 1.5em; 
   } 

.nav-bottom { 
   display: none; 
   } 

p.newmediacopan { 
   visibility: visible; 
   } 
