@charset "utf-8";


/* =BASE STYLES 
---------------------------------------------------------------------------------------------- */

.imgHov {text-decoration: none; float: left; display: inline;}

.imgHov img {border: 0; display: block;}

.imgHov span {font-style: normal;}
.imgHov span, .imgHov b {display: none;}

.imgHov:hover {background: #ffffff; position: relative;}
.imgHov:hover b {position: absolute; top: 0px; left: 0; background: url("../images/bgd-rastr-white.gif") top left repeat; display:block;}

.imgHov:hover b.indexPh {width:184px; height:482px;} /* indexy */ 
.imgHov:hover b.archPh {width:140px; height:94px;} /* archive */ 
.imgHov:hover b.tearPh {width:600px; height:400px;} /* tearsheets */ 
.imgHov:hover b.blogPh {width:600px; height:400px; background: none; cursor: default;} /* photoblog */
.imgHov:hover b.essayPh {width:600px; height:400px; background: none; cursor: default;} /* photostories */ 

.imgHov:hover span, .imgHov:hover span.blog, .imgHov:hover span.essay  {position:absolute; top:335px; left:0px; width:164px; height: 129px; background:#c1c1bf; padding: 8px 10px 10px 10px; line-height: 20px; text-align: left; font-size: 12px; font-weight: bold; color: #964401; display: block;}

.imgHov:hover span.blog, .imgHov:hover span.essay {top:328px; width:184px; background:#ffffff; text-align: left;}

/* IE.5-6 */ * html .imgHov:hover span {width:164px; height: 129px;}
/* IE.5-6 */ * html .imgHov:hover span.blog {width:102px;; height: 60px;}
/* IE.5-6 */ * html .imgHov:hover span.essay {width:102x;; height: 60px;}	

.imgHov:hover span em {font-weight: normal; font-style: normal; color: #000000;}
