/* CSS Reset http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
ol, ul          { list-style: none; }
q, blockquote   { quotes: none; }
:focus          { outline: 0; }
ins             { text-decoration: none; }
del             { text-decoration: line-through; }
a img, 
:link img, 
:visited img    { border: 0; }
table           { border-collapse: collapse; border-spacing: 0; }
body { 
  /* color: #5C4033;  */
  color: #222;
  font-family: "Goudy Bookletter", Georgia, serif;
  background: #F3F3E9;
  font-size: 110%;
}

/* Headers */
h1,h2,h3 { font-weight: normal; color: #444; }
h1 { font-size: 2.0em; }

/* Text elements */
p           { margin: 0 0 10px 0; }
p.last      { margin-bottom: 0; }

ul, ol      { margin: 0 20px 20px 20px; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 20px 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 20px; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color: #666; }

a:focus, 
a:hover     { color: #B22222; }
a { color: #3090c0; text-decoration: none; } 
/* a { color: #369; text-decoration: none; } */

blockquote  { margin: 20px; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic;}
dfn         { font-weight: bold; background: #ffc;  }
pre,code    { margin: 20px 0; white-space: pre; background: #000; }
pre,code,tt { font: 15px 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 20px 0; line-height: 20px; } 

/* Polytonic Greek */
:lang(grc) {
  font-family: "GFS Porson", sans-serif;
}
p.text {
  line-height: 200%;
  text-align: justify;
  letter-spacing: 1px;
}
.sideBar h3 {
  color: #B22222;
  margin-bottom: 12px;
}
#navigation {
  margin-left: 195px;
  margin-top: 10px;
}
#navigation ul {
  list-style-type: none;
  height: 1.5em;
  font-style: italic;
  margin: 5px 0 0 0;
}
#navigation ul li {
  float: left;
  display: block;
  width: 90px;
  text-align: center;
}
#mascot {
  position: absolute;
  left: 0px;
  top: 40px;
}
#pageContainer {
  width: 555px;
  margin-left: 200px;
  background: #FFF;
  padding: 20px;
  border: #E6E6CC solid 2px;
  min-height: 250px;
  max-height: 450px;
  overflow: auto;
  cursor: default;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
#speechBubble {
  position: absolute;
  top: 320px;
  left: 150px;
}
#sideBarContainer {
  position: absolute;
  left: 800px;
  top: 6.0em;
  width: 170px;
}
.sideBar {
  background: #FEFEFE;
  border: #E6E6CC solid 2px;
  margin: 0 0 10px 10px;
  padding: 10px;
  width: 100%;
}
.addPipe {
  font-size: 25px;
  color: #FFF;
}
.addPipe:hover {
  color: #666;
}
table.morphology td {
  padding: 2px 4px 2px 4px;
}
.sideTab {
  -moz-transform: rotate(90deg);  /* FF3.5+ */
  -o-transform: rotate(90deg);  /* Opera 10.5 */
  -webkit-transform: rotate(90deg);  /* Saf3.1+, Chrome */
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', 
          M11=6.123031769111886e-17, M12=-1, M21=1, M22=6.123031769111886e-17); /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', 
              M11=6.123031769111886e-17, M12=-1, M21=1, M22=6.123031769111886e-17)"; /* IE8 */
  zoom: 1;
}
#mainTitle {
  color: #B22222;
  margin-top: 0.2em;
  border-bottom: 1px solid #B22222;
}
#thisWordTab {
  position: absolute;
  color: #B22222;
  left: 50px;
}
