body {
	margin: 0;
	position: relative;
}

ul.navbar-top li a {
	text-decoration: none;
}

.quarterly ul.navbar-top li a.current {
	background-color: rgb(171, 66, 0);
	color: rgb(255, 255, 255);
}


.past-issues-and-signup {
	background: #333;
	padding: 2px 0;
	margin-top: 12px;
}

.past-issues-and-signup, .past-issues-and-signup a {
	font-family: Georgia, serif;
	font-weight: 400;
	font-size: 16px;
	-webkit-appearance: none;
	color: white;
}

.past-issues {
	width: 600px;
	min-width: 480px;
	display: block;
	margin: 0 3px 0 3px;
}

.past-issue-covers {
  margin: 41px 0 15px;
}

.past-issue {
	margin: 0 18px 6px 6px;
  display:inline-block;
	max-width: 148px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	color: #b1b1b1;
}

.past-issue img {
	max-width: 146px;
}

.past-issue span {
	clear: left;
	margin: 2px 0;
}

hr.faded-rule {
  border: 0;
  height: 1px;
	margin: 40px 0 10px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255, 0.3), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255, 0.3), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255, 0.3), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255, 0.3), rgba(0,0,0,0));
}

.toc-article {
	margin: 0 auto;
	max-width: 215px;
	text-align: center;
}

.article {
	background-color: #eee3d5;
	text-align: center
}

.article center {
  margin-top: 40px;
}

.text {
	font-family: georgia, sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 22px;
	font-style: normal;
	text-align: left;
}

.article .text img {
	max-width: 490px;
}

.text a {
	color: #ad2a34;
	text-decoration: none;
}

#headline {
	font-size: 24px;
	font-style: italic;
	margin-bottom: 18px;

}

#byline {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 35px;
}

h3.center {
	display: block;
	text-align: center;
	margin: 28px auto 9px auto;
	font-size: 16px;
	line-height: 22px;
	font-style: normal;
}

.outerbordertoc {
	margin: 40px auto 0;
	max-width: 570px;
	border: 2px solid #000;
	margin-bottom: 44px;
	padding:4px;
}

.innerbordertoc {
	border: 2px solid #eee3d5;
	padding: 40px;
}

.outerborder {
	width: 570px;
	border: 2px solid #ad2a34;
	padding:4px;
}

.innerborder {
	border: 2px solid #cd8685;
	padding: 40px;
}


.toc {
	background-color: #ad2a34;
	text-align: center
}

.toc-article h2 {
	font-weight: normal;
	font-family: georgia, sans-serif;
	color: #eee3d5;
	font-size: 24px;
	font-style: italic;
	margin-bottom: 25px;
	text-decoration: none;
}

.toc a:link {
	text-decoration: none;
}

.toc a:hover {
	border-bottom: 1px dotted #eee3d5;
}

.tocbyline {
	font-family: georgia, sans-serif;
	color: #000;
	font-size: 15px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 70px;
}

.reviewlogosmall {
	background-image: url(http://www.camposanto.com/quarterlyreview/img/volume-01-issue-01/reviewlogosmall@2x.png);
	background-size: 173px 65px;
	background-repeat: no-repeat;
	background-position: top center;
	height: 65px;
	width: 173px;
	margin-bottom: 35px;
	margin-top: 4px;
}

.ebook {
	background-image: url(http://camposanto.com/quarterlyreview/img/ereader@2x.png);
	background-size: 460px 25px;
	background-repeat: no-repeat;
	background-position: top center;
	height: 25px;
	margin-bottom: 45px;
	margin-top: 4px;
}

.reviewlogo {
	width: 100%;
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 171px;
	margin-bottom: 50px;
	margin-top: 4px;
}

/* Email signup */

#signup
{
	text-align: center;
	padding-bottom: 2em;
	margin-top: 46px;
}

#signup .strapline {
	text-transform: uppercase;
	font-style: normal;
	font-variant: normal;
	font-size: 14px;
	font-weight: bold;
}

#signup label
{
	display: none;
}

#signup, #signup form, #signup input, #signup button
{
	font-family: Georgia, serif;
	font-weight: 400;
	font-size: 16px;
  -webkit-appearance: none;
  color: black;
}

#signup #fieldEmail, #signup #fieldName, #signup button
{
	display: inline-block;
	margin: 0 5px;
	border: 0;
	border-radius: 4px;
	padding: 4px 8px;
	border: 2px solid #CD8685;
}

#signup #fieldEmail, #signup #fieldName
{
	background: #fff;
	color: #555;
}

#signup button
{
	background: #fff;
	color: #CD8685;
}
#signup button:active
{
	background: #fedbc7;
}

#signup input::-webkit-input-placeholder {
   color: #CD8685;
}

#signup input:-moz-placeholder { /* Firefox 18- */
   color: #CD8685;
}

#signup input::-moz-placeholder {  /* Firefox 19+ */
   color: #CD8685;
}

#signup input:-ms-input-placeholder {
   color: #CD8685;
}

.toc-horizontal-rule {
	background-image: url(http://camposanto.com/quarterlyreview/img/hrtan@2x.png);
	background-size: cover;
	max-width: 363px;
	background-repeat: no-repeat;
	background-position: top center;
	height: 2px;
	margin-bottom: 60px;
}

.footer-ebook {
	background-image: url(http://camposanto.com/quarterlyreview/img/ereaderwhite@2x.png);
	background-size: cover;
	max-width: 460px;
	background-repeat: no-repeat;
	background-position: top center;
	height: 25px;
	margin-bottom: 65px;
	margin-top: 4px;
}

.footer-issue {
	background-size: 124px;
	width: 124px;
	background-repeat: no-repeat;
	background-position: top center;
	height: 25px;
	margin-bottom: 15px;
}

.footer-skull {
	background-image: url(http://camposanto.com/quarterlyreview/img/volume-01-issue-01/footerskull@2x.png);
	background-size: 29px;
	width: 29px;
	background-repeat: no-repeat;
	background-position: top center;
	height: 29px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 550px) {
	body {
		padding-bottom: 170px !important;
	}

	.outerbordertoc {
		margin: 4px 8px;
	}

	.reviewlogo {
		padding: 0;
		margin-bottom: 0;
	}

	.toc-horizontal-rule {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.past-issue {
		font-size: 12px;
		margin: 0 8px 14px 0;
		max-width: 140px;
		margin
	}


	.article center {
		margin-top: 18px;
	}

	#signup input {
		width: 25%
	}

}
