﻿/* CSS Document */
body{
    background-color:#000000; 
    font-family:Helvetica, Arial, sans-serif;
    margin:0px; 
    padding:0px;
    }

.top{
    height:145px;
    background-image:url("http://www.mrstylo.com/images/logo-bg.jpg");
    font-size:12pt;
    font-weight:bold;
    }
    
.menu{
    clear: both;
    font-size:10pt;
    font-weight:bold;
    color:#ffffff;
    text-align:right;
    }
    
.prologue{
    color:#ffffff;
    font-size:10pt;
    font-weight:normal;
    line-height:1.1;
    text-align:justify;
    margin-left:15px;
    margin-right:15px;
    margin-bottom:15px;
    }
    
h2{
    font-size:18pt;
    font-weight:bold;
    padding:0px 0px 5px 0px;
    margin:0px;
    }
    
p{
    margin:0px;
    padding:0px;
    }
    
hr{
    margin:0px;
    color:#fff;
    }
    
a{
    margin:5px;
    padding-top:20px;
    }
    
a.logo{
    margin:0px;
    padding:0px;
    border:0px;
    }
    
.thumbnails{
    padding-left:13px;
    padding-top:2px;
    }
    
.none{
    height:2px;
    clear:both;
    }
    
.thumbnail{
    background:#111111;
    height:280px;
    width:256px;
    margin-left:1px;
    margin-right:1px;
    margin-top:1px;
    margin-bottom:1px;
    padding-top:5px;
    float:left;
    }
    
div.thumbnail:hover{
    background-color:#333;
    }
    
.preview{
    padding:0px 5px 3px 5px;
    }
    
.name{
    font-size:8pt;
    font-weight:bold;
    color:#ffffff;
    margin-left:5px;
    }
    
.foot{
    color:#ffffff;
    font-size:8pt;
    font-weight:bold;
    padding:10px 0px 0px 15px;
    margin:0px auto;
    }
    
.link{
    font-size:8pt;
    font-weight:normal;
    color:#ffffff;
    margin-left:5px;
    }
    
div.2009{
    text-align: justify;
    }

div.ff{
    padding-right:15px;
    float:right;
    }
    
a:link   {
    color: #ffffff;
    text-decoration: none
    }
    
a:visited   {
    color: #ffffff;
    text-decoration: none
    }
  
a:active    {color: #666}
a:hover    {color: #888}

.text{
    color:#fff;
    padding-left:15px;
    }

/* Lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #000000; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: images/url(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: images/url(nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 8pt Helvetica, Arial, sans-serif; background-color: #000000; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #fff; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #fff; }