﻿/*
CSS for Scott and Wendi site
*/

body {
	background-color: #CCCCCC;
	min-width: 800px;
	max-width: 1200px;
	width: 800px;
	margin: 20px auto 20px auto;
	
}

.body {
	margin-left: 0px;
	margin-right: 0px;
}

h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #ffffff;
	padding-top: 10px;
}

h2 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #000066;
}

h3 {
	font-family: Courier, monospace;
	font-weight: bold;
	color: #ffffff;
}

p  {
	font-family: "comic sans ms", sans-serif;
	line-height: 125%;
	font-size: 14px;
}

li {
	font-family: "comic sans ms", sans-serif;
	line-height: 125%;
	font-size: 14px;
}

a {
	font-family: "comic sans ms", sans-serif;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

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

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

img  {
	border: 7px solid white;
}

table	{
	text-align: inherit;
	max-width: 90%;
}

#welcome {
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 35px;
	margin-bottom: 25px;
}

#welcome a:link {
	color: navy;
}

#welcome a:visited {
	color: navy;
}

#welcome a:hover {
	color: white;
}

#links p {
	padding-left: 3em;
	color: navy;	
}

#links a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: large;
}

#links a:hover {
	color: #4169E1;
	font-weight: bold;
	font-size: large;
}

.headline {
	border: none;
	background-image: url(images/headline/mountains.jpg);
	background-repeat: repeat-x;
	height: 120px;
	margin-top: 20px;
	color: white;
	text-align: center;
	font-family: "comic sans ms";
}

.navigation {
	padding-top: 5px;
	padding-bottom: 1px;
	background-color: #000066;
	height: 35px; /*for ie6 */
	min-height: 35px; /* for everything else */
	clear: both;
}

.navigation input {
	border: 2px ridge white;
	background-color: #cccccc;
	color: #000066;
}

.buttons {
	width: 700px;
	margin: 0px auto;
	min-height: 30px;
}

.navbutton	{
	margin: 5px;
	float: left;
	font-family:"Lucida Console", Monaco, monospace;
}

.navbutton input {
	font-size: small;
}

.left {
	float: left;
	margin: 15px;
	text-align: left;
}

.right {
	float: right;
	margin: 20px;
	text-align: right;
}

.center {
	margin: 20px auto 20px auto;
	text-align: center;
}

.textcenter {
	text-align: center;
}

.lefttitle {
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
}

.righttitle {
	text-align: right;
	position: relative;
	top: 0px;
	right: 0px;
}

.vthumb {
	width: 165px;
	height: 220px;
}

.hthumb {
	width: 220px;
	height: 165px;
}

.vphoto {
	width: 255px;
	height: 340px;
}

.hphoto	{
	width: 340px;
	height: 255px;
}

.caption {
	font-weight: bold;
	font-size: 12px;
	color: #000080;
}

.entry {
	background-color: #808080;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.highlight {
	background-color: yellow;
	font-size: large;
	font-weight: bold;
	padding: 3px;
}

.inbetween {
	height: 30px;
	margin: 0px 0px 0px 0px;
}

.sorry {
}

.goback {
	max-width: 70px;
	margin: 10px auto;
}
