/*
 * Stylin' large with big hefty drawers.  August 2012 redesign.
 * Copyright 2012 Zygoat Creative Technical Services.  All rights reserved.
 */


/* Bring in some Google web fonts. */
@import "http://fonts.googleapis.com/css?family=Oxygen|Oswald:400,300";


body {
	background: url("images/bgtop.png") 0 -30px repeat-x rgb(107, 12, 17);	/* hsl(357, 80%, 23%); */
	margin: 82pt 120pt 0 120pt;
	font-family: 'Oxygen';
	color: hsl(0, 0%, 85%);
	}

p {
	line-height: 1.5em;
	font-size: 12pt;
	word-spacing: 0.1em;
}

a:link, a:visited {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid hsl(0, 10%, 40%);
	}
a:hover {
	color: hsl(60, 100%, 93%);
	border-bottom: 1px solid hsl(60, 15%, 60%);
	}

/* Override for some nift highlighting. */
::selection, ::-moz-selection {
	background: hsl(205, 30%, 35%);
	}

h1, h2, h3 {
	font-family: 'Oswald';
	font-weight: 400;
	font-style: normal;
	}

header {
	display: inline-block;
	position: absolute;
	top: 24px;
	left: 120pt;
	}
header img {
	opacity: 0.25;
	}
header a:link, header a:visited {
	border: none;
	}
header a:link span {
	font-size: 9pt;
	position: relative;
	bottom: 12px;
	color: transparent;
	}
header a:hover span {
	color: hsl(205, 15%, 50%);
	}
header a:hover img {
	opacity: 0.6;
	}

footer {
	background: hsl(357, 80%, 20%);
	color: hsl(357, 30%, 50%); 
	font-size: 8pt;
	padding: 10pt 120pt;
	margin: 56pt -120pt 0 -120pt;
	line-height: 1.2em;
	}
footer .FooterContact {
	font-size: 11pt;
	margin-bottom: 5pt;
	}
footer a:link, footer a:visited {
	color: hsl(357, 35%, 55%);
	border: none;
	}
footer a:hover {
	border-bottom: 1px dotted hsl(357, 35%, 45%);
	}
