* {
	margin: 0;
	padding: 0;
	}
body {
	background: #1c1712 url(/gfx/bg.gif) top repeat-x;
	color: #aaaa8e;
	font: small Arial, Helvetica, sans-serif;
	text-align: center;
	}
img {
	border: 0;
	}
p {
	margin: 0 0 10px 0;
	}
a {
	color: #57a6f6;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a.importantlink {
	background: url(/gfx/arrow-right.gif) no-repeat left 50%;
	padding: 3px 0 3px 15px;
	color: #e4e4bf;
	font-weight: bold;
	}
fieldset {
	border: none;
	}

input {
	font-size: 11px;
	padding: 2px;
	}
	body#sok input.inputfield {
		width: 252px;
		border: 1px solid #241d17;
		border-right-color: #564738;
		border-bottom-color: #564738;
		background: #332a21;
		color: #e4e4bf;
		font-size: 19px;
		padding: 2px 4px;
		}
	input.button {
		padding: 0;
		margin: 0;
		}
ul {
	list-style-type: none;
	margin-bottom: 10px;
	}
	ul li {
		padding-left: 10px;
		background: url(/gfx/navigation-arrow-secondary.gif) left 6px no-repeat;
		margin-bottom: 5px;
		}
h3 {
	margin: 20px 0 5px 0;
	color: #e4e4bf;
	}

/* container */
div#container {
	width: 898px;
	padding: 0 29px;
	margin: 0 auto;
	text-align: left;
	background: url(/gfx/bg-sides.gif) no-repeat;
	}

/* header */
div#header {
	text-align: right;
	}
	div#header h1 {
		float: left;
		margin-top: 40px;
		margin-bottom: 10px;
		margin-left: 9px;
		width: 174px;
		height: 58px;
		}
	div#header div#locales {
		float: right;
		height: 35px;
		width: 319px;
		line-height: 35px;
		text-align: center;
		background: url(/gfx/locales-bg.gif) no-repeat;
		margin-right: 18px;
		padding-bottom: 10px;
		}
		div#header div#locales p {
			margin: 0;
			color: #b0b094;
			}
			div#header div#locales p a {
				color: #57a6f6;
				}
	div#header div#search {
		float: right;
		clear: right;
		text-align: center;
		margin-right: 18px;
		width: 319px;
		}
		div#header div#search fieldset {
			width: 262px;
			display: inline;
			}
			div#header div#search label {
				display: none;
				}
			div#header div#search legend {
				display: none;
				}
			div#header div#search input.inputfield {
				width: 252px;
				border: 1px solid #241d17;
				border-right-color: #564738;
				border-bottom-color: #564738;
				background: #332a21;
				color: #e4e4bf;
				font-size: 19px;
				padding: 2px 4px;
				}
			div#header div#search input.button {
				display: none;
				}
			div#header div#search p {
				font-size: smaller;
				color: #b0b094;
				}
	div#header ul {
		background: url(/gfx/navigation-bg-primary.gif) no-repeat;
		width: 896px;
		height: 30px;
		list-style-type: none;
		padding: 0 0 0 2px;
		margin: 0;
		clear: both;
		}
		div#header a {
			color: #828268;
			}
		div#header li {
			padding: 0 15px 0 13px;
			float: left;
			line-height: 30px;
			vertical-align: middle;
			background: url(/gfx/navigation-groove-primary.gif) right no-repeat;
			margin: 0;
			}
			div#header li.current a {
				background: url(/gfx/navigation-arrow-primary.gif) left no-repeat;
				color: #4b4b2e;
				padding-left: 6px;
				}
	div#header ul#submenu {
		width: 878px;
		background: url(/gfx/navigation-bg-secondary.gif) center no-repeat;
		padding: 0 10px 0 10px;
		}
		div#header ul#submenu a {
			color: #a2a288;
			}
		div#header ul#submenu li {
			background: url(/gfx/navigation-groove-secondary.gif) right no-repeat;
			}
			div#header ul#submenu li.current a {
				background: url(/gfx/navigation-arrow-secondary.gif) left no-repeat;
				color: #fff;
				}

/* front page carousel */
div#carousel {
	height: 290px;
	background: url(/gfx/bg-headlinephoto.gif) repeat-y right;
	overflow: hidden;
	}
	div#carousel p {
		text-align: center;
		margin: 0;
		height: 290px;
		padding: 0 0 30px 0;
		overflow: hidden;
		}
div#artworks {
	display: block;
}
/* content */
div#wrapper {
	text-align: left;
	width: 880px;
	}
	div#content {
		float: left;
		padding: 0 0 115px 18px;
		}
		div#maincol {
			width: 500px;
			}
			div#maincol img {
				margin-bottom: 10px;
				}
		.margintop {
			margin: 34px 0 5px 0;
			}
		div#maincol div.snippet {
			margin-top: 30px;
			}
			.boxnav {
				font-weight: normal;
				font-size: large;
				background: #15110d;
				margin-top: 34px;
				list-style-type: none;
				padding: 10px 0 10px 10px;
				vertical-align: middle;
				text-align: center;
				}
				/*
				make sure the first boxnav is lighter due to the background gradient
				ul#year2006, ul#lettera {
					background: #231e17;
					}
				*/
				.boxnav li {
					display: inline;
					padding: 0 10px 0 0;
					background: none;
					}
					.boxnav li a {
						color: #5e5b53;
						}
						.boxnav li a:hover {
							color: #e4e4bf;
							text-decoration: none;
							}
						.boxnav li.current a {
							color: #e4e4bf;
							}
					.letters {
						font-size: small;
						font-weight: bold;
						padding-right: 7px;
						}
						.letters li {
							padding-right: 3px;
							}
					.tags {
						font-size: x-small;
						font-weight: bold;
						padding-right: 7px;
						}
						.tags li {
							padding-right: 3px;
							}
						
			div#maincol h2 {
				font-weight: normal;
				font-size: 19px;
				color: #e4e4bf;
				margin-bottom: 10px;
				margin-top: 40px;
				}
				div#maincol h2#projecthomelink{
					margin-bottom: 16px;
					}
			div#maincol p.metadata {
				color: #7c7c6d;
				margin-bottom: 10px;
				}
			div#maincol p.image {
				margin-bottom: 5px;
				}
			div#maincol p.link {
				margin-top: 5px;
				line-height: 34px;
				vertical-align: middle;
				background: url(/gfx/groove-horizontal.gif) bottom repeat-x;
				}
				div#maincol p.link a {
					padding-left: 18px;
					background: url(/gfx/arrow-right.gif) left 50% no-repeat;
					color: #e4e4bf;
					font-weight: bold;
					}
			div#maincol div#photos, div#maincol div#artists, div#maincol div#credits, div#maincol div#stunts {
				margin-top: 40px;
				}
			div#maincol div#post {
				margin-bottom: 40px;
				}
				div#maincol div.post h2 a {
					color: #e4e4bf;
					}
			div#maincol ol {
				margin-left: 32px;
				}
	div#sidebar {
		display: block;
		width: 269px;
		float: right;
		padding: 50px 30px 40px 20px;
		background: #16120e url(/gfx/sidebar-bg-bottom.gif) bottom no-repeat;
		margin-bottom: 100px;
		}
		div#about, div#recentprojects {
			margin-bottom: 20px;
			}
			div#sidebar h2 {
				color: #e4e4bf;
				font-weight: bold;
				font-size: small;
				margin-bottom: 4px;
				padding-left: 10px;
				}
				div#sidebar h2 a {
					color: #e4e4bf;
					}
			div#sidebar p {
				margin-bottom: 4px;
				padding-left: 10px;
				}
			div#sidebar dl {
				margin: 0 0 4px 0;
				}
				div#sidebar dt {
					padding-left: 10px;
					background: url(/gfx/navigation-arrow-secondary.gif) left 50% no-repeat;
					}
				div#sidebar dd {
					margin: 0;
					padding-left: 10px;
					}
					div#sidebar dd.metadata {
						color: #7c7c6d;
						}
		a#twominutes {
			display: block;
			width: 259px;
			height: 63px;
			overflow: hidden;
			text-indent: -3000px;
			background: url(/gfx/button-2-minutes-on-off.png) 0% 0% no-repeat;
			margin-bottom: 20px;
			}
			a#twominutes:hover {
				background-position: 0% 100%;
				}

/* footer */
div#footer {
	margin-left: 9px;
	background: url(/gfx/footer-bg-top.gif) top center no-repeat;
	clear: both;
	width: 820px;
	padding: 20px 30px 50px 30px;
	text-align: center;
	}
	div#footer ul {
		list-style-type: none;
		padding: 0;
		margin: 0 0 30px 0;
		clear: both;
		}
		div#footer li {
			display: inline;
			vertical-align: middle;
			background: url(/gfx/groove-vertical.gif) right repeat-y;
			padding: 0 15px 0 9px;
			}
			div#footer li.last {
				background: none;
				}
			div#footer a {
				color: #bbbba6;
				}
				div#footer a.rss {
					padding-left: 17px;
					background: url(/gfx/feed-icon.gif) no-repeat left 50%;
					}
			div#footer ul#partners li {
				background: none;
				}
	div#footer ul.logos {
		height: 72px;
		background: none;
		}
		div#footer ul.logos li {
			padding: 0 5px 0 5px;
			margin: 0;
			background: none;
			display: inline;
			}
	div#footer p {
		padding: 0 190px 0 190px;
		margin: 20px 0 20px 0;
		}
		
/* LIGHTBOX */

#lightbox{
	position: absolute;
	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(/gfx/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(/gfx/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/gfx/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;	}	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}