/*#############################################################
Name: Bright Pixel
Date: 2006-05-07
Author: Viktor Persson
URL: http://www.arcsin.se
* Feel free to use and modify but please provide credits.
* Modified by John Deery, 2007-04, to make the CSS more compliant
#############################################################*/
body { background: #CCC url(../images/bg.gif) repeat-y fixed bottom center; color: #333; margin: 15pt 0; text-align: center; font: normal 0.6em Verdana; }
a { color: black; text-decoration: none; }
.gfx a { background: #F5F5F5 url(../images/bright_pixel.gif) no-repeat; display: block; height: 240px; }
.site { margin: 5pt 0; padding: 5px 0; min-height: 150px; background: white;}
.site img { margin-right: 5pt; float:right; }
.header { background: white; border-bottom: 1px solid #E5E5E5; font: bold 2.6em Arial; line-height: 3em; }
.main {	background: white; border: 3pt double #EEE; border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; margin: 15pt auto 4px auto; text-align: left; width: 620px; padding-bottom: 10pt; }
.menu a { background: #EEE; border-top: .5pt solid #E5E5E5; color: #999; float: left; padding-top: 1pt; width: 150px; height: 13pt; }
.menu a span { padding-left: 5pt; font: 1.3em bold Verdana, Arial, Helvetica, sans-serif; }
.menu a:hover { background: #EEE url(../images/bgmenu.gif) repeat-x; color: #555; }
.menu a#last { width: 150px; }
.container { margin: 10px; }
.content { background: #F5F5F5; font: normal 1.1em Verdana; border-top: 1px solid #E5E5E5; clear: both; min-height: 500px; padding: 5pt; }
.content a { text-decoration:underline; }
.content h1 { margin: 0; font: bold 1.3em Verdana; color: #666; padding: 2pt 0pt 8pt 0pt; }
.content h2 { margin: 0; text-align: right; padding: 4pt 7pt 0pt 0pt; }
.content h3 { margin: 0; font: normal .9em Verdana; text-align: right; padding: 0pt 7pt 5pt 0pt; }
.content ul { margin-top: 3pt; }
.content li { margin: 0pt 0pt 0pt -20pt; }
.item { background: #FCFCFC url(../images/bgitem.gif) repeat-x; padding: 0pt 5pt 20pt 5pt; }
.footer { padding: 5px; background: #F5F5F5; color: #666;} 
.button { border: .5pt solid #ccc; font: bold 1em Verdana; }
.smalltext a { font: normal .9em Verdana;}
input { background: #eee; border: none; padding: 2pt; font: normal 1.1em Verdana;}
textarea { background: #eee; border: none; padding: 2pt; font: normal 1.1em Verdana; width: 100%; height: 100pt; overflow: auto;}

#captcha { display: box; width: 100%; margin: 10px 0 40px;  }
#captcha img { float: left; margin-right: 20px;   }
#captcha h2 { margin: 0; padding: 0; font: normal 10px Verdana; text-align: left; float: left; display: block; width: 100%; margin-left: 50px; }

/* Lightbox Stuff */
#lightbox{ position: absolute; top: 40px; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #fff; 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: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.fractalice.com/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.fractalice.com/images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; }
#imageData{ padding:0 10px; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; }
.clearfix:after { content: ".";  display: block;  height: 0;  clear: both;  visibility: hidden; }
* html>body .clearfix { display: inline-block; width: 100%; }
