﻿/*
CSS for Rosebank Cottages
*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #e2edff;
	line-height: 120%;
	padding: 0;
	border: 0;
}
h1,h2, h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
h1 {
	font-size: xx-large;
	color: fuchsia;
	font-weight: bolder;
	text-align: center;
	padding-top: 2em;
	padding-bottom: .2em;
	padding-left: .4em;
	margin: 0;
}
h2 {
	font-size: 150%;
	font-weight: bold;
	color: blue;
	padding-top: 15px;
}
h3 {
	font-size: 130%;
	font-weight: bold;
	color: blue;
	padding-top: 15px;
}
li {
	font-size: medium;
	list-style-type: circle;
	color: blue;
}
ul {
	margin-top: 15px;
}
p {
	font-size: small;
	font-weight: bold;
	color: navy;	
}
img {
	border: 15px, navy;
	
}
.feature {
	float: left;
}
.galleryphoto {
	font-size: 65%;
	font-weight: bold;
	margin-top: 0;
	line-height: 1.4em;
}
a {
	font-weight: bold;
}
a:link {
	color: navy;
}
a:visited {
	color: fuchsia;
}
a:hover {
	text-decoration: none;
	color: white;
}
a:active {
	color: navy;
}
#navigation {
	width: 160px;
	border-top: 2px solid #AAA;
	border-right: 2px solid #AAA;
	border-bottom: 2px solid #AAA;
	line-height: 200%;
}
#tagline p {
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: 150%;
	text-align: center;
	border-top: 3px;
	border-bottom: 3px;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .8em;
	margin: 0;
}
#navigation, #bodycontent {
	top: 150px;
}
#navigation, #bodycontent, #header {
	position: absolute;
}
#links {
	line-height: 200%;
}
#bodycontent {
	left: 200px;
}
#header {
	width: 100%;
	border-top: 3px solid #7da5d8;
}
#footer {
	text-align: center;
	margin-top: 2.5em;
	border-top: 4px solid gray;
	color: #AAA;
	font-size: 85%;
	padding-top: .33em;
	letter-spacing: 1px;
}
#footer a:link {
	color: #AAA;
}
