html { 
	font-size: 100%; 
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

body { 
	margin: 3em;
	font-family: Calibri, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.231;
	background-color: #4A5B53;
	color: #EAF2DC;
}

div#header, div#links, div#footer, div#header-subpage {
	position: relative;
}

div#header {
	min-height: 12em;
	margin-bottom: 3em;
}

div#header-subpage {
	min-height: 3em;
	margin-bottom: 2em;
}

div#content {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.link-box {
	position: relative;
	display: block;
	
	float: left;
	clear: right;
	
	background-color: #000000;
	padding: 0;
	
	margin-left: 1.75em;
	margin-right: 1.75em;
	margin-bottom: 4em;
	
	border-color: #141A19;
	border-style: solid;
	border-width: 1px;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	text-decoration: none;

	width: 22em;
	height: 22em;
	
	max-width: 384px;
	max-height: 384px;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	
	cursor: pointer;
}

.link-box video {
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-style: none;
	border-width: 0px;
	border-color: transparent;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	
	cursor: pointer;
}

.link-box h3, .link-box img {
	z-index: 1;
	
	margin: 0em;
	font-size: 1.75em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.link-box h3 {
	position: absolute;
	left: -0.66em;
	top: -0.33em;
	right: 0.66em;
	
	padding: 0.33em;
	
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	text-decoration: none;
	
	cursor: pointer;
}

.link-box img {
	position: absolute;
	left: -1.33em;
	top: -1.33em;
	max-width: 100%;
	max-height: 50%;
	
	cursor: pointer;
}

.link-box p {
	position: absolute;
	bottom: 0em;
	left: 0em;
	right: 0em;
	
	padding: 0.5em;
	
	z-index: 1;
	font-size: 1.2em;
	margin: 0em;
	color: #FFFFFF;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	text-decoration: none;
	
	cursor: pointer;
}

p#name {
	position: absolute;
	top: 0em;
	left: 0em;
	right: 0em;
	
	margin: 0em;
	margin-right: 0em;
	padding-left: 0.25em;
	
	background-color: #141A19;
	color: #FFFFFF;
	
	border-radius: 16px 16px 0px 0px;
	-moz-border-radius: 16px 16px 0px 0px;
	-webkit-border-radius: 16px 16px 0px 0px;
}

div#header-subpage p#name {
	border-radius: 16px 16px 0px 0px;
	-moz-border-radius: 16px 16px 0px 0px;
	-webkit-border-radius: 16px 16px 0px 0px;
	margin-right: 0em;
}

p#name span {
	margin: 0em;
	font-size: 3em;
	font-weight: bold;
}

div#photo-box {
	position: absolute;
	right: 0em;
	top: 0em;
	bottom: 0em;
	width: 12em;
	
	background-color: #141A19;
	border-radius: 0px 16px 16px 0px;
	-moz-border-radius: 0px 16px 16px 0px;
	-webkitborder-radius: 0px 16px 16px 0px;
}

div#photo-box img {
	display: block;
	border-width: 0px;
	border-style: solid;
	border-color: transparent;
	border-radius: 16px 16px 16px 16px;
	-moz-border-radius: 16px 16px 16px 16px;
	-webkit-border-radius: 16px 16px 16px 16px;
	width: 100%;
}

p#description {
	display: block;
	font-size: 1.25em;
	margin: 0em;
	padding-top: 4em;
	padding-bottom: 4em;
	margin-right: 12em;
}

p#linkbar {
	position: absolute;
	bottom: 0em;
	left: 0em;
	right: 0em;
	
	margin: 0em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.75em;
	margin-right: 0em;
	
	background-color: #141A19;
	
	border-radius: 0px 0px 16px 16px;
	-moz-border-radius: 0px 0px 16px 16px;
	-webkit-border-radius: 0px 0px 16px 16px;
}

p#linkbar a, a#back {
	font-size: 1.66em;
	text-decoration: none;
	margin-right: 2em;
}

a {
	color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.075);
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	padding-left: 0.25em;
	padding-right: 0.25em;
}

a.nopadleft {
	margin-left: 0 !important;
}

a.nopadright {
	margin-right: 0 !important;
}

p#linkbar a:hover, a#back:hover {
	text-decoration: underline;
}

a#back {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	margin: 0em;
}

#project-list {
}

#project-list li {
	font-size: 1.75em;
	font-weight: bold;
	margin-left: 0.5em;
	margin-top: 1em;
}

#project-list p {
	margin-left: 1.33em;
	font-size: 1.25em;
	font-weight: normal;
}

sup {
	font-size: 60%;
	vertical-align: super;
}