﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-image: url('../../images/background_tile4.gif');
	background-repeat: repeat;
}
#container {
	border-right: 2px solid #D97180;
	border-bottom: 2px solid #D97180;
	border-left: 2px solid #D97180;
	background-color: #fff;
}
#masthead {
	text-align: center;
	background-color: #fff;
	background-image: url('../../images/masthead_image.jpg');
	background-repeat: no-repeat;
}
html>body #navigation {
	font-family: "trebuchet MS";
	overflow: hidden;
}
#column_l {
	width: 850px;
	padding: 15px;
	background-color: #fff;
}
html > body #column_l {
	font-family: "trebuchet MS";
	width: 820px;
	padding: 0 15px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	border-color: #55AE70;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	text-align: center;
	padding-bottom: 10px;
	float: none;
}
html>body #footer {
	border-color: #55AE70;
	text-align: center;
	padding-bottom: 0;
	font-family: "Trebuchet MS";
	font-size: small;
	border-top-width: 1px;
}
/* Copyright */
#copyright {
	width: 100%;
	overflow: auto;
	clear: both;
	margin: 0;
	padding-bottom: 10px;
	border: 0;
    text-align: center;
}

html>body #copyright {
	text-align: center;
	padding-bottom: 0;
	color: #9a9;
	font-family: "trebuchet MS";
	font-size: medium;
	padding-top: 20px;
}
#copyright h3 {
	color: #9a9;
	margin-top: 0.5em;
	text-align: right;
	font-family: "Trebuchet MS";
}
h7 {
	font-size: large;
	color: #c77;
	font-family: "trebuchet MS";
}


/* Masthead */
#masthead h1 {
	color: #CC5555;
	margin-bottom: 0;
	text-align: center;
	font-family: "Trebuchet MS";
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
	text-align: right;
	font-family: "Trebuchet MS";
}
/* Navigation */
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #D97180;
	font-family: "trebuchet MS";
	font-size: medium;
	color: #000000;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: right;
	list-style-type: none;
}
#navigation a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	font-family: "trebuchet MS";
	font-size: medium;
	color: #000000;
}
#navigation a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #D97180;
	font-family: "trebuchet MS";
	font-size: medium;
}

/* Site typography */
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	font-size: x-large;
	color: #c77;
}
h3 {
	font-size: large;
	color: #c77;
	font-family: "trebuchet MS";
}
h4 {
	font-size: medium;
	color: #c77;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}

ul {}
ol {}
p {
	text-align: left;
		margin-left: 40px;
	}
blockquote {
    padding-right: 25px;
	padding-left: 25px;
}
.style_blockquote {
	padding-right: 125px;
	padding-left: 125px;
}
.style_bad_day {
	font-family: "Comic Sans MS";
	font-size: xx-large;
	text-align: center;
}




/* Gallery - imported from photo.dwt page */
#gallery {
	width: 800px;
	height: 550px;
	padding: 10px;
	border: 1px solid #333;
	background: #DEF5DF;
	position: relative;
}
#gallery b.default {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 548px;
	height: 500px;
	text-align: center;
}
#gallery b.default img {
	display: block;
	margin: 0 auto 10px auto;
	border: 1px solid #eee;
	border-color: #555 #ddd #eee #333;
}
#gallery b.default span {
	display: block;
	color: #FFFFFF;
	font-family: "trebuchet MS";
	font-weight: normal;
	font-size: medium;
	width: 350px;
	margin: 0 auto;
}
#gallery ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 240px;
	position: relative;
	float: right;
}
#gallery ul li {
	display: inline;
	width: 52px;
	height: 52px;
	float: left;
	margin: 0 0 5px 5px;
}
#gallery ul li a {
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	border: 1px solid #000;
	border-color: #eee #555 #333 #ddd;
}
#gallery ul li a span {
	display: none;
}
#gallery ul li a img {
	display: block;
	width: 50px;
	height: 50px;
	border: 0;
}
#gallery ul li a:hover {
	white-space: normal;
	border-color: #555 #ddd #eee #333;
	background: #DEF5DF;
}
#gallery ul li a:hover b {
	position: absolute;
	left: -548px;
	top: 0;
	width: 548px;
	height: 380px;
	text-align: center;
	background: #DEF5DF;
	z-index: 20;
}
#gallery ul li a:hover span {
	display: block;
	color: #000000;
	font-family: "trebuchet MS";
	font-weight: normal;
	font-size: x-large;
	width: 350px;
	margin: 0 auto;
}
#gallery ul li a:hover img {
	margin: 0 auto 10px auto;
	width: auto;
	height: auto;
	border: 1px solid #eee;
	border-color: #555 #ddd #eee #333;
}
#gallery ul li a:focus {
	white-space: normal;
	border-color: #555 #ddd #eee #333;
	background: #DEF5DF;
}
#gallery ul li a:active {
	white-space: normal;
	border-color: #555 #ddd #eee #333;
	background: #DEF5DF;
}
#gallery ul li a:focus b {
	position: absolute;
	left: -548px;
	top: 0;
	width: 548px;
	height: 380px;
	text-align: center;
	background: #DEF5DF;
	z-index: 10;
}
#gallery ul li a:active b {
	position: absolute;
	left: -548px;
	top: 0;
	width: 548px;
	height: 380px;
	text-align: center;
	background: #DEF5DF;
	z-index: 10;
}
#gallery ul li a:focus span {
	display: block;
	color: #FFFFFF;
	font-family: "trebuchet MS";
	font-weight: normal;
	font-size: large;
	width: 350px;
	margin: 0 auto;
}
#gallery ul li a:active span {
	display: block;
	color: #FFFFFF;
	font-family: "trebuchet MS";
	font-weight: normal;
	font-size: large;
	width: 350px;
	margin: 0 auto;
}
#gallery ul li a:focus img {
	margin: 0 auto 10px auto;
	width: auto;
	height: auto;
	border: 1px solid #eee;
	border-color: #555 #ddd #eee #333;
}
#gallery ul li a:active img {
	margin: 0 auto 10px auto;
	width: auto;
	height: auto;
	border: 1px solid #eee;
	border-color: #555 #ddd #eee #333;
}

/* Footer */
#footer p {
	font-size: x-small;
	color: #c77;
	font-family: "trebuchet MS";
}
/* Links */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

