body {
	background-image: url("../img/Canvas-400x395.jpg");
	background-attachment: fixed;
	background-repeat: repeat;
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
}

header {
	padding: 1em;
}
	header .site-title {
		color: #333;
		font-family: 'Tenor Sans', Verdana, Arial, Helvetica, sans-serif;
		font-size: 2.5rem;
		line-height: 1;
		margin: 0;
		text-transform: uppercase;
	}
		header .site-title a {
			color: inherit;
		}
			header .site-title a:hover {
				color: #336699;
				text-decoration: none;
			}

nav {
}

main {
}

footer {
	color: #707070;
	margin-top: 1em;
}

p > a {
	color: inherit;
	text-decoration: underline;
}

.img-credit {
	color: #707070;
	font-size: 75%;
	text-transform: uppercase;
}

.page {
	background-color: white;
	border: solid 1px #DCC996;
}

.text-small {
	font-size: 85%;
}