﻿/* 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;
}
ul {
	list-style: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* end reset */
/* CSS layout */
html {
}
body {
	background-image: url('../images/backgrounds/pages.jpg');
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Josefin Sans', sans-serif;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
	width: 90%;
	padding: 2%;
	min-width: 750px;
	min-height: 750px;
	position: relative;
	background-color: rgba(255, 228, 196, 0.8);
}
header {
	height: 5.5%;
	width: 100%;
	margin-left: 15%;
}
article {
	margin-top: 2%;
	margin-left: 15%;
}
nav {
	margin-top: 2%;
	position: absolute;
	padding: 0 0 0 2%;
	left: 2%;
	letter-spacing: 3px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 110%;
}
ul {
	background: transparent;
	margin-left: 0px;
	padding-bottom: 1em;
	line-height: 1.5em;
}
li {
	background: transparent;
	margin-left: 0px;
	list-style-type: none;
	font-size: 90%;
	color: rgba(178, 34, 34, 0.9);
}
title {
	background: #ff9933;
	font-style: oblique;
	color: red;
}
img {
	border: 0 none;
	max-width: 100%;
	height: auto;
}
img {
	box-shadow: 10px 10px 20px #333;
	-moz-box-shadow: 10px 10px 20px #333;
	-webkit: 10px 10px 20px #000;
}
a.imglink:hover img {
	opacity: 0.5;
}
figcaption {
	font-size: 85%;
	color: rgba(0, 0, 0, 0.6);
	text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.6);
	padding-bottom: 1em;
}
.noDropShadow {
	box-shadow: 0px 0px 0px;
	-moz-box-shadow: 0px 0px 0px;
	-webkit: 0px 0px 0px;
}
p {
	font-size: 110%;
	color: #000000;
	font-weight: normal;
	letter-spacing: 1px;
}
h1 {
	font-family: 'EB Garamond', serif;
	color: rgba(0, 0, 255, 0.4);
	font-size: 250%;
	letter-spacing: 0.17em;
	padding-bottom: 1%;
	text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.5);
}
h2 {
	font-family: inherit;
	font-variant: small-caps;
	color: white;
	font-weight: lighter;
	font-size: 222%;
	text-shadow: rgba(255, 255, 0, 0.8) -1px -1px 1px, rgba(0, 0, 0, 0.4) 1px 1px 1px;
}
h3 {
	font-family: inherit;
	font-weight: 600;
	letter-spacing: 3px;
	color: rgba(0, 0, 0, 0.6);
	font-size: 120%;
}
h4 {
	font-family: inherit;
	color: #000;
	font-weight: lighter;
	font-size: 90%;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px teal;
}
h5 {
	font-family: inherit;
	font-weight: normal;
	color: rgba(0, 298, 1, 1);
	font-size: 85%;
	text-shadow: 4px 4px 7px black;
}
h6 {
	color: rgba(0, 0, 0, 0.8);
	font-family: inherit;
	letter-spacing: 0.17em;
	font-weight: lighter;
	font-size: 65%;
	text-shadow: 4px 4px 7px black;
}
a:link {
	color: rgba(222, 0, 0, 0.8);
	-webkit-transition: color 1s ease-in;
	-moz-transition: color 1s ease-in;
	-o-transition: color 1s ease-in;
	transition: color 1s ease-in;
	text-decoration: none;
}
a:visited {
	color: rgba(0, 0, 222, 0.3);
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: rgba(176, 0, 0, 1);
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 1s, 1s;
	-webkit-transition-timing-function: linear, ease-in;
	position: relative;
	z-index: 1000;
}
a.noBckgr:hover {
	text-decoration: none;
	background-color: transparent;
}
a:active, focus {
	color: #ffc;
	background-color: rgba(255, 51, 000, 0.6);
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.left {
	float: left;
	width: 39%;
	padding-right: 3em;
}
.right {
	margin-left: 45%;
}
