/*3992100789*/
/*:p*/

/*
  CSS organization format for future reference (FFR):
  > List selectors as they appear on the page; top-to-bottom
  > List general selector before specific sub-selectors
  > List properties in order of color, then style, then boxing
      ^ Put color properties in order of layer; back-to-front
      ^ Put font properties in order of family, then size, then style
          ^Order font style properties in order or letter, than word, then line
*/

body {
  background-color: #1E1909;
  background-image: url("assets/wall_dark.jpg");
  color: #AB9068;
  font-family: "Munro", Helvetica, arial, sans-serif;
  background-attachment: fixed;
  cursor: url(assets/cursor/cursor-default.png), auto;
}

h1 {
  color: #C43635;
  font-weight: bold;
  padding: 5px;
}

#corvus {
  background-color: #0E112E;
  background-image: url("assets/shoes.gif");
  margin: 10px 1px;
}


h2 {
  background-color: #0E112E;
  background-image: url("assets/shoes.gif");
  color: #C43635;
  font-size: 1.5em;
  font-weight: bold;
  padding: 5px;
  margin: 20px 20px 0;
}

.special_header {
  background-color: transparent;
  background-image: url("assets/trans.png");
  color: #17864D;
  text-align: center;
  margin-top: 10px;
}

.special_divider {
  background-color: #1E1909;
  border-color: #564E3C;
  border-style: solid;
  font-size: 1.2em;
  word-spacing: 6px;
  line-height: 1.4;

}

blockquote {
  color: white;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

span {
  color: #C43635;
}

p {
  background-color: #1E1909;
  border-color: #564E3C;
  font-size: 1.2em;
  word-spacing: 6px;
  line-height: 1.4;
  text-align: justify;
  margin-top: 0;
  border-style: solid;
}

#a_word {
  text-align: center;
}

#verses {
  color: #C43635;
}

dl {
  background-color: #1E1909;
  border-color: #564E3C;
  font-size: 1.2em;
  word-spacing: 6px;
  line-height: 1.4;
  text-align: justify;
  padding: 5px;
  margin-top: 0;
  border-style: solid;
}

dt {
  color: #17864D;
  margin-left: 10px;
}

dd {
  margin-right: 10px;
  margin-bottom: 5px;
}

ol {
  background-color: #1E1909;
  border-color: #564E3C;
  font-size: 1.2em;
  word-spacing: 6px;
  line-height: 1.4;
  text-align: justify;
  margin-top: 0;
  border-style: solid;
}

li {
  margin: 5px;
}

a {
  color: #C43635;
  font-style: italic;
  cursor: url(assets/cursor/cursor-point.png), pointer;
}

.icon:hover {
opacity:0.7; 
}

ul {
  background-color: #1E1909;
  border-color: #564E3C;
  font-size: 1.2em;
  font-style: italic;
  word-spacing: 6px;
  line-height: 1.4;
  text-align: justify;
  margin-top: 0;
  border-style: solid;
}

/*I still don't know why this won't register but I'm leaving it here until I can figure it out so I don't have to embed the CSS into the HTML index:

  #i_like {
      display: inline-block; 
      width: 0.5em; 
      height: 400px;
  }

*/

#dont_like_list {
  padding-bottom: 1.65em;
}

h3 {
  color: #17864D;
  margin-bottom: 8px;
}

table {
  background-color: #1E1909;
  border-color: #564E3C;
  color: #C43635;
  border-style: solid;
}

#animal_table {
  padding: 5px;
}  

th {
  color: #AB9068;
}

.animal_CL {
  padding-right: 10px;
}


/*There has got to be an easier way to do this -_-*/

#TL {
  border: transparent;
  border-right: #C43635;
  border-bottom: #C43635;
  border-style: solid;
}

#TM {
  border: #C43635;
  border-top: transparent;
  border-style: solid;
}

#TR {
  border: transparent;
  border-bottom: #C43635;
  border-left: #C43635;
  border-style: solid;
}

#ML {
  border: #C43635;
  border-left: transparent;
  border-style: solid;
}

#MM {
  border: #C43635;
  border-style: solid;
}

#MR {
  border: #C43635;
  border-right: transparent;
  border-style: solid;
}

#BL {
  border: transparent;
  border-top: #C43635;
  border-right: #C43635;
  border-style: solid;
}

#BM {
  border: #C43635;
  border-bottom: transparent;
  border-style: solid;
}

#BR {
  border: transparent;
  border-top: #C43635;
  border-left: #C43635;
  border-style: solid;
}

#buddon {
  margin: 5px;
}

footer {
  text-align: center;
}

/*1 Chronicles 16:11
"Seek the Lord and his strength, seek his face continually."*/

/*Surf the web,*/
/*-8*/