/* ================================================== */
/* jansochor.com, 10/2008
/* styled by J.Sochor; http://www.jansochor.com
/* ================================================== */

/* ================================================== */
/* imageHover  
/* -------------------------------------------------- */

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

.imgHov img { text-decoration: none; border-style: none; display: block; }

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

.imgHov:hover { background: #000; text-decoration: none; position: relative; }
.imgHov:hover b { position: absolute; top: 0; left: 0; background: url(../images/bgd-rastr-white.gif) left top; text-decoration: none; display:block; }

.imgHov:hover b.indexPh {width:300px; height:200px;} /* 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:128px; left:12px; width:268px; height: 42px; background:#020000; padding: 8px 10px 10px; line-height: 20px; text-align: right; font-size: 12px; font-weight: bold; color: #fa8405; font-family: verdana, geneva, arial; display: block; }

.imgHov:hover span.blog, .imgHov:hover span.essay { color: #faf7f7; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; top:328px; width:556px; text-align: left; }

/* IE.5-6 */ * html .imgHov:hover span { color: #fff; width:288px; height: 60px; }
/* IE.5-6 */ * html .imgHov:hover span.blog {width:576px;; height: 60px;}
/* IE.5-6 */ * html .imgHov:hover span.essay {width:576px;; height: 60px;}	

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