/*
CSS for Close House Web Site
*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #ffc8c8;
	line-height: 125%;
	padding: 0;
	margin: 0;
}

li {
	font-size: small;
	list-style-type: none;
}

p {
	font-size: small;
	color: navy;
}

#tagline p {
	font-style: italic;
	font-family: Georgia, Times, serif;
	background-color: #ff9191;
	border-top: 3px solid #73105a;
	border-bottom: 3px solid #73105a;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .8em;
	margin: 0;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
	font-size: x-large;
	background-color: #510b0b;
	color: white;
	padding-top: 2em;
	padding-bottom: .2em;
	padding-left: .4em;
	margin: 0;
}

h2 {
	color: navy;
	font-size: 130%;
	font-weight: normal;
	padding-top: 15px;
}

a {
	font-weight: bold;
}

a:link {
	color: black;
}

a:visited {
	color: navy;
}

a:hover {
	text-decoration: none;
	color: white;
	background-color: navy;
}

a:active {
	color: aqua;
	background-color: navy;
}

#navigation {
	width: 180px;
	height: 484px;
	background: #7da5d8 url(gallery/door.jpg) no-repeat;
}

/*
This section deals with the position of items on the screen.
it uses absolute positioning - fixed x and y coordinates measured
from the top-left corner of the browser's content display.
*/

#navigation, #bodycontent, #header {
	position: absolute;
}

#navigation, #bodycontent {
	top: 6.54em;
}

#bodycontent {
	left: 200px;
}

#header {
	width: 100%;
	border-top: 3px solid #73105a;
}

.feature {
	float: right;
	margin: 10px;
}

.galleryphoto p {
	font-size: 65%;
	font-weight: bold;
	margin-top: 0;
	width: 430px;
	line-height: 1.4em;
}

.galleryphoto {
	padding-bottom: 20px;
	border-bottom: 1px solid navy;
	margin-bottom: 10px;
}

.say {
	font-size: large;
	font-weight: bold;
	color: purple;
	padding-top: 10px;
	padding-bottom: 10px;
}