/* Warren Post, New Media Copán 
   webmaster ~at~ cafecopan ~dot~ com

CSS popups inspired by Eric Meyer <http://meyerweb.com/eric/css/edge/popups/demo2.html> with help from the good people at c.i.w.a.stylesheets

*/

@import url(main.css);

body { 
   color: black; 
   background: #E6CF72; 
   background-image: none; 
   } 

div.header {
   border-bottom: none; 
   } 

div.lang-control {
   height: auto; 
   }

div.lang-control p {
/* For Opera 7 and 8 */
   display: block
   } 

div.content {
   position: relative; 
   top: 0em; 
   left: 300px; 
   margin-right: 300px; 
   padding-top: 0em; 
   padding-right: 4em; 
   padding-bottom: 0em; 
   }

div.content img {
   position: absolute;
   top: 0em; 
   left: -300px; 
   height: 250px; 
   width: 250px; 
   border: 1px black solid; 
   }

h1 {
   display: none; 
   }

h2 { 
   border-top: none; 
   margin-top: 1em; 
   margin-bottom: 0.2em; 
   font-size: 130%; 
   font-weight: 100;  
   font-stretch: wider; 
   } 

div.content a {
   margin-bottom: 1em; 
   padding-bottom: 1em; 
   color: black; 
   background-color: inherit; 
   }
 
div.content a:link {
/* For MSIE 6.0 */
   line-height: 1.2em; 
   }

div.content a:visited {
   }

div.content a:hover {
   }

div.content a:active {
   text-decoration: underline; 
   }

div.content a img {
   height: 0em; 
   width: 0em; 
   border-width: 0em; 
   }

div.content a:hover img {
   position: absolute;
   top: 0em; 
   left: -300px; 
   height: 250px; 
   width: 250px; 
   border: 1px black solid; 
   } 

span.newmediacopan { 
   display: inline; 
   } 
