body {
	font-family: 'Century Gothic', Arial, sans-serif;
	width: 100%;
	background-color: #F0F0FF;
	color: #000010;
	margin: 0em;
}

h1 {
	text-align: center;
}

code {
	white-space: pre;
}

.main {
	margin: 1em;
}

.footer {
	clear: both;
	padding: 1em;
	text-align: center;
	font-size: 80%;
}

.footer a {
	text-decoration: none;
	color: #000020;
}

.footer a:hover {
	text-decoration: underline;
	color: #000040;
}

.iconbar a img {
	padding: 0em 0.5em;
	border: 0em;
}

.homelink {
	position: absolute;
	top: 1em;
	left: 1em;
	z-index: 50;
}

.homelink a {
	text-decoration: none;
	color: #000020;
	font-weight: bold;
	text-shadow: 0.1em 0.1em 0.2em #C3CBDF;
}

.homelink a:hover {
	text-shadow: 0.1em 0.1em 0.2em #FFFFFF;
}

.nav {
	text-align: right;
	position: absolute;
	top: 1em;
	right: 3em;
	z-index: 50;
}

.nav ul {
	list-style: none;
	line-height: 1.5em;
}

.nav ul li a {
	color: #000020;
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 0.1em 0.1em 0.2em #C3CBDF;
	white-space: nowrap;
}

.nav ul li a:hover {
	text-shadow: 0.1em 0.1em 0.2em #FFFFFF;
}

.nav ul li {
	position: relative;
}
	

.nav ul li ul {
	display: none;
}

.nav ul li:hover ul {
	display: block;
	font-weight: normal;
	padding: 0em 3em 0.5em 0em;
	position: absolute;
	right: 1em;
	top: 0.5em;
	border: 0.1em rgba(128, 128, 128, 0.7) solid;
	border-radius: 0.5em;
	background-color: rgba(128, 128, 128, 0.85);
	z-index: 50;
}

.nav ul li ul li {
	float: none;
	display: block;
	position: relative;
}

.nav ul li ul li a {
	text-decoration: none;
	color: #000020;
	font-size: 80%;
	padding: 0em 1em;
	text-shadow: 0.1em 0.1em 0.1em #C3CBDF;
}

.nav ul li ul li a:hover {
	color: #800020;
	text-shadow: 0.1em 0.1em 0.1em #FFFFFF;
}

.imagereflected {
	-webkit-box-reflect: below 0% linear-gradient(transparent, transparent 85%, rgba(255, 255, 255, 0.4) 95%, rgba(255, 255, 255, 0.9));
	margin-bottom: 5%;
}

.galleryiframe {
	width: 100%; 
	height: 100em; 
	border: none;
}

.gallerythumbs {
	border-radius: 1em;
        border: #595970 double 0.1em;
        padding: 1em;
	margin: 0em auto;
        width: 95%;
        background-color: #A3ABBF;
	text-align: center;
}

.gallerythumbs img {
	margin: 0.1em;
}

.gallerypic {
        text-align: center;
	margin: 0em auto;
        width: 95%;
	border-radius: 1em;
        border: #595970 double 0.1em;
        padding: 0.2em;
        background-color: #A3ABBF;
}

.gallerypic a {
        text-decoration: none;
        color: #444444;
}

.gallerypic a:hover {
        text-decoration: underline;
}

.gallerylinktable {
	margin: 0em auto;
        width: 95%;
}

.gallerylinktable td {
        width: 33%;
}

.textcontent {
	width: 80%;
	margin: 0em auto;
	padding: 1em 0em;
	line-height: 1.5em;
}

.photo {
	width: 30%;
	float: right;
	padding-left: 1em;
	font-size: 80%;
	text-align: right;
}

.photo img {
	width: 100%;
}

.exif {
	margin: 2em 1em 1em 1em;
	border-collapse: collapse;
}

.exif th {
	border: #595970 solid 0.1em;
	padding: 0.2em;
	background-color: #939BAF;
	text-align: center;
}

.exif td {
	border: #595970 solid 0.1em;
	padding: 0.2em;
	background-color: #FFFFFF;
	text-align: left;
}

.icons {
	margin-top: 4em;
}

.icons img {
	vertical-align: middle; 
	border: 0em;
}

.popupbody {
	margin: 0.5em;
}

.popupbody table {
	border: 0.1em #000000 solid;
	border-collapse: collapse;
}

.popupbody table td {
	border: 0.1em #000000 solid;
	padding: 0.25em;
}

.sidebar {
	float: right;
	width: 25%;
	margin-left: 1em;
	padding: 0.5em;
	border: 0.2em solid #000060;
	background-color: #D0D0DD;
	border-radius: 0.5em;
	color: #000060;
}

.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4 {
	text-align: center;
	background-color: #B0B0BB;
	margin: 0em;
}

.sidebar img {
	max-width: 95%;
	border: 0em;
}

.location_exif {
	float: right;
	clear: right;
}

.location_map {
	border: 0px; 
	width: 300px; 
	height: 225px; 
	float: right;
	padding-left: 1em;
}

.fullreslink {
	float: right;
	width: 25vw;
	max-width: 50vw;
	padding: 0.5em;
	border: 1px solid #000060;
	background-color: #FFFFFF;
	color: #000060;
	margin: 2em 1em 1em 1em;
}
	
