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

html, body {
	min-width: 743px;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

html {
	background: #ff8c00 url(../../images/logo.png) fixed no-repeat bottom right;
	color: white;
}

/* Globals */

acronym[title], abbr[title] {
	cursor: help;
}

/* Things */

a:link, a:visited {
	color: white;
	text-decoration: none;
	border-width: 0 0 0.1em;
	border-color: white;
}

a:link {
	border-style: solid;
}

a:visited {
	border-style: dotted;
}

a[rel="external"]:link, a[rel="external"]:visited {
	background: #ff8c00 url(../../images/external.png) no-repeat center left;
	padding-left: 14px;
}

a:hover, a:active {
	background: white;
	color: #ff8c00;
}

a[rel="external"]:hover, a[rel="external"]:active {
	background: white url(../../images/external-active.png) no-repeat center left;
	padding-left: 14px;
}

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

/* Header */

#header {
	display: none;
}

/* Content */

#content {
	margin: 21px;
	padding: 0;
	width: 438px;
}

#breadcrumb {
	font-size: 83%;
	line-height: 1.8;
	margin: 0;
	padding: 0;
}

#breadcrumb li {
	display: inline;
	list-style: none;
}

#breadcrumb li:after {
	content: "\A0\A0\BB\A0";
}

#breadcrumb li:first-child {
	font-weight: bold;
}

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

#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 {
	margin-left: 1em;
}

/* Infornographics index */

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

.gallery ul {
	margin: 1em 0 1em -21px;
	padding: 0;
	overflow: hidden;
    text-align: center;
}

.gallery li {
	float: left;
	list-style: none;
	margin: 0 0 0 21px;
	padding: 0;
	border: 1px solid #ffe2bf;
    border-color: rgba(255, 255, 255, 0.75);
    line-height: 0;
}

.gallery li.full {
    float: none;
    display: inline-block;
	margin-top: 1em;
}

.item .gallery li.full {
    margin-top: 0;
}

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

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

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

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

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

.gallery a:hover .desc, .gallery a:active .desc {
	display: inline;
	position: absolute;
	bottom: 0;
	right: 0;
	color: black;
	background: white;
    background: rgba(255, 255, 255, 0.75);
	margin: 0;
	padding: 1px 4px;
	font-weight: bold;
	line-height: 1.25;
	text-align: right;
}

.item-nav {
	clear: both;
}

.item-nav ul {
	margin: 1em 0;
	padding: 0;
	opacity: .75;
	overflow: hidden;
}

.item-nav .newer {
	float: left;
	list-style: none;
	margin-right: 1em;
}

.item-nav .older {
	float: right;
	text-align: right;
	list-style: none;
	margin-left: 1em;
}

/* Transmissives index */

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

.item .more {
	opacity: .75;
}

.category-nav {
    text-align: center;
    padding: 1em 0;
}

.category-nav > div, .category-nav ul, .category-nav li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-nav ul li:before {
    content: " — ";
}

.category-nav ul ul:before {
    content: ": ";
}

.category-nav ul ul li:before {
    content: ", ";
}

.category-nav ul li:first-child:before, .category-nav ul ul li:first-child:before {
    content: "";
}

.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 white;
	font-size: 83%;
	line-height: 1.8;
}

.footnotes ol {
	margin: 1.2em 0;
}

/* Footer */

#footer {
	position: fixed;
	top: 21px;
	right: 21px;
	text-align: right;
}

#version {
	margin-right: -0.5em;
}

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