body,p,div,li,ul,td,th,tr,table,em,blockquote,form,h1,h2,h3
{
	font-family: sans-serif;
}

body
{
  font-size: small;
  background-color: #d3d7cf;
}

h1
{
  text-align: center;
  color: #729fcf;
/*  padding-top: 1em;
  margin-bottom: -0.5em;*/
}

h2
{
  font-size: 32px;
  font-weight: bold;
  color: #43a200;
  border-bottom: 1px dotted;
  padding-bottom: 0.5em;
  padding-top: 1.5em;
  clear: both;
  text-align: right;
  margin-top: -1em;
}

#ie6Warning
{
  border: 2px solid red;
  padding: 10px;
}

#ie6Warning h3
{
  color: red;
  text-align: right;
}

.divider
{
  font-size: 20px;
  font-weight: bold;
  color: #43a200;
  border-bottom: 1px dotted;
  margin-bottom: 1em;
  clear: both;
  text-align: right;
}


a:link, a:hover, a:visited
{
  color: #43a200;
}

a:link, a:visited
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

blockquote 
{
  font-style: italic;
}

dt,dd
{
  margin: 0;
}

dl
{
  margin: 0;
  padding: 0;
}

img
{
  max-width: 100%;
}

#main
{
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

#navigation-big
{
  width: 460px;
  max-width: 460px;
  text-align: center;
 /* margin-top: 2em;*/
}

#container
{
  background-image: url(top-background.png);
  background-repeat: no-repeat;
  background-color: #fff;
  width: 800px;
  max-width: 800px;
  margin: 20px auto;
  text-align: left;
  font-weight:normal;
}

#page
{
  padding: 2em;
}

#header h1
{
  width: 300px;
  max-width: 300px;
  text-indent: -5000px;
  height: 100px;
  margin: 0;
  background: url(funnylogo.png) 0 8px no-repeat;
  cursor: pointer;
}

#footer
{
  font-family: sans-serif;
  font-size: 10px;
  text-align:center;
}

.readmore
{
  font-style: normal;
  text-align: right;
}

.navigation
{
  font-size: 32px;
  font-weight: bold;
  color: #73d216;
}

#previousletter
{
  padding-right: 1em;
  text-align: left;
}

#nextletter
{
  padding-left: 1em;
  text-align: right;
}

.columns3
{
-moz-column-count: 3;
-moz-column-gap: 2em;
-webkit-column-count: 3;
-webkit-column-gap: 2em;
}

.entry
{
  padding-bottom: 2em;
}

dt,.word
{
  padding-bottom: 0.5em;
  font-weight: bold;
  /*-moz-column-break-after: avoid;
  -webkit-column-break-after: avoid;*/
}

dd,.definition
{
  line-height:150%;
  padding-left: 1em; 
  text-align: justify;
  /*-moz-column-break-after: avoid;
  -webkit-column-break-after: avoid;
  -moz-column-break-before: avoid;
  -webkit-column-break-before: avoid;*/
}
.author
{
  display: block;
  color:gray;
  font-size: 75%;
  /*-moz-column-break-before: avoid;
  -webkit-column-break-before: avoid;*/
  padding-left: 1em; 
  padding-top: 0.5em;
}


input,textarea
{
  border: 1px solid;
}

.marker
{
  background-color: #FFFF80;
}

.error
{
  color: red;
}

.center
{
text-align:center;
}

.clear {clear:both; }
