@charset "UTF-8";

body {
    font-family: "Palatino Linotype", Palatino, serif;
    font-size: medium;
    background: white;
    color: black;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    text-align: center;
}

h1 {
    font-size: xx-large; /* firefox has 2.0em; xx-large is 6 */
    font-weight: 900; /* bold is 700 */
    margin-top: 0em; /* firefox has .67em */
    margin-bottom: 0.5em; /* firefox has .67em */
    margin-left: 0;
    margin-right: 0;
}

p.subhead {
    text-align: center;
    font-size: small;
    margin-top: 0em;
    margin-bottom: 0.5em;
}

h2 {
    font-size: x-large; /* firefox has 1.5em ; x-large is 5 */
    font-weight: 800; /* bold is 700 */
    margin-top: .83em; /* firefox has .83em */
    margin-bottom: 0.5em; /* firefox has .83em */
    margin-left: 0;
    margin-right: 0;
}

h3 {
    font-size: large; /* firefox has 1.17em ; large is 4 */
    font-weight: 700; /* bold */
    margin-top: 1em; /* firefox has 1em */
    margin-bottom: 0.5em; /* firefox has 1em */
    margin-left: 0;
    margin-right: 0;
}

h4 {
    font-size: 1.05em; /* firefox has medium bold */
    font-weight: 700;
    margin-top: 1.33em; /* firefox has 1.33em */
    margin-bottom: 0em; /* firefox has 1.33em */
    margin-left: 0;
    margin-right: 0;
}

h5 {
    font-size: medium; /* firefox has 0.83em bold */
    font-weight: 700;
    margin-top: 1.33em; /* firefox has 1.67em */
    margin-bottom: 0em; /* firefox has 1.67em */
    margin-left: 0;
    margin-right: 0;
}

.center {
    text-align: center;
}

.small {
    font-size: small;
}

.hidden {
    display: none;
}

.sprite {
    background-image: url('images/sprites.png');
    background-repeat:no-repeat;
    display:inline-block;
}

/* e.g. "sprite favicon" + background-position */
.favicon {
    width:16px;
    height:16px;
}

/* "sprite feedicon" */
a.feedicon {
    width:14px;
    height:14px;
    background-position: 0px -20px;
    display: block;
    float: right;
}

a.reviewlink {
    font-size: x-small;
}

.preformat {
    font-family: monospace;
    white-space: pre;
}

td.daterange {
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}

.booktitle {
    font-style: italic;
    text-decoration: underline;
}

.smallcaps {
    font-variant: small-caps;
}

img {
    border-width: 0;
}

img.left {
    float: left;
}

img.right {
    float: right;
}

div.flow, p.flow {
    display: inline-block;
    margin: 0.1em;
    text-align: center;
}

a:link {
    color: rgb(0, 0, 238); /* #0000EE is a Firefox default */
}
a:visited {
    color: rgb(85, 26, 139); /* #551A8B is a Firefox default */
}
/* Enable this for CSS 3:
a[rel~="external"] {
    target-name: new; target-new: tab;
}*/
a[rel~="external"]:link {
    color: rgb(0, 102, 221); /* #0066DD is a bit greener */
}
a[rel~="external"]:visited {
    color: rgb(119, 32, 136); /* #772088 is a bit redder */
}

/* Specify pairs of quotes for two levels */
/* These render as the name rather than the named entity: */
/*q:lang(en) { quotes: "&ldquo;" "&rdquo;" "&lsquo;" "&rsquo;" }*/

/* Insert quotes before and after Q element content */
q:before { content: open-quote }
q:after  { content: close-quote }
