body {
	margin: 0;
	padding: 0;
	background: #fff url(../background3.png) no-repeat left top;
	border-top: 5px solid #222;
	font-family: Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
}

form {

border: .25em #000000;
overflow: visible;
clear: both;
float: right;}


h1, h2, p, ul, li {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

p {
	font-size: 1.4em;
	line-height: 1.4em;
}

span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
}

#header {
	background: url('/images/nav_bg.png');
	height: 75px;
}

#header img {
	float: left;
}

#nav {
	float: left;
	width: 640px;
	height: 75px;
	font-size: 1.2em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	
}

/* IE users need this rule to avoid the stair-step effect */
#nav li {
	display: inline;
}

/* This link rules gives the nav a block effect */
#nav li a {
	float: left;
	padding: 10px 0 0 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #777;
	width: 85px;
	background-color: #ababab;
	text-align: center;
	height: 65px;
}

#nav li a.active {
	background: #222;
font-family: Verdana, Helvetica, Arial, sans-serif;
text-decoration: none;
text-align: left;}

#subnav {
	margin: 0;
	padding: 0;
	background: #d2dbc0;
	height: 46px;
}

#subnav ul li {
	float: left;
	margin: 0;
	padding: 15px 10px 15px 10px;
	font-size: 1.4em;
}

#subnav li.option {
	text-transform: uppercase;
	background: #b2bf99 url('/images/option_li_bg.gif') no-repeat right;
	padding: 15px 25px 15px 10px;
	color: #7f8e62;
}

#subnav li a {
	padding: 10px 0 10px 35px;
	color: #333;
	text-decoration: none;
}

/*
Each of the subnav items is classes so that it can recieve
matching icon as it's background.
*/
#subnav li a.webdesign {
	background: url('/images/webdesign_icon.png') no-repeat left center;
}

#subnav li a.animation {
	background: url('/images/animation_icon.png') no-repeat left center;
}

#subnav li a.game {
	background: url('/images/game_icon.png') no-repeat left center;
}

#subnav li a.writing {
	background: url('/images/writing_icon.png') no-repeat left center;
}

.page #subnav li a {
	padding: 15px;
}

.page #subnav li a.active {
	background: #b2bf99;
}

#wrap {
	padding: 0;
	margin: 150px 0 0 20px;
	width:980px;
	
	
}

p.crumbs {
	
	width: 235px;
	padding: 10px;
	float: left;
}

p.adopt {
	background: #eee;
	width: 495px;
	
	float: right;
}


#content {
	width: 650px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;

	border-left: thin #ff0000 groove;
}


#sidebar {
	width: 235px;
	padding: 10px;
	float: left;
}

#content h2, #sidebar h2 {
	font-size: 2em;
	margin: 0 0 5px 0;
}

#content p, #sidebar h2 {
	margin: 0 0 10px 0;
}

#footer {
	clear: both;
	border-top: 1px solid #ccc;
}

#footer p {
	padding: 10px;
	text-align: center;
}

#shot {
	font-size:14px;
	margin-left:60px;
	
}

#lightbox{
	position: absolute;
	top: 20px;
	left: 0;
	width:100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	color:#151410;
	}

#lightbox a, #lightbox a:hover {
	border-bottom:none;
	color:#151410;
	text-decoration:underline;
}

#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;
	}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:32px;
	height:32px;
	background:url("images/loading.gif") center center no-repeat;
	text-indent:-9999px;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLinkImg, #nextLinkImg{
	width: 49%;
	height: 100%;
	background: transparent url("images/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
	text-indent:-9999px;
	}
#prevLinkImg { left: 0; float: left;}
#nextLinkImg { right: 0; float: right;}
#prevLinkImg:hover, #prevLinkImg:visited:hover { background: url("images/prevlabel.gif") left 15% no-repeat; }
#nextLinkImg:hover, #nextLinkImg: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;
	}
#imageDetails{ width: 70%; float: left; text-align: left; }	
#caption{ font-weight: bold;	}
#numberDisplay{ display: block; clear: left; }			
#detailsNav{ display: block; clear: left; padding:0 0 10px 0;	}	
#prevLinkDetails { margin:0 8px 0 0; }		
#nextLinkDetails { margin:0 8px 0 0; }		
#closeLink {
	display:block;
	margin:0;
	padding:0 0 10px 0;
	text-decoration:none;
	float:right;
	width:66px;
	height:28px;
	background:url("images/closelabel.gif") no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #151410;
	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%;
	}
/*slideshow*/
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
#wrap #content p {
	font-size: 14px;
}
