/* font faces */
body, body.mediawiki { font-family: "Palatino Linotype", "Palatino", "Times New Roman", serif; }
h1, h2, h3, div.subh1, div.superh1, div#copyright, div.sidenote, div.sidenote h3 {
    font-family: "Palatino Linotype", "Palatino", "Helvetica", "Arial", sans-serif;
}
code { font-family: "Calibri", "Doulos SIL", "Charis SIL", "Lucida Grande", "Lucida Sans Unicode", sans-serif; }

/* font sizes */
body, pre { font-size: 10pt }
code { font-size: 100%; } /* in screen stylesheet code is smaller than body text */
h1 { font-size: 20pt }
h2 { font-size: 13pt }
h3 { font-size: 11pt }
div.sidenote { font-size: 10pt; }
div.sidenote h3 { font-size: 11pt; }
div.img div.caption { font-size: 8pt; }
div.img div.attribution { font-size: 8pt; }
div.img div.options { font-size: 8pt; }
blockquote:before, div.example:before { font-size: 42pt; color: #57AD7E }
blockquote cite, div.example cite { font-size: 8pt }
table.tab td, table.tab th { font-size: 10pt; }
table.tab td code { font-size: 100%; }
table.phon caption { font-size: 10pt; }
table.phon td, table.phon th { font-size: 10pt }
table.phon td.listen { font-size: 8pt; }
table.phon td.ftnote { font-size: 7pt; }
ol.footnotes { font-size: 8pt }
ol.footnotes code { font-size: 100% }
table.proandcon th { font-size: 10pt }
table.proandcon td { font-size: 10pt; }
table.comparison td { font-size: 10pt; }
table.comparison th { font-size: 10pt; }
div.next-article-link { font-size: 10pt; }
table.item, dl.item { font-size: 9pt; }

body { color: black; padding: 0; margin: 0; min-width: none; max-width: none; }
h2, h3 { margin-top: 15pt; margin-bottom: 7.5pt }
h1 { margin-top: 1cm }

div.banner, div.leaderboard { display: none }
td#column-left, td#column-left-bottom, div#site-footer, div#page-footer,
div#site-search, div.mainmenu, div#breadcrumbs, body.mediawiki td#column-right { display: none }
.editsection { display: none }
body.mediawiki #bodyContent a.external { background: none; padding-right: 0px; }

div.goog-te-ftab-float { display: none }
    
td#column-content { margin: 0; padding: 0 3em; border: none; border-left: none; max-width: none; min-width: none; }
td#column-content div#content { margin: 0 80px 0 0; max-width: 38em; }
div#single-column { margin: 0 3em; padding: 0; max-width: 38em; }
div.sidenote, div.img.float, h1 { margin-right: -80px }
/*
div.multicol {
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2; -webkit-column-width: 7.4cm;
	-webkit-column-gap: 2em;
	column-count: 2; column-width: 7.4cm;
	column-gap: 2em;
}*/

div#site-header { margin: 0.5cm 0 0 0; width: 100%; }
img#site-logo { width: 6cm; height: auto; border: none; position: absolute; left: auto; right: 1cm }
div#author { display: none }
div#copyright { display: block; margin-top: -2em; margin-bottom: 3em; color: #308080; font-style: italic; font-size: 10pt; }
blockquote, div.example { margin-left: 0cm; margin-right: 0.1cm; padding-left: 2.5em; padding-right: 0em; }
div.item { margin: inherit 0; padding: inherit 0; width: auto; max-width: 300px; }
table.item td.q, table.item td.a, dl.item dd { border: solid 1px #aaa }
div.img cite, blockquote cite { color: #505050; }
a.word:link, a.word:visited { color: inherit }
a:link, a:visited, a.main:link, a.main:visited { color: #275 }
span.word { color: inherit }
span.corr { border-bottom: solid 1px red } /* carefulwriting.htm */

div.sidenote { border: solid 3px gray; background: transparent; }
/*
div.multicol div.sidenote, div.multicol div.img.float { float: none;
    margin: 1.5em 0cm; width: auto !important; height: auto !important; }*/
/* make sure any wide sidenotes and floated images take up no more than the width of the column
    !important overrides any inline style declarations */
div.img.float div.options { display: none }
img { max-width: 100% !important; height: auto !important; }

