<style type="text/css">

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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;
}


* { margin: 0; padding: 0; box-sizing: border-box;}

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

body { 
	background: #fff;
  	width: 100%;
  	height: 100%;
  	font-family: "Arial", Helvetica, sans-serif;
  	color: #333338;
  	font-size: 87.5%;
    line-height: 1.429em;
}

a {
	text-decoration: none;
	color: inherit;
}

a.link {
	border-bottom: 1px solid black;
}

a.link:hover {
	border-bottom: none;
}

#container {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform-style: preserve-3d;
  	-moz-transform-style: preserve-3d;
  	transform-style: preserve-3d;
}

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

	#container {
		top: 8%;
	}

}

#nav-background {
	position: absolute;
	top: 0;
	width: 20%;
	height: 100%;
	background-color: #f2f2f2;
}

#mobile-nav-background {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #f2f2f2;
}

@media screen and (min-width: 800px) {
	#mobile-nav-background {
		display: none;
	}
}

#nav-container {
	position: relative;
	width: 120px;
	height: 100%;
	overflow: auto;
	margin: auto;
	display: block;
}

#logo {
	position: relative;
	font-family: "Georgia", "Times New Roman", Times, serif;
  	color: #333338;
  	font-size: 1.643em;
    line-height: 1.429em;
	margin: 2.5em 0 1.5em 0;
	text-align: center;
}

@media screen and (max-height: 768px) {
	#logo {
		margin: 2.5em 0 1.5em 0;
	}
}

/*ul {
	margin: 4em 0 1em 0;
	padding: 0 5% 0 0;
}

@media screen and (max-height: 768px) {
	ul {
		margin: 3em 0 1em 0;
	}
}

li.category {
	font-family: "Arial", Helvetica, sans-serif;
	text-transform: uppercase;
  	color: #333338;
  	font-weight: 600;
  	font-size: 1em;
    line-height: 1.429em;
    margin: 0 0 .5em 0;
}

li a {
	font-family: "Arial", Helvetica, sans-serif;
  	color: #333338;
  	font-size: 1em;
    line-height: 1.429em;
    padding: 0;
    text-decoration: none;
}

li a.no-padding {
	font-family: "Arial", Helvetica, sans-serif;
  	color: #333338;
  	font-size: 1em;
    line-height: 1.429em;
    padding: 0;
    text-decoration: none;
}

li a:hover {
	opacity: 0.6;
}*/


li.list-item-no-padding {
	font-family: "Arial", Helvetica, sans-serif;
  	color: #333338;
  	font-size: 1em;
    line-height: 1.429em;
    padding: 0;
}

ul {
	text-align: left;
	display: block;
	margin: 0;
	padding:;
	list-style: none;
	/*  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
}
ul li.category {
	font-family: "Arial", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #333338;
	font-weight: 600;
	font-size: 1em;
	line-height: 1.429em;
	margin: 1.5em 0 0 0;
	display: block;
	clear: right;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

ul li a:visited {
	text-decoration: line-through;
}

ul li.item {
	font-family: "Arial", Helvetica, sans-serif;
  	color: #333338;
  	opacity: 0.8;
  	font-size: 1em;
  	font-weight: 500;
    line-height: 1.429em;
    text-decoration: none;
    text-transform: none;
    margin: .5em 0 0 0;
}

ul li.current {
	font-family: "Arial", Helvetica, sans-serif;
  	color: #333338;
  	opacity: 0.8;
  	font-size: 1em;
  	font-weight: 700;
    line-height: 1.429em;
    text-decoration: none;
    text-transform: none;
    margin: .5em 0 0 0;
}

ul li ul {
  padding: 0;
  top: ;
  left: 0;
  width: ;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul li ul li {  
  display: block; 
}

ul li ul li:hover { opacity: 0.6; }
ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

#content-container {
	position: relative;
	width: 80%;
	height: 100%;
	margin: 0 0 0 20%;
	padding-top: 10%;
	overflow: scroll;
	-webkit-transform-style: preserve-3d;
  	-moz-transform-style: preserve-3d;
  	transform-style: preserve-3d;
}

#text-container {
	position: relative;
	width: 80%;
	height: 100%;
	margin: 0 0 0 20%;
	padding: 4.76em 2.858em 4.58em 2.858em;
	overflow: scroll;
	-webkit-transform-style: preserve-3d;
  	-moz-transform-style: preserve-3d;
  	transform-style: preserve-3d;
}

/*.image-title-container {
	margin-top: 20%;
	margin-bottom: 20%;
}*/

p.title-info {
	margin-top: 2em;
	text-align: center;
	padding: 0 1.429em 20% 1.429em;
	font-family: "Arial", Helvetica, sans-serif;
  	color: #333338;
}

img {
	max-width: 60vmin;
	max-width: 60%;
	margin: auto;
	display: block;
}

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

	#text-container {
		width: 100%;
		margin-top: 0%;
		margin: 0 0 0 20%;
		-webkit-column-count: 1;
  		-moz-column-count: 1;
  		column-count: 1;
	}

}

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

	#nav-background {
		display: none;
	}

	#content-container {
		width: 100%;
		margin-top: 0%;
		padding-top: 10%;
		margin-right: auto;
		margin-left: auto;
		z-index: 1;
	}

	#text-container {
		width: 100%;
		margin-top: 0%;
		margin-right: auto;
		margin-left: auto;
		-webkit-column-count: 1;
  		-moz-column-count: 1;
  		column-count: 1;
  		z-index: 1;
	}

	#mobile-nav {
		position: fixed;
		top: 0;
		width: 100%;
		height: 8%;
		border-bottom: 2px solid #f2f2f2;
		z-index; 1000;
	}

	#mobile-logo {
		font-family: "Georgia", "Times New Roman", Times, serif;
	  	color: #333338;
	  	font-size: 1.643em;
	    line-height: 1.429em;
		padding-top: 1em;
		text-align: center;
	}

	#about {
		margin: auto;
	}

}

@media screen and (min-width: 800px) {
	#mobile-logo {
		display: none;
	}
}

#about {
	width: auto;
	max-width: 550px;
	padding: 0 1.429em 2.858 1.429em;
	-webkit-column-span: all; /* Chrome, Safari, Opera */
    column-span: all;
}

p.about {
	font-family: "Arial", Helvetica, sans-serif;
  	color: #333338;
  	font-size: 1em;
  	font-weight: 500;
    line-height: 1.429em;
    margin-bottom: 1.429em;
    text-decoration: none;
    text-transform: none;
}

p.about-extra-space {
	font-family: "Arial", Helvetica, sans-serif;
  	color: #333338;
  	font-size: 1em;
  	font-weight: 500;
    line-height: 1.429em;
    margin-bottom: 2.858em;
    text-decoration: none;
    text-transform: none;
}




</style>