  
  body {
    background-color: #a4403e;
    background-image: url(bg.jpg);
  }

  ul.sections div.header {
    background-color: #9e3432;
  }

  ul.sections div.section-content-inner,
  ul.sections div.section-content div.bulkhead,
  ul.sections div.header div.toggle:hover,
  ul.sections li.section.selected div.header,
  div.gallery-container
  {
    background-color: #962426;
  }
  
  ul.gallery h3.gallery-item-title,
  ul.gallery li.bg-decor,
  li.add-gallery-item h3
  {
    background-color: #340c0d;
  }
  
  ul.gallery h3.gallery-item-title:hover {
    background-color: #431a1b;
  }
  
  ul.gallery h3.gallery-item-title.selected {
    background-color: #a4403e;
  }
  
  div.galleries {
    background-image: url(stripes-light.png);
  }
  
  ul.gallery {
    background-image: url(stripes-dark.png);
  }
  
  /* ADMIN */
  #admin-menu a {
    background-color: #962426;
  }
  
  ul.sections li.dragging div.header div.toggle,
  ul.sections li.dragging div.header div.toggle:hover {
    background-color: #9e3432;
  }
  
  form.edit-section div.title-container {
    background-color: #962426;
  }
  
  form.edit-section div.content-container {
    background-color: #962426;
  }
  
  div.add-gallery {
    color: #962426;
  }
  
  #admin-menu div.current-theme {
    background-color: #a4403e;
  }
  
  div.login-form {
    background-color: #9e3432;
  }
  
  input.big-button {
    background-color: #9e3432;
  }
 
  ul.sections li.section.hidden div.header {
    background: transparent;
    background: rgba(158, 52, 50, 0.3);
    filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#559e3432, endColorstr=#559e3432);
  }
 
  