﻿/*
CSS for Springhead Weddings website
*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #E1E1E1;
	line-height: 125%;
	padding: 0;
	margin: 0;
}

h1, h2 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: black;
	color: white;
}

h1 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: x-large;
	padding-top: 3.7em;
	padding-bottom: .5em;
	padding-left: .8em;
	border: 5px #B4B4B4;
	margin: 0;
	background: black url(images/header-2.jpg) repeat-y right;
}

h2 {
	font-size: 130%;
	font-weight: normal;
	border: 3px solid grey;
	padding-top: 10px;
	padding-bottom: 25px;
	padding-left: 5px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-color: navy:
}

p {
	font-size: small;
	color: navy;
}

#tagline p {
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: large;
	color: black;
	background-color: #E4E4E4;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .8em;
	margin: 0;
	border-top: 2px solid navy;
	border-bottom: 2px solid navy;
}

#navigation {
	width: 170px;
	height: 500px;
	background: #B4B4B4 url(images/IMG_2393-2.jpg);
	font-size: small;
	border-left: 3px;
}

#header, #sitebranding, #tagline, #navigation, #bodycontent {
	padding: 2px;
	margin-bottom: 2px;
}

a {
	font-weight: normal;
}

#navigation, #bodycontent, #header {
	position: absolute;
}

#navigation {
	top: 176px;
	left: 7px;
	border: 2px solid navy;
}

#bodycontent {
	top: 155px;
}

#bodycontent {
	left: 200px;
	margin-right: 7px;
	a.link color: white;
}

#header {
	width: 100%;
	border-top: 3px solid #7da5d8;
}

a:link {
	color: white;
}

a:visited {
	color: yellow;
}

a:hover {
	text-decoration: none;
	color: white;
	background-color: navy;
}

a:active {
	color: aqua; 
	background-color: navy;
}

h2 {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 2px;
	border-top:3px solid #B4B4B4;
	border-bottom: 3px solid #B4B4B4;
	width: 100%;
}

.feature {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 1px;
	border: 2px solid navy;
}

.featureleft {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 1px;
	border: 2px solid navy;
}

.featurecenter {
	float: center;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid navy;
}

li {
	font-size: small;
	list-style: none;
	border-left: 2px;

}

#menu {
	width: 80%;
	margin-left: 80px;
	text-align: center;
	background-color: #FBECC2;
	padding: 5px;
	border-width: 5px;
	border-style: ridge;
	border-color: #AD0000;
}

#menu p {
	color: #AD0000;
	font-size: small;
	font-family: "Comic sans MS", arial, sans serif;
}

#menu2 {
	width: 50%;
	margin-left: 80px;
	text-align: center;
	background-color: #FBECC2;
	padding: 5px;
	border-width: 5px;
	border-style: ridge;
	border-color: #AD0000;
}

#menu2 p {
	color: #AD0000;
	font-size: small;
	font-family: "Comic sans MS", arial, sans serif;
}

#menu3 {
	width: 50%;
	margin-left: 150px;
	text-align: center;
	background-color: #FBECC2;
	padding: 5px;
	border-width: 5px;
	border-style: ridge;
	border-color: #AD0000;
}

#menu3 p {
	color: #AD0000;
	font-size: small;
	font-family: "Comic sans MS", arial, sans serif;
}

.menuhighlight {
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
}

.photocaption {
	font-weight: bold;
	font-size: x-small;
	width: 25%;
	color: dark blue;
}
