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

@import url(core.css); 

.nav-top, .nav-bottom, h1 { 
  display: none; 
  } 

/* generated content supported on IE beginning with 8 */
h2:before {  
  content: url(bottlecap-index.png); 
  margin-left: -74px; 
  vertical-align: -150%; 
  } 

@media print { h2:before { 
  display: none; 
  } } 

h2 { 
  margin-left: 74px; 
  padding: 0em; 
  height: 65px; 
  max-width: 45em; /* Unsupported on IE6 */
  color: yellow; 
  background-color: #2759ad; 
  white-space: nowrap; 
  } 

@media print { h2 { 
  margin-left: inherit; 
  height: auto; 
  color: inherit; 
  background-color: inherit; 
  } } 

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
  text-decoration: none; 
  color: yellow; 
  background-color: #2759ad; 
  font-size: 1.3em; 
  font-style: italic; 
  }

@media print { h2 a:link, h2 a:visited, h2 a:hover, h2 a:active { 
  color: inherit; 
  background-color: inherit; 
  font-size: 110%; 
  font-style: normal; 
  } } 

div.content p { 
  margin-left: 74px; 
  text-indent: 0em; 
  }

@media print { div.content p { 
  margin-left: 1.2em; 
  } } 

div.content p a { 
  white-space: nowrap; 
  }

@media print { div.content p a { 
  display: none; 
  } } 

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

p.newmediacopan { 
  visibility: visible; 
  } 

