@charset "UTF-8";

/*
by Gordon Houtman, 2008-11-06
for Virginia Retina Foundation
*/

body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 108%;
}

h1 { font-size: 137%; }
h2 { font-size: 123%; }
h3 { font-size: 111%; }
h4 { font-size: 100%; }

h1, h2, h3, h4, h5, h6 {
font-weight: bold;
padding-top: 1em;
}

p, h1, h2, h3, h4, h5, h6 {
padding-bottom: 0.5em;
line-height: 130%;
}

.subhead {
padding-top: 0;
/*
Using class="subhead" removes most (1em) of the 
extra space between successive headings. (use usually) */
}

.superhead {
padding-bottom: 0;
/*
Using class="superhead" removes the rest (0.5em) of the 
extra space between successive headings. (use as needed) */
}

li {
line-height: 130%;
}

#udm li, .udm li {
line-height: 100%;
/*
I want reading text to have wider spacing, 
but I still want the navbar to be compact.
*/
}

ol > li {
list-style-type: decimal;
list-style-position: outside;
margin: 0 0 0.25em 1.75em;
}

ul > li {
list-style-type: disc;
list-style-position: outside;
margin: 0 0 0.25em 1.75em;
}

ul, ol {
margin-bottom: 0.5em;
}

.inline {
display: inline;
}

.nopad {
padding: 0;
}

.center {
text-align: center;
}

