body {
  background: #8DA3B6 url(/images/body_bg_ruby.png) top left repeat-x; }


#header {
  border-bottom: 5px solid black;
  background: transparent url(/images/rugde.png) -20px 0 no-repeat;
  height: 97px;
  margin-top: 10px;
  padding-top: 50px; }
  #header h1 {
    text-align: left; }
    #header h1 a {
      font-size: 1.2em;
      font-weight: bold;
      text-decoration: none;
      color: #000; }

#content {
  background: #fff url(/images/content_shadow.png) top left repeat-y; }
  #content h2 {
    margin-top: 0.75em;
    margin-bottom: 0.4em;
    font-size: 1.6em;
    border-bottom: 1px solid #eee;
    font-weight: bold; }
  #content h3 {
    margin-bottom: 0.4em;
    font-size: 1.2em;
    font-weight: bold; }

#content .advertisement {
  text-align: center;
  margin: 10px; }

#footer {
  padding-top: 5px;
  text-align: center; }

#login-box {
  position: absolute;
  top: 0;
  right: 0;
  background: #eee; }

ul#menu {
  list-style-type: none;
  margin: 0; }
  ul#menu li {
    display: block;
    float: left;
    margin-right: 4px;
    margin-left: 0px;
    padding: 4px;
    padding-right: 10px;
    border-right: 1px solid black; }
    ul#menu li a {
      font-size: 1.2em;
      font-weight: bold;
      text-decoration: none;
      color: #000; }
    ul#menu li a:hover {
      text-decoration: underline;
      color: blue; }
  ul#menu li.last {
    border: none; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table; }

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0; }

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff; }

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px; }

#errorExplanation ul li {
  font-size: 12px;
  list-style: square; }

.flash-notice {
  color: red;
  background-color: yellow; }

.feed-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .feed-list li {
    margin: 0 0 10px 0;
    padding: 0; }
  .feed-list h3 {
    margin: 0;
    padding: 0; }

ul.news, ul.groups, ul.events {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }
  ul.news li, ul.groups li, ul.events li {
    padding-left: 20px;
    margin-bottom: 10px; }
  ul.news li.more, ul.groups li.more, ul.events li.more {
    background: transparent url(/images/plus.png) 0 2px no-repeat; }

ul.news li {
  background: transparent url(/images/blog.png) 0 2px no-repeat; }

ul.groups li {
  background: transparent url(/images/users.png) 0 2px no-repeat; }

ul.events li {
  background: transparent url(/images/calendar-day.png) 0 2px no-repeat; }
