/* -------------------------------------
		Basic
------------------------------------- */

@font-face {
  font-family: 'Gothup';
  src:  url('fonts/Gothup.woff2') format('woff2'),
        url('fonts/Gothup.woff') format('woff');
}
html {
	box-sizing: border-box;
	margin: 0;
}
*, *:before, *:after { box-sizing: inherit; }
::selection { background: #555; }
::-moz-selection { background: #555; }

body {
	text-align: center;
	line-height: 1.5;
	font-family: 'EB Garamond', serif;
	font-size: 13px; 
	margin: 0;
	padding: 0;
	background-color: #232323;
	color: #a2a2a2;
}

table, tr, td {
	margin: 0;
	padding: 0;
}
table img { display: block; }
img {border-style: none;}

/* -------------------------------------
		Sections
------------------------------------- */

#index {
	position: absolute; top: 320px; left: 510px;
	width: 600px;
	margin: 0px auto;
	text-align: left;
	font-size: 1.15em;
}
#domain_top {
	width: 100%;
	text-align: left;
	background-image: url(images/the-edge04_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#domain {
	position: absolute; top: 540px; left: 350px;
	width: 730px;
	margin: 0px auto;
	text-align: left;
	font-size: 1.3em;
}
#network_top {
	width: 100%;
	text-align: right;
}
#network {
	position: absolute; top: 480px; right: 430px;
	width: 630px;
	margin: 0px auto;
	text-align: left;
	font-size: 1.3em;
	color: #777;
}
#exit_top {
	width: 100%;
	text-align: right;
	background-image: url(images/the-edge02_bg.jpg);
	background-repeat: repeat-x;
	background-position: top right;
}
#exit {
	position: absolute; top: 40px; right: 350px;
	width: 730px;
	margin: 0px auto;
	text-align: left;
	font-size: 1.3em;
	color: #666;
}
#exit2 {
	position: absolute; top: 680px; right: 140px;
	width: 930px;
	margin: 0px auto;
	text-align: left;
	font-size: 1.3em;
}
.domain {
	position: absolute; top: 620px; left: 50px;
	width: 260px;
	text-align: center;
}
.network {
	position: absolute; top: 350px; right: 500px;
	text-align: center;
}
.exit {
	position: absolute; top: 625px; right: 710px;
	width: 400px;
	text-align: center;
}
.nav {
	font-family: 'Playfair Display', serif;
	font-size: 1.8em;
	font-weight: 400;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	color: #d1532f;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: right;
}
.nav a {
	display: block;
	color: #ccc;
	background-color: #333;
	padding: 5px 15px;
	margin: 8px auto;
}
.nav.network a {
	display: inline-block;
	font-size: .7em;
}
.nav.exit a {
	display: inline-block;
	font-size: .55em;
	background-color: #222;
}
.nav a:hover {
	color: #333;
	background-color: #ccc;
	background-image: url(images/the-edge04_bg.jpg);
}
.nav a.active {
	color: #999;
	background-color: #1d1d1d;
}
.nav.network a.active {
	color: #888;
	background-color: #d9d9d5;
}
.nav.exit a.active {
	color: #ddd;
	background-color: #444;
}

#footer {
	color: #9d9d9d;
	font-size: .9em;
	text-align: center;
	padding: 50px 30px;
}
#network #footer {
	color: #888; 
	font-size: .84em;
}

/* -------------------------------------
		Block Elements
------------------------------------- */

.box {
	margin: 20px 50px;  
	padding: 15px; 
	color: #777;
	line-height: 1em;
	text-align: center;
	background-color: #1a1d1d;
	border-bottom: 2px solid #1a1d1d;
	font-family: 'Ubuntu Mono', monospace;
	font-size: 12px; 
}
.box:hover { border-bottom: 2px solid #3e3e3e; }
#network .box {
	background-color: #dfdfd9;
	border-bottom: 2px solid #dfdfd9;
	margin: 20px 70px;
}

.middle {
	border: 3px solid #373737;
	margin: 2px; 
	padding: 5px; 
}
.middle:hover {	border: 3px solid #444; }

.left {	float: left; }
.right { float: right; }

.project {
	margin: 5px;  
	padding: 7px; 
	color: #605a63;
	line-height: 19px;
	background-color: #dfdfd9;
}
.project:hover { background-color: #d8d8cc; }

.project-wrap {
	margin: 5px;  
	padding: 8px; 
	line-height: 1.6;
	font-family: 'Ubuntu Mono', monospace;
	font-size: 12px; 
	float: left;
	box-sizing: content-box;
}
.project-wrap:hover { background-color: #e6e6de; }
.project-wrap.half {
	width: 285px;
	height: 180px;
}
.project-wrap.third {
	width: 183px;
	height: 175px;
	margin: 5px 4px;
}
.project-wrap img {
	border: 7px solid #dfdfd9;
	padding: 0;
	box-sizing: content-box;
}
.project-wrap img:hover {
	border: 3px solid #e78c70;
	padding: 4px;
}
.layouts {
	margin: 10px 25px;
	text-align: center;
}
.center {
	width: 100%;
	text-align: center;
	margin: 0px auto;
}
.links-wrap {
	margin-left: 35px;
}
.links {
	margin-top: 20px;
	width: 25%;
	float: left;
}
.sib-wrap {
	width: 100%;
}
.sib {
	display: inline-block;
	vertical-align: middle;
	width: 290px;
	height: 175px;
	margin: 6px;
	padding: 10px;
	text-align: center;
	background-color: #2a2a2a;
	font-size: .9em;
}
.sib .middle {
	margin-right: 5px;
}
.sib .person {
	font-size: 1.3em;
	font-style: italic;
	margin-top: 12px;
}
.sib .blurb {
	text-align: center;
	font-style: italic;
	margin-top: 10px;
	height: 80px;
}
.sib .blurb:before {
	content: "\0022";
}
.sib .blurb:after {
	content: "\0022";
}
.break { clear: both; }

blockquote {
	margin: 11px 80px; 
	padding: 10px; 
	color: #867f80;
	line-height: 19px;
	text-align: justify;
	background-color: #171115;
	font-size: 11px;
}

blockquote.sib {
	margin: 5px 80px; 
	padding: 10px; 
	color: #867f80;
	line-height: 1.3em;
	font-family: Arial;
	font-size: 15px;
	font-style: italic;
	text-align: justify;
	background: none;
}

/* -------------------------------------
		Typography
------------------------------------- */

p {
	margin: 10px 0 15px 0; 
	text-align: left;
}
#footer p { text-align: center; margin-bottom: 5px; }
i { color: #cdb296; }
#network i { color: #aa8c6d; }
em { color: #e77952; }
b, strong {
	color: #dcdcdc;
	font-weight: normal; 
	font-size: .9em; 
	text-transform: uppercase; 
}
#network b, #network strong { color: #111; }

h1 {
	font-family: 'Gothup', serif;
	font-size: 3.5em;
	font-weight: normal;
	line-height: 1;
	padding: 0;
	margin: 5px 35px 10px 0;
	color: #d1532f;
	letter-spacing: 2px;
	text-align: right;
	text-transform: lowercase;
}
#domain h1 {
	text-transform: uppercase;
	margin: 5px 0 -5px -280px;
	text-align: left;
	color: #b66053;
}
#network h1, #exit2 h1 {
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	margin: 5px 0 -5px 30px;
	font-size: 1.6em;
	font-weight: 400;
	text-align: left;
	color: #e25c38;
}
#exit h1 { color: #9a7271; }
#exit2 h1 {
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	margin: 5px 0 -5px 30px;
	font-size: 1.8em;
	font-weight: 400;
	text-align: right;
	color: #c0736e;
}

h2 {
	font-family: 'Playfair Display', serif;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1em;
	padding: 0px;
	margin: 20px 10px 10px 50px;
	color: #b7b2af;
	letter-spacing: 2px;
	text-align: left;
	text-transform: lowercase;
}

ul {
	list-style-type:none; 
	padding: 0; 
	margin: 0; 
	line-height: 1.4; 
}
li a { color: #386a78; }
li.aff a, span.aff { color: #b42428; }
li a:hover, li.aff a:hover, li.sib a:hover { color: #111; }

a {
	color: #539493; 
	text-decoration: none;
}
a:hover, .sib a:last-of-type:hover {
	color: #d65547; 
	text-decoration: none;
}
p a {
	border-bottom: 2px solid #bbb; 
	line-height: 1.1em; 
	display: inline-block;
}
p a:hover, .sib span { border-bottom: 2px solid #666; }
.sib span { color: #c77e7e; }
.sib:hover span { color: #ad8b88; }
.sib a:hover { color: #95a1a0; }
#network p a:hover, #exit p a:hover, li a:hover, li.aff a:hover, li.sib a:hover {
	border-bottom: 2px solid #ccc;
}