body
	{
	color: #F6F6F6;
	font: 10px Georgia, Times;
	background: #C6C6C6 url(img/bg.png) top left repeat;
	line-height: 16px;
	text-align: justify;
	cursor: crosshair;
	}

.purple-1
	{
	position: fixed; 
	bottom: 296px;
	left: 0px;
	z-index: 3;
	}
	
.purple-2
	{
	position: fixed; 
	bottom: 0px;
	left: 0px;
	z-index: 3;
	}
		
.navigation
	{
	position: absolute;
	z-index: 4;
	background: transparent;
	}

#main
	{
	position: absolute;
	color: #343434;
	top: 245px;
	left: 480px;
	z-index: 4;
	}

#content
      {
	background: #E4E4E4;
	padding: 5px 20px 20px 20px;
	width: 550px;
	border: 1px solid #959595;
	}

#box
	{
	position: absolute;
	color: #000000;
	font: 10px Trebuchet MS;
	top: 0px;
	left: 480px;
	z-index: 4;
	}

#box a
	{
	text-transform: uppercase;
	border: 0px;
	font-weight: bold;
	}

#numbers
      {
	background: #E8DCEA url(img/stats-bg.png) bottom right no-repeat;
	padding: 20px;
	width: 550px;
	height: 170px;
	border-bottom: 1px solid #B49FB8;
	border-right: 1px solid #B49FB8;
	border-left: 1px solid #B49FB8;
	}

#stats
      {
	margin-left: -30px;
	width: 500px
	}

#footer 
      {
	margin: 0px auto;
	text-align: center;
	padding: 10px;
	background: transparent;
	margin-bottom: 10px;
	font: 11px Arial;
	}
	
#footer  a
      {
	border: 0px;
	color: #FFFFFF;
	}
	
#footer  a:hover
      {
	border: 0px;
	color: #000000;
	}
	
h1, .head
	{
	color: #AB007F;
	background: url(img/header.png) bottom left no-repeat;
    font: 25px Times New Roman, Serif;
    font-style: italic;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: left; 
	text-transform: lowercase;
	padding: 15px 0px 10px 15px;
	}
		
li
      {
	list-style-image: url(img/flower.png);
	color: #A9A9A9;
	font-family: Times New Roman, Times, Georgia, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	margin-left: 60px;
	}

b, strong 
      {   
    color: #8C8C8C;
	}

i 
    {
 	color: #B57EA7;
	font-family: Times New Roman;
	font-size: 12px;
	}

a 
	{
	color: #AB007F; 
	padding-bottom: 1px;
	border-bottom: 3px solid #FFFFFF;
	text-decoration: none;
	}

a:hover
	{
	color: #B57EA7;
	border-bottom: 3px solid #D0D0D0;
	}

input, textarea, select
	{
	background: #FFFFFF;
	color: #000000;
	padding: 2px;
	font: 11px Trebuchet MS;
	font-style: italic;
	border: 1px solid #CCCCCC;
	text-align: justify;
	}

input:focus, textarea:focus, select:focus
	{
	background: #F8CDF3;
	color: #000000;
	padding: 2px;
	font: 11px Trebuchet MS;
	font-style: italic;
	border: 1px solid #EAAAD9;
	text-align: justify;
	}

img
       {
	border: 0px;
	}

.codesort img 
       {
	border: 1px dashed #AE0582;
	background: #F8F8F8;
	padding: 3px;
	margin-left: 3px;
	}
	
.codesort img:hover
       {
	border: 1px dashed #000000;
	}
	
div.credit 
      {
	clear: both;
	text-align: center;
	margin: 1em 0 0 0;
	}

div.credit p 
      {
	margin: 0;
	}
	
p.catfile 
      {
	padding: 0 0 0 3em;
	text-align: right;
	}

div.comment p.commenter
      {
	padding: 0;
	color: #FFFFFF;
	}

#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: #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-image: url(data:image/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: url(http://thornroses.org/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://thornroses.org/lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

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