.serif, body {
  font-family:Candara,"Liberation Serif",Constantia,Georgia,serif;
}
.sans {
  font-family:Corbel,"Linux Libertine O","Trebuchet MS",sans-serif;
}
.monospace, pre, code, textarea {
  font-family:"Liberation Mono",monospace;
}

body {
  background-color:#fff;
  margin:0em 0.5em 0.5em 14em;
  min-width:10em;
}
#wikibody, #wikipreview { max-width:50em; }

#wikihead {
  margin:1.5em 1em 1em -3.5em;
  padding:0 1em 0.2em 3.5em;
  border-bottom:0.3em double #324680;
}
#wikihead a {
  font-size:1.1em;
  font-weight:bold;
  color:#324680;
  text-decoration:none;
}
#wikihead .headtitle { letter-spacing:0.2em; word-spacing:0.3em; }
#wikihead .langselect { float:right; padding-left:1em; }
#wikihead .langselect a { padding-left:0.1em; }
#wikihead .langselect a:hover { color:blue; text-decoration:underline; } 

#wikileft {
  position:absolute; top:0; bottom:auto; left:0;
  width:11.5em;
  border-right:0.3em double #324680;
  margin:1em 0;
  padding:3.3em 0.5em 0.5em 0.5em;
  color:#324680;
}
#wikileft .sidehead {
  border-bottom:0.1em solid #bbb;
  padding:0 0.5em;
  margin:0.5em 1.2em 0.2em 0;
  font-weight:bold;
}
#wikileft ul { margin:0; padding:0.1em 0.5em 0.1em 0.5em; list-style:none; }
#wikileft ul ul { margin:0; padding:0.1em 0.5em 0.1em 1em; list-style:outside square; }
#wikileft a { color:#324680; text-decoration:none; }
#wikileft a:hover { color:blue; text-decoration:underline; }
#wikileft .vspace { margin-top:0.7em; }

#wikifoot { margin-top:3em; font-size:0.9em; color:#555; }
#wikicmds { font-family:sans-serif; font-size:0.7em; }
#wikicmds ul { list-style:none; padding:0; margin:0; }
#wikicmds li { display:inline; margin-right:0.3em; }
#wikicmds li a, #wikicmds li a:visited { color:#999; text-decoration:none; }
#wikicmds li a:hover { color:blue; text-decoration:underline; }

h1, h2, h3, h4, h5, h6 { margin-bottom:0.6em; margin-top:1em; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { font-size:1.7em; }
h2 { font-size:1.5em; }
h3 { font-size:1.17em; }
h4 { font-size:1.07em; }
h5 { font-size:1em; }
h6 { font-size:1em; }

h1, h2, h3 { color:#324680; border-bottom:0.1em dotted #bbb; margin-right:0.5em; }
h1.pagetitle {
  font-size:1.8em;
  color:#333333;
  margin:0 0.5em 1em 0;
  padding:0;
  border:none;
}
a:hover, h2 a, h3 a { color:black; text-decoration:none; }

textarea, pre, code { font-size:0.9em; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }
hr { border:0.11em solid #324680; }

textarea { width:100%; }
.wikimessage { margin:0.3em; font-style:italic; }

audio, video { vertical-align:middle; padding:0.3em; }

/* Lithuanian text */
.textlt p, .textlt p.vspace
.tekstas p, .tekstas p.vspace { margin:0; padding-bottom:0.2em; text-indent:2em; text-align:justify; line-height:1.2em; }
/* thumblist2 */
span.thumblist img.thumbs { border:medium none; padding:1px; }
span.thumblist img.thumbs:hover { border:1px solid red; padding:0; }
table.thumbtable td.thumbtd { padding:0.2em 0.2em 1em; text-align:center; vertical-align:text-bottom; }
table.thumbtable td.thumbtd div.img { border:1px solid #324680; }
table.thumbtable td.thumbtd div.img:hover { border:1px solid red; }
.caption { font-size:0.9em; line-height:1.1em; overflow:hidden; }

@media all and (min-width:970px) {
  #wikileft {
    position:fixed; bottom:0;
    overflow:auto;
    overflow-x:hidden;
  }
}
@media print {
  body { width:auto; margin:0; padding:0.5em; }
}
