/* HTML Elements */
h1,h2 { font-family: futura, arial, sans-serif; }
body { color: #eeffea; background-color: #212121; }
a { font-family: monospace; }
a:link { color: #eeeeee; }
a:visited { color: #eaffea; }

/* custom classes */
.tagline,.sitetitle,.body {
	background-color: #212121;
	opacity:0.6;filter:alpha(opacity=60);
}
.tagline { 
	border-top: 1px solid grey; 
	border-left: 1px solid grey;
	position: relative;
	left: 100pt;
	top: -10pt;
	font-style: italic;
	font-size: small;
	font-family: futura, arial, sans-serif;
	width: 400pt;
	z-index: 0;
}
.sitetitle {
	border-bottom: 1px solid grey;
	border-right: 1px solid grey;
	width: 280pt;
}
.logo {
	position: relative;
	top: -50pt;
	width: 190; 
	z-index: -100;
	opacity:0.6;filter:alpha(opacity=60)
	/* height: 100px; */
}
.body {
	position: relative;
	top: -100pt;
	left: 100pt;
	padding-top: 0pt;
	background-image: url('images/jetpackshark-lineart.png');
	background-color: #212121;
}
.projects {
	border-top: 1px dashed grey;
	border-left: 1px dashed grey;
	padding-top: 0pt;
	width: 70%;
}
.mini-logo {
	vertical-align: middle;
}

a.mini-logo { 
	text-decoration: none; 
	border: none;
	color: #212121;
}
.about {
	border-top: 1px solid grey;
	position: relative;
	/* top: 80pt; */
	left: 40%;
	width: 200pt;
	text-align: center;
}