/* CSS for Plum Island Studio */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #363;
	padding: 0;
	line-height: 125%;
	margin: 0;
	font-size: 10px;
	color: #000000;
}

#header {
	border-top: 3px solid #7da5d8;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 180%;
	color: #eea;
	padding-top: 1em;
	padding-left: .4em;
}

h2 {
	font-size: 140%;
	color: white;
	padding-top: 1.2em;
	font-weight: normal;
}

h3 {
    font-size: 100%;
	color: #eee;
	margin-bottom: 0px;
	background-color: #050;
}

h4 {
	font-size: 100%;
	color: #eee;
	margin-bottom: -1em;
	background-color: #050;
	font-weight: lighter;
}

p {
	font-size: 13px;
	color: #eee;
}

li {
	font-size: 14px;
	list-style-type: none;
}


a:link, a:visited, a:hover, a:active  {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #FFC;
}

a:hover {
	color: navy;
	background-color: #ccf;
}

.nav a:link, .nav a:visited, .nav a:hover, .nav a:active{
	font-size: 14px;
	text-decoration: none;
	color: #eec;
	line-height: 36px;
	margin-left: -20px;
}

.nav a:hover {
	color: navy;
	background-color: #ccf;
}

.nav ul {
	padding-top: 1.6em;
}

#menu {
	font-size: 12px;
	line-height: 26px;
}

#banner {
	font-size: x-large;
	color: white;
}

