@charset "UTF-8";
/* CSS Document */

/* Reset the basics */

body,
p, a, h1, h2, h3, h4, h5,
table, tr, td, ul, li,
div, span, iframe {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial !important;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

img {
	border: 0;
}

a {
	color: #204D09;
}

.mob { display:none; }

/* CONTAINERS */

.spacer {
	height: 50px;
	width: 100%;
	display: block;
	clear: both;
}

.container {
	width: 100%;
	margin: 0;
	display: block;
	position: relative;
}

.clear-nav {
	margin-top: 70px;
}

.container-body {
	width: 80%;
	margin: 0 auto;
	position: relative;
}

.container-body h1 {
	margin-bottom: 6px;
}

.container-body p {
	margin-bottom: 20px;
}

/* MAP CONTAINER */

.container-map {
	width: 100%;
	min-height: 800px;
	max-height: 1200px;
	margin: 0;
	display: block;
	position: relative;
	background-size: cover;
	background-image: url(/images/Route_Map.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/* PAGE LISTS */

.page-list {
	margin: 0 auto;
}

.page-list tr {
	padding: 0;
}

.page-list td {
	margin: 0;
	padding-bottom: 6px;
}

.page-list tr.head {
	background-color: #aaa;
}

.page-list tr.cat {
	background-color: #333;
	color: #fff;
}

.page-list tr.title, .page-list tr.title a {
	color: #110D8B;
	font-weight: bold;
}

.page-list tr.desc {
	color: #054C03;
	font-weight: lighter;
}

.page-list tr.link {
	color: #110D8B;
	background-color: #BACAE0;
	font-weight: lighter;
}

.page-list tr.odd {
	background-color: #ddd;
}

.page-list td {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

/* LINKS PAGE */

.links-list {
	width: 100%;
	margin: 0;
}

.links-list .cat {
	display: block;
	width: 100%;
	color: #fff;
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 14px;
	margin-bottom: 14px;
}

.links-list .marker {
	float: left;
	position: relative;
	top: -80px;
}

.links-list a {
	display: block;
}

.links-list a:hover {
	background-color: #CFE1F5;
}

.links-list .link-blob {
	display: block;
	margin-top: 10px;
	margin-bottom: 14px;
}

.links-list .title {
	color: #110D8B;
	font-size: 18px;
	font-weight: bold;
}

.links-list .link {
	color: #059B16;
	font-size: 11px;
	font-weight: lighter;
	word-wrap: break-word;
}

.links-list .desc {
	color: #000;
	font-size: 15px;
	font-weight: lighter;
}

/* TRAVEL DIARY PAGE */

.diary-block {
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	margin-bottom: 20px;
}

.diary-header {
	width: 100%;
	clear: both;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 10px;
	font-weight: bold;
	background-color: #507908;
}

.diary-title {
	color: #fff;
	font-size: 22px;
	width: 650px;
	display: inline-block;
	position: relative;
}

.diary-info {
	width: 250px;
	display: inline-block;
	position: absolute;
	right: 10px;
}

.diary-date {
	width: 100%;
	text-align: right;
	display: block;
	position: relative;
	font-size: 12px;
	color: #fff;
}

.diary-user {
	width: 100%;
	text-align: right;
	display: block;
	position: relative;
	font-size: 12px;
	color: #fff;
}

.diary-body {
	display: block;
	clear: both;
	position: relative;
	margin-top: 10px;
	margin-left: 70px;
}

.diary-body img {
	display: inline-block;
	float: left;
	left: 4px;
	position: absolute;
	width: 50px;
	padding: 4px;
	border: 1px solid #000;
	margin: 8px;
	margin-left: -70px;
	background-color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
	animation: ease-in-out;
}

.diary-body img:hover {
	width: 200px;
	margin-top: -100px;
	z-index: 100;
}

/* ALBUMS PAGE */

.albums-list {
	display: block;
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: center;
	z-index: 80;
}

.albums-title {
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
	background-color: #375305;
	color: #fff;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

.album-blob {
	width: 233px;
	height: 233px;
	display: block;
	float: left;
	font-size: 14px;
	color: #000;
	margin: 5px;
	background-color: #E9F4FF;
	border: 1px solid #CCDBFD;
}

.album-blob .image {
	margin: 10px auto;
	display: block;
	position: relative;
	width: 213px;
	height: 213px;
	background-color: #000;
	background-position: 50% 50%;
	background-size: cover;
}

.album-blob .title {
	display: block;
	width: 213px;
	position: absolute;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	bottom: 0;
	left: 0;
	font-weight: bold;
	text-align: center;
	line-height: .95;
	color: #000;
	background-color: rgba(255,255,255,0.50);
}

.album-blob .title span {
	display: block;
	margin: 4px;
}

/* PIC VIEWER */

.img-block {
	width: 100%;
	display: block;
	margin: 0;
	position: relative;
}

.img-window {
	display: block;
	margin: 0 auto;
	position: relative;
	background-color: #222;
	box-shadow: 0px 0px 20px 5px #000 inset;
}

.img-window img {
	max-width: 980px;
	display: block;
	margin: auto;
	position: relative;
}

	/* IMG CONTROLS */
	
	.img-chev {
		width: 20px;
		height: 30px;
		position: absolute;
		background-repeat: no-repeat;
		opacity: 0.5;
		transition: all 2s;
		-webkit-transition: all 2s; /* Safari 3.1 to 6.0 */
	}

	.img-prev {
		top: calc(50% - 15px);
		left: 10px;
		background-image: url(/images/left.png);
	}

	.img-next {
		top:  calc(50% - 15px);
		right: 10px;
		background-image: url(/images/right.png);
	}

	.magnify {
		width: 20px;
		height: 30px;
		bottom: 10px;
		right: 10px;
		position: absolute;
		background-image: url(/images/magnify.png);
		background-repeat: no-repeat;
		opacity: 0.5;
		transition: all 2s;
		-webkit-transition: all 2s; /* Safari 3.1 to 6.0 */
	}
	
	.img-chev:hover, .magnify:hover {
		opacity: 0.9;
	}

.img-text {
	width: 980px;
	display: block;
	margin: 0 auto;
	position: relative;
}

/* FOOTER */

footer {
	margin-top: 20px;
	background-color: #243702;
	color: #fff;
}

.topbutton {
	display: none;
	bottom: 15px;
	right: 18px;
	position: fixed;
	z-index: 100;
}

.topbutton a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: rgba(80,121,8,0.60);
	background-image: url(/images/uparrow.png);
	box-shadow: 0 0 4px #000;
	border-radius: 9px;
	border: 2px solid rgba(255,255,255,0.65);
	cursor: pointer;
	transition: all 1s;
	-webkit-transition: all 1s; /* Safari 3.1 to 6.0 */
}

.topbutton a:hover {
	background-color: rgba(80,121,8,0.95);
	border: 2px solid rgba(255,255,255,0.95);
}

.copyright {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}

/* SHARE BAR */

.share {
	right: 0;
	top: 100px;
	position: fixed;
	z-index: 90;
	background-color: rgba(255,129,0,0.90);
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	padding: 5px;
	text-align: center;
	list-style: none;
	box-shadow: 0 0 4px #000;
}

.share h1 {
	font-size: 14px;
	font-weight: bold;
	color: #F3E30E;
}

.share ul {
	list-style: none;
}

.share a {
	cursor: pointer;
}

.sharebars {
	display: none;
}

@media screen and (max-width:999px) {
	
	.pc {
		display: none;
	}
	
	.mob { display: block; }
	
	.odd, .desc, .link { font-size: 12px; }
	
	table.page-list tr {
		border: 0;
		margin: 0;
		padding: 0;
	}
	
	.page-list tr.title, .page-list tr.desc {
		background-color: #DDE7EF;
		margin: 0;
	}
	
	.page-list tr.desc td {
		margin: 0;
		margin-bottom: 10px;
		border-bottom: 2px solid #4F86AF;
	}
	
	.albums-list {
		display: block;
		width: 760px;
		margin: 0 auto;
		text-align: center;
	}

	.img-window img, .img-text {
		max-width: 890px;
	}

}

@media screen and (min-width:768px) and (max-width:999px){ /* iPad Air 2 Portrait */
	
	.albums-list {
		display: block;
		width: 750px;
		margin: 0 auto;
		text-align: center;
	}
	
	.img-window img, .img-text {
		max-width: 750px;
	}

	.album-blob {
		width: 240px;
		height: 240px;
		font-size: 14px;
		margin: 4px;
	}
	
	.album-blob .image {
		width: 220px;
		height: 220px;
	}
	
	.album-blob .title {
		width: 220px;
	}
	
}

@media screen and (min-width:568px) and (max-width:767px){ /* iPod Touch and iPhone 6 Landscape */
	
	.albums-list {
		display: block;
		width: 560px;
		margin: 0 auto;
		text-align: center;
	}
	
	.img-window img, .img-text {
		max-width: 560px;
	}

	.album-blob {
		width: 260px;
		height: 260px;
		margin-left: 9px;
		margin-right: 9px;
		font-size: 16px;
	}
	
	.album-blob .image {
		width: 240px;
		height: 240px;
	}

	.album-blob .title {
		width: 240px;
	}
	
}

@media screen and (max-width:567px) { /* iPod Touch and iPhone 6 Portrait */
	
	.albums-list {
		display: block;
		width: 300px;
		margin: 0 auto;
		text-align: center;
	}
	
	.albums-title {
		font-size: 14px;
	}

	.img-window img, .img-text {
		max-width: 300px;
		font-size: 12px;
	}

	.album-blob {
		width: 300px;
		height: 300px;
		margin-left: 0;
		margin-right: 0;
		font-size: 16px;
	}
	
	.album-blob .image {
		width: 280px;
		height: 280px;
	}

	.album-blob .title {
		width: 280px;
	}
	
}

