body {
  background-color: rgb(245,245,245);
  font-family: Arial, sans-serif;
}

em{
	font-style: italic;
}

strong{
	font-weight: bold;
}


a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

.body a:link, .body a:visited {
  text-decoration: underline;
}

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


.site-navigate {
  background-color: white;
  border-bottom: 1px solid gray;
}

.site-navigate #section-navigate {
  float: left;
}

.site-navigate #other-page-navigate {
  text-align: right;
  margin-right: 20px;
}

.site-navigate li {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

.content {
  clear: both;
  padding-left: 250px;
  padding-right: 250px;
  width: 600px;
}

.messages {
  min-height: 80px;

}

.body {
  line-height: 1.25em;
  width: 560px;
  background-color: white;
  padding: 20px;
  border: 2px solid black;
}
.meta-body p {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.automated-content {
  padding-top: 0px;
}
.automated-content p {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

.automated-content .poem {
  font-style: italic;
  margin-left: 80px;
}

.automated-content ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 40px;
  list-style-type: disc;
}

.automated-content ol li {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 40px;
  list-style-type: decimal;
}

#read-page-next-page {
  border-top: 1px solid rgb(220,220,220);
  text-align: right;
  display: block;
  margin-bottom: 0px;
}

.tail {
  padding-left: 250px;
  padding-right: 250px;
  width: 600px;
  text-align: right;
  font-size: 0.8em;
}

.meta-tail, .meta-content {
  padding-left: 200px;
  padding-right: 200px;
  width: 700px;
}

.meta-body {
  width: 660px;
}

.header {
  font-family: serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 2em;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-left: 5px;
  line-height: 0.75em;
}

.header a, .header span {
  font-size: 0.5em;
  letter-spacing: 2px;
  text-transform: lowercase;
}

.chapter {
  font-weight: bold;
}

#previous-chapter {
  font-size: 0.8em;
  border-bottom: 1px solid rgb(220,220,220);
}

.permalink {
  margin-left: 10px;
  font-size: 0.8em;
}

.additional-content h2 {
  display: none;
}

.local-navigate .local-comment {
  background-image: url('../images/icons/arrow_down.png');
  background-repeat: no-repeat;
  padding-bottom: 35px;
  background-position: 65% 100%;
  width: 100px;
}

.local-navigate .local-contribute {
  background-image: url('../images/icons/arrow_right.png');
  background-repeat: no-repeat;
  padding-right: 55px;
  background-position: 100% 65%;
  width: 100px;
}

.local-navigate .local-top {
  background-image: url('../images/icons/arrow_up.png');
  background-repeat: no-repeat;
  padding-top: 35px;
  background-position: 65% 0%;
  width: 100px;
}

.local-navigate a {
  text-align: center;
  color: black;
  display: block;
  width: 100px;
  padding: 10px;
  font-size: 0.8em;
  font-family: serif;
  font-weight: bold;
  background-color: rgb(210,210,210);
  border-top: solid black 2px;
  border-right: solid black 2px;
}

.post-date {
  text-align: right;
  margin-top: 0px;
  padding-top: 0px;
  display: block;
  font-size: 0.9em;
}

.local-comment a {
  border-bottom: solid black 2px;
}

#comments, #leave-a-comment, #add-a-contribution {
  margin-top: 20px;
  display: block;
  width: 600px;
  margin-left: 250px;
  margin-right: 250px;
  border-top: 4px solid black;
}

#read-page-comments, #read-page-leave-comment, #contribute-page-add-contribution, #contribute-page-comments, #contribute-page-leave-comment {
  padding-top: 20px;
  margin-left: 250px;
  margin-right: 250px;
  width: 600px;
}

.body .pagination{
  border-top: 1px solid rgb(220,220,220);
  padding-bottom: 10px;
  font-weight: bold;
}

.body .pagination-previous{
  float: left;
}

.body .pagination-next{
  float: right;
}


.comment, .contribution {
  border: 1px solid black;
  margin-bottom: 20px;
  padding: 10px;
}

.comment h3, .contribution h3, .contribution-post h2 {
  font-weight: bold;
  float: left;
}

.comment-info, .contribution-info {
  font-size: 0.9em;
  float: right;
}
.comment-info dt, .contribution-info dt {
  font-weight: bold;
  position: absolute;
}

.comment-info dd, .contribution-info dd {
  padding-left: 4.5em;
}

.comment-body, .contribution-body {
  border-top: 1px solid rgb(220,220,220);
  clear: both;
}

#read-page-leave-comment-form, #contribute-page-add-contribution-form, #contribute-page-leave-comment-form {
  clear: both;
  border-top: 1px solid rgb(220,220,220);
}

.login-form input {
  margin-left: 10px;
}

#read-page-leave-comment-form label, #account-page-body label, #contribute-page-add-contribution-form label, #contribute-page-leave-comment-form label, #contact-page-form label {
  margin-top: 10px;
  display: block;
}

#read-page-comment-submit, #account-page-user-submit, #contribute-page-contribution-submit, #contribute-page-comment-submit {
  margin-top: 10px;
  display: block;
}

#read-page-leave-comment-body h3, #contribute-page-add-contribution-body h3, #contribute-page-leave-comment-body h3 {
  float: left;
}

#read-page-leave-comment-body ul, #contribute-page-add-contribution-body ul, #contribute-page-leave-comment-body ul {
  float: right;
  margin-bottom: 5px;
}

#read-page-leave-comment-body ul li, #contribute-page-add-contribution-body ul li, #contribute-page-leave-comment-body ul li {
  list-style-type: none;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 0;
}

#contribute-page-topic-list {
  border-top: 1px solid rgb(220,220,220);
}

#contribute-page-topic-list {
  display: table;
}

#contribute-page-topic-list .contribute-page-topic {
  list-style-type: none;
  display: table-cell;
  width: 230px;
  padding: 10px;
}

#contribute-page-topic-what, #contribute-page-topic-why {
  border-right: 1px solid rgb(220,200,200);
}

.contribute-page-topic h2 {
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}

#contribute-page-topic-list .contribute-page-topic  ul li {
  list-style-type: disc;
  margin-left: 30px;
}

#front-page-content {
  margin-top: 40px;
}

#front-page-body {
  line-height: inherit;
  padding-bottom: 0px;
  font-size: 1.2em;
}

#front-page-content li {
  list-style-type: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

#front-page-content #intro p {
  line-height: 1.4em;
}

#front-page-content #authors {
  margin-top: 20px;
  margin-bottom: 20px;
}

#front-page-content #authors > li {
  float: left;
  margin-left: 15%;
  margin-bottom: 30px;
}

#front-page-content #authors p {
  border-bottom: 1px solid black;
  min-width: 150px;
  font-weight: bold;
}

#front-page-content #navigate-novel {
  border-top: 1px solid gray;
  clear: both;
  padding: 40px;
}

#front-page-content #enter {
  padding: 30px;
  margin-top: 20px;
}

#front-page-content #enter a {
  padding: 20px 50px 20px 50px;
  font-size: 1.3em;
}
#front-page-content #enter a, #contribute-page-topic-how a {
  text-align: center;
  border: 3px solid blue;
  color: black;
  text-decoration: none;
  font-weight: bold;
  background-color: rgb(230,230,255);
  font-family: sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

#contribute-page-topic-how a {
  margin-top: 30px;
  padding: 20px 30px 20px 30px;
  display: block;
  font-size: 1.2em;
}

#front-page-content #navigate-novel li {
  float: left;
}
#front-page-content #choose {
  margin-left: 50px;
  font-weight: bold;
  border-bottom: 1px solid rgb(220,220,220);
  margin-bottom: 5px;
}

#front-page-content #sections {
  margin-left: 50px;
  max-height: 100px;
  width: 200px;
  overflow: auto;
}

#front-page-content #navigate-meta {
  clear: both;
  padding-top: 50px;
  margin: 0 auto 0 auto;
  text-align: center;
}

#front-page-content #navigate-meta a {
  background-color: rgb(230,230,255);
  padding: 10px 30px 0 30px;
  border-top: 2px solid blue;
  border-right: 2px solid blue;
  border-left: 2px solid blue;
  color: black;
  text-decoration: none;
  font-weight: bold;
  -moz-border-radius-topleft: 20px;
  -webkit-border-radius-topleft: 20px;
  border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-radius-topright: 20px;
  border-radius-topright: 20px;
}

#front-page-content #navigate-meta li {
  margin-left: 10px;
  margin-right: 10px;
  display: inline;
}

#front-page-content #navigate-meta li h2 {
  display: inline;
}

#about-page-content h2, #contribute-code-page-body h2{
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: underline;
}

#about-page-us {
  display: table;
}
#about-page-us li {
  display: table-cell;
  padding: 30px;
}
#about-page-us #about-page-mike {
  border-right: 1px dashed rgb(220,220,220);
}

#contribute-code-page-body pre, .automated-content pre {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  padding-left: 5px;
  margin-left: 5px;
}


.info, .warning, .error {
  margin: 10px 0px 10px 380px;
  width: 300px;
  padding: 20px;
  text-align: center;
  border-width: 2px;
  border-style: solid;
}

.body .info, .body .warning, .body .error {
  margin: 10px 110px 10px 110px;
}

.info {
  border-color: rgb(0,200,0);
  background-color: rgb(230,255,230);
}

.warning {
  border-color: rgb(255,200,0);
  background-color: rgb(255,255,230);
}

.error {
  border-color: rgb(255,0,0);
  background-color: rgb(255,230,230);
}

.insert-position {
  display: none;
}

.read-page-insert-container {
  width: 250px;
}

.insert-text {
  padding: 10px;
  border: 1px solid black;
  width: 200px;
  margin: 0 auto 0 auto;
  background-color: white;
}

.insert-image, .insert-video {
  display: block;
  margin: 10px auto 10px auto;
}

.insert-emerging-image {
  display: block;
  float: right;
  margin-right: 0;
  padding-right: 0;
}

.insert-contributors, .about-contributors {
  clear: both;
  margin-top: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: 1px solid rgb(220,220,220);
  border-bottom: 1px solid rgb(220,220,220);
  font-size: 0.8em;
  margin-bottom: 20px;
}

.body .insert-contributors{
  width: 250px;
  margin-left: 300px;
  padding-left: 10px;
  border-left: 1px solid rgb(220,220,220);
  border-right: 1px solid rgb(220,220,220);
}
.insert-contributors dt, .about-contributors dt{
  margin-right: 10px;
  font-weight: bold;
  position: absolute;
}
.insert-contributors dd, .about-contributors dd{
  padding-left: 8.5em;
}

em.book-title {
  font-style: normal;
  font-weight: bold;
}
