h1, h2, h3, h4 {
  font-size: 95%; }

body {
  background-position: 0px 0px !important;
  font-family: 'Lucida Grande', sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  text-align: center;
  background: #EED; }
  body .articles {
    list-style-type: none; }

form {
  background-color: white;
  border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  width: 80%;
  padding: 7px;
  margin-bottom: 7px; }
  form input[type='text'], form input[type='password'], form input[type='textarea'] {
    background-color: #DDF;
    border: none;
    height: 30px;
    font-weight: bold;
    font-size: 110%;
    border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    padding: 5px; }
  form input[type='submit'] {
    font-size: 1.0em;
    font-weight: bold; }
  form p {
    color: grey; }

#container {
  margin: 1em auto;
  position: relative;
  text-align: left;
  width: 763px;
  z-index: 1; }
  #container div {
    display: block; }
  #container #header {
    margin-bottom: 20px; }
    #container #header #logo {
      font-size: 160%;
      margin: 10px; }
      #container #header #logo .word {
        color: gray; }
      #container #header #logo .word.essenceofit {
        color: black;
        font-weight: bold; }
      #container #header #logo .word.topicword {
        color: black;
        font-weight: bold; }
      #container #header #logo .punctuation {
        color: black; }
      #container #header #logo a {
        text-decoration: none; }
    #container #header #account-info {
      float: right;
      position: relative;
      top: -33px;
      display: inline;
      font-size: 70%; }
      #container #header #account-info .not-signed-in {
        font-size: 75%; }

.user.login {
  font-weight: bold; }

.articles {
  width: 760px; }

.article {
  background-color: white;
  border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  width: 100%;
  padding: 7px;
  margin-bottom: 7px; }

.topic .heading {
  background: #DDD;
  border-radius: 7px 7px;
  -moz-border-radius: 7px 7px;
  width: 500px;
  height: 35px; }
  .topic .heading .name {
    font-weight: bold;
    padding: 3px;
    margin: 3px; }
.topic .article {
  position: relative;
  top: -5px; }

.topics .article {
  font-size: 90%; }
