@charset "UTF-8";
/* CSS Document */
@font-face {  
  font-family: "eurofurence light";  
  src: url(../fonts/eurof35.eot); /* IE */  
  src: local("eurofurence light"), url(../fonts/eurof35.ttf) format("truetype"); /* non-IE */ 
  /* The eurofurence typeface family by tobias b koehler (unci@tigerden.com) */
} 
/* Fertigo Pro is a font by Jos Buivenga (exljbris) - www.exljbris.com */
@font-face {
	font-family: 'FertigoPro';
	src: url('http://joshemerson.co.uk/fonts/fertigo-webfont.eot');
	src: local('☺'), url('http://joshemerson.co.uk/fonts/fertigo-webfont.woff') format('woff'), url('http://joshemerson.co.uk/fonts/fertigo-webfont.ttf') format('truetype'), url('http://joshemerson.co.uk/fonts/fertigo-webfont.svg#webfont5gXYrN4t') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-size: 75%;
	color: #666;
}
a:link, a:visited, a:active, a:hover {
	padding: 2px;
	position: relative;
	text-decoration: none;
	color: #666;
}
a:hover {
	background-color: #0088FF;
	color: #FFF;
}
::-moz-selection {
	background:#0088FF;
	color: #FFF;
}
::selection {
	background:#0088FF;
	color: #FFF;
}
#header {
	background-color: #F5F5F5;
	border-bottom: 1px solid #CCCCCC;
	color: #525252;
	overflow: hidden;
	padding: 20px 0;
}
#header .content {
	width: 800px;
	margin: 0 auto;
}
#header h1 {
	font-size: 3em;
	font-weight: normal;
	margin: 0;
	padding-bottom: 5px;
}
#header h1, #header .button {
	text-rendering: optimizeLegibility;
	font-family: FertigoPro, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}
#header a:link, #header a:visited  {
	padding: none;
	display: inline;
	float: none;
	text-decoration: underline;
}
#header a:hover {
	color: #209BAA;
	background: none;
}
#header .button:link, #header .button:visited {
	display: block;
	float: left;
	margin: 20px 0 0 0;
	font-size: 1.6667em;
	padding: 0 1em;
	text-align: center;
	line-height: 1.6em;
	color: #525252;
	background-color: #E4E7E8;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	text-decoration: none;
	-moz-transition: -moz-box-shadow 0.3s ease-out, background-color 0.3s ease-out;
	-o-transition: -o-box-shadow 0.3s ease-out, background-color 0.3s ease-out;
	-webkit-transition: -webkit-box-shadow 0.3s ease-out, background-color 0.3s ease-out;
	transition: box-shadow 0.3s ease-out, background-color 0.3s ease-out;
}
#header .button:hover, #header .button:focus {
	color: #546170;
	background-color: #F5F5F5;
	text-decoration: none;
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.25), 0 0 8px 2px rgba(33,156,170,0.75);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.25), 0 0 8px 2px rgba(33,156,170,0.75);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.25), 0 0 8px 2px rgba(33,156,170,0.75);
}
#header .button:active {
	position: relative;
	top: 1px;
	color: #546170;
	background-color: #E4E7E8;
	text-decoration: none;
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.25), 0 0 4px 2px rgba(33,156,170,0.5);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.25), 0 0 4px 2px rgba(33,156,170,0.5);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.25), 0 0 4px 2px rgba(33,156,170,0.5);
}
#wrap {
	width: 800px;
	padding: 40px 25px;
	margin: 0 auto;
	overflow: auto;
}
p {
	margin: 20px 0 0 0;
	padding: 0;
}
h1, h2 {
	padding: 0;
	font-family: "eurofurence light", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: normal;
}
h1 {
	margin: 0;
}
h2 {
	margin: 10px 0 0 0;
	font-size: 3em;
}
.vcard {
	font-family: "eurofurence light", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin: 20px 0 0 0;
	font-size: 3em;
}
.vcard .fn {
	display: none;
}
h2 a:link, .vcard a:link {
	padding: 2px 5px;
}
#video {
	margin: 20px 0 0 0;
}
#projects {
	display: none;
	margin-bottom: 20px;
}
#projects .odd {
	padding: 20px 25px;
	background-color: #EEE;
}
#projects .even {
	padding: 20px 25px;
}
#projects h2 {
	width:800px;
	padding: 0;
	margin: 0 auto;
}
#projects p {
	width:800px;
	padding: 0;
	margin: 20px auto 0;
}
.hidden {
	display: none;
}
