/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}

/* Font Import */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|EB+Garamond);

/* Page Layout */
html,
body {
	height: 100%;
}

body {
	font-family: Lato, sans-serif;
	font-weight: 300;
}

#site-wrapper {
	min-height: 100%;
	margin: 0 auto -51px;
}

#site-header {
	position: relative;
	height: 100px;
	background: #e6e6e6;
	background: rgba(230,230,230,0.9);
	border-bottom: 1px solid #ccc;
}

#site-header::before {
	content: "";
	background: url(../images/bg.jpg) no-repeat 50% 100% fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

#site-content {
	font-size: 16px;
	margin-bottom: 20px;
}

#page-content,
#header-content,
#footer-content,
h1 > span {
	max-width: 925px;
	margin: 0 auto;
}

#page-copy {
	max-width: 600px;
	min-height: 420px;
}

#site-footer {
	position: relative;
	height: 50px;
	background: #e6e6e6;
	background: rgba(230,230,230,0.9);
	border-top: 1px solid #ccc;
	font-size: 12px;
	color: #666;
	line-height: 50px;
}

#site-footer::before {
	content: "";
	background: url(../images/bg.jpg) no-repeat 50% -50px fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

#site-footer a {
	color: #666;
	text-decoration: none;
	font-weight: 300;
}

#site-footer a:hover {
	color: #000;
}

.push {
	height: 51px;
}

.clear {
	clear: both;
}

/* Typography */

p {
	margin-bottom: 1em;
	font-size: 16px;
	line-height: 19px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'EB Garamond', 'Garamond', serif;
	margin-bottom: 0.5em;
}

h1 {
	background: #f0f6f7;
	padding: 0.3em;
	font-family: 'EB Garamond', 'Garamond', serif;
	font-size: 40px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

h1 > span {
	display: block;
	position: relative;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 18px;
}

strong {
	font-weight: normal;
}

a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Content Elements */

.image {
	display: inline-block;
	padding: 10px;
	background: #f0f6f7;
	border: 1px solid #ccc;
}

.image img {
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.75);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.75);
}

.image .caption {
	display: block;
	margin-top: 0.5em;
	font-size: 13px;
	color: #666;
	text-align: right;
}

.backbtn {
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 14px;
	font-family: Lato, sans-serif;
	color: #666;
	text-decoration: none;
	font-weight: 300;
}

.backbtn::before {
	content: "";
	position: absolute;
	width: 13px;
	height: 10px;
	background: url(../images/icons/backbtn.png) no-repeat;
	background-position: top left;
	top: 2px;
	left: -16px;
}

.backbtn:hover {
	color: #000;
	text-decoration: none;
}

.backbtn:hover::before {
	background-position: bottom left;
}

.left {
	float: left;
}

.right {
	float: right;
}

.button {
	background: #eee;
	border: 1px solid #ccc;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 15px;
	color: #000;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.40);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.40);
	font-weight: 300;
}

.button:hover {
	background: #f0f6f7;
	text-decoration: none;
}

.button:active {
	background: #ddd;
}

ul {
	list-style-type: disc;
	margin-left: 3em;
}

li {
	margin-bottom: 1em;
}

ol {
	list-style-type: decimal;
	margin-left: 2em;
}

/* Logo */
.site-logo {
	display: block;
	height: 82px;
	width: 200px;
	background: url(../images/logo.png) no-repeat 10px 10px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -145px;
	padding: 18px 0 0 90px;
	font-size: 24px;
	line-height: 22px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	overflow: hidden;
	font-weight: 300;
}

.site-logo:hover {
	text-decoration: none;
}

/* Navigation */
nav > ul > li > a {
	line-height: 100px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	font-weight: 300;
}

nav > ul {
	list-style-type: none;
	margin-left: 0;
}

nav > ul > li > a:hover {
	color: #444;
	text-decoration: none;
}

nav > ul > li > a.active {
	font-weight: normal;
}

nav > ul > li {
	display: inline;
	margin-bottom: 0;
}

#left-nav {
	float: left;
}

#left-nav li > a {
	margin-right: 50px;
}

#right-nav {
	float: right;
}

#right-nav li > a {
	margin-left: 30px;
}

/* Sidebar */
#right-sidebar {
	width: 280px;
	float: right;
}

/* Creative Commons */
.cc_by {
	display: inline-block;
	position: relative;
	top: 3px;
	width: 27px;
	height: 13px;
	background: url(../images/icons/cc.png) no-repeat top left;
}

.cc_by:hover {
	background-position: bottom left;
}

.cc_by:hover::after {
	content: "Icons Licensed by Creative Commons Attribution 4.0 International";
	position: absolute;
	width: 370px;
	height: 25px;
	top: -30px;
	left: -175px;
	padding: 0 5px;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	background: #000;
	background: rgba(0,0,0,0.8);
	color: #fff;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

/* Responsive */

@media all and (max-width: 925px) {
	#left-nav,
	#right-nav {
		display: none;
	}
}