/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#wrapper {
	width:960px;
	height:100%;
	margin:0 auto;
	padding:20px;
	background-image: url('images/backgrounds/nlbg.png');
	font-family: Helvetica, Arial, Georgia, Bookman, Palatino, Garamond, Avant Garde;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	line-height: 12px;
}

#menu {
	text-align: left;
	font-size: 24px;
	color: #ffffff;
	text-decoration: none;
	line-height: 16px;
}


#layover {
	width:920px;
	padding:20px;
	background-image: url('images/workdiary/back2.jpg');
}

.layovertext {
	width:500px;
	padding:20px;
	background-image: url('images/productionthumbback.png');
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	line-height: 16px;
}


#layoverbiog {
	width:920px;
	padding:20px;
	background-image: url('images/biog/biogbackground.jpg');
}

.layoverbiogtext {
	width:500px;
	padding:20px;
	background-image: url('images/productionthumbback.png');
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	line-height: 16px;
}

#layoverhome {
	width:920px;
	padding:20px;
	background-image: url('images/backgrounds/home.png');
}

.layoverhometext {
	width:500px;
	padding:20px;
	background-image: url('images/productionthumbback.png');
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	line-height: 16px;
}

#layover0 {
	width:920px;
	padding:20px;
	background-image: url('images/backgrounds/videoback.png');
}

#layover1 {
	width:920px;
	padding:20px;
	background-image: url('images/backgrounds/1.png');
}

#layover2 {
	width:920px;
	padding:20px;
	background-image: url('images/backgrounds/2.png');
}

#layover3 {
	width:920px;
	padding:20px;
	background-image: url('images/backgrounds/3.png');
}

#layover4 {
	width:920px;
	padding:20px;
	background-image: url('images/backgrounds/4.png');
}

#layover5 {
	width:920px;
	padding:20px;
	background-image: url('images/backgrounds/5.png');
}

#layover6 {
	width:920px;
	padding:20px;
	background-image: url('images/backgrounds/6.png');
}

#layover7 {
	width:920px;
	padding:20px;
	background-image: url('images/backgrounds/7.png');
}

#layover8 {
	width:920px;
	padding:20px;
	background-image: url('images/backgrounds/8.png');
}

#layover9 {
	width:920px;
	padding:20px;
	background-image: url('images/backgrounds/9.png');
}

#layover10 {
	width:920px;
	padding:20px;
	background-image: url('images/backgrounds/10.png');
}

#layover11 {
	width:920px;
	padding:20px;
	background-image: url('images/backgrounds/11.png');
}



.archiveproduction1 {
	float:left;
	background-image: url('images/archiveback.png');
	width:267px;
	margin-left:20px;
	margin-top:20px;
	padding:10px
	}

.archiveproduction1 img {
	margin-right:9px;
	margin-top:10px;
	border:0px;
	}
	
.productionthumbnail1 {
	float:left;
	background-image: url('images/productionthumbback.png');	
	width:267px;
	margin-left:20px;
	margin-top:20px;
	padding:10px
	}
	
.productionthumbnail1 img {
	margin-right:9px;
	margin-top:0px;
	border:0px;
	}

.title {
	font-size: 14px;
	}

.archivetitle {
	font-weight: bolder;
	color: #b5b5b5;
	}

.divider {
	margin-top:10px;
	clear:left;
	}

.divb {
	float:left;
	background: #c9c9c9;
	width:250px;
	margin-left:10px;
	margin-top:10px;
	padding:10px
	}
	
.divc {
	float:left;
	background: #cccccc;
	width:250px;
	margin-left:10px;
	margin-top:10px;
	padding:10px
	}
	
.year {
	font-size: 22px;
	clear: left;
	display: block;
	}

.column1 {
	position:relative;
	left:10px;
	width:250px;
	display:inline;
	}

.column2 {
	background: #FFFF00;
	left:10px;
	display:none;
	width:250px;
	}
	
	.column1a {
	position:relative;
	left:270px;
	width:250px;
	display:inline;
	}
	
	.column2a {
	background: #FFFF00;
	left:270px;
	display:none;
	width:250px;
	}
	
	

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	left:0px;
	width:900px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:-35px;
	background:#000;
	color:#fff;
	opacity:0.6; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */







/* Control nav styles (e.g. 1,2,3...) */


.nivo-controlNav {
	position:absolute;
	bottom:-170px; /* Put the nav below the slider */
}
.nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
}


#nav a{
font-family: Helvetica, Arial, Georgia, Bookman, Palatino, Garamond, Avant Garde;
font-size: 20px;
color: #ffffff;
text-decoration: none;
line-height: 30px;
}

#nav a:hover{
color: #AFAFAF;
}

#nav a:active{
color: #AFAFAF;

}

#nav a:visited{
	color: ffffff;
	text-decoration:none;
}


#main a{
color: #ffd800;
text-decoration:underline;
}

#main a:hover{
text-decoration:none;
}

#main a:visited{
color: #ffd800;
text-decoration:underline;
}

