/* Font styles. */
body {
  margin: 0;
  /* Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography */
  /*font: 13px/1.5em "Helvetica Neue", helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;*/
    background-color: #F7F2DA;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
  }

/* Links */

a:link, a:visited {
  color: #E55124;
  text-decoration: none; }

a:hover, a:active {
  color: #33261A;
  text-decoration: underline; }

/* Titles. */

h1 {
  font-size: 2.2em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0; }

h2 {
    color: #33261A;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    text-align: left;
}

h3 {
  font-size: 1.4em;
  margin-bottom: 1em; }

h4 {
  font-size: 1.2em;
  margin-bottom: 0.8em; }

h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0; }

h6 {
  font-size: 1em;
  font-weight: bold; }

/* Paragraph styles. */
p {
  margin: 0 0 1em 0; }

/* List styles. */
ul, ol {
  margin-left: 0;
  padding-left: 2em; }

/* Table styles. */
table {
  width: 99%; }

tr.even td,
tr.odd td {
  padding: 10px 5px; }

tr.odd {
  background-color: white; }

/* Code. */
pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5; }

pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa; }

/* List styles. */
ul {
  list-style-type: disc; }
  ul ul {
    list-style-type: circle; }
    ul ul ul {
      list-style-type: square; }
      ul ul ul ul {
        list-style-type: circle; }

ol {
  list-style-type: decimal; }
  ol ol {
    list-style-type: lower-alpha; }
    ol ol ol {
      list-style-type: decimal; }

/* Abbreviation. */
abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap; }

/* UI improvments. */
#edit-title {
  font-size: 24px;
  width: 99%; }

#system-themes-form img {
  width: 100px; }

.form-item .description {
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.8em;
  margin-top: 5px;
  color: #777777; }

#edit-delete {
  color: #cc0000; }

/* Console, style from slate theme. */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee; }

div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55; }

div.error {
  color: white;
  background: #ee6633;
  border-color: #dd5522; }

div.status {
  color: #336600;
  background: #ccff88;
  border-color: #bbee77; }

/* Region Colors. delete when starting a new theme. */
#header {
    padding-top: 5px;
}
#header-left {
    display: block;
    float: left;
    height: 150px;
    width: 210px;
}
#header-left .logo {
    margin-left: 25px;
}
#header-right {
    display: block;
    float: right;
    width: 770px;
    height: 150px;
}
#sidebar-first {}

#block-block-1 {
    background: url("../images/orangearrow.jpg") no-repeat scroll 185px 0 transparent;
    border-top: 3px solid #E55124;
}

.navcontainer ul#navlist {
    list-style-type: none;
    margin: 10px 0 0;
    padding: 0;
    text-align: left;
}
.navcontainer ul li a {
    background: url("../images/navarrow.jpg") no-repeat scroll right center transparent;
    border-bottom: 1px dashed #C6BFAA;
    color: #33261A;
    display: block;
    margin-top: 4px;
    padding-bottom: 2px;
    padding-left: 3px;
    text-decoration: none;
    width: 190px;
    text-indent: 10px;
}
.navcontainer ul li a:hover {
    background: url("../images/navarrowhover.jpg") no-repeat scroll right center transparent;
    color: #E55124;
}
.navcontainer ul li a:active {
    background: url("../images/navarrow.jpg") no-repeat scroll right center transparent;
    color: #33261A;
}


#sidebar-second {
  background: #ffd075; }

#navigation {
  background: #feffa5; }
