html, body {
	padding: 0;
	margin: 0;
	font: 10pt/14pt Helvetica,Arial,sans-serif;
	background: #AEAEAA;
	color: #202020;
}

table tr td, table tr th {
	margin: 0;
	border: 0;
	font: 9pt/14pt Helvetica,Arial,sans-serif;
}

table tr td {
	padding: 10px;
}

h1, h2, h3, h4, table tr th {
	font-weight: bold;
	letter-spacing: -0.02em;
	color: black;
}

a:link, a:visited, a:hover, a:active {
	color: #36D7FF;
	text-decoration: none;
}

a:visited {
	color: #36D7FF;
}

a:hover {
	color: #009494;
	background: yellow;
}

span.hi {
	background: yellow;
	padding-left: 3px;
	padding-right: 3px;
}

.light {
	color: #A0A0A0;
}

#page {
	padding: 0px;
	text-align: center;
}

#main {
	border-top: 40px solid #36D7FF;
	background: #FEFEFA;
	padding: 20px;
	width: 700px;
	margin: auto;
	overflow: hidden;
	text-align: left;
}

#overview {
	border-bottom: 1px solid black;
	padding-bottom: 40px;
	margin-bottom: 40px;
	margin-top: 40px;
}

#overview .links {
	float: right;
	font-size: 0.85em;
}

#overview .links ul {
	display: inline;
}

#overview .links ul li {
	display: inline;
	padding-left: 10px;
}

#overview .description .name {
	font-size: 1.3em;
	font-weight: bold;
}

#overview .description .titles {
	font-size: 1.2em;
	font-variant: italic;
}

#overview .random-fact {
}

#overview .random-fact ul,
#overview .random-fact li {
	padding: 0;
	margin: 0;
	color: #36D7FF;
	font-weight: bold;
	display: inline;
}

#about-me {
	background: #E0E0E0;
	margin-bottom: 40px;
}

#about-me .about-me {
	float: left;
	width: 470px;
	background: white;
}

#about-me .about-me .content {
	padding-right: 10px;
}

#about-me .operations {
}

#about-me .operations .content {
	padding-top: 50px;
	text-align: center;
}

#specialties {
	background: #E0E0E0;
}

#specialties .detail {
	float: left;
	width: 470px;
	margin-right: 10px;
}

#specialties .topics {
}

#specialties .topics .content {
	padding-top: 10px;
}


#specialties .detail .content .content {
	padding: 10px;
	background: #A0A0A0;
	color: white;
	height: 4em;
}

#specialties .detail .quote input {
	opacity: 0;
	font-weight: bold;
}

#specialties div:hover .quote input {
	opacity: 1.0;
	cursor: pointer;
}

#specialties .detail .quote {
	text-align: center;
	padding: 10px;
	background: #A0A0A0;
	color: white;
}

#specialties div:hover .quote {
	background: #404040;
}

#specialties h2 {
	margin: 0;
	background: white;
	padding-bottom: 10px;
}

#specialties .topics ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#specialties .topics ul li {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	cursor: pointer;
}

#specialties .topics ul li:hover {
	background: yellow;
}

#specialties .topics ul li.current {
	background: #A0A0A0;
	color: white;
	font-weight: bold;
}

#tools {
	padding-top: 40px;
}

#tools table {
	border-collapse: collapse;
	width: 100%;
}

#tools table tr td {
	text-align: left;
	border-right: 1px solid #A0A0A0;
	border-left: 1px solid #A0A0A0;
}

#tools table tr th {
	text-align: left;
	color: black;
}

#tools ul {
	list-style-type: square;
	padding: 0;
	padding-left: 1px;
	margin: 0;
}

#tools ul li {
	padding: 0;
	padding-bottom: 0.30em;
	margin: 0;
	color: #A0A0A0;
}

#tools ul li.last {
	padding-bottom: 0;
}

#tools ul li span {
	padding-left: 10px;
}

#projects {
	padding: 20px;
	background: #A0A0A0;
	line-height: 1.3em;
	color: white !important;
}

#projects h2 {
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
	color: white;
}

#projects .created {
	float: left;
	width: 40%;
}

#projects .contributed {
	text-align: right;
}

#projects a {
	color: white !important;
	text-decoration: underline;
}

#projects a:hover {
	color: black !important;
	text-decoration: none;
}

#projects .project {
	display: block;
	padding-bottom: 0.5em;
}

#footer {
	padding-top: 10px;
	font-size: 0.85em;
	text-align: right;
	color: #A0A0A0;
}

