/* $Id$ */
/**
 * @file
 * A simple red theme.
 *
 * @author  Dick Olsson <info@senzilla.com>
 * @link    http://www.senzilla.com
 * @license http://www.gnu.org/licenses/gpl.txt General Public License
 */

/**
 * Basics.
 */
body {
  overflow-y: auto;
}
div#body {
  margin-top: 1px;
  border-top: 6px solid #000000;
}
div#content-primary div.section {
  padding: 1em;
}
div#content-secondary div.section {
  padding: 1em;
}

/**
 * Blocks.
 */
div#content-secondary div.block {
  padding: 0.5em;
  background: url(../../images/grey/green-shade-large.png) bottom left repeat-x;
  border-bottom: 1px solid #000000;
}

/**
 * Header.
 */
div#header div.section {
  height: 125px;
}
div#header h1 {
  padding-top: 50px;
}

/**
 * Navigation.
 */
div#nav-primary ul.menu {
  background: url(../../images/red/green-shade-large.png) bottom left repeat-x;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
}
div#nav-primary ul.menu a {
  background-image:url(../../../images/knapp.jpg);
  margin-bottom: -1px;
  padding: 5px 10px;
  color: #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-weight: bold;
  text-decoration: none;
}
div#nav-secondary ul.menu {
  background: url(../../images/grey/medium-shade-large.png) bottom left repeat-x;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
}
div#nav-secondary ul.menu a {
  margin-bottom: -1px;
  padding: 5px 10px;
  color: #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-weight: bold;
  text-decoration: none;
}
div#nav ul.menu a:hover, div#nav ul.menu li.active a {
  color: #000000;
  background: url(../../images/grey/dark-shade-large.png) bottom left repeat-x;
  border-right: 1px solid #000000;
}

/**
 * Text.
 */
a, a:visited {
  color: #000000;
}


