* {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

body {
  font-family: Helvetica, Arial, Sans-Serif;
  background: #ECBE6D url(/images/bg_texture.png) repeat-x center top;
}

.cleaner {
  clear: both;
}

.centered {
  text-align: center;
}

.outer {
  left: 50%;
  width: 817px;
  background: url(/images/bg_shadow.png) repeat;
  margin: 90px auto 0 auto;
}

.inner {
  background: url(/images/bg_header.png) no-repeat;
  min-height: 500px;
  position: relative;
    /* Dustin Diaz */
  height: auto !important;
  height: 500px;
}

h1 a {
  position: absolute;
  width: 225px;
  height: 65px;
  display: block;
  left: 25px;
  top: 85px;
  background: transparent url(/images/bg_header.png) no-repeat scroll -25px -85px;
}

h1 a span {
  display: none;
}

/* nav */

.nav ul {
  list-style: none;
  letter-spacing: 0.15ex;
  font-weight: bold;
  font-size: 0.72em;
}

.nav li {
  position: absolute;
  text-align: center;
  top: 134px;
}

.nav li a {
  color: #FFF;
  text-decoration: none;
}

.nav li a:hover {
  text-decoration: underline;
}

.nav li.books {
  left: 263px;
  width: 72px;
}

.nav li.stories {
  left: 336px;
  width: 114px;
}

.nav li.tales {
  left: 451px;
  width: 129px;
}

.nav li.poetry {
  left: 581px;
  width: 74px;
}

.nav li.about {
  left: 656px;
  width: 68px;
}

.nav li.contact {
  left: 725px;
  width: 82px;
}

.nav.books li.books a,
.nav.stories li.stories a,
.nav.tales li.tales a,
.nav.poetry li.poetry a,
.nav.about li.about a,
.nav.contact li.contact a
{
  color: #672D05;
  text-decoration: underline;
}

/* content */

.content {
  padding: 167px 22px 17px 19px;
}

.content.basic {
  padding: 176px 30px 17px 27px;
}

/* section */

.section {
  background: url(/images/bg_section.png) no-repeat;
  padding: 60px 45px 0 22px;
  min-height: 237px;
  height: auto !important;
  height: 237px;
  position: relative;
}

.section h2.section-head {
  position: absolute;
  color: #FFF;
  left: 25px;
  top: 17px;
}

.section h2.section-head span {
  font-weight: normal;
}

/* aside */

div.aside {
  float: right;
  clear: right;
  width: 284px;
  padding-top: 48px;
  background: #EEEEEE url(/images/bg_aside_top.png) no-repeat top;
  position: relative;
  margin: 0 0 20px;
}

div.aside h4 {
 position: absolute;
 top: 10px;
 left: 10px;
 color: #FFF;
}

div.aside ul {
  list-style-type: none;
}

div.aside p,
div.aside li {
  padding: 0 15px 5px;
  font-size: 0.8em;
}

div.aside .date {
  color: #692F07;
  width: 80px;
  display: block;
  float: left;
}

div.aside .btm
{
  background: #EEEEEE url(/images/bg_aside_btm.png) no-repeat bottom;
  width: 284px;
  padding-bottom: 10px;
}

div.aside a {
  color: #C28D4C;
  width: 170px;
  display: inline-block;
}

div.aside a:hover {
  text-decoration: none;
}

/* subnav */

.section .subnav {
  float: left;
  width: 175px;
}

.section .subnav ul.subnav-primary {
  list-style-type: none;
  margin-bottom: 35px;
  list-style-position: outside;
}

.section .subnav ul.subnav-primary li {
  background: #DEAB65;
  padding: 9px 0pt 7px 10px;
  margin-bottom: 2px;
  font-size: 0.95em;
  font-weight: bold;
  letter-spacing: 0.15ex;
}

.section .subnav ul.subnav-primary li a {
  color: #FFF;
  text-decoration: none;
}

.section .subnav ul.subnav-primary li a:hover {
  text-decoration: underline;
}

.section .subnav ul.subnav-primary li.active {
  background-color: #C28D4B;
}

.section .subnav ul.subnav-primary li.active a {
  color: #FED891;
}

.section .subnav h4 {
  color: #692F07;
  font-size: 0.85em;
  margin-bottom: 15px; 
}

.section .subnav ul.subnav-secondary {
  list-style-type: none;
  list-style-position: outside;
}

.section .subnav ul.subnav-secondary li {
  margin-top: 9px;
  font-size: 0.95em;
  letter-spacing: 0.15ex;
}

.section .subnav ul.subnav-secondary li a {
  color: #C28D4C;
}

.section .subnav ul.subnav-secondary li.active a {
  color: #692F07;
}

.section .subnav ul.subnav-secondary li a:hover {
  text-decoration: none;
}

/* section-content */

.section .section-content {
  margin-left: 205px;
}

/* typography */

.section p,
.section ul,
.section ol {
  color: #C28D4C;
  font-size: 0.82em;
  letter-spacing: 0.1ex;
  line-height: 2.35ex;
  margin-bottom: 10px;
}

.section ul,
.section ol {
  list-style-position: inside;
}

.section h4,
.section h3 {
  color: #692F07;
  margin-bottom: 10px;
}

.section h5 {
  color: #692F07;
  font-size: 0.8em;
}

.section p.byline {
  margin-bottom: 0;
  position: relative;
  top: -10px;
}

.section cite {
  color: #692F07;
  font-style: normal;
}

.section hr {
  height: 1px;
  background: transparent;
  border: solid #E1E1DF;
  border-width: 1px 0 0 0;
  margin: 15px 0;
}

.section strong a {
  font-weight: bold;
}

.section a {
  color: #692F07;
}

.section a:hover {
  text-decoration: none;
}

/* alpha, beta */

.section .alpha {
  float: left;
  width: 319px;
}

.section .beta {
  float: left;
  margin-left: 15px;
  width: 170px;
}

/* img */

.section img {
  margin-bottom: 20px;
}

/* button */

a.button {
  background: url(/images/bg_button.png) no-repeat 1px 0;
  width: 101px;
  height: 26px;
  padding-top: 6px;
  text-align: center;
  overflow: hidden;
  border: none;
  display: block;
  color: #FFF;
  margin: auto auto;
}

/* footer */

.footer {
  background: url(/images/bg_footer.png) no-repeat;
  width: 817px;
  height: 45px;
  position: absolute;
  left: 0;
  bottom: -45px;
}

.footer ul,
.footer p {
  font-size: 0.72em;
  font-weight: bold;
  color: #FFF;
  position: absolute;
  top: 12px;
}

.footer p {
  left: 21px;
}

.footer ul {
  list-style-type: none;
  display: inline;
  letter-spacing: 0.15ex;
  right: 30px;
}

.footer li {
  display: inline;
  margin-left: 5px;
  padding-left: 10px;
  border-left: solid 2px #B17B3D;
}

.footer li.first {
  border: none;
}

.footer li a {
  color: #FFF;
  text-decoration: none;
}

.footer li a:hover {
  text-decoration: underline;
}
