﻿body {
	margin: 0 auto;
	padding: 20px;
	max-width: 900px;
	font: 13px Lucida Sans Unicode, Georgia, sans-serif, Georgia, "Times New Roman", Times, serif;
	background: #eee;
	color: #555;
}
h1 {
	font-family: normal 220%/100% Georgia, Verdana, Arial, sans-serif Unicode, Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 5px 0;
	letter-spacing: 5px;
    text-align: center;
}
h2 {
	font-family: normal 120%/50% Georgia, Verdana, Arial, sans-serif Unicode, Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 5px 0;
	letter-spacing: 1px;
    text-align: center;
}
#section {
   margin-left: 10px;
   margin-right: 10px;
}
#subheader {
   margin-left: 10px;
   margin-right: 10px;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-width: 280px;
     -moz-column-width: 280px;
          column-width: 280px;
}

#subheader p {
   margin-top: 0px;
       text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    word-break:break-word;
    hyphens: auto;
}
#subheader2 {
   margin-left: 10px;
   margin-right: 10px;
}

#subheader2 h3 {
   margin-left: 10px;
   margin-right: 10px;
   text-align: center;
}
#subheader2 p {
   margin-top: 0px;
       text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    word-break:break-word;
    hyphens: auto;
}
#subheader3 h2 {
   margin-left: 10px;
   margin-right: 10px;
   text-align: center;
}
#subheader3 h3 {
   margin-left: 10px;
   margin-right: 10px;
   text-align: center;
}
h2 a {
	text-decoration: none;
   font-weight: 700;
	color: #a55;
}
h2 a:hover {
	text-decoration: none;
   font-weight: 700;
	color: #222;
}
img.axel {
   display: block;
   margin: auto;
   width: 100%;
   max-width: 250px;
   height: auto;
}

img.inline {
   display: block;
   margin: auto;
   width: 100%;
   max-width: 250px;
   height: auto;
   padding: 5px;
}
a:hover img.inline {
   opacity: 80%;
}

#top {
	color: #FFF;
	border: 0;
	border-bottom: solid 1px #ccc;
}

#bottom {
	color: #FFF;
	border: 0;
	border-top: solid 1px #ccc;
}
.backlink {
    font-size: 12px;
}
.backlink a {
	text-decoration: none;
    font-size: 13px;
    font-weight: 700;
	color: #777;
}
.backlink a:hover {
	text-decoration: none;
    font-size: 13px;
    font-weight: 700;
	color: #222;
}
.rotate90 {
   -webkit-transform-origin: 50% 50%;
   -moz-transform-origin: 50% 50%;
   -o-transform-origin: 50% 50%;
   transform-origin: 50% 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rotate270 {
   -webkit-transform-origin: 50% 50%;
   -moz-transform-origin: 50% 50%;
   -o-transform-origin: 50% 50%;
   transform-origin: 50% 50%;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

img {
	border: none;
}
#page_nav {
	color: #999;
	clear:both;
	text-align: center;
}
#page_nav a:link, #page_nav a:visited {
	text-decoration: none;
	color: #777;
}
#page_nav  a:hover, #page_nav a:visited:hover {
	text-decoration: none;
	color: #222;
}
#breadcrumb_nav {
	color: #999;
}
#breadcrumb_nav a, #breadcrumb_nav a:link, #breadcrumb_nav a:visited {
	text-decoration: none;
	color: #777;
}
#breadcrumb_nav a:hover, #breadcrumb_nav a:visited:hover {
	text-decoration: none;
	color: #222;
}
a {
	color: #222;
}
#galcontainer,#gal2container {
	overflow: auto;
	max-width: 808px;
    margin: 0 auto;
}
.hidden {
	visibility: hidden;
	position:absolute;
	top:0;
	left:0;
	display:inline;
}
#topbar {
	border-bottom-color: #333;
	/*border-style: none;*/
	color: black;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding-top: 5px;
	float: none;
	width: 100%;
	height: 25px;
	text-align: center;
	background-color: #FFFF99;
	border-bottom: 1px solid #DDD;
}
#topbar a:link, #topbar a:visited, #topbar a:hover, #topbar a:visited:hover {
	text-decoration: underline;
	color: #000;
}
#topbar img{
	position: absolute;
	right: 6;
	top: 6;
	vertical-align: middle;
}

/* ---------- gallery styles start here ----------------------- */
.nanogal {
	list-style: none;
	margin: 0;
	padding: 0;
    width: 100%;
}
.nanogal figure{
	padding: 0px;
	margin: 1px;
	float: left;
	position: relative;
	width: 200px;
	height: 200px;
   overflow:hidden;
}
.nanogal figure:hover img {
	background: #CCC;
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity:0.7;
}
.nanogal img {
	background: #000;
	color: #666;
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto; 
    height: auto;
    width: auto;
}
.nanogal em {
	background: #fff;
	color: #000;
	font-style: normal;
	font-size: 14px;
	padding: 2px 10px;
	display: block;
	position: absolute;
	top: 170px;
	left: 0px;
	width: 200px;
	height: 20px;
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity:0.6;
}

.nanogal figure:hover em {
	background: none;
}

.nanogal a {
	text-decoration: none;
}
.nanogal a:hover em {
	background: #fff;
	color: #000;
    font-size: 14px;
}

.pswp__zoom-wrap .boxtext {
    margin: auto;
    text-align: center;
    vertical-align: middle;
    margin-top: 100px;
    font-size: 24px;
    color: #ddd;
}
figure .boxtext {
    padding: 10px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

