@charset "UTF-8";
/* CSS Document */

<style type="text/css">


a:hover{
color:#00FFFF;

}



body {
	background-color: #2d2d36;
	background-image:url(assets/repeating_background.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica, sans-serif;
	font-size:small;
	
	
}


#click{
padding-left:5px;
padding-top:10px;
font-size:12px;

}


#copyright {
text-align:right;
	color:#CCCCCC;
	font-family:helvetica, sans-serif;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
	width:700px;
	position:relative;
	margin-top:0px;
}



#copyright a {
text-decoration:none;
color:#cccccc;

}




#container{
	margin:auto;
	background-image:url(color_tile.png);
	width:700px;
	margin-top:65px;
}

#featured{
	padding-top:40px;
	position: relative;
	overflow: hidden; /* might remove */
}



#featured h2
{
	position: absolute;
	bottom: 0;
	margin: 0;
	line-height: 1.3em;
	padding: .2em;
	background: black;
	color: white;
	text-align: center;
	width: 100%;
	filter: alpha(opacity=60);
	-moz-opacity: 60;
	opacity: .6;
}

#footer{
	clear: left;
	text-align:center;
	padding:15px;
	font-size:small;
	font-family:Helvetica, sans-serif;
	margin-bottom:10px;


}

#footer a{
	text-decoration:none;
	color:#000000;
	
	}

h1{
	font-size:14px;
	font-weight:bold;

}

h2{
	font-size:11px;
	font-wight:normal;


}


#header{
	padding:10px 10px 60px 10px;
	

}


#header a:hover{
	background-color:#191919;


}


#header a {
	text-decoration:none;
	color:#FFFFFF;
	background-color:#333333
	
}


#header li{
	float:left;
	list-style-type:none;
	margin-left:20px;
	margin-top:57px;
	font-size:16px;
	position:relative;
	top:7px;
}



#header img{
	float:left;

}


#img1{
	float:right;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;

}


hr{
	background-color:#2e2e37;
	border:0;
	width:100%;
	height:1px;

}

#main{
	float:left;
	width:600px;
	margin-left: 20px;
	margin-top:50px;
	font-size:small;
	font-family:Helvetiva, sans-serif;
}



#main p{
	margin:30px 30px 30px 30px;

}

#portfolio img{
	float:left;
	width:400px;

}

ul#options li img{

}


ul#options{
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 5px;
	padding-bottom:50px;
	border-top: 1px solid #8a8a8a;
	
}

#options li{
	float: left;
	width: 75px;
	height: 100px;
	list-style: none;
	cursor: pointer;
}

#options li:hover img{
	border: 2px solid gray;
}


#options li img{
	width: 50px;
}


.selected{
	border: 2px solid gray;
}



#options a{
	outline: none;
}


a img{
	
	border: none;
}


#tim{
float:right;
position:relative;
top:40px;
text-align:right;
font-size:12px;
}


#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:#ffffff; 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(../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: #ffffff; 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; }


</style>
