@import url(https://fonts.googleapis.com/css?family=Lato:700|Istok+Web);
@font-face {
  font-family: 'Base 02';
  font-style: normal;
  font-weight: 400;
  src: local('Base 02 Regular'), local('Base02-Regular'), url('/fonts/Base_02.ttf');
}

html, body, div, p {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: "Istok Web", Helvetica, Arial, sans-serif;
	background-color:#060606;
	background-image:url('/Alistair Friday Night_002.png');
	background-repeat:no-repeat;
	background-position:center top;
	width:800px;
	position:absolute;
	left:50%;
	margin-left:-400px;
	color:#FFFFFF;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
header {
	font-family: "Base 02", Monospace;
	text-align:center;
}
header a {
	text-decoration:none;
}
#masthead {
	font-size: 100px;
}
section header {
	font-size:50px;
}
section img {
	display:block;
	margin:auto;
}
footer, #push {
	height: 4em;
	clear:both;
}

footer p {
	text-align:center;
	font-size:small;
}
footer p.footerhost, footer p.footerhost a {
	font-size:xx-small;
	color:#999999;
	text-decoration:none;
}
footer p.footerhost a:hover {
	font-style:italic;
}
.clearfloat {
	clear:both;
}
a img {
	border:none;
}
a {
	color:#FFFFFF;
}
header h1
{
    font-family:Lato, Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 2em;
    margin-top:10px;
    margin-bottom: 10px;
}
#intro a
{
    text-decoration: none;
    font-style: italic;
    color:#FFFFFF;
}
#intro a:hover
{
    font-style: normal;
}
#intro a:active
{
    text-decoration: underline;
}
#intro a:visited
{
    text-decoration: none;
    font-style: italic;
}
.links li
{
    display:inline;
    padding-right:40px;
}
.links li a
{
    text-decoration: none;
    color:#FFFFFF;
}
.links li a:hover
{
    font-style: italic;
}
.links li a:active
{
    text-decoration: underline;
}
.links li a:visited
{
    text-decoration: none;
    font-style: normal;
}
.links li img
{
    height:32px;
}
