@font-face {
	font-family: 'Helsinki';
	src: url('helsinki-webfont.eot');
	src: local('☺'), url('helsinki-webfont.woff') format('woff'),
					 url('helsinki-webfont.ttf') format('truetype'),
					 url('helsinki-webfont.svg#webfont2rypHkuE') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-image: url(me_new.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	-moz-background-size: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, san-serif;
	margin-left: 10px;
	background-color: #DFDFDF;
}

h1 {
	font-family: Helsinki, "Helvetica Neue", Helvetica, Arial, san-serif;
	text-transform: uppercase;
	text-shadow: #999 1px 1px 2px;
}

h2 {
	font-family: Helsinki, "Helvetica Neue", Helvetica, Arial, san-serif;
	text-transform: uppercase;
	text-shadow: #999 0px 1px 2px;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	border-bottom: 1px solid #BBB;

}

.links {
	text-transform: uppercase;
	padding-left: 10px;
}

h3 {
	font-size: 10pt;
	font-family: "Helvetica Neue", Helvetica, Arial, san-serif;
	font-weight: 400;
}

p.project {
	font-family: "Helvetica Neue", Helvetica, Arial, san-serif;
	font-size: 10pt;
	margin-left: 10px;
	background-color:rgba(255,255,255,0.7);
	padding: 10px;
	width: 145px;
}

p.project a:hover {
  border-bottom: 1px solid #000;
}

li {
	list-style-type: none;
	font-size: 10pt;
}

#navbar {
	right: 10px;
	top: 10px;
	position: absolute;
}

#navbar li {
	font-family: Helsinki, "Helvetica Neue", Helvetica, Arial, san-serif;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: right;
	text-shadow: #999 0px 1px 2px;
}

#tumblrs {
	display: none;
}

#tumblrbutton:hover {
	cursor: pointer;
}

#tumblrbutton span:hover {
	border-bottom: 1px solid #555;
}

#morelinks {
	display: none;
}

#navbarbutton:hover {
	cursor: pointer;
}

#navbarbutton span:hover {
	border-bottom: 1px solid #BBB;
}

#about {
	display: none;
	width: 245px;
	font-family: "Helvetica Neue", Helvetica, Arial, san-serif;
	font-size: 10pt;
	text-align: left;
	border: 1px solid #999;
	background-color:rgba(255,255,255,0.7);
	margin-right: 20px;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
}

#aboutbutton span:hover {
	border-bottom: 1px solid #BBB;
}

#aboutbutton:hover {
	cursor: pointer;
}

