@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('fonts/Chunkfive-webfont.eot');
	src: url('fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/Chunkfive-webfont.woff') format('woff'),
		url('fonts/Chunkfive-webfont.ttf') format('truetype'),
		url('fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

#bgblock,#bgblockhuge {
	display: none;
}

#sweetmercy {
	display: none;
	background: #fff url('loading.gif') center center no-repeat;
	-webkit-user-select: none; /* Safari, Chrome */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE */
	user-select: none; /* CSS3 */
}
#sweetmercy img {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
	-webkit-user-select: none; /* Safari, Chrome */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE */
	user-select: none; /* CSS3 */
}




/* dock css 
 this needs to be fixed, ofc */
body {  
	width:100%;
	border: none;
	font: 18px/27px 'ChunkFiveRegular', Arial, sans-serif;
}

a,a:visited {
	color:#fff;
	text-decoration:none;
	text-shadow: 0px 1px 10px #666;
}

a:hover {
	text-shadow: 0px 1px 20px #f90;
}

#overlay {
	position: absolute;
	width: 320px;
	z-index:200;
}

#dock {
	bottom: 0;
	background: url('dagger-hi.png') no-repeat;
    background-size: 320px 200px;
	position: fixed;
	overflow: hidden;
	height: 70px;
	width: 320px;
	visibility: hidden;
	border: none;
}

#dock1 {
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto;
	height: 70px;
	clear: both;
	border: none;
}

#dock2 {
	text-align: center;
	width: 100%;
	display: block;
	position: relative;
	height: 130px;
	border: none;
	color:#fff;
}

#resume {
	text-align: right;
	margin-right: 20px;
	margin-top: 5px;
}

#dock2 a img {
	border: none;
}

/* photodetails pane */

#details {
	display:none;
	position:fixed;
	height:125px;
	width:200px;
	bottom:30px;
	right:30px;
	z-index:100;
	padding:20px;
	background:rgb(102,102,102);
	background:rgba(102,102,102,0.5);
	
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.photodetails {
	display:block;
	font:bold 12px/18px "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color:#fff;
	
	text-shadow:1px 1px 0 rgba(0,0,0,1);
}


/* labels */

.deturl,
.det1600,
.det2048,
.detModel,
.detLensModel {
	display:none;
}

.detExposureTime:before { content: "Tv"; }
.detAperture:before { content: "Av"; }
.detISO:before { content: "ISO"; }
.detCaptureTime:before { content: "Date"; }
.detSubjectDistance:before { content: "Dist"; }
.detFocalLength:before { content: "EFL"; }
.detLens:before { content: "Lens"; }

.detExposureTime:before,
.detAperture:before,
.detISO:before,
.detCaptureTime:before,
.detSubjectDistance:before,
.detFocalLength:before,
.detLens:before {
	font:400 9px/15px "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-shadow:none;
	text-align:center;
	
	background-color:#fff;
	color:#666;
	
	margin: 1px 5px 2px -12px;
	padding:1px 3px;
	
	display:inline-block;
	width:20px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}



.trigger {
	font-size:0.75em;
}

#wingl,#wingr,#wingt {
	position:absolute;
	display:block;
	height:0;
	width:250px;
	bottom:0;
	z-index:100;
}

#wingl {
	background: url('wing-l-hi.png') no-repeat;
    background-size: 250px 500px;
}

#wingr {
	background: url('wing-r-hi.png') no-repeat;
    background-size: 250px 500px;
}

#wingt {
	width:315px;
	background: url('wing-t.png') no-repeat;
	opacity: 0;
}




/********** for the centered counter **********/

#counter {
	position: absolute;
	left: 50%;
}

#counterinside {
	position: relative;
	left: -50%;
}

#big,#little {
	text-align: center;
	font:250px/175px ChunkFiveRegular,Arial,sans-serif;
	color:#fff;
	z-index: 300;
}

#little {
	font-size:70px;
	line-height:40px;
}