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

body {
	background: url(../images/page-bg.jpg) no-repeat top center #000000;
	margin:0;
	text-align:center;
	color:#FFFFFF;
}
div, span, a, p {
	font-size:11px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
}

h1, h2, h3 {
	margin:0;
}
h1 a {
	display:block;
}
h1 a span {
	display:none;
}
#logo {
	background:url(../images/nkuntz-logo.gif) no-repeat;
	width:150px;
	height:37px;
	float:left;
	margin:20px 0;
}
#info {
	float:right;
	color:#FFFFFF;
	margin-top:15px;
}
#info a {
	color:#FFFFFF;
	text-decoration:none;
}
#info a:hover {
	color:#78b749;
}
#gallery {
	clear:both;
}

#container {
	width:975px;
	text-align:left;
	margin:0 auto;
}

.clear {
	clear:both;
}


#gallery ul li a:hover {
	cursor:url("../images/clicktoview.cur"), crosshair !important;
}

#photoblog {
	margin-top: 40px;
	text-align: center;
	color: #cccccc;
}
#photoblog a { 
	text-decoration: none;
	color: #78b749;
}
#photoblog a:hover { text-decoration: underline; }



/* SLIDE VIEWER STYLES */

/*preload classes*/ 
.svw {width: 50px; height: 20px;} 
.svw ul {position: relative; left: -999em; color:#FFFFFF;} 
 
/*core classes*/ 
.stripViewer {  
	position: relative; 
	overflow: hidden;  
	/*border: 5px solid #ff0000;*/ 
	margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 0; 
	top: 0; 
	width: 1%; 
	list-style-type: none; 
} 
.stripViewer ul li {  
	float:left; 
} 
.stripTransmitter img {
	border:none;
}
.stripTransmitter { 
	overflow: auto; 
	width: 1%; 
} 
.stripTransmitter ul { 
	margin: 0; 
	padding: 0; 
	position: relative; 
	list-style-type: none; 
	margin-top:1px;
} 
.stripTransmitter ul li{ 
	float:left; 
	margin: 5px 0px 1px 0; 
} 
.stripTransmitter a{
	text-align: center; 
	line-height: 22px; 
	background: #000000; 
	color: #fff; 
	text-decoration: none; 
	display: block;
	opacity:.25;
} 
.stripTransmitter a:hover, a.current{ 
	background: #333333; 
	color: #ffffff;	
	opacity:1;
} 
 
/*tooltips formatting*/ 
#tooltip { 
	background: #fff; 
	color: #000; 
	opacity: 0.85; 
	border: 5px solid #dedede;
} 
#tooltip h3 {  
	font: normal 10px Verdana;  
	margin: 0;  
	padding: 6px 2px;  
	border: 0; 
} 
