/* GLOBAL */
* {
        margin:0;
        padding:0;
}
body {
        text-align:center;
        margin-left:0px;
        margin-right:0px;
        margin-top: 0px;
        margin-bottom: 20px;
        padding: 20px 0;
    font-size: 12px;
}
img {
        border: 0;
}
/* TYPOGRAPHY */
body, h1, h2, h3, h4, h5, h6, p, a {
        background-color:inherit;
        color: #b3b3b3;
        font-family: helvetica, arial, tahoma, verdana, sans-serif;
}
/* LINKS */
a, a:link, a:hover {
        font-weight: bold;
	text-decoration:underline;
	cursor:pointer;
}
a:link a:visited a:hover, a:active {
	text-decoration:none;
}
/* MISC */
.clear {
	clear: both;
}
.borderTopLeft {
	border-top: 1px solid #787878;
	border-left: 1px solid #787878;
}
.borderBottomRight {
	border-right: 1px solid #787878;
	border-bottom: 1px solid #787878;
}
.borderRight {
	border-right: 1px solid #787878;
}
/* SITE WRAPPER */
#wrapper2, #wrapper {
	text-align:left;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
/* SITE TITLE */
#sitetitle {
	margin-bottom: 10px;
	border-bottom: 1px dotted #7f7f7f;
}
#sitetitle h1 {
	background-color:inherit;
	color: #7f7f7f;
	font-size: 20px;
}
/* COLLECTION HEADER */
#collectionHeader {
	margin-bottom: 15px;
}
#collectionHeader h1 {
	font-size: 14px;
}
#collectionHeader p {
	line-height: 16px;
	margin-top: 5px;
}
/* PAGINATION */
.pagination {
	float: right;
	margin-bottom: 10px;
	padding: 0;
}
.pagination ul {
	margin: 0;
	padding: 0;
}
.pagination li {
	float: left;
	list-style: none;
	padding: 5px;
}
.pagination li, .pagination a {
}
.pagination .previous {
	font-weight: bold;
	margin-left: 25px;
}
.pagination .next {
	font-weight: bold;
}
.pagination .readout {
	font-weight: bold;
}
.pagination .current {
	border: solid 1px #7f7f7f;
}
/* CONTACT */
#contact {
	/*float: left;
*/
	margin-bottom: 10px;
	padding: 5px 0;
}
#contact span, #contact a {
}
/* STAGE */
#stage, #stage2, #index {
	float: left;
	position: relative;
	margin: 0;
}

#stage, #stage2 {
	padding-bottom: 10px;
	border-bottom: 1px dotted #7f7f7f;
}

/* PREVIEW FULL */
#previewFull {
	float: left;
	position: relative;
	color:inherit;
	background-color: #191919;
}
#previewFull .padding {
	padding-top: 15px;
}

/* INDEX - GRID */
.thumbnail {
	float: left;
	position: relative;
	color:inherit;
	background-color: #949494;
	overflow: hidden;
}
.thumbnail:hover {
	color:inherit;
	background-color: #a1a1a1;
}
.emptyThumbnail {
    float: left;
    position: relative;
    color:inherit;
    background-color: #949494;
    overflow: hidden;
}
/* INDEX */
.itemNumber {
	z-index: 0;
	position: absolute;
	top: 2px;
	left: 2px;
/* 	background-color:inherit; */
	color: #9c9c9c;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -1px;
}
/* Metadata Formatting */
.previewFullMetadata hr {
	border:0;
	height: 0px;
	margin-left: 10px;
	margin-right: 10px;
}


.detailNav {
	width: 100%;
	float:left;
	clear: both;
	text-align: center;

}

.detailNav ul {
	margin: 10px auto;
	text-align: center;
}

.detailNav ul li {
	display:inline;
	text-align: center;
	list-style: none;
	padding: 5px;
}

#detailCaption {
	margin: 10px;
	text-align: justify;
}

.thumb {
        border: 1px solid black;
        position: relative;
}

.dropShadow {
	background: url(../misc/shadow.png) right bottom no-repeat;
	display: block;
	float: left;
	margin: 10px -10px -10px 10px;
	position: relative;
}

.dropShadow:before, .dropShadow:after {
	background: inherit;	
	content: " ";
	display: block;
	height: 10px;
	width: 10px;
}

.dropShadow:before {
	background-position: right top;
	margin: -10px 0 0 auto;
	position: absolute;
	right: 0;
	top: 0;
}

.dropShadow:after {
	background-position: left bottom;
	margin: -14px 0 0 -10px;
}

.dropShadow .inner {
	display: block;
	left: -10px;
	margin: 0;
	overflow: hidden;
	position: relative;
	top: -10px;
}
