@charset "UTF-8";

/*
jamesemmott.org CSS
by James Emmott
v3.5 (2011-12-27)
© 2011 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,h5,h6 {
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #666;
	}

hr {
	height: 1pt;
	width: 100%;
	background-color: #b4b4b4;
	border-width: 0;
	!visibility: hidden;
}


/* Shared */

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

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

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

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;
}

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

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

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

#metadata {
	margin: 2em 0 2em 0;
}

#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;
}

#w3c {
	float: right;
	padding: 0 0 2em 0;
}

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

/* Home */

#banner {
	margin: 1em 0 1.6em 0;
}

#bannerimg {
	float: left;
	margin: .2em 0 1.5em 6em;
	padding: 0 3.5em 0 0em;
}

#bannerimg img {
	border-width: 1pt;
	border-style: solid;
	border-color: #333;
}

#bannertext h1 {
	margin: 0 0 .6em 0;
	font-size: 1.6em;
	line-height: 1.2em;
}

#bannertext h1 a {
	color: #666;
}

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

#bannertext address {
	margin: 0 0 .6em 0;
	font-size: .95em;
	color: #333;
	line-height: 1.4em;
}

#bannertext p {
	margin: 0 0 .8em 0;
	font-size: .95em;
	color: #333;
	line-height: 1.4em;
}

#bannertext p a {
	border-style: none none solid none;
}

#bannertext address a {
	border-style: none none solid none;
}

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

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

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

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

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

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

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

/* CV */

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

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

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

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

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

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

#text .header {
	margin: 1.5em 0 0 0;
}

#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;
	text-align: justify;
}

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

#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;
}

#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;
}

#bannerimg {
	display: none;
}

#main p {
	text-align: left;
}

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

#cv p {
	text-align: left;
}

#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;
}

}
