@charset ;UTF-8;;
/* CSS Document */

html{
	overflow: -moz-scrollbars-vertical;
	}

/*	background-image:url(images/bg.gif);
	background-repeat:repeat; */
	
#maintable  {
	width:100%;
	border:0; 
	cellspacing:0; 
	cellpadding:0;
	vertical-align:top;
	}
p, text {
	font-size: 9pt;
	color:#FFFFFF;
	margin-top:0px;
	margin-bottom:5px;
	}
	
img{border:0;
	}
		
body{
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	width:100%;
	height:100%;
	background-color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
.blog {
	margin: 0px 0px 10px 0px;
	text-align: justify;
	width: 250px;
    height: auto;
	padding: 10px;
	background-color: #3d3d3d; 
	}
	
.blog p {           
	color:#999999; 
	margin-top:0px;
	margin-bottom:0px;
	font-size: 8pt;
	}	
.blog h1 {
	font-size:11px;
	color:#c6edfa; 
	font-weight:normal;
	margin-top:2px;
	margin-bottom:0px;
	}	
#container{
	width:1050px;
	height:700px;
	background-image:url(images/cube-bg.gif);
	background-repeat:no-repeat;
	/*margin:0 auto 0;*/
	margin-left:50px;
	margin-top:50px;
	}
	
#header{
	width:325px;
	height:200px;
	padding-left:55px;
	padding-top:20px;
	}	
	
#content{
	position:relative;
	width:850px;
	height:450px;
	margin-left: 165px;
	top:-75px;
	}
#contentabout{
	position:relative;
	width:690px;
	height:450px;
	margin-left: 165px;
	top:-75px;
	}	
#contentabout p{
	padding-left:0px;
	}

#contentportfolio{
	position:relative;
	width:850px;
	margin-left: 165px;
	top:-75px;
	background-color:#666666;
	/*opacity: .8;
	filter: alpha(opacity=80); */
	padding:10px;	
	}
#contentportfolio p{
	color:#1ab7ea;
	font-size: .7em;
	}	

#contentportfolio a:link {color:#fff; text-decoration:none; font-weight:normal;}	
#contentportfolio a:visited {color:#fff; text-decoration:none; font-weight:normal;}	
#contentportfolio a:hover {color:#1ab7ea; text-decoration:none; font-weight:normal;}		
	
.bluetext{
	color:#1ab7ea;
	}
	

a:link {color:#1ab7ea; text-decoration:none; font-weight:normal;}	
a:visited {color:#1ab7ea; text-decoration:none; font-weight:normal;}	
a:hover {color:#1ab7ea; text-decoration:underline; font-weight:normal;}		

#footer{
	float:left;
	margin-top:0px;
	width:690px;
	height:20px;
	}
#footer p{
	font-size: 7pt;
	color: #999999;
	margin-top:0px;
	margin-bottom:5px;
}	
#footer a:link {color:#999999; text-decoration:none; font-weight:normal;}	
#footer a:visited {color:#999999; text-decoration:none; font-weight:normal;}	
#footer a:hover {color:#1ab7ea; text-decoration:none; font-weight:normal;}		

.clear {clear:both;}


/*	LIGHTBOX SETTINGS */
#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; }
