@charset "utf-8";

html { /* This seems dumb. But otherwise, on short pages, the color doesn't go all the way to the bottom of the viewport. */
	background: #333333;
}

body {
	min-width: 32em;
	padding-bottom: 6em;
	position: relative;
	
	color: #CCCCCC;
	background: #333333;
	
	font-family: "Hoefler Text", "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 1.5em;
}

#dash {
	top: 0;
	left: 0; right: 0;
	height: 1em;
	padding: 1em;
	position: fixed;
	z-index: 100;
	
	background: rgba(0, 0, 0, 0.75);
	
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Arial, Helvetica, sans-serif; 
	font-size: 0.75em;
	font-weight: 300;
	line-height: 1em;
}

#dash li {
	padding-right: 1em;
	display: inline;
	
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

#dash li#go-to-logout {
	float: right;
}

#base #dash li#go-to-base {
	display: none;
}

#edit #dash li#go-to-edit {
	display: none;
}

#dash a {
	color: #CCCCCC;
	
	border-bottom: 1px dotted #CCCCCC;
	
	font-size: 1em;
}

#dash a::before, #dash a::after {
	content: "";
}

h1 {
	padding: 0.5em 0;
	
	font-size: 3em;
	line-height: 1em;
}

#base h1 {
	top: 0;
	width: 100%;
	position: absolute;
	
	background: transparent url(/images/decoratives/linked.png) no-repeat 0 50%;
	
	text-indent: -99999px;
}

#login h1 {
	background: transparent url(/images/decoratives/login.png) no-repeat 0 50%;
	
	text-indent: -99999px;
}

#edit h1 {
	background: transparent url(/images/decoratives/edit.png) no-repeat 0 50%;
	
	text-indent: -99999px;
}

h2 {
	font-size: 1.5em;
	line-height: 1em;
}

.date {
	color: #999999;
	
	font-size: 0.75em;
	font-style: italic;
	line-height: 2em;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
}

a::before {
	content: "«";
}

a::after {
	content: "»";
}

a {
	color: #FFFF00;
	
	font-size: 1.5em;
	line-height: 1em;
}

a:visited {
	color: #999999;
}

ol, ol li {
	list-style-type: decimal;
}

ol {
	margin-top: 1.5em;
}

ol li {
	margin-bottom: 1.5em;
}

ins, ins::before, ins::after {
	color: #66FFFF;
	
	text-decoration: none;
}

ins::before {
	content: "[";
}

ins::after {
	content: "]";
}

.entry p + p {
	text-indent: 2em;
}

form textarea {
	min-height: 15em;
}

#contents {
	width: 20em;
	margin: 0 auto;
	position: relative;
}

#atom {
	right: 1em;
	top: 1em;
	max-width: 8em;
	position: absolute;
	
	font-size: 0.75em;
	line-height: 1em;
	
	border-bottom: 0.125em solid #CCCCCC;
}

#atom a {
	min-width: 58px;
	margin: 0 -0.125em;
	display: inline-block;
	
	background: transparent url(/images/decoratives/atom.png) no-repeat 0 50%;
	
	font-size: 1.33em;
	text-indent: -99999px;
	line-height: 1.5em;
}

.entry {
	padding-top: 6em;
}

.entry img {
	max-width: 20em;
	margin-left: -0.25em;
	
	border: 0.25em solid #666666;
}

.permalink, #footer, .contributor {
	font-size: 0.5em;
	line-height: 2.67em;
}

.permalink::before, .permalink::after, #footer a::before, #footer a::after {
	content: "";
}

#footer {
	padding-top: 12em;
	
	line-height: 1.5em;
}

#footer a {
	font-size: 1em;
}

.contributor {
	color: #999999;
}

.error {
	margin: 0.75em 0;
	
	color: #F5EC18;
	
	font-style: italic;
}

blockquote {
	padding: 0 2em;
	
	font-size: 0.75em;
	line-height: 1.5em;
}

#login form, #edit form {
	line-height: 1em;
}

#login form > div {
	width: 100%;
	display: table;
}

#login form > div > div {
	display: table-row;
}

#login form label, #login form span {
	padding: 0.25em 0;
	
	display: table-cell;
	
	text-align: right;
}

#login form label {
	width: 1em;
	
	white-space: nowrap;
}

#login form span {
	padding-left: 0.75em;
}

input[type=text], input[type=password], textarea {
	width: 100%;
	max-width: 100%;
	
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Arial, Helvetica, sans-serif; 
	font-weight: 300;
}

#edit form label {
	margin: 2.25em 0 0.75em 0;
	display: block;
}

#edit form span {
	display: block;
}

#edit form #submit_input {
	float: right;
}

#markdown-syntax {
	margin-top: 12em;
	display: block;
	clear: both;
	
	font-size: 0.5em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1em;
}

#markdown-syntax > dl {
	font-weight: bold;
}

#markdown-syntax > dl dl, #markdown-syntax > dl ul {
	padding-left: 1.5em;
}

#markdown-syntax dt, #markdown-syntax li {
	padding: 0.25em 0;
}

#markdown-syntax li {
	font-weight: normal;
}

#markdown-syntax pre {
	color: #00FFFF;
}

#markdown-syntax .md-note {
	font-style: italic;
}

#markdown-syntax .md-pre {
	border-left: 1px solid #00FFFF;
}

.first #prev, .last #next {
	display: none;
}