@charset "UTF-8";
/* CSS Document */

/* Typography */
body {
	font-size: 85%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}

h1 {
	font-size: 1.7em;
	letter-spacing: -1px;
	color: #993333;
}

h2 {
	font-size: 1.4em;
	color: #000;
}

h3 {
	font-size: 1.25em;
	font-weight: bold;
	color: #060;
}

/* Menu Styling */
#leftmenu ul, #leftmenu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 200px;
}

#leftmenu li {
	height: 40px;
}

#leftmenu li a {
	height: 40px;
	display: block;
	width: 100%;
}

#leftmenu li a span {
	position: absolute;
	top: -2500px;
	left: -2500px;
}

a#menuitem-1 {
	background: url(/img/home.png) top no-repeat;
}
a#menuitem-1:hover {
	background: url(/img/home.png) bottom no-repeat;
}
a#menuitem-2 {
	background: url(/img/aboutmaude.png) top no-repeat;
}
a#menuitem-2:hover {
	background: url(/img/aboutmaude.png) bottom no-repeat;
}
a#menuitem-3 {
	background: url(/img/gallery.png) top no-repeat;
}
a#menuitem-3:hover {
	background: url(/img/gallery.png) bottom no-repeat;
}
a#menuitem-4 {
	background: url(/img/services.png) top no-repeat;
}
a#menuitem-4:hover {
	background: url(/img/services.png) bottom no-repeat;
}
a#menuitem-5 {
	background: url(/img/events.png) top no-repeat;
}
a#menuitem-5:hover {
	background: url(/img/events.png) bottom no-repeat;
}
a#menuitem-6 {
	background: url(/img/contact.png) top no-repeat;
}
a#menuitem-6:hover {
	background: url(/img/contact.png) bottom no-repeat;
}

.alignright { float: right; margin-left: 1em; }
.alignleft { float: left; margin-right: 1em; }

.calloutleft {
	float:left;
	margin:0.5em 1em 0 0;
	padding: 0.25em 1em;
	border: 1px solid #993333;
	width:150px;
	font:italic bold 120% 'Times New Roman', Times, serif;
}

.calloutright {
	float:right;
	margin:0.5em 0 0 1em;
	padding: 0.25em 1em;
	border: 1px solid #993333;
	width:150px;
	font:italic bold 120% 'Times New Roman', Times, serif;
}

/* Gallery */
.gallery-thumbnail {
	float: left;
	width: 134px;
	margin: 15px;
}

#galleryblind {
	position: fixed;
	height: 100%;
	width: 100%;
	background: url(../img/screen1.png);
	display: none;
	z-index: 100;
}

#galleryhover {
	width: 307px;
	height: 250px;
	position: fixed;
	background: #000;
	color: #fff;
	text-align: right;
	display: none;
	z-index:101;
}

#galleryhover a {
	color: #fff;
	line-height: 20px;
	margin: 0;
	padding: 0 1em;
	font-size: 90%;
}