﻿/* GLOBAL */
* {
	margin:				0;
	padding:				0;
}
body {
	text-align:			center;
	margin-left:		0px;
	margin-right:		0px;
	margin-top: 		0px;
	margin-bottom: 	20px;
	padding: 			20px 0;
}
img {
	border: 				0;
}
/* TYPOGRAPHY */
body, h1, h2, h3, p, a {
	background-color:	inherit;
	color: 				#000;
	font-size: 			12px;
	font-family: 		tahoma, verdana, helvetica, arial, sans-serif;
}
/* LINKS */
a, a:link, a:hover {
	text-decoration:	underline;
	color:				inherit;
	cursor:				pointer;
}
a:link a:visited a:hover, a:active {
	color:				inherit;
	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 */
#wrapper_large, #wrapper_thumb {
	text-align:			left;
	width: 				900px;
	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;
	font-size: 			20px;
}
/* COLLECTION HEADER */
#collectionHeader {
	margin-bottom: 	15px;
}
#collectionHeader h1 {
	font-size: 			20px;
	text-align:			center;
}
#collectionHeader p {
	line-height: 		16px;
	margin-top: 		5px;
}
/* COLLECTION INLINE */
#collectionInline {
	float: 				left;
	position: 			relative;
	color:				inherit;
	background-color: #b3b3b3;
width: 					321px /*2 x CellWidth + 1px Gap*/;
height: 					482px /*3 x CellHeight + 2px Gap*/;
overflow:				hidden;
}
#collectionInline .padding {
	padding: 			15px;
}
/* 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 .current {
	border: 				solid 1px #7f7f7f;
}
/* 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;
}
/* INDEX - GRID */
.thumbnail {
	float: 				left;
	position: 			relative;
	color:				inherit;
	background-color: #949494;
	width: 				160px;
	height: 				160px;
	overflow: 			hidden;
}
.thumbnail:hover {
	color:				inherit;
	background-color: #a1a1a1;
}
.emptyThumbnail {
	float: 				left;
	position: 			relative;
	color:				inherit;
	background-color: #949494;
	width: 				160px;
	height: 				160px;
	overflow: 			hidden;
}
/* INDEX */
.selected:hover {
	color:				inherit;
	background-color: #a1a1a1;
}
.cellThumbnail:hover {
	color:				inherit;
	background-color: #949494;
}
.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;
}

.previous {
	
}

.next {
	
}

.index {
	
}

#detailCaption {
	margin: 				10px;
	text-align: 		center;
}
.preview {
	border: 				1px solid black;
	position: 			relative;
}

.thumb {
	border: 				1px solid black;
	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: 				-13px 0 0 -10px;
}
.orderImage {
	margin-left:		20px;
	float:				left;
}
.boldandBig {
	font-size: medium;
	font-variant: small-caps;
	color: #624120;
	font-weight: bold;
}
.formatPortrait {
	display:block;
	width:40%;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
}
.formatLandscape {
	display:block;
	width:75%;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
}
.formatSquare {
	display:block;
	width:60%;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
}