html {
	background-image: url("../../soerensays3/1286392665.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	background-size: 16em;
	height: 100%;
	margin: 0;

	font-size: 16px;
}

body {
	display: table;
	width: 100%;
}

/*header, footer, aside, nav, article {  
	display: block;  
}
*/
#main {
	display: table-cell;
	width: 32em;
}

aside {
	display: table-cell;
	width: 16em;
}

body {
	height: 100%;
	margin: 0;
}

h1, h2 {
	font-family: 'Crimson Text';
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

article {
	font-family: Nobile;
	padding: 0 0 0 1em;
	margin: 0 auto 5em auto;
	max-width: 32em;
	line-height: 150%;
}

aside {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,.5)), to(rgba(0,128,128,.5)));
	background-image: -moz-linear-gradient(left, rgba(255,255,255,.5), rgba(0,128,128,.5));
	background-repeat: repeat-y;
	background-position: bottom right;
	height: 100%;
	padding: 1em;

	text-transform: lowercase;
	font: 0.8em sans-serif;

	text-align: right;

/*	-webkit-text-stroke: 0.1px white;
	-webkit-text-fill-color: black;*/
}

aside ul {
	list-style-type: none;
	padding: 0;
	margin: 5em 0;
}

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

aside li {
	padding: 0.5em;
	margin: 0.25em -0.5em;
}

aside li:hover {
	background-color: rgba(255,255,255,0.5);
}

aside a:hover {
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
}

#sidebar-accordion {
	text-transform: none;
}

#sidebar-accordion div div {
	background-color: rgba(255,255,255,0.5);
	margin-right: -0.5em;
	padding: 0.125em 0;
}

#sidebar-accordion div div div {
	background-color: transparent;
	width: 12em;
	margin-left: auto;
	margin-right: 0.5em;
}

hr:before {
    content: '❃';
    padding: 0 50%;
}

hr {
    border: none;
    font-size: 1.5em;
    height: 1em;
    margin: 1em;
}

a:link {
	color: teal;
}

a:hover {
	color: white;
	background-color: teal;
	border-radius: 2px 2px;
	border-width: 0 5px;
	border-style: solid;
	border-color: teal;
	margin: 0 -5px;
}

blockquote:before {
	content: '“';
	font-size: 10em;
	position: absolute;
	margin: 0.25em -0.125em;
	color: #ccc;
	z-index: -1;
}

blockquote {
	letter-spacing: -1px;
}

blockquote:after {
	content: attr(cite);
	text-align: right;
	font-style: italic;
	margin-left: 20%;
}

p.date {
	text-align: center;
	font-size: 0.75em;
}

.footnote-link {
	vertical-align: super;
	line-height: 50%;
}

.footnote-backlink {
	text-decoration: none;
}
