/* Thanks to Alex of zymic.com and pastesite.com for inspiring me to add comments, and structure my pages properly. */


/* basic elemts */
body {
	margin: 0px; 
	padding: 0px;
	text-align:center;
	background-image: url(images/bg.gif);
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #656565;
	}

h2 {
	font-family: arial, sans-serif;
	font-size: 18pt;
	color: #ed145a;
	margin-top: 5px;
	}

p {
	text-indent: 5px;
	margin-top: 0px;
	padding-top: 0px;
	}

img {
	border: 0px;
	}

a {	
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #0096ff;
	text-decoration: none;
	}

a:hover {	
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #0096ff;
	text-decoration: underline;
	}


/* Classes and ID's for the Basic Layout */
#carbon {
	width: 100%;
	height: 63px;
	background-image: url(images/carbon.gif);
	}
	
#wrapper {
	width: 510px;
	margin: 0px auto;
	text-align: left;
	background-image: url(images/cbg.png);
	margin-top: -63px;
	}

.header {
	width: 500px;
	margin: 0px auto;
	background-image: url(images/header.gif);
	height: 81px;
	}

.banner {
	width: 500px;
	margin-top: 25px;
	margin: 0px auto;
	background-image: url(images/banner.gif);
	height: 215px;
	}

#nav {
	width: 500px;
	padding-top: 3px;
	margin: 0px auto;
	line-height: 14px;
	font-size: 12px;
	font-family: arial, sans-serif;
	}

/* navigation link classes */

#nav a {	
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #0096ff;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 10px;
	}

#nav a:hover {
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #ed145a;
	text-decoration: none;
	}

#content {
	width: 490px;
	padding-top: 15px;	
	margin: 0px auto;
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #656565;
	padding-bottom: 15px;
	}

.portfolio {
	width: 490px;
	margin: 0px auto;
	text-align: center;
	}

#footer {
	width: 500px;
	margin-top: 20px;
	margin: 0px auto;
	background-image: url(images/footer.gif);
	height: 61px;
	color: #f2f2f2;
	}

/* content that's held within the footer */
	
.copyright {
	width: 490px;
	margin: 0px auto;
	padding-top: 10px;
	}


.copyright a {	
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #0096ff;
	text-decoration: none;
	margin-right: 10px;
	}

.copyright a:hover {
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #f2f2f2;
	text-decoration: none;
	}

/* lightbox css. Thanks to Lokesh Dhakar for this amazing script. */

#lightbox{
	position: absolute;
	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: 12px arial, 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}