/* CSS Document */


/* -------------------- Layout Code ---------------------- */

body
{
margin: 10px;
padding:0;
background-image:url(../Images/Sunflower.jpg);
}

.logo
{
width: 120px;
margin-bottom: 10px;
}

.navigation
{
position: absolute;
top: 352px;
width: 120px;
color: #000;
background-color:#000;
margin: 0px;
padding: 0px;
min-height:234px;
height:auto !important;
height:200px;
}

.content
{
position:absolute;
top:10px;
margin: 0 180px 0 132px;
max-width: 700px;
background-color:#000;
color:#fff;
min-height:576px;
height:auto !important;
height:542px;
}

.content_box
{
margin:10px 20px 20px 20px;
}

img.content_box
{
margin-left:6px;
}

/* -------------------- Nav Menu Code ---------------------- */

.navlist
{
/* to display the list vertically */
font-family: sans-serif;
margin: 10px 10px 0 10px;
padding: 0;
border:none;
}

.navlist li
{
display: inline;
/* for IE5 and IE6 */
}

.navlist a
{
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
background-color: #fff;
border:none;
text-align: left;
text-decoration: none;
color: #000;
}

.navlist a:hover 
{
background-color: #ABB2A6;
color:#000;
}

.navlist a:visited 
{
color: #000; 
}

/* -------------------- Theme Switcher Code ---------------------- */

#themes{ 
	background: #000; 
	border: none;
	margin: 2px 0 0 0px;
	padding: 8px 10px 8px 10px;
	height:30px;
	color: #996600;
	width:100px;
	display:block;
	vertical-align:middle;
	 }
	 
#themes em{
	float:left;
	font-style:normal;
	padding: 6px 0 0 0;
	margin:0 0 0 0;
	} 

#themes #theme1 a{ 
	float:left;
	display:block;
	margin:0;
	padding:0;
	background: transparent url(../Images/Themes/themes.gif) 0 0 no-repeat;
	width:30px;
	height:30px;
  	}
  
#themes #theme1 a:hover{
	background-position: 0 -35px;
	}
  
#themes #theme1  a span{
	display: none;
	visibility: hidden;
 }
	
/*** _____ Theme 2 _____ ***/
	

#themes #theme2 a{ 
	float:left;
	display:block;
	margin:0;
	padding:0;
	background: transparent url(../Images/Themes/themes.gif) -30px 0 no-repeat;	width:35px;
	height:30px;
	}
  
#themes #theme2 a:hover{
	background-position: -30px -35px;
	}
  
#themes #theme2  a span{
	display: none;
	visibility: hidden;
	}
	

/*** _____ Theme 3 _____ ***/

#themes #theme3 a{ 
	float:left;
	display:block;
	margin:0;
	padding:0;
	background: transparent url(../Images/Themes/themes.gif) -65px 0 no-repeat;	width:35px;
	height:30px;
  }
  
  
#themes #theme3 a:hover{
   background-position: -65px -35px;
  }

  
#themes #theme3  a span{
	display: none;
	visibility: hidden;
  }


						
 /* -------------------- Text Styles Code ---------------------- */

p.page_title
{
font-family:Helvetica, Arial, sans-serif;
text-align:left;
font-size:24px;
margin-left:6px;
margin-bottom:15px;
border-bottom:1px solid #333;
}

p.gen_text
{
font-family:Helvetica, Arial, sans-serif;
text-align:left;
font-size:14px;
margin:0 10px 10px 8px;
color:#fff;
}

ul.gen_text
{
font-family:Helvetica, Arial, sans-serif;
text-align:left;
font-size:13px;
margin:0 0 10px 0;
list-style:none;
padding-left:10px;
}

p.portfolio_thumb
{
font-family:Helvetica, Arial, sans-serif;
text-align:left;
font-size:14px;
margin:-74px 0 54px 136px;
}

a:hover, a:active 
{
color: #ABB2A6;
}

a
{
color:#000;
}


/* -------------------- Portfolio Thumbnail Gallery Code ---------------------- */

.thumb_listing
{
height:auto;
margin-left:6px;
}

.thumb 
{
border:3px;
border-color: #000;
border-style: solid;
}

a:hover .thumb, a:active .thumb 
{
border:3px; 
border-color: #ABB2A6;
border-style: solid;
}


/* -------------------- Photography Thumbnail Gallery Code ---------------------- */

.photo_gallery 
{
margin: 0 8px 0 8px;
}

.photo_thumb
{
border:3px;
border-color: #000;
border-style: solid;
}	

a:hover .photo_thumb, a:active .photo_thumb 
{
border:3px; 
border-color: #ABB2A6;
border-style: solid;
}

.clearboth 
{ 
clear: both; 
}


/* -------------------- Lightbox Code ---------------------- */

 
#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(../Images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../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%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	

