/* CSS reset: Do not remove! */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* =Elements
================================================*/
body
{
	max-width: 100%;
	color: #E9E0D8;
	background: #201f1e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	line-height: 1.8em;
}

h1,h2,h3,h4,h5,h6 {margin-bottom: .4em; font-weight: normal;}
h1 {margin: 2.8em 0 .4em 0; font-size: 4.8em; color: #706452; font-family: "Lucida Grande", Arial, Verdana, Tahoma, Sans-Serif;}
h2 {margin: 1.8em 0 .8em 0; font-size: 2em; color: #706452; font-family: "Lucida Grande", Arial, Verdana, Tahoma, Sans-Serif;}
h3 {margin: 1.8em 0 .4em 0; font-size: 1.2em; font-weight: bold;}
h4 {font-size: 1em; font-weight: normal; text-transform: uppercase;}

strong {font-weight: bold;}
em {font-style: italic;}

a,
a:link {color: gray; background-color: inherit; font-weight: bold; text-decoration: underline;}
a:focus,
a:hover,
a:active {color: white;}
a:visited {}

dl {margin-bottom: 2em;}
dt {float: left; min-width: 150px;}

table {width: 100%; margin-bottom: 2em;}

fieldset {padding: 0 1.5em; margin-bottom: 2em; border: solid 1px #fff;}
legend {padding: 1em; font-size: 1.2em; font-weight: bold;}
label {display: block;}
textarea {width: 100%; min-height: 20em;}
input[type="text"],
input[type="password"] {width: 100%;}
th, td {padding: .25em .5em;}

p {margin-bottom: 1em;}

/* =Clearer */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear {display: inline-block;}
/* =Filter. Hides from IE-mac \*/
* html .clearAfter {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

#Quicklinks {position: absolute; top: 0; left: 0; z-index: 1; margin: 0; padding: 0; list-style-type: none;}
#Quicklinks a {position: absolute; left: -9999px; white-space: nowrap;}
#Quicklinks a:focus,
#Quicklinks a:active {position: absolute; top: 0; left: 0; display: block; padding: .8em 2em; color: white; background-color: #333;}

#Branding {padding: 0 25px; width: 540px;}
#Branding p {padding: 0 .2em .5em .2em; font-size: 1.7em; border-bottom: solid 1px #fff;}

#Content {padding: 0 45px; width: 500px;}
#Main-Content {font-size: 1.2em;}
#Secondary-Content {font-size: 1.2em;}

#Footer {padding: 50px 25px 10px 25px; width: 540px;}
#Footer a {font-weight: normal; color: white;}

#Sounds {margin: 0 0 1em 0;}
#Sounds li {margin-bottom: 2em;}
#Sounds li ul {list-style-type: disc; list-style-position: inside; padding-left: 1em;}
#Sounds li ul li {margin: 0;}
#Sounds .title {margin: 0 0 1em 0; font-weight: bold; font-size: 1.2em;}
#Sounds .audioplayer {margin-bottom: 1em; }

body.admin h1 {margin-top: 1em;}
body.admin #Branding,
body.admin #Content {width: 800px; padding: 0 25px;}
body.admin #Menu li {display: inline; margin-right: 1em; padding: .5em 0; font-size: 1.5em;}
body.admin p span.example {display: block; font-style: italic;}