/*
 *
 * L J U D L A N D S K A P
 *
 * color coding
 *
 * * * * * * * * * * * * * * * * * * * */

/*
 * stripe at the very top
 *
 * * * * * * * * * * * * * * * * * * */

#cbar_top {
  background-color: #cc6612;
  border-color: #783030;
}

#parttab1, #parttab2, #parttab3, #parttab4, #parttab5, #parttab6 {
  border-color: #783030;
}

#tabtext3 {
  border-color: #783030;
}

#tabtext3 p {
  font-weight: bold;
}


/*
 * stripe between header and text body
 *
 * * * * * * * * * * * * * * * * * * */

#sub_selector {
  background-color: #efe6ce;
  border-bottom-color: #cc6612;
  border-top-color: #E7E0C2;
}

#sub_selector.cat0 {
  border-bottom-color: #b15431;
}

#sub_selector.cat1 {
  border-bottom-color: #DC7612;
}

#sub_selector.cat2 {
  border-bottom-color: #BD3200;
}

#sub_selector.cat3 {
  border-bottom-color: #783030;
}

#cat0 {
  background-color: #dbd5c5;
  border-bottom-color: #dbd5c5;
}

#cat1 {
  background-color: #DC7612;
  border-bottom-color: #DC7612;
}

#cat2 {
  background-color: #BD3200;
  border-bottom-color: #BD3200;
}

#cat3 {
  background-color: #783030;
  border-bottom-color: #783030;
}


/*
 * chapters
 *
 * * * * * * * * * * * * * * * * * * */

#chapters a {
  color: #2C4D56;
}

#chapters a.openl1 {
  color: #5A543E;
}

#chapters a.openl2 {
  color: #4d4836;
}

#chapters a.openl3 {
  color: #3d382e;
}

#chapters a:hover {
  color: #0B110D;
  border-color: #0B110D;
}

/*
 * main text
 *
 * * * * * * * * * * * * * * * * * * */

#text h1 {
  color: #AD3424;
}

#text h1.l1 {
  color: #5A543E;
}

#text h1.l2 {
  color: #4d4836;
}

#text h1.l3 {
  color: #3d382e;
}

#text .subtitle {
  background-image: url(../layout/level_1_20x12.gif);
  background-position: right;
  background-repeat: no-repeat;
}

#text h2 {
  color: #BE390e;
}

#text a {
  padding-right: 1px;
  padding-left: 1px;
  color: #d33f00;
}

#text a:hover {
  padding-right: 1px;
  padding-left: 1px;
  background-color: #4c4c4c;
  color: #ffcc66;
  border-color: #4c4c4c;
}


/*
 * pages
 *
 * * * * * * * * * * * * * * * * * * */

#pages a {
  color: #be390e;
}

#pages a:hover {
  color: #BE390e;
  border-color: #783030;
}

#pages a.ondisplay {
  color: #40454b;
  border-color: transparent;
}


/*
 * footer
 *
 * * * * * * * * * * * * * * * * * * */

#copynstuff a {
  color: #CC6612;
  border-color: #C0B393;
}

#copynstuff a:hover {
  color: #924411;
  background-color: #dbd5c5;
  border-color: #924411;
}
