/* @override 
	http://photon.local/css/core.css
	http://dylan-muir.com/css/core.css
	http://dylan-muir.com/css/core.css?v=16
	http://localhost/css/core.css?v=16
*/

/*	core.css - Base stylesheet
	Dylan Muir 2011 */


* {
	line-height: 140%;
	color: black;
}

html {
	background-color: white;
}

body {
	font-family: 'OFL Sorts Mill Goudy TT', Georgia, serif;
	font-size: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a, a:visited, a:hover {
	color: black;
}

a:hover {
	text-decoration: underline;
}

figure a,
figure a:visited,
figure a:hover {
	border: none;
}

code, pre {
	font-size: 80%;
	margin-bottom: 2ex;
}

pre {
	font-size: 85%;
	border: 1px solid #ccc;
	border-radius: 0.5ex;
	background-color: #f8f8f8;
}

code {
	background-color: #eee;
	padding: 2pt;
}

.hyphenate {
	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;	
}

/* @group Main header and navigation */

body > header {
	border-top-style: solid;
	border-top-width: 1ex;
	border-color: #000;
	float: none;
	position: relative;
}

body > header nav.modules {
	margin-left: 34.5%;
	padding-right: 6ex;
	border-bottom: 1px dotted #000;
	height: 100%;
	overflow: hidden;
}

body > header nav.modules > a,
body > header nav.modules > a:visited,
body > header nav.modules > a:hover {
	font-size: 115%;
	text-decoration: none;
	color: black;
	height: 2.1em;
	padding-left: 0.4em;
	padding-right: 0.4em;
	padding-top: 0.1em;
	width: auto;
	display: block;
	float: left;
	position: relative;
	z-index: 10;
}

body > header nav.modules > a:hover {
	color: white;
	background-color: black;
}

body > header nav.modules > form.mobile_menu {
	display: none;
	visibility: hidden;
}

body > header nav.modules > form.mobile_menu select {
	background: transparent;
	width: 100%;
}

body > header figure.logo {
	width: 26%;
	position: absolute;
	top: 9ex;
	left: 3%;
}

body > header figure.logo img {
	width: 100%;
}

body > header figure.logo p.title-above,
body > header figure.logo figcaption {
	display: none;
}

body > header figure.logo p.title-below {
	font-size: 80%;
	color: #aea086;
	font-style: italic;
}

body > header h1 {
	font-size: 2.5em;
	font-weight: normal;
	position: absolute;
	top: 0ex;
	width: 33.25%;
	overflow: hidden;
	text-align: right;
}

/* @group Within category navigation */

body nav.within-category {
	margin-top: 1ex;
	margin-left: 35%;
	margin-right: 6ex;
	position: relative;
	overflow: hidden;
}

body nav.within-category a.previous {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 150%;
	font-style: italic;
	text-decoration: none;
	color: #d1d1d1;
	line-height: 1em;
	padding-bottom: 0.5ex;
	background-color: #f0f0f0;
	-khtml-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}

body nav.within-category a.previous:after {
	content: "\2191";
	font-size: 200%;
	color: #d1d1d1;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	position: relative;
	top: 0.75ex;
}

body nav.within-category a.previous:hover {
	color: black;
	text-decoration: underline;
	background-color: #e0e0e0;
}

body nav.within-category a.previous:hover:after {
	color: black;
	text-decoration: none;
}

body nav.within-category a.next {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 150%;
	font-style: italic;
	text-decoration: none;
	color: #d1d1d1;
	line-height: 1em;
	padding-bottom: 0.5ex;
	background-color: #f0f0f0;
	-khtml-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}

body nav.within-category a.next:after {
	content: "\2193";
	font-size: 200%;
	color: #d1d1d1;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	position: relative;
}

body nav.within-category a.next:hover {
	color: black;
	text-decoration: underline;
	background-color: #e0e0e0;
}

body nav.within-category a.next:hover:after {
	color: black;
	text-decoration: none;
}

/* @end */

/* @end */

/* @group Articles */

/* @group Annotations */

article div.annotation {
	font-size: 100%;
	position: absolute;
	width: 6em;
	height: 6em;
	z-index: 3;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

article div.annotation * {
	text-decoration: none;
}

article div.annotation img {
	width: 6em;
	height: 6em;
}

article div.annotation a,
article div.annotation a img {
	position: absolute;
	left: 0ex;
	top: 0ex;
	width: 6em;
	height: 6em;
}

article div.annotation a {
	display: block;
	z-index: 1;
	padding-top: 1.9em;
}

article div.annotation a span {
	font-size: 80%;
	line-height: 110%;
	text-align: center;
	display: block;
	font-weight: bold;
	font-style: italic;
}

article div.annotation > a:hover > span {
	color: #00458d;
	text-decoration: none;
}

article div.annotation a img {
	z-index: -1;
}

article div.annotation a:hover img {
	display: none;
	visibility: hidden;
}

/* @end */

/* @group Long */

article.long {
	clear: both;
	position: relative;
}

article.long header {
	padding-top: 2ex;
	margin-left: 35%;
	padding-bottom: 4ex;
	position: relative;
}

article.long header h1 {
	font-size: 200%;
	line-height: 100%;
}

article.long header h2 {
	font-size: 150%;
	line-height: 140%;
}

article.long header h3 {
	font-size: 140%;
	line-height: 140%;
}

article.long div.project-available {
	position: absolute;
	top: -1.5em;
	left: -6.5em;
	font-size: 125%;
}

article.long > div.text {
	margin-left: 35%;
	margin-right: 2ex;
	position: relative;
}

article.long p.abstract {
	font-size: 120%;
	overflow: hidden;
}

article.long p.abstract span.first-char {
	display: block;
	float: left;
	font-size: 290%;
	line-height: 1em;
	position: relative;
	margin-bottom: -0.4ex;
	padding-right: 0.1ex;
}

article.long div.text h1 {
	font-size: 150%;
	margin-top: 2em;
	margin-bottom: 1ex;
}

article.long div.text h2 {
	font-size: 125%;
	margin-top: 1.25em;
}

article.long div.text h3 {
	font-size: 110%;
	margin-bottom: 0ex;
	font-style: italic;
}


article.long div.text p {
	max-width: 70ex;
	margin-bottom: 2ex;
	text-align: justify;
}

article.long div.text div.inline-figure {
	max-width: 70ex;
	margin-left: -2ex;
	padding: 2ex;
	border: 1px solid #bbb;
	border-radius: 4px;
	margin-bottom: 2ex;
}

article.long div.text div.inline-figure img {
	width: 100%;
}

article.long div.text div.inline-figure p.caption {
	font-size: 90%;
	max-width: 100%;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 140%;
}

article.long div.text p img {
	font-size: 120%;
	width: 70ex;
}

article.long div.text blockquote {
	padding-left: 4ex;
}

article.long figure {
	position: relative;
	width: 23%;
	float: left;
	padding: 1ex;
	background: #e8e8e8;
	margin-left: 5%;
	margin-right: 1%;
	margin-bottom: 10ex;
	margin-top: 0.5ex;
	clear: left;
	z-index: 1;
}

article.long figure.inline {
	position: relative;
	width: auto;
	margin: 0ex;
	margin-top: 4ex;
	margin-bottom: 4ex;
	max-width: 66ex;
	float: none;
	padding: 2ex;
	background: #e0e0e0;
}

article.long figure p.title-above {
	display: none;
	line-height: 100%;
}

article.long figure p.title-below {
	font-size: 110%;
	padding-bottom: 1ex;
	line-height: 110%;
}

article.long figure img {
	width: 100%;
}

article.long figure figcaption {
	font-size: 90%;
}

article.long div.text table {
	width: 100%;
	width: 70ex;
	margin-top: 2ex;
	margin-bottom: 2ex;
	border: 4px solid gray;
}

article.long div.text table td {
	padding-left: 1ex;
	padding-right: 1ex;
}

article.long div.text dl {
	margin-left: 2ex;
}

article.long div.text dl dd {
	display: inline;
	font-weight: bold;
	margin-right: 1ex;
}

article.long div.text dl dt {
	display: inline;
}

article.long div.text dl dt:after {
	content: "\A";
	white-space:  pre;
}

article.long div.text ul {
	max-width: 70ex;
	margin-left: 0ex;
	text-align: justify;	
}

article.long div.text ul li {
	margin-top: 1ex;
}

article.long div.text ol {
	max-width: 70ex;
	margin-left: 0ex;
	text-align: justify;
}

article.long div.text ol li {
	margin-top: 1ex;
}

/* @end */

/* @group Splash */

article.splash {
	float: left;
	background: #e8e8e8;
	color: black;
	min-width: 70ex;
	min-height: 30ex;
	position: relative;
	margin: 4ex;
	margin-left: 34.5%;
	margin-right: 6ex;
}

article.splash > header {
	position: relative;
	z-index: 1;
	padding: 2ex;
}

article.splash > figure {
	position: absolute;
	left: 1ex;
	right: 1ex;
	bottom: 1ex;
	overflow: hidden;
	top: 1ex;
	z-index: 0;
}

article.splash > figure img {
	width: 100%;
}

article.splash > figure p.title-above,
article.splash > figure p.title-below {
	display: none;
}

article.splash > figure figcaption {
	display: none;
}

article.splash > header > hgroup {
	font-size: 200%;
}

article.splash > header * {
	color: white;
}

article.splash > header > hgroup h1,
article.splash > header > hgroup h2 {
	display: inline;
	padding-left: 5px;
	padding-right: 0.5ex;
}

article.splash > header > hgroup h1 {
	font-size: 100%;
}

article.splash > header > hgroup h2 {
	font-size: 75%;
}

article.splash > header > hgroup a {
	text-decoration: none;
	color: white;
	background: black;
	padding-bottom: 0.25ex;
	padding-top: 0.25ex;
}

article.splash > header > hgroup a:hover {
	background: white;
}

article.splash > header > hgroup a:hover * {
	color: black;
}

article.splash > header span.pub-date {
	padding-left: 5px;
	padding-top: 0.5ex;
	padding-right: 0.5ex;
	float: left;
	background: black;
}

article.splash div.content {
	position: relative;
	background: rgba(255,255,255,0.85);
	width: 80%;
	float: right;
	bottom: 1ex;
	right: 1ex;
	margin-top: 8ex;
}

article.splash div.content > p {
	font-size: 115%;
	padding-top: 0.5ex;
	padding-bottom: 0.5ex;
	padding-left: 1ex;
	padding-right: 1ex;
}

article.splash div.content p.more-link {
	float: right;
	padding: 0ex;
	padding-right: 1ex;
}

article.splash p.more-link * {
	font-size: 85%;
	font-style: italic;
}

article.splash div.project-available {
	position: absolute;
	right: -1em;
	top: -1em;
	font-size: 150%;
}

article.splash div.project-available * {
	color: black;
	text-decoration: none;
}

/* @end */

/* @group Summary */

article.summary {
	clear: both;
	margin-left: 35%;
	margin-right: 6ex;
	border-top: 1px dotted black;
	padding-top: 3ex;
	min-width: 70ex;
	padding-bottom: 3ex;
}

article.summary header {
	position: relative;
}

article.summary header hgroup {
	float: left;
}

article.summary header span.pub-date {
	float: right;
	padding-right: 1ex;
}

article.summary header span.pub-date * {
	color: #444444;
}

article.summary header a {
	text-decoration: none;
}

article.summary header a:hover {
	text-decoration: underline;
}

article.summary h1 {
	font-size: 175%;
	display: inline;
	line-height: 110%;
}

article.summary h2 {
	font-size: 125%;
	display: inline;
}

article.summary figure {
	display: none;
	width: 15%;
	float: right;
	clear: right;
}

article.summary figure img {
	width: 100%;
}

article.summary figure .title-above,
article.summary figure .title-below,
article.summary figure figcaption {
	display: none;
}

article.summary div.content {
	clear: both;
	overflow: hidden;
}

article.summary p.abstract {
	clear: left;
	text-align: justify;
}

article.summary p {
	max-width: 70ex;
}

article.summary div.content p.more-link {
	float: right;
	padding: 0ex;
	padding-right: 1ex;
}

article.summary p.more-link * {
	font-style: italic;
}

article.summary p.more-link a {
	text-decoration: underline;
}

article.summary div.project-available {
	top: -2em;
	right: -1em;
}

article.summary header div.project-available * {
	text-decoration: none;
}

/* @end */

/* @group Article list */

article.article-list-summary {
	clear: both;
	margin-left: 35%;
	margin-right: 6ex;
	border-bottom: 1px dotted black;
	padding-top: 3ex;
	min-width: 70ex;
	padding-bottom: 3ex;
	position: relative;
}

article.article-list-summary header hgroup {
	float: left;
}

article.article-list-summary header span.pub-date {
	float: right;
	padding-right: 1ex;
}

article.article-list-summary header span.pub-date * {
	color: #444444;
}

article.article-list-summary header a {
	text-decoration: none;
}

article.article-list-summary header a:hover {
	text-decoration: underline;
}

article.article-list-summary h1 {
	font-size: 175%;
	display: inline;
	line-height: 110%;
}

article.article-list-summary h2 {
	font-size: 125%;
	display: inline;
	line-height: 110%;
}

article.article-list-summary figure {
	position: absolute;
	display: block;
	width: 20ex;
	left: -20ex;
	top: 0ex;
	bottom: 0ex;
	overflow: hidden;
}

article.article-list-summary figure img {
	position: absolute;
	left: 2ex;
	top: 3.75ex;
	width: 16ex;
}

article.article-list-summary figure .title-above,
article.article-list-summary figure .title-below,
article.article-list-summary figure figcaption {
	display: none;
}

article.article-list-summary div.content {
	clear: both;
	overflow: hidden;
}

article.article-list-summary p.abstract {
	clear: left;
	text-align: justify;
	width: 100%;
}

article.article-list-summary p {
	max-width: 70ex;
}

article.article-list-summary div.content p.more-link {
	float: right;
	padding: 0ex;
	padding-right: 1ex;
}

article.article-list-summary p.more-link * {
	font-style: italic;
}

article.article-list-summary p.more-link a {
	text-decoration: underline;
}

article.article-list-summary div.project-available {
	top: 0ex;
	left: -25ex;
	position: absolute;
}

/* @end */

/* @end */

/* @group Publications */

article.bibliography {
	margin-left: 35%;
	margin-top: 1ex;
}

/* Reset "cite" style to remove italics */

article.bibliography cite {
	font-weight: normal;
	font-style: normal;
}

article.bibliography h1 {
	font-size: 300%;
	line-height: 1em;
	margin-right: 1ex;
	border-bottom: .1ex solid black;
	margin-bottom: 0.25ex;
	padding-bottom: 0.1ex;
}

article.bibliography cite.publications-list {
	margin-left: 2em;
	margin-bottom: 2ex;
	display: block;
	text-indent: -2em;
	font-size: 110%;
}

article.bibliography cite.publications-list cite.vcard {
	font-weight: bold;
}

article.bibliography cite.publications-list span.article {
	font-style: italic;
}

article.bibliography cite.publications-list a.pdf,
article.bibliography cite.publications-list a.external,
article.bibliography cite.publications-list span.doi {
	margin-left: 1ex;
}

article.bibliography cite.publications-list a:hover {
	background-color: #eeeeee;
}

/* @end */

/* @group About page */

div.instagram-bar {
	position: relative;
	background-color: black;
	padding-top: 2ex;
	padding-bottom: 2ex;
	margin-top: 3ex;
	margin-bottom: 3ex;
	border-top: 0.25ex solid #e8e8e8;
	border-bottom: 0.25ex solid #e8e8e8;
	overflow: hidden;
	height: 15ex;
	z-index: 0;
	width: 100%;
}

div.instagram-bar span.images {
	position: absolute;
	left: -7.5ex;
	right: -20ex;
}

div.instagram-bar span.left-cover {
	position: absolute;
	left: 0ex;
	top: 0ex;
	bottom: 0ex;
	width: 9ex;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
}

div.instagram-bar span.right-cover {
	
}

div.instagram-bar img {
	width: 15ex;
	margin-left: 1ex;
	margin-bottom: 4ex;
}

div.instagram-bar span.attribution {
	position: absolute;
	right: 0.5ex;
	bottom: 0ex;
	font-size: 1.5ex;
	color: silver;
	z-index: 2;
}

div.instagram-bar span.attribution * {
	color: silver;
}

/* @end */

/* @group Main footer */

body > footer {
	clear: both;
	background: #eeeeee url(../images/drop_shadow.png) repeat-x;
	overflow: hidden;
	position: relative;
	right: 0ex;
	padding-top: 1ex;
	padding-top: 15px;
	padding-bottom: 1ex;
	margin-top: 3ex;
}

body > footer * {
	color: black;
}

body > footer > figure.headshot {
	padding: 1.5%;
	padding-top: 1ex;
	padding-bottom: 1ex;
	padding-right: 1ex;
}

body > footer > figure.headshot > img {
	height: 20ex;
	float: left;
}

body > footer > figure.headshot > figcaption {
	margin-left: 1ex;
	float: left;
}

body > footer > p.copyright {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 1ex;
	margin-bottom: 0.5ex;
}

/* @end */