body {
	background: #204360;
	margin: 0 0 15px 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #c6d4e0;
}

.background-fill {
	background: url(images/fill.gif) top center repeat-y;
}

.background {
	background: url(images/background.jpg) top center no-repeat
}

/* Containers */

.center {
	width: 760px;
	margin: 0 auto;
	min-height: 150px;
	padding: 0 0 15px 0;
}

.header {
	width: 760px;
	margin: 0 auto;
	position: relative;
	height: 158px;
}

.navigation {
	position:absolute;
	top: 69px;
	left: 34px;
}
.navigation a {
	display:block;
	float:left;
	text-decoration: none;
	outline:none;
}
.navigation a span {
	visibility: hidden;
}

.content {
	padding: 0 20px 0px 20px;
	position: relative;
}

.recent-projects {
	float:left;
	border-right: 1px solid #8080a0;
	padding: 0px 20px 15px 10px;
	width: 330px;
	margin-right: -1px;
}

.examples {
	float:left;
	padding: 0px 10px 15px 20px;
	border-left: 1px solid #8080a0;
	width: 329px;
}

.footer {
	text-align: center;
	color: #42698c;
	font-size: 10px;
}

.footer a {
	color: #42698c;
	font-size: 10px;
}

/* Text styles */

a {
	color: #def;
}
a:hover {
	color: #def;
}

.header h1 {
	margin: 0px;
	text-indent: -5000px;
	width: 497px;
	height: 50px;
	background: url(images/logo.png) no-repeat;
	position: absolute;
	top: 20px;
	left: -5px;
}
.header h1 a {
	display:block;
	height: 50px;
	width: 497px;
	outline: none;
}

.header h2 {
	margin: 0px;
	text-indent: -5000px;
	right: 7px;
	bottom: 7px;
	width: 400px;
	height: 23px;
	position: absolute;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
	margin: 0px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #5ed2f3;
	margin: 15px 0 2px 0;
}

.skill-label {
	float:left;
	margin: 0 0 3px;
	width: 190px;
}
.skill-list {
	float:left;
	clear:right;
	margin: 0 0 3px;
	width: 475px;
}

.history-label {
	float:left;
	margin: 0 0 3px;
	width: 100px;
}
.history-list {
	float:left;
	clear:right;
	margin: 0 0 3px;
	width: 565px;
}

/* Projects */

.project-link {
	font-size: 14px;
	font-weight:bold;
}

.project-info {
	float:left;
	width: 219px;
	margin-bottom: 15px;
}
.project-info p {
	margin: 0 0 5px 0;
}

.project-thumbnail {
	width: 100px;
}
.project-thumbnail-link {
	float:left;
	margin-right: 10px;
	width: 100px;
}

.project-date {
	color: #85939e;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}

/* Misc */

.clear {
	clear:both;
}
.clearspace {
	clear:both;
	padding: 15px 0 0 0;
}
.no-top-margin {
	margin-top: 0px;
}

abbr, acronym {
	border-bottom:1px dotted;
	cursor:help;
}

/* Custom Forms */

.formlabel {
	float:left;
	width: 100px;
	clear:left;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
	margin: 3px 0px;
}
.formlabel.long {
	width: 150px;
}

.forminput {
	float:left;
	width: 380px;
	margin: 3px 0px;
}

.forminput select {
	font: 12px Arial, Verdana, sans-serif;
}
.forminput-text {
	font: 12px Arial, Verdana, sans-serif;
	width: 150px;
}
.forminput-text.long {
	width: 250px;
}
.forminput-text.longest {
	width: 400px;
}
.forminput-text.short {
	width: 100px;
}
.forminput-text.shortest {
	width: 40px;
}
.forminput-text.indented {
	margin-left: 25px;
	margin-bottom: 6px;
	margin-top: 3px;
}
.forminput textarea {
	font: 12px Arial, Verdana, sans-serif;
}

.forminput-submit {
	padding: 0 0 10px 0;
	text-align:center;
	width: 100%;
	display:block;
}

.formsuccess {
	font-weight:bold;
	color: green;
}
