@import url(../common/index.css);

html, body {
	margin: 0.5em;
	padding: 0;
	background: white;
	color: black;
}

/* Things */

a {
	color: black;
	text-decoration: none;
}

a sup { /* footnote references */
	margin: 0 0.25em;
}

/* Content */

body {
	position: relative;
	margin: 0 auto;
	width: 42em;
	min-width: 438px;
}

#breadcrumb {
	display: none;
}

#content > .section {
	border-top: 1px dotted black;
}

#content > .section:first-child {
	border-top: 0;
}

.section-head {
	margin: 1em 0;
}

#content > .section:first-child .section-head {
	margin-top: 0;
}

.section-head h2, .section-head div {
	display: inline;
}

h2 {
	font-size: 150%;
	margin: 0 0 1em;
	padding: 0;
	line-height: 1;
	text-transform: uppercase;
}

h2 acronym {
	letter-spacing: 0;
	font-size: 100%;
}

h2 code {
	text-transform: none;
	font-size: 100%;
}

.section-head .archives, .section-head .rss {
	display: none;
}

/* Infornographics index */

/* convert -size 130x130 $src -thumbnail 130x130^ -gravity center -extent 130x130 $dest */

.gallery {
	width: 438px;
	margin: 0 auto;
	position: relative;
}

.section.gallery {
	width: 100%;
}

.gallery ul {
	margin: 1em 0 1em -21px;
	padding: 0;
	overflow: auto;
}

.gallery li {
	float: left;
	list-style: none;
	margin: 0 0 0 21px;
	padding: 0;
	border: 1px solid #808080;
}

.gallery li.full {
	margin-top: 1em;
}

.gallery .index {
	margin-top: 2em;
}

.gallery .index li {
	margin: 0 0 21px 21px;
}

.gallery li a {
	display: block;
	background: white;
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 0;
}

.gallery a .desc, .gallery a .desc {
	display: none;
}

.item-nav {
	display: none;
}


/* Transmissives index */

.item .title {
	font-weight: bold;
}

.item .more {
	opacity: .75;
}

.category-nav {
    display: none;
}

.illustration {
	border: 1px solid #ffd27f;
	margin: 0 0 21px 21px;
	float: right;
	line-height: 0;
}

/* Transmissives entries */

.journal .info {
	opacity: .75;
	margin: 1em 0;
}

.footnotes {
	border-top: 1px dotted black;
	font-size: 83%;
	line-height: 1.8;
}

.footnotes ol {
	margin: 1.2em 0;
}

/* Footer */

#footer {
	position: relative;
	top: 0;
	right: 0;
	margin: 1em 0;
	padding: 1em 0;
	border-top: 1px dotted black;
	text-align: right;
}

#version {
	display: none;
}

#copyright {
	font-size: 83%;
	line-height: 1.8;
}
