﻿html, body {
	margin: auto;
	padding: 0px;
	background: #000000;
	color: #aaa;
	text-align: left;
	font-family: arial, verdana, sans-serif;
}

#navigation {
	background-color: #000040;
	color: #FFF;
}

#navigation ul {
	width: 800px;
	height: 30px;
    list-style: none;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}

#navigation a {
	height: 24px;
	float: left;
	padding: 6px 10px 0px 10px;
	color: #FFFFFF;
	font-size: small;
	text-align: center;
	text-decoration: none;
}

#navigation a:hover {
	background-color: #06F;
	color: #FFF;
	text-decoration: underline;
}

#container {
	width: 770px;
	height: 485px;
	padding: 15px 0;  
	margin: 0px auto; 
	position: relative;
}

#container h1 {
	margin: 0px 0px 5px;
	color: #fff;
	font-family: Verdana,Geneva,Tahoma,sans-serif;
}

#about_content {
	height: 470px;
	width: 530px;
	padding: 0px 10px;
	margin: 5px 10px 10px;
	font-size: 12px;
	float: right;
}

#content {
	height: 485px;
	width: 539px;
	float: left;
	padding: 0px 15px;
	font-size: 12px;
}

#content h1 {
	margin: 0px;
	color: #FFF;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#project_info {
	width: 539px;
	height: 150px;
	padding: 10px 0px;
}

#project_meta {
	width: 239px;
	height: 150px;
}

#project_meta th {
	width: 239px;
	background-color: #000040;
	border-color: #000040;
	color: #fff;
	font-size:12px;
	padding: 0px 10px;
	text-align: left;
}

#project_meta td {
	font-size:12px;
	padding: 0px 10px;
}

#project_meta a {
	color: #aaa;
	padding: 0px;
	font-size:12px;
}

#project_meta a:hover {
	color: #06F;
}

#project_thumb {
	width: 286px;
	height: 150px;
	float: right;
	position: relative;
	margin: 0px auto;
	padding: 5px 0px;
	text-align:center;
}

#project_thumb a img {
	border: thick;
	border-color: #000040;
	border-style: solid;
}

#project_thumb a img:hover {
	border-color: #06F;
}

#project_thumb img {
	width: auto;
	height: 120px;
	position: relative;
	margin: 10px auto;
}

#project_description {
	width: inherit;
	overflow: auto;
	background-color: #19191F;
	padding-bottom: 10px;
}

#project_description p {
	margin: 10px 10px;
}

#project_description a {
	text-decoration: none;
	color: #ddd;
}

#project_description a:hover {
	color: #06F;
	text-decoration: underline;
}

#project {
	height: 560px;
	width: 180px;
	float: right;
	margin: 0px;
	padding: 0px 10px;
	border-left: solid thin #000040;
}

#project p {
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-bottom: thin;
	border-bottom-color: #aaa;
	border-bottom-style: dashed;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
		
}

.project_item {
	text-align: center;
	overflow:hidden;
	height: 150px;
	width: 158px;
	border: thick;
	border-color: #000040;
	border-style: solid;
	margin: 10px 0px;
	filter: alpha(opacity=60);   /* Internet Explorer       */
	-moz-opacity: 0.60;           /* Mozilla 1.6 and below   */
	opacity: 0.60;               /* newer Mozilla and CSS-3 */
}

.project_item img {
	height: 100%;
	cursor: pointer;
}

.project_item:hover {
	filter: alpha(opacity=100);   /* Internet Explorer       */
	-moz-opacity: 1.00;           /* Mozilla 1.6 and below   */
	opacity: 1.00;               /* newer Mozilla and CSS-3 */
	border-color: #06F;

}

#footer {
	position: absolute;
	background-color: #000040;
	color: #FFF;
	width: 100%;
	height: 30px;
	padding: 0;
	margin: 0;
	bottom: 0;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 168px;
    height: 150px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-container-vertical {
    width: 168px;
    height: 425px;
    margin: 0px 10px 10px;
    border: 1px solid #000;
}

.jcarousel-clip-vertical {
    width:  168px;
    height: 520px;
    margin: 0px auto 10px;
    z-index: 20;
}

.jcarousel-item-vertical {
    margin-bottom: 20px;
}

.jcarousel-next-vertical {
	position: relative;
	margin: 0px;
	padding: 0px;
    width: 80px;
    height: 14px;
    cursor: pointer;
    background: #000055 url('js/jcarousel/images/arrow-up.gif') no-repeat center;
    float: left;
}

.jcarousel-next-vertical:hover {
    background-color: #06F;
}

.jcarousel-next-disabled-vertical {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

.jcarousel-prev-vertical {
	position: relative;
	margin: 0px;
	padding: 0px;
    width: 80px;
    height: 14px;
    cursor: pointer;
    background: #000055 url('js/jcarousel/images/arrow-down.gif') no-repeat center;
    float: right;
}

.jcarousel-prev-vertical:hover {
    background-color: #06F;
}

.jcarousel-prev-disabled-vertical {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

/* Light Box 2 */
#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(../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; 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; }