@charset "utf-8";
/* CSS Document */
#container {
	width:1040px;
  }
#sgauthorcontainer {
  width:80%;
  margin-left:auto;
  margin-right:auto;
}
.authorindex {
  width:40%;
  float:left;
  margin:0 30px;
  vertical-align:top;
  border:thin black solid;
  padding: 10px;
  background-color:#FFFFFF;
}
.content-cell { padding:10px; }
.curve-tr { vertical-align:top; }
.curve-tl { vertical-align:top; }
.curve-br { vertical-align:bottom; }
.curve-bl { vertical-align:bottom; }
#storycontainer {
  width:1100px;
  margin-left:auto;
  margin-right:auto;
}
#storymeta {
  padding-left:40px;
  width:450px;
  float:right;
}
#tablecomments {
  width:40%;
  background-color:#FFD9D9;
  vertical-align:top;
  padding:0;
  margin:0;
  border:0;
}
.sgaentry {
  width: 550px;
  padding: 10px 40px;
  border:thin #000000 solid;
  text-align: left;
  line-height: 160%;
  margin-bottom: .5em;
  background-color:#FFFEF8;
}
    .sgaentry p { text-indent: 30px; }

.chapterheader {
  width:550px;
  background-color: f6f4ce;
  border:2px #f0edc5 solid;
}
    .previous {
      width:80px;
      margin:auto;
      text-align:left;
      padding:10px;
    }
        .previous p { text-indent:0px; }
        .previous img { display:none; }
        .previous a:hover {
          background-color:#e8e5b6;
          text-decoration:none;
          padding:10px;
          position:relative;
          right:10px;
        }
    .tdtitle {
      width:auto;
      margin:auto;
      text-align:center;
    }
        .tdtitle p { text-indent:0px; }
        .tdtitle a {text-decoration:none;}
        .tdtitle a:hover {font-weight:bold;}
        .sgatitle {
          text-transform:capitalize;
          font-size:12px;
        }
    .next {
      width:80px;
      margin:auto;
      text-align:right;
      padding:10px;
    }
        .next p { text-indent:0px; }
        .next img { display:none; }
        .next a:hover {
          background-color:#e8e5b6;
          padding:10px 10px 10px 35px;;
          position:relative;
          left:10px;
          text-decoration:none;
        }
.thumbnail {
  border:none;
  padding-right: 5px;
  float:left;
}
.authorship {
  font:"Times New Roman", Times, serif;
  color:#339900;
}
#authorlist { clear:left; }
#disqus_thread:before {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:.8em;
  content:"Thank you for reading! Leave a comment and tell us what you think.";
}
#dsq-content { border-top:2px #e8e5b6 solid; }
#disqus_thread {
  background:#f6f4ce;
  padding:10px;
  border:2px #f0edc5 solid;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
.entry-email {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  padding: 5px 40px;
  text-indent: 0;
  background-color:#FFFFFF;
  border:1px #e8e5b6 solid;
}

q-and-a {
	margin-right:5px;
  }
