/* colors 
 * HRED - #aa0411 170 4 17;
 * HCREME - #fffdf3;
 * BLACK
 * HGREY - #b3b3b3; */

/* border lines */
.grid-line { 
	display: block;
	position: fixed;
	z-index: 1;
 }
#right-grid, #left-grid { width: 86px; height: 100%; }
#top-grid, #bottom-grid { width: 100%; height: 102px; }
#right-grid { 
	border-left: 1px solid rgba(170,4,17, .4);
	right: 0;
} 
#left-grid { 
	border-right: 1px solid rgba(170,4,17, .4);
	left: 0;
} 
#top-grid { 
	border-bottom: 1px solid rgba(170,4,17, .4);
	top: 0;
} 
#bottom-grid { 
	border-top: 1px solid rgba(170,4,17, .4);
	bottom: 0;
} 

/* logo */
#logo {
	position: relative;
	z-index: 2;
	display: block;
	width: 130px;
	height: 80px;
	background-color: #fffdf3;
	background-size: 130px 80px;
	background-image: url('../assets/images/bacon_logo.png');
	background-position: center;
	background-repeat: no-repeat;
}

.cover-logo {
	top: 62px;
	left: calc(50% - 65px);
	left: -webkit-calc(50% - 65px);
	left: -moz-calc(50% - 65px);
}

/* background triangle */
#triangle {
	z-index: 3;
	margin: auto;
	width: 720px;
	height: 363px;
	top: 0; left: 0; right: 0; bottom: 0;
	position: absolute;
}

/* link circles */
.circle { 
	z-index: 4;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 1px solid #aa0411;
	background-color: #fffdf3;
	position: absolute;
	padding: 60px 40px;
	color: #aa0411;
}

.large-circle {
	padding: 100px 48px;
}

#nav-issue,
#nav-issue-2 {
	left: calc(50% - 111px);
	top: calc(50% - 77px);
	-webkit-transition: padding 10s ease-in, left 5s ease-in, top 5s ease-in, color 1s ease-in, background-color 1s ease-in;
	-moz-transition: padding 10s ease-in, left 5s ease-in, top 5s ease-in, color 1s ease-in, background-color 1s ease-in;
	-o-transition: padding 10s ease-in, left 5s ease-in, top 5s ease-in, color 1s ease-in, background-color 1s ease-in;
	transition: padding 10s ease-in, left 5s ease-in, top 5s ease-in, color 1s ease-in, background-color 1s ease-in;
	cursor: pointer;
}

#nav-issue-2 {
	left: calc(50% + 100px);
	top: calc(50% + 77px);
}

#nav-issue:hover,
#nav-issue-2:hover {
	padding: 420px 350px;
	left: calc(50% - 400px);
	top: calc(50% - 400px);
	color: #fffdf3;
	background-color: #aa0411;
}

/* content nav */
#container {
	width: 800px;
	margin: auto;
	top: 170px; 
	position: relative;
}
.nav-container {
	float: left;
	height: 100%;
	margin-right: 15px;
	width: 238px; 
	/*overflow: scroll;*/
}
.nav-container:last-child { margin-right: 0; }
.nav-container h2 { margin-bottom: 30px; }

.nav-container a.title {
	 font-style: italic;
	 color: #aa0411;
	 display: inline-block;
	 margin-top: 2px;
 }
 .nav-container a.title.visual {
	 display: block;
	 height: 58px;
	 width: 100%;
	 background-image: url('../assets/images/issue-1/visual.png');
 }
.nav-container a#feaman-link {
	background-position: 0 0;
}
.nav-container a#leroux-link {
	background-position: -238px 0;
}
.nav-container a#williamson-link {
	background-position: -476px 0;
}
.nav-container a#wyatt-link {
	background-position: -714px 0;
}
.nav-container a#blevins-link {
	background-position: -952px 0;
}
.nav-piece {
	 margin-bottom: 20px;
 }
.nav-piece.last {
	 margin-bottom: 86px;
 }

 #logo-container {
	 width: 300px;
	 background-color: #eee;
	 position: fixed;
	 left: calc((((100% - 1000px) / 2) + 105px) / 2)
 }
 
 #logo-container #nav-logo {
	 position: fixed;
	 top: calc(50% - 100px);
	 font-size: 18px;
 }
 #logo-container #nav-logo .small_caps {
	 letter-spacing: 3px;
 }

/* spece footnotes */
 .speceial {
	 position: relative;
	 margin: -86px 0 86px 320px;
	}
	.footnote {
		position: absolute;
		font-size: 12px;
		left: -320px;
	}
	#piece #content.poetry p.hidden {
		display: none;
	}

/* editor navigation */
#quad-container { 
	width: 520px;
	display: block;
	margin: 0 auto; }
.quadrant { 
	cursor: pointer;
	width: 220px;
	margin-right: 30px;
	display:inline-block;
}
.editor-circle {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	background-size: 220 220;
}
#westerlind-circle {
	background: url('../assets/images/issue-1/editors/westerlind.jpg');
	background-size: 220px 220px;
}
#barry-circle {
	background: url('../assets/images/issue-1/editors/barry.jpg');
	background-size: 220px 220px;
}
#smith-circle {
	background: url('../assets/images/issue-1/editors/smith.jpg');
	background-size: 220px 220px;
}
#lethalm-circle {
	background: url('../assets/images/issue-1/editors/lethalm.jpg');
	background-size: 220px 220px;
}

.quadrant span {
	display: block;
	margin: 0 auto;
	width: 220px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

