@charset "utf-8";
/* Black Tower Archives custom CSS document */

body {
  margin:0px;
  padding:0px;
  font-size: 14px;
  font-weight: 400;
  background: url(https://blacktowerarchives.com/images/black-tower-archives-sci-fi-fantasy-episodic-online-space-opera-story-background.png) fixed top center repeat;
}

a {
	text-decoration: none;
	color:inherit;
}

.frame {
  position: relative;
  margin: auto;
  margin-top: 32px;
  margin-bottom: 32px;
  width: 90%;
  height: auto;
}

.mainbody {
  position: relative;
  margin: auto;
  max-width: 1200px;
  height: auto;
}

.boxheader {
  position: relative;
  margin: auto;
  max-width: 1200px;
  height: auto;
}

.footer {
  position: relative;
  margin: auto;
  width: 100%;
  height: auto;
  text-align: center;
  color: #000;
  padding:100px 0px 100px 0px;
  background: url(https://blacktowerarchives.com/images/black-tower-archives-footer.jpg) top center no-repeat;
  background-size:cover;
}

.gold {
  background: rgba(255, 220, 65, 0.8);
}

.yellow {
  background: rgba(230, 200, 30, 0.9);
}

.gray {
  background: rgba(200, 200, 200, 0.8);
}

.boxheaderleft {
  float: left;
  padding-left: 16px;
  text-align: left;
}

.boxheaderright {
  float: right;
  text-align: right;
}

.boxheaderright img {
  position: relative;
  margin: auto;
  height: 64px;
  width: auto;
}

h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
}

h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}

hw {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 3em;
}

p {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

h1,
h2 {
  line-height: 0.5em;
}

p {
  line-height: 1.5em;
}

.header {
  position: relative;
  margin: auto;
  max-width: 1200px;
  width: 100%;
  height: 64px;
  padding: 0px;
  margin-bottom: 32px;
}

.logo {
  position: relative;
  margin: auto;
  float: left;
  width: 64px;
  height: auto;
}

.logo img {
  position: relative;
  margin: auto;
  max-width: 64px;
  height: auto;
  text-align: left;
}

.title {
  position: relative;
  margin: auto;
  float: right;
  text-align: right;
  width: auto;
  height: auto;
  color: #fff;
  margin-top: 14px;
}

.title pt {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.title pst {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.button {
  position: relative;
  margin: auto;
  margin-right: 10px;
  display: inline;
  padding: 10px;
  background-color: rgba(255, 220, 65, 1);
  border-radius: 4px;
  border-top: 0px solid rgba(50, 40, 10, 0.5);
  border-right: 0px solid rgba(50, 40, 10, 0.5);
  border-bottom: 3px solid rgba(50, 40, 10, 0.5);
  border-left: 3px solid rgba(50, 40, 10, 0.5);
  font-weight: 700;
  color: #000;
}

.button:hover {
  border-top: 3px solid rgba(50, 40, 10, 0.5);
  border-right: 3px solid rgba(50, 40, 10, 0.5);
  border-bottom: 0px solid rgba(50, 40, 10, 0.5);
  border-left: 0px solid rgba(50, 40, 10, 0.5);
  background-color: rgba(127, 100, 32, 1);
  color: #fff;
}

.buttondark {
  position: relative;
  margin: auto;
  margin-right: 10px;
  display: inline;
  padding: 10px;
  background-color: rgba(50, 50, 50, 0.7);
  border-radius: 4px;
  border-top: 0px solid rgba(0, 0, 0, 0.5);
  border-right: 0px solid rgba(0, 0, 0, 0.5);
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);
  border-left: 3px solid rgba(0, 0, 0, 0.5);
  font-weight: 700;
  color: #fff;
}

.buttondark:hover {
  border-top: 3px solid rgba(0, 0, 0, 0.8);
  border-right: 3px solid rgba(0, 0, 0, 0.8);
  border-bottom: 0px solid rgba(0, 0, 0, 0.8);
  border-left: 0px solid rgba(0, 0, 0, 0.8);
  background-color: rgba(50, 50, 50, 0.9);
  color: #fff;
}

.ad {
  position: relative;
  margin: auto;
  width: 100%;
  height: auto;
  text-align: center;
}

.ad img {
  position: relative;
  margin: auto;
  width: 100%;
  height: auto;
}

.welcome,
.signup {
  position: relative;
  margin: auto;
  width: 90%;
  height: auto;
  padding: 16px 5% 16px 5%;
  background: rgba(255, 255, 255, 0.9);
}

.library {
  position: relative;
  margin: auto;
  width: 100%;
  height: auto;
  text-align: center;
  background: url(https://blacktowerarchives.com/images/black-tower-archives-library-image-background.jpg) center center no-repeat;
  background-size: cover;
}

.library img {
  position: relative;
  margin: auto;
  max-width: 360px;
  width: 100%;
  height: auto;
}

.libraryentry {
	position: relative;
	margin: auto;
	margin-bottom: 10px;
	background-color: rgba(25, 22, 6, .15);
	color: #000;
	width:98%;
	padding-left:2%;
	height: auto;
	float:left;
	border-radius: 4px;
	text-align: left;
	border-bottom: 0px solid rgba(127, 100, 32, 0);
	border-left: 0px solid rgba(127, 100, 32, 0);
	border-top: 3px solid rgba(127, 100, 32, 0);
	border-right: 3px solid rgba(127, 100, 32, 0);
}
.libraryentry p {
	font-family: 'Times New Roman', serif;
	font-weight: 700;
	font-size: 16px;
}
.libraryentry p span {
	font-style: italic;
}

.libraryentry:hover {
	background-color: rgba(255, 220, 65, 1);
	color: #000;
	width:97%;
	padding-left:3%;
	border-bottom: 3px solid rgba(127, 100, 32, 0.5);
	border-left: 3px solid rgba(127, 100, 32, 0.5);
	border-top: 0px solid rgba(127, 100, 32, 0);
	border-right: 0px solid rgba(127, 100, 32, 0);
}

.welcome h1 {
  line-height: 1em;
}

.welcome h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
}


/* SCREEN SIZE VARIABLES */

@media screen and (min-width: 1001px) {
  .mainbodyleft {
    width: 65%;
    float: left;
    margin-right: 5%;
  }
  .mainbodyright {
    width: 30%;
    float: left;
  }
}

@media screen and (max-width: 1000px) {
  .mainbodyleft {
    width: 100%;
    float: left;
    margin-bottom: 32px;
  }
  .mainbodyright {
    width: 100%;
    float: left;
  }
}

#mc_embed_signup form .button {
  position: relative;
  margin: auto;
  display: inline;
  background-color: rgba(255, 220, 65, 1);
  border-radius: 4px;
  border-top: 0px solid rgba(50, 40, 10, 0.5);
  border-right: 0px solid rgba(50, 40, 10, 0.5);
  border-bottom: 3px solid rgba(50, 40, 10, 0.5);
  border-left: 3px solid rgba(50, 40, 10, 0.5);
  font-weight: 700;
  color: #000;
}

#mc_embed_signup form .button:hover {
  border-top: 3px solid rgba(50, 40, 10, 0.5);
  border-right: 3px solid rgba(50, 40, 10, 0.5);
  border-bottom: 0px solid rgba(50, 40, 10, 0.5);
  border-left: 0px solid rgba(50, 40, 10, 0.5);
  background-color: rgba(127, 100, 32, 1);
  color: #fff;
}

#mc_embed_signup form .button p a:link {
  color: #111;
}

#document body {
	background-color: #fff;
	color: #000;
}


/* RESPONSIVE MAGIC */

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
