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

body {
	background-color: #a5a5a5;
	color: #595959;
	min-width: 650px;
	font-size: 110%;
}

.title {
	width: 100%;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}

.title img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.topmenu {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	border-bottom: 1px solid #666;
}

.menuitems {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.mainbody {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

a:link,a:visited {
	color: #595959;
}

a:hover,a:active
{
	color: #c7c7c7;
}

.topmenu a:link,a:visited {
	color: #595959;
	text-decoration: none;
}

.topmenu a:hover,a:active
{
	color: #c7c7c7;
	text-decoration: none;
}

.menuitems ul {
	list-style-type: none;
	overflow: hidden;
	left: auto;
	right: auto;

}

.menuitems li {
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
	width: 23%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.copyright {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #7A7A7A;
	margin-bottom: 1em;
}

.aboutimage img {
	/* border: 10px solid #eaeaea; */
	border: 10px solid black;
	top: 0;
	right: 0;
	margin-left: 1em;
	margin-bottom: 1em;
	float: right;
}

.abouttext {
	top: 0;
}

.rs-slideshow {
    border: 12px solid #000;
    margin: 24px auto;
    overflow: hidden;
    position: relative;
    width: 500px;
	height: 400px;
}
 
.rs-slideshow .slide-container {
    background-color: #000;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
 
.rs-slideshow .slide-container img {
    position: absolute;
}
 
/*    Hide the slide data container    */
.rs-slideshow .slides {
    display: none;
}

/* Gallery listing */

div.gallerylisting {
	position: relative;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

div.gallerycontainer {
	display: block;
	width: 200px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

img.galleryimage {
	display: block;
	width: 200px;
	border: 1px solid black;
}

span.gallerytitle {
	display: block;
	text-align: center;
	width: 200px;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

ul.show {
	background-color: #C5C5C5;
	list-style-type: none;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

li.show {
	display: block;
	font-size: 80%;
}

li.show_reception {
	padding: 0.5em;
	font-style: italic;
}

li.show_notes {
	padding: 0.5em;
	font-style: italic;
}


li.show_dates {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 0.5em;
}