/* 	the_block 
=================================================== */

#galleries #the-block {
	text-align: left;
	}

#the-block,
#login
	{
	margin: 0 auto;
	
	}

#the-block .mantle, 
#login .mantle
	{
	background-color: transparent;
	border: 0 dotted #2C2C2C;
	border-width: 0px 0 0px 0;
	margin: 24px auto 8px;
	padding: 0px 24px 0px;
	
	position: relative;
	width: auto;
	max-width: none;

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

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


	}

#the-block .core,
#login .core
	{
	max-width: none;
	padding: 0 35px;
	}

#login {
	max-width: 300px;
	}
#login .core {
	padding: 0;
	}


@media only screen and (max-width: 600px) {
	#the-block, 
	#login
		{
		margin: 0 auto;
	
		}

	#the-block .mantle, 
	#login .mantle
		{
		padding: 0px 0 0px;
		}

	#the-block .core,
	#login .core 
		{
		max-width: none;
		padding: 0 6px;
		}
	} /* max-width: 600px */

#the-block img {
	background-color: #FFFFFF;
	border: 0px solid #2C2C2C;
	display: block;
	margin: 0 auto;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

img.float-left, 
#the-block img.float-left {
	margin: 0 24px 24px 0;
	}
img.float-right, 
#the-block img.float-right {
	margin: 0 0 24px 24px;
	}
img.inline-image,
#the-block img.inline-image {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
	}

#the-block-image {
	display: block;
	margin: 0 auto;
 
	text-align: center;
	}

@media only screen and (max-width: 992px) {
	#the-block img, 
	.float-left, 
	.float-right {
		float: none;
		margin: 0 auto;
		max-width: 100%;
		width: auto !important;
		}
	#the-block-image, 
	.float-left, 
	.float-right {
		margin-bottom: 24px;
		}
	} /* max-width: 992px */


/* 	the_grid 
=================================================== */
/* Galleries Page */
#galleries #the-grid {
	margin: 0 auto;
	
	}

#galleries #the-grid .mantle {
	background-color: transparent;
	border: 0 dotted #2C2C2C;
	border-width: 0px 0 0px 0;
	margin: 24px auto 0px;
	padding: 0px 24px 0px;
	
	position: relative;
	width: auto;
	max-width: none;

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

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


	}

#galleries #the-grid .core {
	max-width: none;
	padding: 0 0px;
	}

@media only screen and (max-width: 600px) {
	#galleries #the-grid {
		margin: 0 auto;
	
		}

	#galleries #the-grid .mantle {
		padding: 0px 0 0px;
		}

	#galleries #the-grid .core {
		max-width: none;
		padding: 0 6px;
		}
	} /* max-width: 600px */


#gallery-index {
	margin: 0 auto;
	padding: 0;
	}

#gallery-index p {
	color: #2C2C2C;
	line-height: 1.2em;
	margin: 0;
	}

#gallery-index a {
	color: #2C2C2C;
	text-decoration: none;
	}
	#gallery-index a:hover {
		text-decoration: none;
		}

#gallery-index .album {
	background-color: #F1F1F1;
	border: 0px solid #2C2C2C;
	cursor: pointer;
	float: left;
	height: 180px;
	margin: 0 4px 8px;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: left;
	width: 270px;

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

	}
@media only screen and (max-width: 556px) {
	#gallery-index {
		width: 100% !important;
		}
	#gallery-index .album {
		float: none;
		margin: 0 auto 8px;
		}
	} /* max-width: 556px */

#gallery-index .album:focus, 
#gallery-index .album:hover {
	background-color: #E1E1E1;
	}

#gallery-index .album, 
.album-mantle {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	}

.album-mantle {
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 180px;
	margin: 0;
	padding: 0;
	}

.blank-image {
	height: 180px;
	width: 270px;
	}

.mosaic-overlay {
	background-color: #ffffff;
	background-color: rgba( 255, 255, 255, 0.65 );
	display: none;
	padding: 8px 10px 8px;
	position: absolute;
	width: 250px;
	z-index: 5;

	left: 0;
	bottom: 0;


	height: 18px;

	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;	
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;

	} /* .mosaic-overlay */

@media only screen and (max-width: 1024px) {
	/* Lacking hover events, do not hide on tablets and mobile */
	.responsive-mosaic {
		left: 0 !important;
		bottom: 0 !important;
	height: 18px !important;
	opacity: 100 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=100) !important;
		}
	} /* max-width: 1024px */

.album-info {
	margin: 0;
	padding: 0;
	text-align: left;
	}

.album-title {
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	}

.album-description {
	display: none;
	}


