
body{
	background-color: #000000;
	text-align: center;
}

h1, h2, h3, a, p, label, td, li, div, span{
	font-family: Arial;
	color: #C0C0C0;
}

p{
	margin-left: 0.5em;
}

h1{
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	text-align: center;
}

a{
	text-decoration: none;
	color: #ffffff;
}

a:hover{
	text-decoration: underline;
}

a.title{
	font-family: Lucida Console, Courier New;
	text-decoration: none;
	color: #C0C0C0;
}

a.menu{
	font-family: Lucida Console, Tahoma, Arial;
	font-weight: bold;
	text-decoration: none;
	margin-top: 1em;
	margin-left: 1.5em;
	line-height: 2.5em;
	color: #C0C0C0;
}

a.menu:hover{
	text-decoration: underline;
}

img{
	border: none;
}

div.clear{
	clear: both;
	height: 1px;
	overflow: hidden;
}

div#menu-bar{
	margin-left: auto;
	margin-right: auto;
	border-width: 2px;
	border-style: solid;
	border-color: #101010;
	background-color: #202020;
	text-align: center;
}

div.figure{
	float: left;
}

div#images > *:nth-child(5n+1) {
	clear: both;
}

div.figure-caption{
	width: 150px;
	font-size: 0.75em;
	margin: auto;
	margin-bottom: 20px;
}

div.image-container{
	width: 150px;
	height: 150px;
	margin: 5px;
	position: relative;
}

.image-container img{
	border: none;
	max-height: 100%;
	max-width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	border-width: 2px;
	border-style: solid;
	border-color: #101010;
}

div#page{
	width: 55em;
	margin: 0 auto;
	text-align: left;
}

div#content{
	margin-left: 1em;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 50px;
	min-height: 400px;
}

div#content-text{
	width: 40em;
	margin-left: 1em;
}

div#content-list{
	text-align: center;
}

div#project-header{
	margin-top: 20px;
	margin-bottom: 20px;
}

#project-header h2{
	display: inline;
	margin: 0;
	margin-bottom: 5px;
}

#project-header h2.name{
	float: left;
}

#project-header h2.when{
	float: right;
}

div#images{
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

div#files{
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

td.files{
	vertical-align: top;
	padding: 5px;
}

div.list-all-tags{
	width: 40em;
	line-height: 2.5em;
	text-align: center;
	margin: 0 auto;
}

div.list-entry{
	border-width: 2px;
	border-style: solid;
	border-color: #101010;
	background-color: #202020;
	display: block;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	padding: 1em;
	width: 33em;
}

div.list-entry-image{
	float: left;
	width: 150px;
	text-align: center;
	margin-right: 1.2em;
}

.list-entry-image img{
	max-width: 100%;
	margin: 0 auto;
	border-width: 2px;
	border-style: solid;
	border-color: #101010;
}

.list-entry a{
	text-decoration: none;
	color: #C0C0C0;
}

.list-entry a:hover{
	text-decoration: underline;
}

div.list-entry-text{
	overflow: hidden;
}

.list-entry-text p{
	margin: 0;
	margin-bottom: 1em;
}

div.list-entry-top{
	margin-bottom: 0.6em;
}

span.list-name{
	float: left;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}

span.list-when{
	float: right;
	min-width: 6em;
	font-weight: bold;
	letter-spacing: 0.06em;
}

div.list-tags{
	display: inline;
	position: absolute;
	bottom: 1em;
	right: 1em;
}

div.tags{
	word-spacing: 0.2em;
}

.tags a{
	font-size: 0.8em;
	color: #808080;
}

div.code{
	white-space: pre;
	overflow: scroll;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	margin: 20px;
}

div.video{
	margin: 0 auto;
	text-align: center;
}

div.video video{
	max-width: 100%;
	height: auto;
}

div#footer{
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	height: 60px;
	border-width: 2px;
	border-style: solid;
	border-color: #101010;
	background-color: #202020;
	position: relative;
	text-align: center;
}

div.footer-text{
	display: inline;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: .8em;
}

