/*-  SELF-CLEARING FLOATS
----------------------------------------------------------------------*/
.mod:after,
.entry:after,
li.comment:after,
li.day:after,
ul.thumbs:after,
#toc:after,
#epilogue:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*-  BASE STYLES
----------------------------------------------------------------------*/
body {
	background-color: #1E1E1E;
	background-repeat: no-repeat;
	background-position: 50% 0;
	color: #EEE;
	font: normal 1em/1.5 "Proxima Nova", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
a {
	color: #5DDAFF;
	text-decoration: underline;
}
a:hover,
a:focus {
	color: #39C;
	text-decoration: none;
}
a:active,
a:focus {
	background-color: #000;
}
a.sub {
	color: #8DFCC7;
	font-weight: bold;
}
a.sub:hover,
a.sub:focus {
	color: #3C9;
}
abbr,
acronym {
	cursor: help;
}
input.text,
textarea {
	border: none;
	outline: 1px solid #C3C3C3;
	font-family: inherit;
	font-size: 0.875em;		/* 12px / 16px = 0.875em */
}
em,
var {
	font-family: Calibri, "Trebuchet MS", Helvetica, Arial, sans-serif;
}
cite {
	font-family: Constantia, Georgia, Palatino, "Times New Roman", Times, serif;
}
blockquote,
ol,
p,
ul {
	margin-bottom: 1.2em;
}
.content li ol,
.content li ul {
	margin-left: 1.5em;
	margin-bottom: 1em;
}
address {
	font-size: 0.95em;
	margin-bottom: 1em;
	text-align: right;
}
address:before {
	content: "— ";
}
blockquote {
	background: rgba(255,255,255,0.05);
	border-radius: 0 1em;
	-moz-border-radius: 0 1em;
	-webkit-border-radius: 0 1em;
	color: #DEDEDE;
	font: normal .95em/1.7 Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 1.5em;
	padding: 1.5em 1.5em 0.5em;
}
li.comment blockquote {
	border-left: 2px solid #525252;
	background: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin-left: 0;
}
blockquote em,
blockquote p cite {
	font-style: normal;
}
del {
	color: #6A6A6A;
}
img,
object {
	max-width: 100%;
}
object {
	margin: 0 auto 1em;
	max-width: 100%;
}
form {
	text-align: center;
}
form table {
	margin: 0 auto;
	max-width: 70.779%;	/* 700px / 989px = 0.70779 */
}
form th,
form td {
	display: block;
}
form th {
	font-weight: normal;
	padding-bottom: 0.25em;
}
form td {
	padding-bottom: 0.5em;
}
form table input.text,
form table textarea {
	display: block;
	width: 100%;
}
label i.note {
	display: block;
}
.ineffable,
hr {
	top: 0;
	position: absolute;
	left: -1000em;
	width: 0;
}
.hr {
	background: url("../../img/bg.jpg") no-repeat 50% 50%;
	margin: 2em auto;
	width: 25%;
	height: 1px;
}
.note {
	font-style: normal;
	font-size: 0.75em;	/* 12px / 16px = 0.75 */
}
ol.code li,
code,
pre {
	color: #FEA;
	font: normal .8em Inconsolata, Profont, "Bitstream Vera Sans Mono", Monaco, "Courier New", courier, monospace, serif;
}
a code {
	color: inherit;
}
ol.code {
	margin: 1.5em 0;
}
.entry ol.code li {
	background: #000;
	color: #CCC;
	font-size: 0.8em;
	line-height: 1.5;
	list-style: none;
	margin: 0 0 .15em;
	padding: .2em .5em .2em 1.5em;
	text-indent: -1em;
}
/*
	"More" link
*/
.type-link .content {
	padding-bottom: 1em;
}
.entry p.more {
	font-size: 0.75em;	/* 12px / 16px = 0.75em */
}
.entry p.more a {
	background: #161616;
	-moz-border-radius: 0 1em;
	-webkit-border-radius: 0 1em;
	border-radius: 0 1em;
	display: block;
	float: left;
	font-weight: bold;
	margin-left: -1em;
	padding: 1em;
	text-decoration: none;
	text-transform: uppercase;
}
.entry p.more a:hover {
	background: #000;
}

/*-  LAYOUT
----------------------------------------------------------------------*/
#page {
	background: url("../../img/bg.jpg") no-repeat 50% 126px;
	margin: 0 auto;
	max-width: 75em;
	position: relative;
}
body.sect-home #page {
	background-position: 50% 156px;
}
#logo,
#toc,
#content,
#epilogue {
	clear: both;
	margin: 0 auto;
	width: 95%;
}

/*-  TITLE (offset)
----------------------------------------------------------------------*/
#title {
	position: absolute;
	left: -1000em;
}

/*-  LOGO
----------------------------------------------------------------------*/
#logo {
	text-align: center;
}
#logo a {
	display: block;
	margin: 0 auto;
	max-width: 743px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#logo a:hover,
#logo a:active,
#logo a:focus {
	background-color: inherit;
	opacity: 0.9;
}
#logo a img {
	display: block;
	margin: 0 auto;
}

/*
	INITIALIZE THE POINTLESS MARKUP

	Image sits within the <b>, which is positioned to the bottom of <strong>
	<strong> is positioned to the top of <cite>
	<cite> is positioned at the top of the screen, with the shade attached to it.

	Remind me why I'm not building all-imagemap websites.
*/
#logo cite {
	background: url("/-/img/logo-shade.png") no-repeat 50% 128px;
	height: 250px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 50;
}
body.sect-home #logo cite {
	background-position: 50% 158px;
}
#logo strong,
#logo b {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
#logo strong {
	top: 0;
	height: 160px;
}
body.sect-home #logo strong {
	height: 190px;
}
#logo b {
	bottom: 0;
	width: 100%;
}
#logo cite img {
	display: inline;
}
#logo i {
	display: block;
	margin-top: 152px;
}
body.sect-home #logo i {
	margin-top: 182px;
}
#logo i img {
	margin-bottom: 0.5em;
}
/*
	Subtitle
*/
#logo i em {
	display: block;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	left: -1000em;
	position: absolute;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
body.sect-home #logo i em {
	position: static;
}

/*-  NAVIGATION
----------------------------------------------------------------------*/
#toc {
	margin-bottom: 2em;
}
#toc h2 {
	position: absolute;
	left: -1000em;
}
#toc ul {
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 70.779%;	/* 700px / 989px = 0.70779 */
}
#toc li {
	float: left;
	margin-right: 2.85714%;	/* 20ox / 700px = 2.85714e-02 */
	width: 17.714%;		/* 124px / 700px = 0.17714 */
}
#toc li#nav-contact {
	margin-right: 0;
}
#toc a {
	background-position: 50% 0;
	background-repeat: no-repeat;
	display: block;
	height: 104px;
	overflow: hidden;
	opacity: 0.6;
	text-align: center;
	text-indent: -1000em;
}
#toc a:hover,
#toc a:active,
#toc a:focus {
	background-color: inherit;
	opacity: 1.0;
}
li#nav-home a {
	background-image: url("../../img/nav-home.png");
}
li#nav-about a {
	background-image: url("../../img/nav-about.png");
}
li#nav-journal a {
	background-image: url("../../img/nav-journal.png");
}
li#nav-respect a {
	background-image: url("../../img/nav-respect.png");
}
li#nav-contact a {
	background-image: url("../../img/nav-contact.png");
}
body.sect-home li#nav-home,
body.sect-about li#nav-about,
body.sect-journal li#nav-journal,
body.sect-respect li#nav-respect,
body.sect-contact li#nav-contact {
	background: url("../../img/nav-active.png") no-repeat 50% 60px;
	left: 41.143%;		/* 288px / 700px = 0.41143 */
	position: absolute;
	top: 0;
}
body.sect-journal li#nav-journal {
	position: static;
}
body.sect-home li#nav-home a,
body.sect-about li#nav-about a,
body.sect-journal li#nav-journal a,
body.sect-respect li#nav-respect a,
body.sect-contact li#nav-contact a {
	background-position: 50% -104px;
	cursor: default;
	opacity: 1.0;
}
body.sect-home li#nav-journal,
body.sect-about li#nav-journal,
body.sect-respect li#nav-about,
body.sect-contact li#nav-about {
	margin-right: 23.429%;		/* 164px / 700px = 0.23429 */
}
/* If the last nav item gets moved to the center, kill the margin on the penultimate one */
body.sect-contact li#nav-respect {
	margin-right: 0;
}

/*-  CONTENT
----------------------------------------------------------------------*/
p.banner,
div.film {
	background: #000 url("../../img/load.gif") no-repeat 50% 50%;
	margin: 1.5em 0;
	min-height: 100px;
	padding: 0.5em 0;
	text-align: center;
}
p.banner {
	margin-top: 0;
}
p.banner i.note {
	display: block;
	margin: 0.5em 1em 0;
	text-align: right;
}
div.film object {
	margin: 0;
}
div.film div {
	margin: 0 auto;
	max-width: 500px;
	position: relative;
}
div.ar-4-3 div {
	padding-top: 75%;
}
div.film div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mod {
	background: url("../../img/fade.png") no-repeat 50% 100%;
	padding-bottom: 3em;	/* 48px / 16px = 3em */
	margin-bottom: 4em;	/* 60px / 16px = 3.75em */
}
.last-mod {
	background: none;
	margin-bottom: 2em;
	padding-bottom: 1em;
}
.mod .intro,
.entry .info {
	font-size: 0.75em;	/* 12px / 16px = 0.75em */
}
.mod .intro {
	clear: both;
	float: left;
	width: 12.538%;	/* 124px / 989px = 0.12538 */
}
.mod .intro h2 {
	line-height: 1.4;
}
.mod .intro a {
	font-size: 0.83333em;	/* 10px / 12px = 0.83333 */
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.mod .intro a i {
	font-style: normal;
}
.mod .main {
	float: right;
	width: 85.339%;	/* 844px / 989px = 0.85339 */
}
/* Alternate modules */
.sub-mod {
	float: left;
	width: 41.7%;			/* 412px / 988px = 0.417 */
}
.sub-first {
	clear: left;
	margin-right: 16.599%;	/* 164px / 988px = 0.16599 */
}
.sub-mod .intro {
	width: 30.097%;		/* 124px / 412px = 0.30097 */
}
.sub-mod .intro h2 {
	line-height: inherit;
}
.sub-mod .main {
	font-size: 0.875em;		/* 14px / 16px = 0.875em */
	width: 65.049%;		/* 268px / 412px = 0.65049 */
}
.entry ol li,
dd.message ol li {
	list-style: decimal;
}
.entry ul li,
dd.message ul li {
	background: url("/-/img/bullet.gif") no-repeat 0 .7em;
	margin-left: -1em;
	padding-left: 1em;
}

.entry ol ul li {
	list-style: none;
}
/*
	Page intro
*/
#intro {
	color: #DEDEDE;
	padding-bottom: 1px;
	text-align: center;
}
#intro a {
	text-decoration: none;
	padding: 0 0.1em;
}
#intro a:hover {
	background: rgb(30,30,30);
	background: rgba(30,30,30,0.8);
}
#intro .content {
	background: url("../../img/x.gif") no-repeat 50% 100%;
	font-size: 1.5em;		/* 24px / 16px = 1.5em */
	line-height: 1.25;
	margin: 0 auto;
	padding-bottom: 3em;
	width: 70.779%;	/* 700px / 989px = 0.70779 */
}
#intro del {
	color: #686868;
}
#intro h1,
#intro h2,
#intro p {
	margin: 0;
}
#intro h2,
#intro p {
	display: inline;
}
#intro h1 {
	color: #FFF;
	font: normal 1.33333em/1.125 Calibri, "Trebuchet MS", Helvetica, Arial, sans-serif;	/* 32px / 24px = 1.33333em; 36px / 32px = 1.125 */
}
#intro h2 {
	font-weight: normal;
}
body.sect-home #intro .content {
	background-image: url("../../img/intro-home.png");
}
body.sect-respect #intro .content {
	background-image: url("../../img/intro-respect.png");
}
/*
	About
*/
#about .intro {
	background: #836F56;
	color: #2A2A2A;
	float: none;
	font-size: 1.5em;	/* 24px / 16px = 1.5em */
	line-height: 1.25;	/* 30px / 24px = 1.25 */
	margin-bottom: 2em;
	position: relative;
	width: 100%;
}
#about .intro div {
	bottom: 1em;
	position: absolute;
	margin-left: 14.56%;
	width: 41.498%;	/* 410px / 988px = 0.41498 */
}
#about .intro h1 {
	color: #FFE561;
	color: rgba(255, 229, 97, 0.9);
	font: bold 1.33333em/1.125 Calibri, "Trebuchet MS", Helvetica, Arial, sans-serif;	/* 32px / 24px = 1.33333em; 36px / 32px = 1.125 */
}
#about .main {
	width: 85.425%;	/* 844px / 989px = 0.85425 */
}
#about .main p {
	float: left;
	width: 48.578%;	/* 410px / 844px = 0.48578 */
}
#about p.last {
	float: right;
}
#about p.edit {
	clear: both;
}
/*
	Work intro
*/
#work-intro {
	background: none;
	margin-bottom: 2em;
	padding-bottom: 1em;
}
#work-intro h1 {
	font-size: 1.75em;		/* 28px / 16px = 1.75em */
	margin-bottom: 0.25em;
	text-transform: uppercase;
}
#work-intro .main {
	float: left;
	width: 41.7%;			/* 412px / 988px = 0.417 */
}
/*
	Thumbs (Respect, Recent Work)
*/
ul.thumbs li {
	float: left;
	font-size: 0.75em;		/* 12px / 16px = 0.75em */
	margin-bottom: 1.5em;
	margin-right: 2.36686%;	/* 20px / 845px = 2.36686e-02 */
	width: 31.716%;		/* 700px / 845px = 0.31716 */
}
ul.thumbs li.first {
	clear: left;
}
ul.thumbs li.last {
	margin-right: 0;
}
ul.thumbs a {
	color: #C9C9C9;
	display: block;
	text-decoration: none;
}
ul.thumbs a:hover {
	color: #FFF;
}
ul.thumbs img {
	display: block;
	margin-bottom: 0.8em;
	opacity: 0.8;
}
ul.thumbs a:hover img {
	opacity: 1.0;
}
ul.thumbs i {
	display: block;
	margin-bottom: 0.8em;
	overflow: hidden;
	position: relative;
}
ul.thumbs i img {
	margin-bottom: 0;
}
ul.thumbs b {
	border: 5px solid rgb(0, 0, 0);
	border-color: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
}
ul.thumbs a:hover b {
	border-color: rgb(0, 0, 0);
	border-color: rgba(0, 0, 0, 0.5);
}
ul.thumbs cite {
	color: #EAEAEA;
	display: block;
	font: bold 1.08333em "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
/*
	Respect
*/
#peeps li {
	float: left;
	margin: 0 2.36967% 1em 0;	/* 20px / 844px = 2.36967% */
	width: 31.754%;			/* 268px / 844px = .31754 */
}
#peeps li.last {
	margin-right: 0;
}
/*
	Related items
*/
ul.rel li,
ol.rel li {
	margin-bottom: 1em;
}
/*
	Entries
*/
ol#entries {
	margin-bottom: 0;
}
.entry {
	border-bottom: 1px solid #2a2a2a;
	margin-bottom: 4em;
	padding-bottom: 3em;	/* 48px / 16px = 3em */
}
.last-entry {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.entry .title,
.entry .content {
	width: 82.938%;	/* 700px / 844px = 0.82938 */
}
.entry .title {
	font: bold 1.375em/1.1 "facitweb-1", "facitweb-2", Helvetica, Arial, sans-serif;	/* 22px / 16px = 1.375em */
	letter-spacing: 0.02em;
	line-height: 1.1;
	margin-bottom: 0.5em;
}
.title a {
	color: #EEE;
	text-decoration: none;
}
.title a:hover {
	text-decoration: underline;
}
.entry .content {
	float: left;
	font-size: 1em;	/* 15px / 16px = 0.9375em */
}
.entry .content h4 {
	color: #FFF;
	font: normal 1.3125em Cambria, "Hoefler Text", Baskerville, Georgia, serif;	/* 21 / 16 = 1.3125em */
	margin: 1.75em 0 0.15em;
}
.entry .info {
	float: right;
	width: 14.692%;	/* 124px / 844px = 0.14692 */
}
.entry .info p {
	opacity: 0.6;
}
.entry .info .note {
	font-size: 1em;
}
.entry .info:hover p {
	opacity: 1.0;
}
.entry i.dt {
	cursor: help;
	font-style: normal;
}
.entry .info:hover i.dt {
	border-bottom: 1px dotted #6A6A6A;
}
.type-photo .content p.banner {
	float: right;
	margin-top: 0.5em;
	padding: 0;
	width: 58.857%;	/* 412px / 700px = 0.58857 */
}
.type-photo .content div {
	float: left;
	width: 38.286%;	/* 286px / 700px = 0.38286 */
}
dl.dialogue dt,
dl.dialogue dd {
	padding-bottom: 0.5em;
}
dl.dialogue dt {
	clear: left;
	float: left;
	font-variant: small-caps;
	font-weight: bold;
	text-transform: lowercase;
	width: 17.714%;	/* 124px / 700px = 0.17714 */
}
dl.dialogue dd {
	margin-left: 20.571%;	/* 144px / 700px = 0.20571 */
}
dl.dialogue i.note {
	color: #9A9A9A;
	font-size: 1em;
}
p.fin {
	font-family: Constantia, Georgia, Palatino, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	text-align: center;
	margin: 2em 0;
}
p.perma {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.0;
	opacity: 1.0;
}
p.perma a {
	text-decoration: none;
}
p.perma a:hover,
p.perma a:focus {
	background-color: #000;
	border: 0.5em solid #000;
	border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	border-width: 0 0.5em 0.2em;
	margin-left: -0.5em;
	margin-top: -0.2em;
}
/*
	All entries (per month)
*/
#month-entries ol {
	margin: 0;
}
#month-entries .month {
	clear: both;
	float: left;
	text-align: right;
	width: 31.754%;	/* 268px / 844px = 0.31754 */
}
#month-entries li.day {
	clear: right;
	float: right;
	width: 65.877%;	/* 556px / 844px = 0.65877 */
	margin-bottom: 2em;
	padding-bottom: 1em;
}
#month-entries .date {
	float: left;
	text-align: center;
	width: 22.302%;	/* 124px / 556px = 0.22302 */
}
#month-entries .date a {
	background: #161616;
	border-radius: 0 0.5em;
	-moz-border-radius: 0 0.5em;
	-webkit-border-radius: 0 0.5em;
	font-weight: bold;
	margin-left: -0.5em;
	padding: 1em;
	text-decoration: none;
	text-transform: uppercase;
}
#month-entries .date a:hover {
	background: #000;
}
#month-entries ol.entries {
	float: right;
	width: 74.101%;
}
#month-entries ol.entries li {
	font-size: 0.875em;			/* 14px / 16px = 0.875em */
	line-height: 1.4;
	margin-bottom: 1.5em;
}
#month-entries ol.entries h5 {
	font-weight: normal;
}
#month-entries ol.entries a {
	text-decoration: none;
	opacity: 0.8;
}
#month-entries ol.entries li.type-blurb,
#month-entries ol.entries li.type-blog {
	font-size: 1em;
}
#month-entries ol.entries li.type-blurb h5,
#month-entries ol.entries li.type-blog h5 {
	font-weight: bold;
}
#month-entries ol.entries li.type-blurb a,
#month-entries ol.entries li.type-blog a {
	opacity: 1.0;
	text-decoration: underline;
}
/*
	Single entry
*/
#entry {
	border-bottom: none;
	position: relative;
}
#entry .title {
	color: #FFF;
	font-size: 1.5em;	/* 24px / 16px = 1.5em */
	margin-bottom: 1em;
	text-align: center;
	text-transform: uppercase;
}
#entry-nav {	/* Required to fix a stupid, stupid Firefox bug */
	position: absolute;
	width: 100%;
}
#entry-nav li {
	background: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: right;
	top: 0;
	width: 12.551%;	/* 124px / 988px = 0.12551 */
}
#entry-nav li.next {
	left: auto;
	text-align: left;
	right: 0;
}
#entry-nav a {
	display: block;
	opacity: 0.6;
	padding: 14px 0;
}
#entry-nav a:hover,
#entry-nav a:focus {
	opacity: 1.0;
}
/*
	Comments
*/
#comments {
	margin-left: 14.56%;	/* 144px / 989px = 0.1456 */
	padding-bottom: 3em;	/* 48px / 16px = 3em */
	width: 70.779%;		/* 700px / 989px = 0.85339 */
}
#comments .title {
	color: #FFF;
	font: bold 1.375em/1.1 "facitweb-1", "facitweb-2", Helvetica, Arial, sans-serif;	/* 22px / 16px = 1.375em */
	margin-bottom: 1em;
	text-align: center;
	text-transform: uppercase;
}
li.comment {
	border-bottom: 1px solid #484848;
	font-size: 0.875em;		/* 14px / 16px = 0.875em */
	padding: 2.5em 0 1.5em;
	position: relative;
}
li.first-comment {
	padding-top: 1em;
}
li.comment dt,
li.comment dd.info {
	clear: left;
	float: left;
	width: 17.714%;		/* 124px / 700px = 0.17714 */
}
li.comment dt {
	font-size: 0.85714em;	/* 12px / 14px = 0.85714em */
	margin-top: 0.2em;
}
li.comment dt a {
	font-weight: bold;
}
li.comment dt img {
	height: 30px;
	left: -30px;
	margin-left: -2.85714%;	/* 20px / 700px = 2.85714e% */
	position: absolute;
	width: 30px;
}
li.comment p.perma {
	margin: 0;
	right: -2.85714%;	/* 20px / 700px = 2.85714e% */
	position: absolute;
	margin-right: -1em;
	position: absolute;
	top: 1.5em;
}
li.first-comment p.perma {
	top: 0.5em;
}
li.comment p.perma a:hover,
li.comment p.perma a:focus {
	margin-left: 0;
	margin-right: -0.5em;
}
li.comment dd.info {
	font-size: 0.78571em;	/* 11px / 14px = 0.91667em */
}
li.comment dd.message {
	margin-left: 20.571%;	/* 144px / 700px = 0.20571 */
	width: 79.429%;		/* 700px / 989px = 0.79429 */
}
li.lolbot {
	background: url("/-/img/bot-comment.png") repeat-y 19.143% 0;
	padding-right: 1em;
}

/* Contact */
/* lol tmp style */
.sect-contact .main {
	float: none;
	margin: 0 auto;
	width: 60%;
}

/*-  FOOTER
----------------------------------------------------------------------*/
#epilogue {
	background: url("../../img/footer.png") no-repeat 50% 160px;
	font-size: 0.625em;	/* 10px / 16px = 0.625 */
	min-height: 279px;
	padding-top: 160px;
	text-align: center;
	position: relative;
}
#epilogue p,
#epilogue ul {
	font-size: 1.2em;	/* 12px / 10px = 1.2 */
	opacity: 0.5;
}
#epilogue h1 {
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 0.25em;
	padding: 1.6em 0 0.5em;
}
#epilogue h1 a {
	display: block;
	margin: 1em auto 0;
}
#epilogue h2 {
	font-size: 1.1em;	/* 11px / 10px = 1.1 */
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
	text-transform: uppercase;
}
/*
	Search form
*/
#urn-search {
	padding: 2em 0 0;
	margin: 2em 0;
}
#urn-search legend {
	display: none;
}
#urn-search p {
	margin-bottom: 0.5em;
	opacity: 1.0;
}
#urn-search input.text {
	background: #D8D8D8;
	padding: 0.3em;
	width: 17.4em;
}
/*
	Nav
*/
#epilogue ul {
	margin: 0.5em 0 1em;
}
#epilogue li {
	display: inline;
	margin: 0 1em;
}
/*
	Footer pic
*/
#epilogue p.pic {
	color: #4B4B4B;
	height: 160px;
	position: absolute;
	top: 0;
	opacity: 1.0;
	width: 100%;
}
#epilogue p.pic i {
	left: 0;
	bottom: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
#epilogue p.pic b {
	bottom: 0.5em;
	right: 0;
	font-weight: normal;
	position: absolute;
	text-align: left;
	text-indent: 90px;
	width: 50%;
	z-index: 50;
}
