@charset "UTF-8";
body {
	background-color: #FFFFFF;
	margin: auto;
	width: 100%;
	background-image: url(../images/sea/sea_bg.jpg);
	background-repeat: repeat-y;
}
#container {
	background-repeat: no-repeat;
	background-image: url(../images/sea/sea_waves.jpg);
	background-position: left bottom;
	background-attachment: fixed;	
}
#header {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: baseline;
	top: auto;
}
#nav li {
	float: right;
}
#content {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-right: 70px;
	padding-left: 70px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#intro {
	font-style: italic;
	padding-bottom: 20px;
}
#menu {
	display: none;
}
#projects {
}

.entry {
	padding-top: 2em;
	padding-bottom: 3em;
	clear: both;
}
.title {
	font-size: large;
	font-weight: bold;
	color: #000000;
}
.subtitle {
	list-style-image: url(../images/bullet3.png);
	list-style-position: inside;
	letter-spacing: 0.1em;
	font-size: small;
	padding: 2px;
	display: list-item;
}
.image {
	float: right;
	padding: 1.5em 1em 1em;
	clear: right;
}
.details {
	padding-top: .5em;
}
.credits {
	padding-top: 1em;
	font-size: small;
	color: #333333;
	padding-bottom: 2em;
}
.link {
	font-size: small;
}
a:link {
	color: #666699;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	color: #666699;
	text-decoration: underline;
}
#footer {
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	clear: both;
}
