@charset "UTF-8";
/* CSS Document */

/* Structure */

* {
	margin: 0em;
	padding: 0em;
	border: 0em;
}

html, body {
	height: 100%;
}

body {
	min-width: 760px;
	background-color: #999;
	color: white;
	font-family: arial, verdana, sans-serif;
	font-size: 62.5%;
	text-align: center;
	min-height: 380px;
}

#header-wrapper {
	position: absolute;
	top: 0em;
	right: 0em;
	height: 5em;
	background-color: transparent;
	color: white;
}

body>#header-wrapper {
	position: fixed;
	width: 100%;
	min-width: 610px;
	background-color: black;
}

#header {
	height: 5em;
	width: 100%;
	margin: 0em;
	text-align: right;
	background-color: black;
	color: #c63;
	line-height: 5em;
	font-family: "Times New Roman", Roman, serif;
}

#content-wrapper {
	padding: 0em;
	background-color: transparent;
	color: black;
	height: 100%;
}

body>#content-wrapper {
	background-color: #999;
	color: black;
}

#content {
	width: 100%;
	background-color: #999;
	color: black;
	height: 100%;
}

#footer-wrapper {
	p\osition: absolute;
	bottom: 0em;
	right: 0em;
	height: 5em;
	background-color: transparent;
	color: white;
}

body>#footer-wrapper {
	position: fixed;
	width: 100%;
	background-color: black;
	color: white;
}

#footer {
	width: 100%;
	height: 4.5em;
	margin: 0em;
	background-color: black;
	color: white;
	text-align: right;
	padding-top: 0.5em;
}

#nav-wrapper {
	position: absolute;
	top: 5em;
	left: 1.2em;
	width: 16em;
	background-color: #999;
	color: black;
}

body>#nav-wrapper {
	position: fixed;
}

#nav {
	width: 16em;
	margin: 0em;
	text-align: left;
	padding-left: 1.5em;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

#table {
	height: 100%;
	margin: 0em;
	width: 100%;
	font-size: 1em;
}

#list, #block, #resume {
	padding: 5em 0em;
}

#resume {
	margin-left: 20em;
	text-align: left;
	font-size: 1.3em;
}

#list {
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: left;
	margin-left: 15%;
	color: black;
	background-color: #999;
}

#table td {
	width: 50%;
	font-size: 1em;
}

.floatLeft {
	float: left;
	text-align: left;
}

/* Syle */

#header h1{
	font-family: "Times New Roman", Roman, serif;
	font-size: 3.9em;
	text-align: left;
	float: left;
	margin-left: 0.5em;
}

#header h2{
	font-family: "Times New Roman", Roman, serif;
	margin-right: 0.5em;
	font-size: 3.2em;
}

#list h3{
	font-family: "Times New Roman", Roman, serif;
	font-size: 1.7em;
}

#list li {
	margin: 1.2em 0em 1.2em 3em;
	list-style: none;
	font-size: 1.3em;
}

#resume h2 {
	font-size: 1.6em;
}

#resume p, #resume h2 {
	margin-bottom: 1em;
}

#nav ul {
	list-style: none;
	font-size: 1.3em;
}

#nav h3 {
	margin: 1.2em 0em;
	font-size: 1.5em;
}

#navigation {
	margin-left: 1.5em;
}

#navigation, #crumbs {
	/*margin-top: 0.5em;*/
	font-size: 1.3em;
	list-style: none;
}

#navigation li, #crumbs li {
	display: inline;
}

#gallery {
	margin: 6em auto 0em auto;
	width: 76em;
	background-color: #888;
}

#gallery ul {
	list-style-type: none;
	padding-top: 1em;
	text-align: center;
}

#gallery li {
	float: left;
	font-size: 1.1em;
	margin: 0em 0em 5em 0em;
	text-align:center;
	width: 23em;
	height: 20em;
	background-color: #888;
}

#gallery img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#crumbs {
	margin-right: 1.5em;
	/*margin-top: 0.5em;*/
}

#email {
	margin-top: 0.5em;
	margin-right: 1.5em;
	font-size: 1.1em;
}

#date {
	margin-top: 0.5em;
	margin-left: 1.6em;
	font-size: 1.1em;
}

#footer a:link, #footer a:visited {
	color: white;
	background-color: black;
	text-decoration: none; 
}

#footer a:hover {
	color: #c63;
	background-color: black;
	text-decoration: none;
}

#navigation a {
	padding-right: 0.8em;
}

#crumbs a, #crumbs li {
	padding: 0;
	margin: 0;
	border: 0;
}

#content a:link, #content a:visited, #nav a:link, #nav a:visited {
	color: black;
	background-color: transparent;
	text-decoration: none; 
}

#content a:hover, #nav a:hover {
	color: white;
	background-color: transparent;
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

.title {
	font-size: 1.2em;
}

#clear {
	clear: left;
	height: 5px;
}
