﻿/* CSS Document */

html, body {
  height: 101%;
  margin: 0 0 1px;
  padding: 0;
}
body {
	margin:0;
	background-color: #fff;
	text-align:left;
	font-family: Futura, Century Gothic, Verdana, Helvetica, sans-serif;
	color: #555;
}
a {
	text-decoration: underline;
}
a:link {
	color: #555;
	text-decoration: underline;
}
a:link.styled {
	color: #555;
	text-decoration: none;
}
a:visited {
	color: #555;
}
a:visited.styled {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #333;
}
a:hover.styled {
	color: #333;
}
a:active {
	color: #333;
	text-decoration: underline;
}
a.youreHere {
	color:#000;
	text-decoration: none;
}
.white {
	color: #fff;
}
#container {
	width: 460px;
	background: #FFF;
	margin: 0 auto;
	display: block;
	clear: both;
	padding: 0 auto;
}
#header {
	background: #FFF;	
}
a.headerHome {
	text-decoration: none;
	}
h1.headerLineOne {
	font-family: 'Arvo', andale mono, courier new, courier, monospace;
	font-size:3em;
	text-align:left;
	color:#555;
	margin-bottom:-0.4em;
	text-decoration: none;
}
h3.headerLineTwo {
    font-family:"Courier New", Courier, monospace;
	text-align:left; 
	color:#333;
}
#navigation { 
	text-align:left; 
	font-family: Futura, Century Gothic, Verdana, Helvetica, sans-serif;
	letter-spacing: .1em;
}
#navigation a:link {
	color: #555;
	text-decoration: underline;
}
#navigation a:hover {
	color:#FFF;
	text-decoration: none;
	background-color:#444;
}
#navigationList {
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigationList li {
	display: inline;
	padding: 0;
	margin: 0;
}
#navigationList li:before { 
	content: "| "; 
}
#navigationList li:first-child:before { 
	content: ""; 
}
.quote {
	text-align:left;
	margin-bottom:-0.75em;
	padding-bottom:0;
	display:block;
	font-family: Futura, Century Gothic, Verdana, Helvetica, sans-serif;
}
.attribution {
	font-style: italic;
	padding-top: 0.5em;
	padding-bottom: 1.5em;
	display: block;
	text-indent: 0.75em;	
	text-align:left;
	font-family: Futura, Century Gothic, Verdana, Helvetica, sans-serif;
}
.smallText {
	font-size: small;
	color: #555;
	text-align: justify;
	letter-spacing: .15em;
}
.uniChar {
                font-family: tahoma, sans-serif;
      font-size: 0.75 em;
}