﻿/*
CSS for Elucidations Site
*/

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

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

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

#header {
	padding-top: 20px;
	width: 100%;
	background-image:url('Images/aqua-teal-terry-cloth-texture.jpg');
}
p {
	font-size: small;
	font-weight: normal; color: #003333;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
table {
	font-weight: bold; color: #003333;
	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 #003333;
}
table.events th {
	font-size: small;
	text-align: left;
	background-color: #003333;
	color: white;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
}
table.events td {
	font-size: medium;
	background: white url('Images/aqua-teal-terry-cloth-texture.jpg') repeat-x top;
}

table.events caption {
	font-size: large;
	text-align: left;
	padding-bottom: 15px;
	font-weight: bold;
	font-family: Bliss;
}

table.bookcontent {
	border-collapse: collapse;
}

table.bookcontent th, table.bookcontent td {
	padding: 10px;
	border: 1px solid #003333;
}

table.bookcontent th {
	font-size: small;
	text-align: left;
	background-color: #003333;
	color: white;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
}
table.bookcontent td {
	font-size: medium;
	background: white url('Images/aqua-teal-terry-cloth-texture.jpg') repeat-x top;
}

table.bookcontent 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: #CCFFFF;
	line-height: 125%;
	padding: 0;
	margin: 0;
}
form.contact fieldset {
	border: 2px solid #003333;
	padding: 10px;
}
form.contact legend {
	font-weight: bold;
	font-size: medium;
	color: #003333;
	padding: 15px;
}
form.contact label.fixedwidth {
	display: block;
	width: 240px;
	float: left;
}
form.contact label {
	font-weight: bold;
	font-size:small;
	color:#003333;
}
form.contact {
	padding: 15px;
}
form.contact .buttonarea input {
	background: #003333;
	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:#CCFFFF;

}
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: black;
	border-top: 3px dotted #003333;
	border-bottom: 3px dotted #003333;
	padding-top: .2em;
	padding-bottom:.2em;
	padding-left: 1em;
	margin: 0;
	background-color:teal;
}

ul{
	margin-top: 15px;
}
a {
	
	font-weight: bold;
	color: #003333;
}
a:link {
	color: #003333;
}
a:visited {
	color:maroon;
}
a:hover {
	font-style: italic;
}
a:active {
	color:blue;
}
#navigation {
	
	width: 150px;
	height: 2000px;
	border-right: 2px teal dotted;
	background-color: #B0C4DE;
	background-image: url('Images/aqua-teal-terry-cloth-texture.jpg');
	top: 133px;
}
#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: 300px;
	border: 10px teal groove;
}

#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: #003333;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	position: absolute;
	top: 1950px;
	bottom: 0;
	
}
.padding {
	padding: 5px;
}
.imageborder {
	border: 2px #003333 dotted;
}
.imageborder2 {
	border: 10px teal;
}
.combo {
	padding: 0px;
	margin: 5px;
	border: 2px #003333 dotted;
}
