/* STS Layout common */
@import url('reset.css');
@font-face {font-family: dispatch; src: url('dispatch.ttf');}
@font-face {font-family: fjord; src: url('FjordOne-Regular.ttf');}

html {
	min-height: 100%;
}

body {
	background: #111 url('images/pinstripe.png');
	color: #ccc;
	font-size: 20px;
	font-family: fjord, georgia, serif;
	text-align: center;
}

h1 {font-family: dispatch; font-size: 6.75rem; margin: 0; padding: 0; text-shadow: 2px 3px 1px #666; position: relative; bottom: -0.25em;}
h2 {font-family: dispatch; font-size: 3rem;}
h3 {font-family: fjord; font-size: 3rem;}
h4 {font-family: fjord; font-size: 1.4rem; font-variant: small-caps; font-weight: bold;}
h5 {font-family: fjord; font-size: 1.25rem;}
h6 {}

h2, h3, h4, h5, h6 {
	line-height: 1.1;
}

a {outline: 0;}
a img {border: 0; text-decoration: none;}
a:link, a:visited {background: none; color: #96f; text-decoration: none;}
a:hover, a:active {text-decoration: underline;}

br.clear {clear: both; font-size: 0;}
section.clear, div.clear {clear: both;}
img.right, figure.right, ul.right {float: right; margin: 0 0 1rem 1rem; border: 2px solid #000; border-radius: 1rem;}
img.left, figure.left, ul.left {float: left; margin: 0 1rem 1rem 0; border: 2px solid #000; border-radius: 1rem;}
em {font-style: italic;}
strong {font-weight: bold;}

#skiplink {text-align: left;}

#skiplink a {
	margin: 0;
	padding: 0.5rem;
	background: none;
	color: #666;
	font-size: 1rem;
	font-variant: small-caps;
	font-weight: bold;
}

#masthead {
	background: none;
	color: #ccc;
	text-align: center;
}

#titles {
	display: inline-block;
	vertical-align: bottom;
}

#titles h1 a {
	background: none;
	color: #ccc;
	text-decoration: none;
}

#titles h2 a {
	background: none;
	color: #999;
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-family: fjord;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 2.72rem;
	text-shadow: 1px 2px 1px #666;
}

#titles h3 a {
	background: none;
	color: #666;
	text-decoration: none;
}

#nav {
	margin: 0.25rem 0;
	border-top: .7rem dotted #c30;
}

#nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background: none;
	color: #c30;
	letter-spacing: 0.6rem;
}

#nav li + li:before {
	content: '|';
}

#nav li a {
	text-decoration: none;
	background: none;
	color: #09c;
	font-variant: small-caps;
	font-size: 2.5rem;
	font-weight: bold;
}

#nav li a:hover {
	background: none;
	color: #069;
}

#content {
	clear: both;
	margin: 1.5rem 0;
	padding: 1rem;
	text-align: center;
	background: #10161c url('images/mic.png') top left no-repeat;
	color: #e1ccb7;
	border-top: 1px dotted #c30;
	border-bottom: 1px dotted #c30;
}

#content h2 {
	clear: both;
	display: inline-block;
	font-size: 4rem;
	margin-top: 0.5em;
}

#content section.creds {
	max-width: 49%;
	float: left;
}

#content section.creds + section.creds {
	border-left: 3px dotted #666;
}

#content .textmod p, #content .textmod ul:not(.right) {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0.5em 0.25em 0 0.25em;
	text-align: justify;
	background: url('images/pbg.png');
	color: inherit;
	text-shadow: 2px 2px 1px #000;
	padding: 1em 1.5em 0.5em 1.5em;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border: 2px solid #000;
	border-bottom: 0;
}

#content .textmod p + p {
	margin: 0 0.25em;
	padding: 0.5em 1.5em;
	border-radius: 0;
	border-top: 0;
}

#content .textmod p:last-of-type, #content .textmod ul:last-of-type:not(.right) {
	margin: 0 0.25em 0.5em 0.25em;
	padding: 0.5em 1.5em 1em 1.5em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	border-bottom: 2px solid #000;
}

#content .textmod ul:not(.right) {
	list-style: square;
}

#content .pack {
	background: url('images/pbg.png');
	color: inherit;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 1em 0;
	padding: 0;
	border-radius: 1em;
}

#content .credits {
	background: none;
	color: inherit;
	border: 0;
}

#content .credits li {
	list-style: none;
	font-size: 0.9rem;
	display: inline;
}

#content .credits li + li:before {
	content: '/ ';
}

#content h4 a {
	background: none;
	color: #999;
}

#content h4 a:hover {
	text-decoration: none;
}

#content .error {
	background: none;
	color: #f00;
	font-style: italic;
}

#footer {
	clear: both;
	margin-bottom: 1rem;
	display: inline-block;
	font-family: fjord;
	font-variant: small-caps;
	font-weight: bold;
}

#fnav li {
	float: left;
	background: none;
	color: #666;
	font-variant: small-caps;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.3rem;
}

#fnav li:after {
	content: '\2022';
}

#fnav li:last-child:after {
	content: '';
}

#fnav li a {
	text-decoration: none;
	background: none;
	color: #999;
}

#fnav li a:hover {
	background: none;
	color: #666;
}

#footer h6 {
	clear: both;
	border-bottom: .7rem dotted #c30;
	background: none;
	color: #666;
	letter-spacing: 0.15rem;
}

#contact {
	clear: both;
	float: right;
	margin: 0 0 1rem 1rem;
	padding: 1rem;
	background: #069;
	color: inherit;
	font-weight: bold;
	border: 2px solid #000;
	border-radius: 1rem;
}

#contact div {
	display: inline-block;
	margin: 0.5rem;
	font-variant: small-caps;
}

#contact div input, #contact div select {
	display: inline;
}

#contact div input:last-of-type {
	display: inline;
}

#contact textarea {
	display: block;
	margin: auto;
}

img.credit {
	margin: 0;
	border: 2px solid #000;
	border-radius: 1rem;
}

ul.defns {
	text-align: left;
	padding: 1rem;
	font-size: 1.5em;
	background: #069;
	color: inherit;
	list-style: none;
}

a.showtitle {
	font-style: italic;
}

form #summary, form #sumlab {display: none;}