/* GLOBAL */
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	margin: 0;
	padding: 10px 0 0;
	background-color: gray;
	color: white;
}
img { border: 0 none }

/* WRAPPERS */
#wrapper_large, #wrapper_thumb {
	text-align: left;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

/* GENERAL TYPOGRAPHY */
body, h1, h2, h3, h4, h5, h6, p {
	background-color: inherit;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
}

/* LINKS */
a, a:link, a:visited {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
	color: #CCCCFF;
	cursor: pointer;
}
a:active {
	color: inherit;
	text-decoration: none;
}

/* METADATA FORMATTING */
.thumbPageTitle {
	margin-top: 10px;
	margin-bottom: 90px;
	padding-bottom: 3px;
	border-bottom: 1px dotted;
}
.fullFrameTitle {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
.collectionDescription {
	margin: 50px auto;
	width: 500px;
	text-align: center;
	padding: 15px 0;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
}
.caption, .headline {
	margin: 5px 15px;
	text-align: center;
}
.reference {
	margin: 10px 0 0 0;
	text-align: center;
	width: 100%;
}
.contact {
	margin: 15px;
	padding: 5px 0;
	text-align: center;
	line-height: 150%;
}

/* ID (LOGO) PLATE */
.logo {
	text-align: center;
	margin-top: -30px;
	margin-bottom: -30px;
}

/* NAVIGATION BUTTONS */
.fullFrameNav {
	width: 75px;
	text-align: center;
	position: relative;
	bottom: 35px;
	margin: 0 auto -35px;
}
.startShow {
	width: 25px;
	text-align: center;
	position: relative;
	bottom: 25px;
	margin: 0 auto -10px;
}

/* INDEX - GRID */
#scroll {
	overflow: auto;
	white-space: nowrap;
	text-align: center;
	padding-bottom: 2px;
}
.thumbnail {
	display: inline-block;
	position: relative;
	text-align: left;
	vertical-align: bottom;
	color: inherit;
	width: 160px;
	height: 160px;
	overflow: hidden;
	margin-bottom: 3px;
}
.thumbImage {
	border: 1px solid black;
}
.itemNumber {
	z-index: 0;
	display: inherit;
	position: absolute;
	top: -1px;
	left: 2px;
	background-color: inherit;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
}
.currentItemNumber {
	text-align: center;
	margin-top: -12px;
	margin-bottom: 2px;
}

/* FULL FRAME */
#fullFrame {
	float: left;
	position: relative;
	color: inherit;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 5px;
}
.fullFrameImage {
	border: 2px solid black;
	position: relative;
}

/* DROP SHADOWS */
.dropShadow {
	background: url(../misc/shadow.png) right bottom no-repeat;
	display: block;
	float: left;
	margin: 15px -12px -12px 12px;
}
.dropShadow:before {
	background: inherit;	
	background-position: right top;
	content: "";
	display: block;
	height: 15px;
	width: 12px;
	margin: -15px 0 0 auto;
}
.dropShadow:after {
	background: inherit;	
	background-position: left bottom;
	content: "";
	display: block;
	height: 15px;
	width: 12px;
	margin: -18px 0 0 -12px;
}
.dropShadow .inner {
	display: block;
	position: relative;
	top: -15px;
	left: -12px;
	margin: 0;
}

/* MISC */
.clear { clear: both }

