.imood {
  color: #000;
  font-family: verdana, sans-serif;
}

.imood .header {
  font-size: 14px;
}

.imood .header .logo {
  width: 200px;
  float: left;
  padding-left: 10px;
}

.imood .header .user {
  font-size: small;
  padding: 17px 10px;
  text-align: right;
}

.imood .nav {
  float: left;
  padding-top: 2px;
}

.imood .header .nav {
  padding-left: 20px;
  margin-top: 17px;
  margin-left: 15px;
}

.imood .nav ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.imood .nav ul li {
  display: block;
  float: left;
  margin-right: 18px;
}

.imood .nav .alert_bubble {
  background: green;
  color: white;
  font-weight: bold;
  position: absolute;
  margin-top: -15px;
  margin-left: 35px;
  padding: 3px;
  font-size: 10px;
  border-radius: 15px;
  -moz-border-radius: 15px;
}

.imood .header a, .imood .footer a {
  font-weight: bold;
  color: #444 !important;
}

.imood .header a:hover, .imood .footer a:hover {
  color: #FCD116 !important;
}

.imood .footer {
  font-size: 12px;
  margin-left: 6px;
  margin-right: 5px;
  padding-bottom: 30px;
}

.imood .footer a {
  font-weight: normal;
}

.imood .footer .nav {
  width: 100%;
  text-align: right;
}

.imood .footer .nav .social {
  margin-top: 5px;
}

.imood .content {
  margin: 5px 5px 0px 5px;
  padding: 5px 10px 5px 10px;
}

.imood .content h1 {
  margin-top: 0px;
}

.imood .content h2 {
  margin-top: 3px;
}

.imood .content form label {
  width: 150px;
  display: block;
  float: left;
}

.imood .content img {
  max-width: 100%;
}

.imood .mood-content {
  margin-bottom: 20px;
}

.imood .mood-content .username {
  margin-bottom: 8px;
}

.imood .mood-content .mood-row {
  margin-bottom: 5px;
  margin-left: 10px;
}

.imood .mood-content .mood-face {
  float: left;
  margin-right: 10px;
}

.imood .mood-content .mood-name {
  margin-right: 10px;
  float: left;
}

.imood .mood-content .mood-row p {
  font-size: 13px;
}

.imood .note {
  font-size: 12px;
}

.imood .content ul {
  padding-left: 5px;
  margin-left: 15px;
}

.imood .dashboard {
  clear: left;
}

.imood .dashboard .manage-link {
  float: right;
  padding-top: 5px;
  font-size: 12px;
}

.imood .notification {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
}

.imood .notification-error {
  background: #CD2626;
  color: #fff;
}

.imood .notification-success {
  background: #99CC32;
  color: #fff;
}

.imood table.forum {
  width: 100%;
  margin-bottom: 1em;
}

.imood table.forum th {
  text-align: left;
  padding: 5px;
}

.imood table.forum td {
  padding: 5px;
  vertical-align: top;
}

.imood table.forum td.cell_smiley {
  width: 30px;
}

.imood table.forum td.cell_title, .imood table.forum td.cell_body {
  max-width: 500px;
  word-wrap: break-word;
}

.imood table.forum .center {
  text-align: center;
}

.imood form.forum label {
  font-weight: bold;
}

.imood form.forum input.text {
  width: 50em;
}

.imood form.forum textarea {
  height: 10em;
}

.imood form div.buttons {
  padding-top: .7em;
}

.imood form.forum textarea.wide {
  width: 100%;
  height: 7em;
}

.imood .forum_response {
  margin-top: 1em;
  margin-left: 10%;
  width: 80%;
}

.imood .disclaimer {
  font-style: italic;
  font-size: .85em;
}

.imood .errors {
  color: #CD2626;
  font-weight: bold;
}

.field_with_errors input {
  border: 2px solid #CD2626;
}