body {
	font-family: verdana;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin: 0;
	background: #000000;
}
h1 {
	color: #1b86b9;
	font-size: 2em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
}
a {
	text-decoration: none;
	border: none;
	color: #06C;
}
a:hover { color: #060;}

img {border: none;}

#head {
	width: auto;
	min-width: 800px;
	padding: 25px 0 0;
	position: relative;
}

#menu {
	position: relative;
	width: auto;
	min-width: 800px;
	height: 30px;
	padding: 25px 0;
	font-weight: bold;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#menu ul{
	width: auto;
	position: relative;
	padding: 0;
	margin: 0;
}
#menu li{
	display: inline-block;
	position: relative;
	height: auto;
	margin: 0;
	padding: 0 9px;
	left: 0px;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
}
#menu li a{color: #339ed1;;}
#menu li a:hover{color: #ffffff;}
#menu li.on{color: #ffffff;}

#main {
	max-height: 600px;
	max-width: 800px;
	margin: 30px auto; 
}
#main .slider {
	width: 100%;
	position: relative;
	display: inline-block; 
}

#main .slides {
/*	margin: 0;
	max-height: 600px; */
}

#main ul {
	margin: 0;
	padding: 0;
}
#main .galleries {
	position: relative;
	display: inline-block;
	margin: 0 75px 0 0;
	vertical-align: top;
}
#main .galleries ul {
	position: relative;
	height: auto;
	text-align: center;
	padding: 0;
}
#main .galleries li:first-child { margin: 0 0 85px;}

#main .galleries li {
	list-style-type: none;
	height: 200px;
	width: 200px;
	position: relative;
	padding: 7px;
	box-shadow: 0 2px 4px #000;
	background-color: #fff !important;
}
#main .galleries li a {
	display: block;
	height: 200px;
}
#main .galleries span {
	color: #000;
	top: 220px;
	position: relative;
	background: #fff;
	padding: 2px 4px;
	font-size: 1.2em;
	font-weight: bold;
	box-shadow: 0 2px 3px #000;
}

#about {
	display: inline-block;
	width: 100%;
	margin: 33px auto 66px;
	padding: 0 0 10px 0;
	width: 570px;
}
#about figure{
	display: inline-block;
}
#about figure figcaption{
	font-style: italic;
	font-size: 1.0em;
	width: 270px;
	margin: 20px 0 0 0;
	text-align: justify;
}
#about p{
	margin: 0;
	padding: 0;
	line-height: 1.33;
	text-indent: 40px;
	text-align: justify;
	font-size: 16px;
}
#about span {
	float: right;
}
#about img{
	border: #555 1px solid;
	padding: 7px;
	background: #fff;
}

#news {
	width: 100%;
	margin: 33px 0 66px;
}
#news dl{
	text-align: left;
	width: 50%;
	}
#news dt{
	font-size: 1.7em;
	margin-top: 25px;
}

#contact { margin: 33px 0 66px;}

#prints {
	width: 100%;
	margin: 33px auto;
	width: 500px;
	font-size: 16px;
	text-align: left;
}
#prints p{
	margin: 0;
	padding: 0;
	text-indent: 20px;
}

/* Gallery Layout */
#click {
	color: #aaa;
	font-weight: bold;
	margin: 0;
}
#links {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	margin: 30px 5%;
}
#links a{
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	width: 200px;
	height: 250px;
	margin: 30px;
	text-decoration: none;
}
#links img {
	object-fit: contain;
	margin: auto 0;
	border: 1px solid #222;
}
#links span {
	height: 20px;
	margin: 0;
	color: #1b86b9;
	font-size: 14px;
	font-weight: bold;
}

#thumbs {
}
#thumbs ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	margin: 20px auto 30px;
	padding: 0;
}
#thumbs li {
	display: flex;
	flex-flow: column wrap;
	align-content: center;
	width: 200px;
	height: 260px;
	padding: 10px;
	cursor: pointer;
	list-style-type: none;
}
#thumbs li a {
}
#thumbs span {
	width: 100%;
	color: #1b86b9;
	padding: 2px 4px;
	line-height: 19px;
	font-size: 14px;
	font-weight: bold;
}

#slider {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	background: #000;
	z-index: 999;
}

#social {
	width: 32px;
	right: 10px;
	top: 10px;
	position: absolute;
}

#footer{
	position: fixed;
	bottom: 0px;
	font-size: x-small;
	line-height: 20px;
	width: 100%;
	background: #000;
	z-index: 9;
}

/* blueimp overrides */
.blueimp-gallery-carousel{
	box-shadow: 0 3px 5px #000 !important;
}
.blueimp-gallery{
	background: #000 !important;
}
.blueimp-gallery .slide-content{
	border: 1px solid #222;
	max-height: 80% !important;
	max-width: 80% !important;
}
.blueimp-gallery > .title, .blueimp-gallery > .close{
	color: #ccc !important;
}
.blueimp-gallery-display > .next, .blueimp-gallery-display > .prev{
	border: none !important;
	background-color: unset !important;
}
.blueimp-gallery-display > .next{
	right: 5px !important;
}
.blueimp-gallery-display > .prev{
	left: 5px !important;
}

.blueimp-gallery > .sizes {
  position: absolute;
  bottom: 5px;
  left: 15px;
  text-align: left;
  font-weight: bold;
  color: #000;
  background: rgba(255,255,255,0.5);
  padding: 2px 5px;
  display: none;
}
.blueimp-gallery-controls > .sizes {
  display: block;
}

/* Responsive */
@media screen and (max-width: 960px) {
	#main .galleries{
		margin: 0 0 100px;
		width: 100%;
	}
	#main .galleries li:first-child{
		margin: 0 0 0 10px;
	}
	#main .galleries li{
		display: inline-block;
		margin: 0 0 0 16px;
	}
	
	#thumbs {
		width: 100%;
	}
	#thumbs ul {
		margin: 20px 4% 30px;
	}
	#thumbs li {
		margin: 0 0 84px 30px;
	}
}

@media screen and (max-width: 768px) {
	#head, #menu, #main, #footer {
		min-width: auto;
		height: auto;
	}
	
	#thumbs li {
		margin: 0 0 64px 16px;
	}
}

@media screen and (max-width: 640px) {
	#social {
		height: 32px;
		width: auto;
		top: inherit;
		right: inherit;
		position: inherit;
	}
	
	#thumbs {
		width: auto;
	}
	#thumbs li {
		margin: 0 0 84px 8%;
	}
}

@media screen and (max-width: 600px) {
	#thumbs li {
		margin: 0 0 64px 8%;
	}
	
	#about {
		width: 100%;
	}
	#about p { padding: 0 10px; }
}

@media screen and (max-width: 560px) {
	#main .slider{ display: none;}

	#thumbs li {
		margin: 0 0 64px 5%;
	}
}

@media screen and (max-width: 480px) {
	#head .name {
		max-width: 90%;
	}
	#main .galleries li:first-child { margin: 0 0 70px;}
	#main .galleries li { margin: 0; }
	
	#thumbs li {
		margin: 0 auto 60px;
		float: none;
	}
	
	#prints {
		width: auto;
		margin: 33px 10px 0;
	}
	.fLeft, .fRight {
		float: none;
		display: block;
		margin: 0;
	}
}