/*
  Additional CSS
*/
#left, #right { position:absolute; top:50px; }


#left { 
 left:20px;  
 width:300px; 
 text-align:left; 
}

.promo {
padding-left:20px;
}

#right { 
  left:370px; 
  text-align:left; 
}


/*
  Elements in the right
*/

#cover img {
   width:325px ;
}

div.right { 
 display:block; 
 width:auto ;
 height:auto ;
 margin:0 ;
 padding:0 ;
}


#media img {
   display:inline ;
}


/* email box  */



#email {
   text-align:left ;
   font-size:8px ;
   font-weight:bold ;
   width:200px;
    height:auto ; 
   float:right ;
}

/* guess what - IE fucks up the float
have to position the box absolutely
 */
* html #email {
 position:absolute ;
 left:70% ;
 top:0px; 
}


#email input { 
   border:1px #cccccc solid; 
   margin:4px 0 ;  
   width:100% ;

}

#email h5 {
   text-align:left ;
   color:#7B797B ;
}
#email div a {
   color:#ffffff ;
   background:#7B797B ;
   text-align:center ;
   padding:2px ;
}

#email div a:hover {
   background:red ;
}