/*******************************************************
TITLE: Mittenstrings CSS
DATE: August 2008
AUTHOR: Five Whys - http://www.whywhywhywhywhy.com
BASED ON: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {background-position: center center; background-repeat: no-repeat; background-image: url(images/bg.jpg); line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

body {
	margin:0;
	padding:0;
	font: Georgia, "Times New Roman", Times, serif;
	background: #222 url(images/bg.jpg) no-repeat fixed center;
	color: #7c7c7c;
	text-decoration: none;
}

#pagewrap {
	position: relative;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

h1
{
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: 50px;
	text-align: center;
	color: #eee;
	text-decoration: none;
	letter-spacing: 0.3em;
	font: small-caps normal 32px Georgia, "Times New Roman", Times, serif;
}

h2
{
	margin-bottom: 15px;
	margin-top: 0px;
	font-style: italic;
	line-height: 30px;
	text-align: center;
	color: #303030;
	text-decoration: none;
	font: normal 30px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
}

h3
{
	margin-bottom: 12px;
	margin-top: 20px;
	font-weight: normal;
	text-transform: none;
	font-style: normal;
	line-height: 20px;
	text-align: center;
	color: black;
	text-decoration: none;
	font: normal 20px/25px Georgia, "Times New Roman", Times, serif;
}

h4
{
	margin-bottom: 8px;
	margin-top: 20px;
	font-weight: normal;
	text-transform: none;
	font-style: normal;
	line-height: 20px;
	text-align: center;
	color: black;
	text-decoration: none;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
}

h5
{
	margin-bottom: 8px;
	margin-top: 20px;
	font-weight: normal;
	text-transform: none;
	font-style: normal;
	line-height: 20px;
	text-align: center;
	color: #505050;
	text-decoration: none;
	font: normal 15px Georgia, "Times New Roman", Times, serif;
}

p {
	margin-bottom: 2em;
}

.nav {
	left: -66px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-bottom: 0px;
	color: #b5b5b5;
}

.nav a {
	font-style: normal;
	font-weight: normal;
	color: #b9b9b9;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 5px;
	padding: 5px;
}

h1 a {
	color: white;
	text-decoration: none;
}

object {
	padding-bottom: 10px;
}

}

.videonav {
	border-style: none;
	padding: 5px;
	top: -150px;
	position: relative;
}

.footer ul {
	list-style: none;
	display: inline;
}

.footer li {
	word-wrap: break-word;
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
}

.navitem ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: block;
	vertical-align: top;
}

.navitem li {
	position: relative;
	margin: 0px;
	padding-bottom: 0px;
	list-style: none;
	display: inline;
	vertical-align: top;
}

a.orange:hover {
	color: #ff7c00;
}

a.purple:hover {
	color: #ff008b;
}

a.green:hover {
	color: #acff00;
}

a.red:hover {
	color: #ff3900;
}

a.blue:hover {
	color: #0088ff;
}

.navitem img {
	padding: 0px;
	margin: 0px;
}

hr {
	margin-bottom: 10px;
	margin-top: 15px;
	padding-top: 0px;
	width: 100%;
	background-color: #575757;
	height: 1px;
	color: #575757;
	border: none;
}

.footer a {
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #7d7d7d;
}

.footer p {
	margin-top: 15px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #555555;
}

.nav a:hover {
	background-color: #272727;
}

.logo h1 img a:hover {
	background-color: #272727;
}

.nav a {
	padding: 5px;
	margin-left: 25px;
	margin-bottom: 5px;
	margin-right: 25px;
	margin-top: 5px;
	line-height: 20px;
	bottom: 0px;
}

.nav img {
	left: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
}

.footer a:hover {
	background-color: #171717;
}

.footer a {
	padding: 5px;
}

#content {
	position: relative;
	padding: 40px;
	background-color: #dddddd;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 25px;
	min-height: 100px;
	margin-right: auto;
	margin-left: auto;
	width: 560px;
}

#content p {
	font-style: normal;
	font-weight: normal;
	margin-right: 25px;
	margin-left: 0px;
	color: black;
	text-align: left;
	line-height: 23px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content a {
	padding-right: 5px;
	padding-left: 5px;
	background-color: #e5e5e5;
	color: #464646;
	text-decoration: none;
}

#content a:hover {
	background-color: white;
	color: #317eee;
}

.right {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: right;
}

.left {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 20px;
	float: left;
}

#content hr {
	height: 1px;
	background-color: #b9b9b9;
	color: #b9b9b9;
	border-width: 0px;
}

img {
	border-width: 0px;
}

.clear {
	clear: both;
}

#content ol {
	color: black;
	font-style: normal;
	font-weight: normal;
	line-height: 23px;
	font-size: 16px;
	margin-bottom: 25px;
	margin-left: 50px;
	list-style-type: decimal;
}

#content li {
	margin-bottom: 10px;
	margin-top: 10px;
	color: black;
	text-align: left;
}

.previous {
	margin-left: 50px;
	float: left;
}

.next {
	margin-right: 50px;
	float: right;
}

.logo2 {
	visibility: hidden;
}

#mp3link a {
	line-height: 10px;
	padding-left: 3px;
	padding-bottom: 1px;
	padding-right: 3px;
	padding-top: 2px;
	font-size: 10px;
	margin: 0px;
	background-color: #a3a4bd;
	color: white;
}

#mp3link a:hover {
	background-color: #444884;
	color: white;
}

.fade {
  text-align: center;
  right: 197px;
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  height: 31px;
  width: 96px;
  margin-bottom: 30px;
  position: relative;
}

.fade div {
  height: 41px;
  width: 106px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 0;
  left: 0px;
  display: none;
}

.fade2 {
	top: -7px;
	left: 0px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 96px;
	height: 31px;
	line-height: 0;
	vertical-align: top;
}

.fade2 div {
  	top: 0px;
  	height: 15px;
  	width: 25px;
  	margin: 0px;
  	position: absolute;
  	left: 0px;
	padding: 0px;
	line-height: 0;
	vertical-align: top;
	display: none;
}


.orange hover {
	color: #

}