/*** MAIN ***/
*{
margin: 0px;
padding: 0px;
}
body{
margin: 10px 0;
background: #ccc;
text-align: center;
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
font-size: 12pt;
color: #222222;
}


/*** DIV SPECIFIC ***/
#wrap{
text-align: left;
width: 760px;
margin: 0 auto;
background: #ffffff;
}
#header{
width: 100%;
background: #aaaaaa url("images/greenheader2.jpg") top center no-repeat;

/*NOTE: Change "greenheader.jpg" above to "blueheader.jpg", "redheader.jpg",
        or "brownheader.jpg" to change the color scheme of this page */

height: 130px;
}
#header h1{
color: #ffffff;
text-align: right;
position: relative;
top: 10px;
right: 15px;
line-height: 50px;
}

#menu{
width: 100%;
height: 30px;
margin-top: 50px;
}
#menu ul{
list-style: none;
}
#menu li{
float: left;
}
#menu li a{
margin-left: 8px;
display: block;
padding: 0 5px;
color: #ffffff;
text-transform: lowercase;
text-decoration: none;
border-top: 2px solid #ffffff;
}
#menu li a:hover{
color: #a0a0a0;
border-color: #a0a0a0;
}

#submenu{
width: 100%;
height: 30px;
margin-top: 10px;
font-size: 20px;
line-height: 22px;
}
#submenu ul{
list-style: none;
}
#submenu li{
float: none;
}
#submenu li a{
margin-left: 0px;
display: inline;
padding: 0 0px;
color: #005a00;
text-transform: none;
text-decoration: none;
border-top: none;
border-bottom: 2px solid #ffffff;
font-size: 13px;
}
#submenu li a:hover{
color: #005a00;
border-color: #005a00;
background: #ffffff;
}

#searchbox{
float: right;
margin-right: 15px;
}
#searchbox input{
background: #ffffff url('images/mg.jpg') right no-repeat;
border: 1px solid #ccc;
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
font-size: 8pt;
}
.noshow{
display: none;
}

#main{
width: 100%;
background: #ffffff url('images/main.jpg') top left repeat-x;
}
#main h1{
font-size: 20pt;
padding-bottom: 22px;
color: #000000;
background: url('images/titles.jpg') bottom left no-repeat;
}
#main h2{
font-size: 14pt;
padding-bottom: 9px;
margin-bottom: 10px;
color: #222222;
background: url('images/titles2.jpg') bottom left no-repeat;
}
#main h3{
font-size: 12pt;
padding-bottom: 9px;
margin-bottom: 10px;
color: #222222;
background: url('images/titles2.jpg') bottom left no-repeat;
}
#main a{
color: #222222;
text-decoration: none;
border-bottom: 1px dashed #222222;
/*border-bottom: 1px solid #e0e0e0;*/
}
#main a:hover{
background: #e0e0e0;
}
#submain{
padding: 8px;
}

#right{
float: right;
width: 560px;
margin-bottom: 5px;
}
#right p{
font-size: 13px;
line-height: 22px;
margin-bottom: 10px;
}
#right ul{
margin-left: 20px;
margin-bottom: 15px;
font-size: 13px;
}
#right ul li{
margin-bottom: 5px;
}

#left{
margin-top: 5px;
margin-bottom: 5px;
border-right: 1px solid #e0e0e0;
padding-left: 7px;
width: 170px;
float: left;
}
#left p{
font-size: 11px;
line-height: 18px;
margin-bottom: 8px;
}
#left ul{
margin-left: 20px;
font-size: 11px;
}
#left ul li{
margin-bottom: 3px;
}

#centre p{
font-size: 13px;
line-height: 22px;
margin-bottom: 10px;
text-align: center;
}

#single{
width: 730px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
#single h1{
margin-left: 32%;
text-align: left;
background: url('images/titles.jpg') bottom left no-repeat;
}
#single p{
font-size: 18px;
line-height: 40px;
}

#diary p{
font-size: 15px;
font-weight: bold;
color: #005a00;
line-height: 12px;
padding-left: 5px;
margin-bottom: 7px;
}
#diary ul{
list-style: none;
/*list-style-type: disc;*/
padding-left: 5px;
border-bottom: 1px #ccc dotted;
}
#diary li{
line-height: 15px;
}
#diary li:before{
content: "\2022";
color: #005a00;
font-size: 20px;
display: inline-block;
width: 1em;
margin-left: -1em;
}
#diary li:last-of-type{
padding-bottom: 10px;
}

#footer{
clear: both;
width: 100%;
background: #aaaaaa url('images/footer.jpg') bottom center no-repeat;
}
#subfooter{
padding: 8px;
}
#subfooter p{
text-align: center;
font-size: 11px;
color: #ffffff;
}
#subfooter a{
color: #ffffff;
text-decoration: underline;
}
#subfooter a:hover{
border-bottom: 1px solid #ffffff;
}

/*** SPECIAL CLASSES & MISC***/
.imgleft, .imgright, .imgcenter{
padding: 3px;
border: 1px solid #e0e0e0;
}
.imgleft{
float: left;
margin: 5px 15px 5px 0;
}
.imgright{
float: right;
margin: 5px 0 5px 15px;
}
.imgcenter{
display: block;
margin: 5px auto;
}
.pdflogo{
vertical-align: middle;
padding-right: 10px;
}
/*h1,h2,h3{
text-transform: lowercase;
}
*/
table{
font-size: 13px;
border-collapse: collapse;
margin-bottom: 10px;
}
th{
background: #d0d0d0;
padding: 5px;
border: 1px solid #a0a0a0;
}
td{
vertical-align: top;
line-height: 18px;
padding: 5px;
border: 1px solid #a0a0a0;
}

#google-map{
	display: block;
  height: 300px;
  width: 90%;
  background-color: grey;
	margin-left: auto;
	margin-right: auto;
}

#listing p{
line-height: 18px;
}

#citation p{
font-size: 11px;
color: grey;
line-height: 13px;
font-style: italic;
}

#citation a{
color: grey;
border-bottom: 1px dashed grey;
}

#large p{
font-size: 1.1em;
font-weight: bold;
color: #005a00;
}

#caption p{
font-size: 11px;
/*color: grey;*/
line-height: 13px;
font-style: italic;
text-align: center;
}

.clear {
clear:both;
}

.imggallery	{
padding:5px; 
margin:5px; 
border: 1px solid #e0e0e0; 
/*border-bottom: 1px solid #e0e0e0; */
display:block; 
/*width:200px; */
float:left; 
}

/*a.imggallery {border-bottom: none;}*/

/*.imggallery	a { 
text-decoration: none;
border: 1px solid red; 
border-bottom: 1px solid red; 
}
*/
.imggallery:hover	{
border-color:#999; 
}

.gallery {
	max-width: 700px;
	padding: 10px;
	box-sizing: border-box;
}

.gallery ul {
	list-style: none;
}

.gallery li {
	float: left;
	width: 30%;
	margin: 1%;
}

.gallery li > a {
	float: left;
	width: 100%;
}

.gallery li > a img {
	max-width: 100%;
	display: block;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	transition: .5s;
	position: relative;
}

.gallery li > a img:hover {
	transform: scale(1.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .8);
	z-index: 1;
}

.gallery article {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.gallery article:target {
	width: 100%;
	height: 100%;
	padding: 100px 0;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
	background: rgba(0, 0, 0, .8);
	z-index: 1;
}

.gallery article figure {
	height: 100%;
}

.gallery article img {
	opacity: 0;
	transition: .7s;
	border: 10px solid #fff;
	max-height: 100%;
	max-width: 100%;
	box-sizing: border-box;
	box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}

.gallery article:target img {
	opacity: 1;
}

.gallery figcaption {
	background: rgba(250, 250, 250, .1);
	padding: 5px 10px;
	font-size: 1.3em;
	font-style: italic;
	color: #999;
	margin-top: 20px;
}

article .close {
	position: absolute;
	left: 50%;
	top: 40px;
	margin-left: -50px;
	width: 100px;
	background: rgba(250, 250, 250, .9);
	color: #333;
	border-radius: 15px;
	text-decoration: none;
	padding: 6px 6px 6px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
	-webkit-transition: .5s;
	transition: .5s;
}

article .close:before {
	content: "X";
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	position: absolute;
	padding-top: 3px;
	top: 3px;
	left: 5px;
	width: 24px;
	height: 21px;
	background: #666;
	border-radius: 50%;
}

article .close:hover {
	background: #fff;
}

article .arrow {
	position: absolute;
	top: 250px;
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	text-indent: -9999px;
	-webkit-transition: .4s;
	transition: .4s;
}

article .prev {
	left: 50%;
	margin-left: -35%;
	border-right: 60px solid rgba(250, 250, 250, .1);
}

article .prev:hover {
	border-right-color: rgba(250, 250, 250, .2);
}

article .next {
	right: 50%;
	margin-right: -35%;
	border-left: 60px solid rgba(250, 250, 250, .1);
}

article .next:hover {
	border-left-color: rgba(250, 250, 250, .2);
}

@media screen and (max-width:1100px) {
	article .arrow {
		top: 36px;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
	}
	article .prev {
		margin-left: -130px;
		border-right: 40px solid rgba(250, 250, 250, .3);
	}
	article .next {
		margin-right: -130px;
		border-left: 40px solid rgba(250, 250, 250, .3);
	}
}

@media screen and (max-width:600px) {
	h1 {
		font-size: 1.4em;
	}
	.gallery li {
		width: 23%;
	}
}

@media screen and (max-width:450px) {
	h1 {
		font-size: 1.2em;
	}
	.gallery li {
		width: 31%;
	}
}

@media screen and (max-width:350px) {
	h1 {
		font-size: 1.2em;
	}
	.gallery li {
		width: 48%;
	}
}

