/*
 *
 * Common HTML elements.
 *
 */

body {
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;  
}

a:link, a:visited {
  color: black;
}

/*
 *
 * Misc classes.
 *
 */

.logo {
  top: 1em;
  position:absolute;
  text-align: center;
  margin-left:12em;
}

#main {
  position:absolute;
  margin-left:2em;
  width: 80%;
  top: 10em;
}

#content {
  margin-left:8em;
  margin-right:10em;
  padding-left:1em;
  padding-right:2em;
  width: 38em;
}

.teaser {
  font-size: 14px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.content {
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  font-size: 11px;
  text-align: left;
}

.post {
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

.warning {
  margin-left:9em;
  width: 65%;
  color: black;
  background-color: white;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

#content .warning {
  width: 100%;
  margin-left:0;  
  color: black;
  background-color: white;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.message {
  margin-left:9em;
  width: 65%;
  color: white;
  background-color: black;
  border-top: 1px solid black;
  margin-top: 1px;
  border-bottom: 1px solid black;
  margin-bottom: 1px;
}

#content .message {
  width: 100%;
  color: white;
  margin-left:0;
  background-color: black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-top: 1px;
  margin-bottom: 1px;
}

.sidebar-left {
  border-right: 1px solid #eee;
  vertical-align: top;
  text-align: left;
  width: 80%;
}

.sidebar-right {
  vertical-align: top;
  width: 20%;
}

.user-options {
  text-align: left;
}

.register {
  font-family: Arial, Helvetica, sans-serif;
}

.list {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

.edit {
  font-family: Arial, Helvetica, sans-serif;
}

.textarea {
  width: 500px;
  height: 200px;
}

.input {
  width: 300px;
  font-size: 14px;
  margin-bottom: 2px;
  margin-top: 2px;
}

.navigation {
  text-align: center;
}

.footer {
  position:absolute;
  left: 1em;
  bottom: 1em;
}

.lateral {
  position:absolute;
  width:10.2em;
  top:2em;
  right: 0;
}

.links {
  text-align: right;
  font-size: 11px;
}
