@charset "UTF-8";
/*
 *    $Author: michael $
 *      $Date: Jan 31, 2016 12:02:17 PM $
 *	$Revision: <new> $
 *   $HeadURL:  $
 *    Subject: Base style for site.
 *	    Notes:
 */

* { padding: 0; margin: 0; }

html {
	background: url(../images/winter.jpg) no-repeat center center fixed;
	background-color: #0e0d0b;
	background-size: cover;	
}

body {
	font: 90%/1.4em Verdana, "Liberation Sans", Tahoma, Helvetica, "URW Gothic L", san-serif
}

dl.splash {
	width: 75%;
	margin: 5em auto;
	padding: 1em 3em;
	background-color: #fff;
	border-radius: 15px 50px;
	font-family: 'Architects Daughter', cursive;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

dl.splash dt {
	font-size: 4em;
	font-weight: bold;
	line-height: 2em;
}

dl.splash dd {
	font-size: 2em;
	font-style: italic;
	line-height: 1.5em;
}


/*
 *	General Styles
 */

.hangingindent {
  padding-left: 22px;
  text-indent: -22px;
}