/* CSS Document */
body {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}


/*layout */
#topborder{	
	/*position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
	background-color: #5a9bdb;
	}
	
#tobordertext{
	/*position: absolute;*/
	top: 1px;
	right: 5px;
	width: auto;
	height: 18px;
	text-align: right;
	color: #1a1a1a;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 4px;
	}
	
#sidebar{
	float: left;
	width: 300px;
	margin-left: 15px;
	margin-top: 10px;
	}
	
#content{
	padding: 5px;
	margin-left: 325px;
	margin-top: 10px;
	margin-right: 5px;
	bottom: auto;
	}
	
#footer{
	padding-top: 10px;
	margin-left: 5px;
	height: 100px;
	width: 100%;
	clear: both;
	text-align: center;
	}

.portfoliobox{
	margin-top: 5px;
	margin-bottom: 20px;
	width: 100%;
	padding-bottom: 5px;
	float: right;
	clear: right;
	background-color: #2a2a2a;
	padding-left: 15px;
	padding-right: 15px;
	border-width: 2px;
	border-color: #222;
	border-style: solid;
	}
	
.thumbnail{
	padding: 5px 5px 12px 5px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	/*float: left; */
	margin-right: 10px;
	margin-bottom: 10px;
	}	
	
.thumbnail:hover {
	background-color: #2a2a2a;
	border-color: #222;
	}

.thumbnail a:hover{
	border: none;
	}

/*navbar */
#nav{
	list-style: none;
	margin: 5px;
	width: 180px;
	font-size: 18px;
	text-align: left;
	}
#nav li{
	padding: 0;
	margin: 0;
	}
#nav a{
	display: block;
	height: 28px;
	padding: 5px 5px 2px 10px;
	border-bottom: 2px solid #1a1a1a;
	color: #eee;
	background-color: #333;
	}

#nav a:hover{
	color: #1a1a1a;
	background-color: #5a9bdb;
	}	
	
/*fonts */
p{
	color: #fff;
	}

a{
	color: #6aaaeb;
	text-decoration: none;
	}
	
.textlink a:hover{
	border-bottom: 1px dotted #fff;
	}

em {
	color: #6aaaeb;
	}

strong {
	color: #6aaaeb;
	}

h1, h2, h3, h4{
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	}

h1 { 
	font-size: 36px;
	color: #6aaaeb;
	}

h2 {
	font-size: 18px;
	color: #fff;
	}
	
h3 {
	font-size: 16px;
	color: #6aaaeb;
	}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	}

/* Lightbox */
#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(file:///C|/Documents and Settings/Jacob/My Documents/Web Sites/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(file:///C|/Documents and Settings/Jacob/My Documents/Web Sites/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(file:///C|/Documents and Settings/Jacob/My Documents/Web Sites/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 */
	}