﻿/*
CSS for Elucidations Site
*/

h1, h2, h3 {
	color: #F0F8FF;
	font-family: Bliss

}
h1 {
	color: navy;
	font-size:x-large;
	padding-top: 1em;
	padding-bottom: .2em;
	padding-left: .4em;
	text-align: center;

}
h2 {
	font-size:large;
	color: navy;
	font-weight: bold;
	padding-top: .8em;
	margin-top: 15px;
}
h3 {
	font-size:medium;
	color: navy;
	font-weight: bold;	
}

#header {
	padding-top: 20px;
	width: 100%;
	background-image:url('Images/blue%20tie%20dye.jpg');
}
p {
	font-size: small;
	font-weight: normal; color: navy;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;

	
}
table {
	font-weight: bold; color: navy;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	
}
table.events {
	border-collapse: collapse;
	
}
table.events th, table.events td {
	padding: 10px;
	border: 1px solid navy;
}
table.events th {
	font-size: small;
	text-align: left;
	background-color: navy;
	color: white;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
}
table.events td {
	font-size: medium;
	background: white url('Images/bluetiedyelight.jpg') repeat-x top;
}

table.events caption {
	font-size: large;
	text-align: left;
	padding-bottom: 15px;
	font-weight: bold;
	font-family: Bliss;
}
body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	background-color: #F0F8FF;
	line-height: 125%;
	padding: 0;
	margin: 0;
}
form.contact fieldset {
	border: 2px solid navy;
	padding: 10px;
}
form.contact legend {
	font-weight: bold;
	font-size: medium;
	color: navy;
	padding: 15px;
}
form.contact label.fixedwidth {
	display: block;
	width: 240px;
	float: left;
}
form.contact label {
	font-weight: bold;
	font-size:small;
	color:navy;
}
form.contact {
	padding: 15px;
}
form.contact .buttonarea input {
	background: navy;
	color: white;
	font-weight: bold;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	padding: 5px;
	border: 1px solid white;
}
form.contact .buttonarea {
	text-align: center;
	padding: 15px;
	background-color:#F0F8FF

}
li {
	font-size: small;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;

}
em {
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline
}
#tagline p {
	font-style: italic;
	color: #F0F8FF;
	border-top: 3px dotted navy;
	border-bottom: 3px dotted navy;
	padding-top: .2em;
	padding-bottom:.2em;
	padding-left: 1em;
	margin: 0;
	background-image: url('Images/navy%20bar.jpg');
}

ul{
	margin-top: 15px;
}
a {
	
	font-weight: bold;
	color: navy;
}
a:link {
	color: navy;
}
a:visited {
	color:maroon;
}
a:hover {
	font-style: italic;
}
a:active {
	color:blue;
}
#navigation {
	
	width: 150px;
	height: 1300px;
	border-right: 2px navy dotted;
	background-color: #B0C4DE;
	background-image: url('Images/blue tie dye.jpg');
	top: 131px;
}
#navigation, #bodycontent, #header {
	position: absolute;
}

#bodycontent {
	left: 170px;
	top: 130px;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 90px;
	height: 90px;
	padding: 10px;
}
#logo2 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 90px;
	height: 90px;
	padding: 10px;
	background: transparent;
}
#banner {
	position: absolute;
	top: 10px;
	left: 375px;
}

#lkbookplate {
	position: absolute;
	top: 500px;
	left: 0px;
	padding: 5px;
}

#bookmark1 {
	position: absolute;
	top: 35px;
	left: 300px;
	padding: 10px;
}
#bookmark2 {
	position: absolute;
	top: 35px;
	left: 500px;
	padding: 10px;
}


#footer {
	width: 100%;
	height: 20px;
	text-align: center;
	font-size:6pt;
	font-weight: normal; color: navy;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	position: absolute;
	top: 1400px;
	bottom: 0;
	
}
.padding {
	padding: 5px;
}
.imageborder {
	border: 2px navy dotted;
}
.combo {
	padding: 0px;
	margin: 5px;
	border: 2px navy dotted;
}