@charset "UTF-8";
/* CSS Document */

* {
	font-weight: normal !important;
	font-style: normal !important;
}


body {
	max-width: 800px;
	margin: 100px auto;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Soho Gothic W01 Medium', sans-serif;
	letter-spacing: 0.02em;
	padding: 20px;
}

header {
	display: block;
}

header a, header a:visited, header a:active {
	background-color: black;
	color: white;
	padding: 1px 7px;
	height: 25px;
	margin-right: 3px;
	text-decoration: none;
}


a, a:active, a:visited {
	color: #900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

header a.active, header a:hover {
	background-color: #900;
	text-decoration: none;
}

nav {
	margin-top: 9px;
}

header ul {
	padding: 0px;
	margin: 0px;
}

header ul, header li {
	list-style: none;
	display: inline-block;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 20px;
}

.intro {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.1em;
}

abbr {
	border-bottom: dotted 1px #666;
}

abbr:after {
	content: ":";
	font-weight: normal;
	margin-left: 1px;
}

.question {
	margin-left: 20px;
	color: #666
}

#images {
	width: 360px;
	float: right;
	margin-left: 20px;
}

#images img, #images iframe {
	margin: 16px;
	border: none;
}



dl {
	margin-top: 60px;
	font-size: 15px;
}

dt {
	float: left;
}

dt:after {
	content: ":";
	margin-right: 10px;
}

sup {
	font-size: 0.7em;
}

aside {
	margin-top: 40px;
	font-size: 14px;
}

aside:before {
	content: "";
	width: 70px;
	display: block;
	border-bottom: solid 1px black;
}

body, b, dl, abbr, h1, h2 {
	font-family:'Soho Gothic W01 Regular';
}

.question {
	font-family:'Soho Gothic W01 Italic';
}

/* font-family:'Argumentum W00 Regular';
font-family:'ArgumentumW00-BoldItali'; */