/* 
   Title:         Goo Goo Eyes Press Release styles and ie/win fixes
   Author:        Chet Yeary II
   Last updated:  9th October 2008
*/

@import 'reset.css';
@import 'typography.css';

body {   
   background: #fff url(/press/css/img/ggeHeader_pressRelease.png) center top repeat-x;
   }
#wrap {
   width: 740px;
   margin: 20px auto;
   position: relative;
}
h1 {
   text-align: center;
   }
h4 {
   font-weight: bold;
   color: #666;
   }
#pBody, 
#contact-info,
.image-example, 
.image-copy {
   float: left;
   }
#pBody {
   width: 485px;
   margin-right: 15px;
   }
#contact-info {
   width: 225px;
   margin-left: 15px;
   }
.image-example,
.image-example2 {
   position: relative;
}
.image-example {
   width: 162px;
   margin-right: 30px;
   }
.image-copy {
   width: 270px;
   } 
#pBody dt {
   padding-bottom: 10px;
   }  
.image-example .enlarge,
.image-example2 .enlarge {
   background:transparent url(/press/css/img/image-enlarge.png) no-repeat scroll  left top;
   height:26px;
   left:-8px;
   position:absolute;
   top:-7px;
   width:26px;
}
/*
#masthead {
   clear: both;
   padding-top: 0.5em;
}
*/
#footer {
   border-top: 1px solid #ccc;
   }
#footer .links {
   position: absolute;
   left: 0;
   top: 20px;
   width: 740px;
   text-align: center;
   }
:first-child+html #footer .links,
* html #footer .links {
   top: 30px;
   }
       
/* Clear Floats - general */
#press-release:after,
#content:after,
#pBody dl:after,
#footer:after,
ul.designerList:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* Clear Floats - IE7 */	
:first-child+html #press-release,
:first-child+html #content,
:first-child+html #pBody dl,
:first-child+html #footer,
:first-child+html ul.designerList {
   min-height: 1px;
   }
   
/* Clear Floats - IE6 */	
* html #press-release,
* html #content,
* html #pBody dl,
* html #footer,
* html ul.designerList {
   height: 1px;
   }