@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/background.jpg);
	background-repeat: repeat;
	background-align: center;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height:20px;
	color: #660000;
	background-color: #660000;
}

#top h1 {padding: 0; margin: 0;}

#leftnav p { margin: 0 0 1px 0; }
#content h2 { margin: 0 0 5px 0; }

img { border-style: none;}

#contain {
	width: 100%;
	height: 100%;
	margin-left: auto ;
	margin-right: auto ;
}

#header {
	width:780px; 
	height:100px;
	padding: 10px;
	background-color:#FFFFFF;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 380px;
	padding: 15px 5px 5px 5px;
	height: 65px;
	border-top: 1px dotted #660000;
	border-right: 1px dotted #660000;
	border-bottom: 1px dotted #660000;
	float:left;

}

#twitter {
	width: 380px;
	position:relative;
	height: 85px;
	margin-left: 390px;
	border-top: 1px dotted #660000;
	border-bottom: 1px dotted #660000;
}

#twitterimage {
position:absolute;
top:50%; 
height:31px; 
margin-left:5px;
margin-top:-15px;
float:left;
}

#twitter_container {
	min-height:60px;
	height:auto;
	height:55px;
	padding-bottom:0;
}

#twitter_update_list {
	width: 300px;
	padding: 0;
	overflow: hidden;
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	color: #660000;
	text-align:left;
	margin-left:50px;
}

#twitter_update_list li {
	width: 300px;
	list-style: none;
}

#twitter_update_list li a {
	color:#FF6600;
	border-bottom: dotted 1px;
	text-decoration: none;
	font-weight:bold;
}

#twitter_update_list li a:hover {
	color:#333333;
}

#bodyarea {
	width: 800px;
	min-height:400px;
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

#links {
	width: 100px;
	padding: 0 20px 20px 20px;
	min-height:400px;
	line-height:30px;
	float:left;
	font-size:12px;
}

#links ul {
	list-style-type: none;
	padding:0;
	margin:0;
	line-height:30px;
	list-style-image:none;
	margin-left: 15px;
}

#links li {
	list-style-image:none;
}


#links a:link {
	color: #660000;
	text-decoration: none;
}

#links a:hover {
	color: #FF6600;
	text-decoration: none;
}

#links a:visited {
	color:#660000;
	text-decoration:none;
}

#textcontent {
	width:600px;
	padding: 0 20px 20px 20px;
	margin-left: 150px;
	border-left: 1px dotted #660000;

}

#title {
	color:#FF6600;
	font-size: 14px;
	font-weight:bold;
	line-height:16px;
	height:20px;
}

#portfoliolink {
	width: 118px;
	height: 118px;
	padding: 10px;
	border: 1px solid #660000;
	text-align:center;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	line-height:40px;
}

#footer {
	width:760px;
	height: 30px;
	padding:20px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
}

#blank {
	width:800px;
	height: 30px;
}

#contact {
	width: 115px;
	height: 30px;
	float:left;
}

#dots {
	width: 600px;
	height: 14px;
	border-bottom: 1px dotted #660000;
	margin-left:120px;
	margin-right:40px;
}

#bottomlogo {
	width:29px;
	height:30px;
	float:right;
}

#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; }


