@charset "UTF-8";

/*
jamesemmott.org CSS
by James Emmott
v5.0 (2014-09-02)
© 2014 James Emmott
*/

/* RESET CSS **************************************************************
Based on Reset CSS by Eric Meyer <http://meyerweb.com/eric/tools/css/reset/> and HTML5 Reset by Tim Murtaugh <http://html5reset.org>
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font: inherit; vertical-align: baseline; background: transparent; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; /* content: none; */ } table { border-collapse: collapse; border-spacing: 0; } img, object, embed {max-width: 100%;} html { overflow-y: scroll; } del { text-decoration: line-through; } abbr[title], dfn[title] { border-bottom: 1px dotted #000; cursor: help; } th { font-weight: bold; vertical-align: bottom; } td { font-weight: normal; vertical-align: top; } hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } input, select { vertical-align: middle; } pre { white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; } input[type="radio"] { vertical-align: text-bottom; } input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; } .ie6 input { vertical-align: text-bottom; } select, input, textarea { font: 99% sans-serif; } table { font-size: inherit; font: 100%; } a:hover, a:active { outline: none; } small { font-size: 85%; } strong, th { font-weight: bold; } td, td img { vertical-align: top; } sub, sup { font-size: 85%; line-height: 0; position: relative; } sup { top: -0.5em; } sub { bottom: -0.25em; } pre, code, kbd, samp { font-family: monospace, sans-serif; } .clickable, label, input[type=button], input[type=submit], button { cursor: pointer; } button, input, select, textarea { margin: 0; } button { width: auto; overflow: visible; } .ie7 img { -ms-interpolation-mode: bicubic; } .ie6 html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); } .clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; } .clearfix:after { clear: both; } .clearfix { zoom: 1; }

/* START CSS **************************************************************/

/* Styling ****************************************************************/

/* Page layout ************************************************************/

html {
	width: 100%;
	height: 100%;
}

body {
	margin: 0 auto;
	padding: 1.5em;
	font-family: Georgia, serif;
	max-width: 40em;
}

/* Basics *****************************************************************/

.hide {
	display: none;
}

body p {
	color: #333;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a, a:link, a:active, a:visited, a:hover {
	text-decoration: none;
	color: #000;
	border-width: 0 0 1pt 0;
	border-color: #b4b4b4;
	padding: 0;
}

h1,h2,h3,h4 {
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #666;
	}

hr {
	height: 1.5pt;
	width: 100%;
	!margin: .2em 0 1em 0;
	background-color: #e4e4e4;
	border-width: 0;
}

h1 {
	margin: 1.4em 0 .8em 0;
	font-size: 1.2em;
	line-height: 1.2em;
}

h2 {
	margin: 1.4em 0 .8em 0;
	font-size: 1em;
	line-height: 1em;
}

h3 {
	margin: 1.4em 0 .8em 0;
	font-size: .8em;
	line-height: .8em;
}

h4 {
	margin: 1.4em 0 .8em 0;
	font-size: .7em;
	line-height: 1.2em;
}

#banner {
	margin: 1.95em 0 0 0;
}

#name {
	float: left;
}

#name h1 {
	margin: 0;
	font-size: 1.6em;
}

#name h1 a {
	color: #666;
}

#nav {
	line-height: 2.25em;
	text-align: right;
}

#nav p {
	font-size: .8em;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #b4b4b4;
}

#nav a {
	color: #666;
}

#main {
	clear: both;
	margin: 2em 0 0 0;
}

#main p {
	margin: 0 0 .8em 0;
	line-height: 1.4em;
	text-align: left;
}

#main a {
	border-style: none none solid none;
}

#backtotop {
	margin: 1.5em 0 2em 0;
	font-size: .95em;
	font-weight: bold;
}

#metadata p {
	font-size: .8em;
	line-height: 1.4em;
	margin: 0 0 .5em 0;
	text-align: left;
}

#metadata a {
	font-weight: normal;
	border-style: none none solid none;
	color: #000;
}

#cc {
	float: left;
	padding: .3em 1.4em .4em 0;
}

#status {
	margin: 1.6em 0 0 0;
}

noscript {
	font-size: inherit;
	line-height: inherit;
}

/* Home */

#banner hr {
	margin: .2em 0 0 0;
}

#about p {
	font-size: 1.05em;
}

#aboutimg {
	float: right;
	margin: .4em 0 0 2.4em;
}

#contact {
	margin: 1.6em 0 0 0;
}

#contact p {
	font-size: .8em;
}

#metadata {
	margin: 1.6em 0 .4em 0;
}

#texts h1 {
	text-align: center;
}

#texts p {
	font-size: .95em;
}

.twitter-follow-button {
	margin: .3em 0 0 0;
}

/* CV */

#cv #address {
	margin: 1.5em 0 0 0;
}

#cv #addressleft {
	float: left;
}

#cv #addressright p {
	text-align: right;
}

#cv #blocks {
	clear: both;
	margin: 1.8em 0 0 0;
}

#cv h1 {
	text-align: center;
}

#cv p {
	font-size: .9em;
	margin: 0 0 .6em 0;
	line-height: 1.4em;
	text-indent: -1.5em;
}

#cv p.center {
	text-indent: 0;
	text-align: center;
}

#cv .flush p {
	text-indent: 0;
}

#cv .grouped p {
	margin: 0 0 .2em 1.5em;
	text-indent: -1.5em;
}

#cv .separated p {
	margin: 0 0 .6em 1.5em;
}

#cv .indented p {
	margin: 0 0 .2em 3em;
	text-indent: -1.5em;
}

#cv .indented h4 {
	margin: 1.4em 0 .8em .8em;
	!text-indent: -1.5em;
}

#cv a {
	border-style: none none solid none;
}

#cv #backtop p {
	font-size: .9em;
}

/* Text *****************************************************************/

#text h1 {
	font-size: 1.5em;
	line-height: 1.2em;
	text-align: center;
}

#text h2 {
	margin: 1.3em 0 1em 0;
	font-size: 1.3em;
	line-height: 1.2em;
	text-align: center;
}

#text h3 {
	margin: 1em 0 .5em 0;
	font-size: 1.1em;
	line-height: 1.2em;
}

#text .header a {
	color: #666;
}

#text a:hover {
	border-style: none none solid none;
}

#statement {
	margin: 2.5em 0 0 0;
}

#statement a {
	border-style: none none solid none;
}

#statement p {
	margin: 0 0 .8em 0;
	font-size: .85em;
	line-height: 1.6em;
}

#toc {
	text-align: center;
}

#toc p {
	font-size: .85em;
	font-weight: bold;
	line-height: 1.4em;
}

#toc a {
	border-style: none none solid none;
}

#abstract {
	margin: 1.5em 0 0 0;
}

#abstract h3 {
	margin: 0 0 .6em 0;
	text-align: left;
}

#abstract p {
	font-size: .9em;
	line-height: 1.6em;
	text-align: justify;
}

#fulltext {
	margin: 1.5em 0 0 0;
}

#fulltext h2 {
	margin: 0 0 .6em 0;
}

#fulltext p {
	font-size: 1.05em;
	line-height: 1.6em;
	margin: 0;
	text-align: justify;
}

#fulltext p.indent {
	text-indent: 2em;
}

#fulltext span.pn {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .9em;
	display: block;
	position: absolute;
	color: #999;
}

#fulltext p span.pn {
	margin: 0 -4em 0 -4em;
}

#fulltext p.indent span.pn {
	margin: 0 -6em 0 -6em;
}

#fulltext blockquote p {
	font-family: Georgia, serif;
	font-size: .9em;
	color: #333;
	line-height: 1.6em;
	font-size: .85em;
	margin: 1em 0 1em 0;
	text-align: justify;
}

#fulltext a {
	color: #333;
	border-style: none;
}

#fulltext table.twocol td p {
	font-size: .9em;
	line-height: 1.6em;
	text-align: justify;
}

table.twocol {
	width: 100%;
	margin: 1.5em 0 1.5em 0;
}

table.twocol #leftequal {
	width: 50%;
	padding: 0 .6em 0 .6em;
	vertical-align: middle;
}

table.twocol #rightequal {
	width: 50%;
	padding: 0 .6em 0 .6em;
	vertical-align: middle;
}

td img {
	margin: 0 0 .5em 0;
}

#notes {
	margin: 3em 0 0 0;
	font-size: .9em;
	line-height: 1.4em;
	text-align: justify;
}

#notes p {
	margin: 0 0 .5em 0;
}

#notes ol {
	list-style-type: decimal;
	list-style-position: inside;
}

#notes li {
	color: #333;
	margin: 0 0 .5em 0;
}

#notes a {
	color: #333;
	border-style: none;
}

#workscited {
	margin: 2.5em 0 0 0;
}

#workscited h2 {
	margin: 0 0 1em 0;
}

#workscited li {
	font-size: .9em;
	color: #333;
	line-height: 1.4em;
	margin: 0 0 .5em 2em;
	text-indent: -2em;
	text-align: justify;
}

@media screen and (max-width: 688px) {

#banner {
	margin: 0;
}

#name {
	float: none;
	text-align: center;
}

#nav {
	margin: .6em 0 0 0;
	text-align: center;
}

#about {
	margin: 0;
}

#aboutimg {
	display: none;
}

#cv {
	margin: 1.5em 0 0 0;
}

#statement p {
	text-align: left;
}

#abstract p {
	text-align: left;
}

#fulltext p {
	text-align: left;
}

#fulltext blockquote p {
	text-align: left;
}

#fulltext table.twocol td p {
	text-align: left;
}

#notes {
	text-align: left;
}

#workscited li {
	text-align: left;
}

}