/* Warren Post, New Media Copán 
   Core style for copantrade.com
*/

body { 
   margin: 0em; 
   padding: 0em; 
   height: 100%; 
   background-image: url(background.jpg); 
   background-repeat: repeat; 
   background-attachment: fixed; 
   font-family: serif; 
   font-style: normal; 
   font-size: 100%; 
   line-height: 1.25em; 
   color: black; 
   } 

@media print { body { 
   font-size: 10pt; 
   line-height: 1em; 
   background-image: none; 
   } } 

div.header { 
   margin: 0em; 
/* padding-left = width of background-image */
   padding-left: 163px; 
   padding-right: 0em; 
   padding-top: 0em; 
   padding-bottom: 0em; 
/* height = height of background-image */   
   height: 93px; 
   background-image: url(logo.jpg); 
   background-repeat: no-repeat; 
   background-position: 2em; 
   } 

@media print { div.header { 
   margin-bottom: 0.25cm; 
   background-position: -8px; 
   } } 

div.headertext {
   padding-top: 1em;
   color: #FFFFCC; 
   font-style: italic; 
   text-align: center; 
   line-height: 1.6em; 
   }

@media print { div.headertext { 
   padding-top: 0.6cm; 
   color: black; 
   } } 

div.headertext span.heading {
   font-size: 200%; 
   font-weight: bold; 
   } 

div.headertext span.subheading { 
   font-size: 150%; 
   }

div.nav {
   margin-bottom: 0.75em; 
   padding-top: 0.5em; 
   padding-bottom: 0.5em;
   padding-left: 1.5em; 
   font-size: 100%; 
   line-height: 1.5em; 
   background-color: #9E0704; 
   color: white; 
   border-top: 1px #FFFFCC solid; 
   border-bottom: 1px #FFFFCC solid; 
   }

@media print { div.nav { 
   display: none; 
   } } 

div.nav a {
   padding-top: 1px; 
   padding-bottom: 1px; 
   padding-left: 10px; 
   padding-right: 10px; 
/* For IE6 */
   color: white;
   background-color: inherit; 
   text-decoration: none; 
  } 

div.nav a:hover {
   color: inherit; 
   background-color: #A46C23; 
   border: 1px white solid; 
   margin-left: -1px; 
   margin-right: -1px;  
   } 

div.content {
   margin-top: 0em; 
   margin-bottom: 0.75em; 
   margin-left: 2em; 
   margin-right: 2em; 
   padding-top: 1em; 
   padding-bottom: 1em; 
   padding-left: 1em; 
   padding-right: 1em; 
   background-image: url(watermark.jpg); 
   background-repeat: repeat; 
   background-attachment: fixed; 
   border: gray ridge medium; 
   } 

@media print { div.content { 
   margin: 0cm; 
   padding: 0cm; 
   border: none; 
   background-image: none; 
   } } 

h1, h2, h3, h4, h5, h6 { 
   color: #633100; 
   } 

@media print { h1, h2, h3, h4, h5, h6 { 
   color: black; 
   } } 

h1 { 
   margin-top: 0em; 
   padding-top: 0em; 
   font-size: 135%; 
   text-transform: uppercase; 
   } 

h2 { 
   font-size: 110%; 
   font-style: italic; 
   }

h3 {
   margin-bottom: 0em; 
   font-size: 90%; 
   } 

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

div.content p.boldcenter {
   text-align: center;
   font-style: italic; 
   } 

@media print { .no-print { 
   display: none; 
   } } 

img.photo { 
   float: right; 
   clear: right; 
   margin-left: 1em; 
   margin-right: 0em; 
   margin-top: 0em; 
   margin-bottom: 0.3em; 
   border: gray ridge medium; 
/* FIXME: Make next line work */
   page-break-inside: avoid; 
   } 

@media print { img.photo { 
   border: black solid 1px; 
   } } 

/* to emphasize (e.g.) sale items */
strong { 
   color: red; 
   } 

div.footer { 
   margin-right: 2em; 
   padding-top: 1em; 
   padding-bottom: 2em; 
   clear: both; 
   page-break-inside: avoid; 
   line-height: 1.2em; 
   color: white; 
   background-color: inherit; 
   text-align: right; 
   } 

@media print { div.footer { 
   margin-top: 0.25cm; 
   margin-right: 0cm; 
   } } 

div.footer p {
   margin: 0em; 
   padding: 0em; 
   font-size: 85%; 
   }

p.url, p.newmediacopan { 
   display: none; 
   } 

@media print { p.url { 
   display: inline; 
   } } 

div.footer a {
   }
   
div.footer a:link, div.footer a:visited, div.footer a:hover, div.footer a:active {
   color: white; 
   background-color: inherit; 
   } 
