
div.container-main {
/* 	background-color: #fff; */
	background-color: #eaeaea;
}










ul.gallerylinks {
/* 	margin-left: -10px; */
	margin:0 0 10px;
}

ul.gallerylinks li {
	font-weight: normal;
	font-family:'QuicksandBookRegular';
	font-size: 11pt;
/* 	margin:0; */
/* 	padding:0; */
/* 	padding: 5px; */
/* 	line-height: normal; */
}





div.paginationControl {
	margin: 15px 0 15px 0 ;
	font-size: 9pt;
/* 	float:right; */
}

div.paginationControl > a:hover {
	text-decoration: none;
}












div.gallerydeck {
	margin: 25px 0 100px 0;
}


div.gallerydeck:last-child {
	margin: 25px 0 15px 0;
}

div.gallerydeck_title {
	margin: 10px 0 0 0;
}


a.sidelink {
/*     width:110px; */
    display: block;
	font-size: 11pt;
/* 	margin-bottom: 3px; */
/* 	margin-left: -10px; */

	font-weight: normal;
	font-family:'QuicksandBookRegular';
	color:#666;
	text-decoration: none;
}



.description {
	margin: 10px 0 0 0;
	color:#333;

	font-size: 11pt;
	line-height: 150%;
/* 	font-family: arial, helvetica, sans-serif; */
	font-weight: normal;
	font-family:'QuicksandBookRegular';
	white-space: pre-wrap;
	overflow-x: hidden;

}

.categories {
	margin: 10px 0 0 0;
	color:#333;
	font-size: 9pt;
	font-weight: normal;
	font-family:'QuicksandBookRegular';
}

.title {
	text-transform: uppercase;
	margin:0;
/* 	line-height: 100%; */
	font-weight: normal;
	font-family:'QuicksandBoldRegular';
	font-size: 18pt;
}

a.title {
	text-decoration: none;
	color: #333;
}

.byline {
	margin:0;
/* 	line-height: 100%; */
/* 	color:#666; */
	font-weight: normal;
/* 	font-family:'QuicksandBoldRegular'; */
	font-family:'QuicksandBookRegular';
	font-size: 17pt;
}




















input[type=radio]{
	margin-right:5px;
}


/*
div.paginator {
	margin: 0 0 10px;
}
*/

div.gallery_social > div {
	display: inline-block;
	vertical-align: top;
}


/*
div.privacy-buttons {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.privacy-buttons > button {
	display:inline;
	margin: 15px;
}

button.btn-privacy {
	height:100px;
	width: 100px;
	text-align: center;
}
*/



hr {
	margin: 4px 0;
/* 	height: 1px; */
/* 	border-style: solid; */
/* 	border-top: 1px; */
	border-top-color: #ddd;
	color:#333;
}








div.gallerydeckthumb {

	height: 400px;

	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat:no-repeat;
	background-position: center center;

/*
	border-style: solid;
	border-width: 1px;
	border-color: #ddd;
*/
	cursor:hand;



}



/*
a.disqus_comment_count {
	font-size:8pt;
}
*/

/*

#modal-stats-body {
    color:#333;
	background-color: #fff;
}

#modal-privacy-body {
    color:#333;
	background-color: #fff;
}

#modal-unpublish-body {
    color:#333;
	background-color: #fff;
}
*/











div.slideimagecredit {
/* 	height:20px; */
/* 	background-color: rgba(0,0,0,0.7); */
	background-color: #000;

	filter: alpha(opacity=80); /* internet explorer */
	opacity: 0.8;           /* fx, safari, opera, chrome */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /*IE8*/

/*
	margin-left:1px;
	margin-right: 1px;
*/
	padding:5px;
	position:relative;
	top:-23px;
	height: 25px;
	color:#fff;
	font-size:7pt;
	text-transform: lowercase;
	display:inline;
}

div.slideimagecredit > a {
	color:#fff;
}

div.slideimagecredit > a > img {
	display:inline;
	width:12px;
	height:12px;
	padding:0;
	margin:0 1px 3px;
}

