﻿/*
CSS for StephenCharette.com
*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #e2edff;
	line-height: 125%;
	padding: 0;
	margin: 0;
}

li {
	font-size: small;
	list-style-type: none;
}

p {
	font-size:small;
	color:navy;
}

#tagline p {
	font-style: italic;
	font-family: Georgia, Times, serif;
	background-color: #bed8f3;
	border-top: 3px solid #7da5d8;
	border-bottom: 3px solid #7da5d8;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .8em;
	margin: 0;
	background: #bed8f3 url(backgrounds/tagline-fade.jpg) repeat-y
			right;
}

em {
	text-transform: uppercase;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
	font-size: x-large;
	background-color: navy;
	color: white;
	padding-top: 2em;
	padding-bottom: .2em;
	padding-left: .4em;
	margin: 0;
}	

h2 {
	color: navy;
	font-size: 130%;
	font-weight: normal;
	padding-top: 15px;
}

h2, ul {
	margin-top: 15px;
}

a {
	font-weight: bold;
}

a:link {
	color: black;
}

a:visited {
	color: navy;
}

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

a:active {
	color: aqua;
	background-color: navy;
}

.fun {
	color: green;
	font-family: Georgia, Times, serif;
	letter-spacing: 0.05em;
}

#navigation {
	width: 180px;
	height: 484px;
	background-color: #7da5a8;
}

#navigation li {
	margin-bottom: none;
}	

#navigation, #bodycontent, #header {
	position: absolute;
}

#navigation, #bodycontent {
	top: 6.54em;
}

#bodycontent {
	left: 200px;
	right: 20px;
}

#header {
	border-top: 3px solid #7da5d8a;
	width: 100%;
}

.feature {
	margin: 5px 10px 5px 0;
	float: center;
}

.feature1 {
	margin: 5px 10px 5px 0 ;
	float: left;
}

.galleryphoto img {
	border: 15px solid white;
}

.galleryphoto p {
	font-size: 65%;
	font-weight: bold;
	margin-top: 0;
	width: 430px;
	line-height: 1.4em;
}

.photocredit {
	font-weight: normal;
	color: gray;
}

.galleryphoto {
	padding-bottom: 20px;
	border-bottom: 1px solid navy;
	margin-bottom: 10px;
}

table.events {
	border-collapse: collapse;
	margin-bottom: 50px;
}

table.events th, table.events td {
	padding: 4px;
	border: 1px solid #000066;
}

table.events th {
	font-size: x-small;
	text-align: left;
	background: #241374;
	color: #ffffff;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2px;
	padding-right: 2px;
}

table.events td {
	font-size: small;
	background: #e2edff url(backgrounds/td.jpg) repeat-x top;
}

table.events caption {
	color: #000066;
	font-size: small;
	text-align: left;
	padding-bottom: 5px;
	font-weight: bold;
}

.video {
	padding-bottom: 20px;
	border-bottom: 1px solid navy;
	margin-bottom: 10px;
}

.video p {
	font-size: 65%;
	font-weight: bold;
	margin-top: 0;
	width: 430px;
	line-height: 1.4em;
}
	
.audio {
	padding-bottom: 20px;
	border-bottom: 1px solid navy;
	margin-bottom: 10px;
}


<--! new navigation bar from here -->