@import url(typography.css);
@import url(utility.css);
@import url(base.css);
@import url(styles.css);

@import url(joomla.css);
@import url(galleries.css);
@import url(guestbook.css);
@import url(contact.css);
@import url(validation.css);

/* Layout */
#container {
	background: url(../images/background_teal.jpg) no-repeat center center;
	border: 0;
	height: 100%;
	width: 100%;
}

#wrapper {
	background: url(../images/background_teal_overlay.png) no-repeat;
	height: 544px;
	text-align: left;
	margin: 0 auto;
	padding: 20px;
	width: 960px;
}

#left_col {
	display: inline;
	float: left;
	margin: 170px 10px 0 5px;
	width: 125px;
}

#main {
	display: inline;
	float: left;
	height: 414px;
	margin-top: 130px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 815px;
}


body.isHome #container, body.isGalleries #container, body.isContact #container { background-image: url(../images/background_fantasy.jpg); }
body.isHome #wrapper, body.isGalleries #wrapper, body.isContact #wrapper { background-image: url(../images/background_fantasy_overlay.png); }

body.isHome #main, body.isGalleries #main { width: 760px; }

body.isHome #main img { border: solid 2px black; }

body.isGalleries #main { text-align: center; }

body.isGallery #main {
	height: auto;
	margin-top: 0;
	overflow: hidden;
}

body.isCalendar #main { overflow: hidden; }

#main p.indent {
	margin-left: 30px;
	margin-right: 25px;
}

/* Main menu */
ul.menu_main {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu_main li {
	/*line-height: 1.2em;*/
	margin-bottom: 13px;
}
.menu_main li a:link,
.menu_main li a:visited {
	border: none;
	font-weight: bold;
	text-decoration: none;
	/*font-family: "lucida grande", "lucida sans unicode", verdana, helvetica, sans-serif;*/
	font-size: 1.1em;
}
.menu_main li a:hover {
	border: none;
	color: White;
}
.menu_main li.active { text-decoration: underline; }