/* Eric Meyer's css reset */

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,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,ul {
	list-style: none;
}

q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

/* Start of mANDo */

body {
    background: #ffffff;
    color: #000;
    font-family: Times, 'Times New Roman', Times, serif;
    font-size: 0.95em;
    line-height: 1.6em;
    
}

h1 {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}

h2 {
    font-size: 1.3em;
    font-weight: normal;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
}

p {
    margin-bottom: 0.6em;
    margin-bottom: 0.6em;
    line-height: 1.6em;
}

p + p {
	text-indent: 1.7em;
	margin-top: -0.6em;
}

h1 + p, h2 + p, h2 + ol, h2 + ul {
    margin-top: 1.4em;
}

p + h2, ol + h2, ul + h2, pre + h2 {
    margin-top: 1.4em;
}

a, a:visited {
    color: #b3481d;
    font-weight: normal;
    text-decoration: none;
    border-bottom: 1px dotted #888;
}

a:hover {
    color: #ffffff;
    background: #777777;
    text-decoration: none;
}

em {
    font-style: italic;
    line-height: 1.6em;
}

strong {
    font-weight: bold;
}

img {
    padding: 0.4em;
}

/* Code and preformatted*/
pre {
    font-family: Monaco, "Courier New", Courier, monospace;
    font-size: 0.8em;
    line-height: 1.4em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

code {
    font-family: Monaco, "Courier New", Courier, monospace;
    font-size: 0.8em;
}


/* Lists */
ol, ul, dl {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

ol {
    list-style-type: decimal;
}

li {
    line-height: 1.6em;
}

dt {
	font-weight: bold;
}

/*
dd {
    padding-left: 0.5em;
}
*/
blockquote {
    margin: 1em 2em 1em 2em;
}

q {
    font-style: italic;
}

q:before {
    content: '\2018';
}

q:after {
    content: '\2019';
}

input, textarea {
    font-family: Monaco, "Courier New", Courier, monospace;
    font-size: 0.8em;
    font-weight: normal;
}

hr {
    display: none;
}

#container {
    width: 100%;
}

#page-header {
    width: 100%;
    height: 5em;
    background: #FFF;
    margin-left: auto;
    margin-right: auto;
    font-family: Times, 'Times New Roman', serif;
}

#page-header h1 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2.2em;
    font-weight: bold;
    margin: 0em 0em 0em 1em;
    padding: 0.5em;
    color: #fff;
    float: left;
}

#page-header a {
    color: #000;
    font-size: 1.2em;
    border-bottom: 0;
    padding: 0.1em;
}

#page-header a:hover {
    color: #fff;
    background: #555;
}

#page-menu {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1em;
}


#page-menu li {
    display: inline;
    padding-left: 0.6em;
}

#page-meta {
    width: 600px;
    overflow: visible;
    font-size: 0.8em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    padding-top: 0.4em;
}

#page-meta p + p {
    text-indent: 0em;
}


#page-body {
    width: 600px;
    margin-left: 60px;
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
}

#ephemera {
    float: right;
}

#ephemera a {
    border-bottom: 0;
}


#footer {
    width: 600px;
    overflow: visible;
    margin: 2em auto 2em auto;
    font-size: 0.8em;
}

.highlight {
    font-size: 1em;
    background: #fdff60;
    font-weight: bold;
}
