/* ==================================================================================================== ]]-- Content Area / "The Canvas" -- */

#the-canvas {
	margin: 0 auto;
	padding: 0px 0 0px;
	text-align: left;
	position: relative;
	display: block;
	width: 100%;
	}


/* ==================================================================================================== ]]-- The Block -- */

.the-block {
	margin: 20px auto 0;
	padding: 20px 20px;
	max-width: 100%;
	min-height: 10px;
	background-color: transparent;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-right-width: 0;
	border-style: solid;
	border-color: #595959;
	-webkit-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.5 );
	-moz-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.5 );
	box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.5 );
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; 
	position: relative;
	}

.the-block-content {
	margin: 0 auto;
	max-width: 100%;
	}


.page-image {
	padding: 4px;
	border: 0px solid #2C2C2C;
	background-color: #333333;
	-webkit-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.5 );
	-moz-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.5 );
	box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.5 );
	}


.page-copy, .page-copy p {
	color: #CCCCCC;
	}

.page-copy a, #login a {
	color: #FF143B;
	}

.page-copy a:hover, #login a:hover {
	color: #F5001D;
	}

.page-copy blockquote > p {
	color: #FFFFFF;
	}

.page-copy h1 {
	color: #FFFFFF;
	}

.page-copy h2 {
	color: #FFFFFF;
	}

.page-copy h3, .page-copy h4, .page-copy h5, .page-copy h6 {
	color: #CCCCCC;
	}

.page-copy pre, .page-copy p > code {
	background-color: #595959;
	color: #FFFFFF;
	}

.page-copy pre > code {
	background-color: transparent;
	}

.page-copy img {
	background-color: #333333;
	border-color: #2C2C2C;
	}

.page-copy hr {
	border-bottom: 1px solid #CCCCCC;;
	background-color: #CCCCCC;
	color: #CCCCCC;
	}


/* ==================================================================================================== ]]-- The Grid -- */

.the-grid {
	margin: 20px auto 0;
	padding: 0px 0 0px;
	max-width: 100%;
	background-color: transparent;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-right-width: 0;
	border-style: solid;
	border-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.5 );
	-moz-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.5 );
	box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.5 );
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px; 
	position: relative;
	}

.the-grid-content {
	margin: 0 auto;
	max-width: 100%;
	}


/* ==================================================================================================== ]]-- Thumbnails -- */

#Gallery {
	margin: 0 auto;
	}

.grid-cell {
	margin: 0 10px 20px 10px;
	width: 115px;
	background: transparent;
	float: left;
	display: inline;

	-webkit-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.5 );
	-moz-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.5 );
	box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.5 );

/* grid-cell border-top-radius */
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

/* end grid-cell border-top-radius */


/* grid-cell border-bottom-radius */
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

/* end grid-cell border-bottom-radius */

	}

.thumbnail-cell {
	margin: 0 auto;
	padding: 0;
	width: 115px;
	height: 115px;
	background-color: transparent;
	overflow: hidden;
	position: relative;

	border-style: solid; border-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

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

.thumbnail-holder {
	margin: 0 auto;
	}


	.thumbnail-holder > a {
		margin: 0;
		padding: 0;
		cursor: pointer;
		}
	
	.thumbnail-image {
		margin: 0 auto;
		padding: 1px;
		border: 2px solid #FFFFFF;
		background-color: #000000;
		display: block;

	-webkit-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.5 );
	-moz-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.5 );
	box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.5 );
		}




/* ==================================================================================================== ]]-- Metadata Plates -- */

.metadata-plate {
	margin: 0 auto;
	padding: 0;
	border: 0px solid #FFFFFF;
	width: auto;
	background-color: transparent;
	color: #333333;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	clear: both;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	}

.metadata-plate-one {
	margin-top: 0px;
	margin-bottom: 1px;
	
	padding-top: 4px;
	padding-bottom: 4px;
	
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;

	max-width: 115px;
	min-height: 12px;

	font-size: 12px;
	font-weight: normal;
	text-align: right;

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

.metadata-plate-two {
	margin-top: 0px;
	margin-bottom: 1px;
	
	padding-top: 4px;
	padding-bottom: 4px;

	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;

	max-width: 115px;
	min-height: 12px;

	font-size: 12px;
	font-weight: normal;
	text-align: right;

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

.metadata p {
	padding: 0 5px;
	}

.cellnumber {
	background-color: transparent;
	color: #2C2C2C;
	font-weight: bold;
	float: left;
	}

/* ==================================================================================================== ]]-- Photoswipe -- */

body.ps-active, body.ps-building, div.ps-active, div.ps-building, div.ps-document-overlay, div.ps-zoom-pan-rotate {
	background-color: #141414 !important;
	}	
	





/* ==================================================================================================== ]]-- Google Maps, Image Download -- */

.download, .permalink, .map {
	margin: 0;
	padding: 2px;
	width: 16px;
	height: 16px;
	background-color: #7F7F7F;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	}

.download span, .permalink span, .map span {
	display: none;
	}




/* ==================================================================================================== ]]-- E-Commerce -- */

.purchase-button {
	margin: 0;
	padding: 0px 0 4px;
	width: auto;
	height: 16px;
	max-width: 113px;
	background-color: #000000;
	color: #FFFFFF;
	cursor: pointer;
	position:absolute;
	top:1px;
	right:1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	}

.purchase-button p {
	margin: 0 6px 0 0;
	padding: 5px 0 0 6px;	
	float: left;	
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	}

.purchase-icon {
	margin: 0 auto;
	padding: 2px;
	width: 16px;
	height: 16px;
	background: url('../images/white/shop_cart_icon-16.png') no-repeat center center;
	background-color: #F35912;
	float: right;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	}

.purchase-icon span {
	display: none;
	}







