html {
	background: url('/img/body.jpg') top center repeat-y;
	background-color: #3295ad;
}

body {
	font-family: "Arial", sans-serif;
	color:#333333;
	font-size: 16px;
}

strong {
	font-weight: bold;
}

h1 {
	font-size:24px;
	margin-top:0px;
	margin-bottom:6px;
	color:black;
}

#left-column h1 {
	margin-bottom: 12px;
}

h2 {
	font-size:24px;
	margin-top:0px;
	margin-bottom:6px;
	color:black;
}

a:link {
	color: #3295ad;
	text-decoration: none;
}

a:visited {
	color: #3295ad;
	text-decoration: none;
}

a:active, a:hover {
	color: #3295ad;
	text-decoration: underline;
}

.mobile-only {
	display: none;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: relative;
	background: url('/img/head.jpg') no-repeat top center;
	height:183px;
}

#mobile-header {
	display: none;
}

#top-logo {
	position: absolute;
	width: 450px;
	height: 80px;
	left: 220px;
	top: 40px;
}

#top-nav {
	position: absolute;
	left: 280px;
	top: 105px;
}

#content {
	margin-top: 7px;
	min-height: 500px;
}

#footer {
	border-top: 1px dotted #bddae1;
	width: 800px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 15px;
	margin-left: 50px;
	margin-top: 25px;
	font-size: 12px;
}

#left-column {
	float: left;
	width: 525px;
	margin-left: 35px;
}

#right-column {
	border-left: 1px dotted #bddae1;
	float: right;
	width: 275px;
	padding-left: 25px;
	margin-right: 25px;
	min-height: 600px;
}

#one-column {
	margin-left: 35px;
	margin-right: 25px;
}

p {
	margin-bottom: 1em;
}

blockquote {
	margin: 8px 25px 5px 25px;
}

.content-list {
	margin: 8px 25px 15px 25px;
}

.nav ul {
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 25px;
}

.nav li {
	margin-bottom: 5px;
}

.nav2 li {
	margin-bottom:15px;
}

.credits td {
	padding: 10px;
}

.ding1 {
	background-image: url('/img/ding1.png');
	width: 91px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

.section {
	margin-bottom: 25px;
}

.footnote {
	font-size: 12px;
	color: #666;
	margin-top: 50px;
}

.photo-credit {
	font-size: 12px;
	color: #666;
}

/* blog posts on main page */
#blog ul {
	margin-bottom: 1em;
}

#blog li {
	margin: 7px 0px 7px 20px;
}

#blog ul li {
	list-style-type: disc;
}

#blog ol li {
	list-style-type: decimal;
}

ul.list {
	margin: 1em 15px;
}

ul.list li {
	margin: 5px 0;
}

/* Patreon */
.patreon-button {
	margin: 0 0 20px 0;
	width: 233px;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 2px;
}

@media (max-width: 899px) {
	html {
		background: white;
	}
	
	.mobile-only {
		display: block;
	}

	.desktop-only {
		display: none;
	}

	#mobile-header {
		display: block;
		width: 100vw;
		height: 119px;
		background: url(/img/ig-mobile-header.png) center center no-repeat;
		background-size: cover;
	}
	
	#header {
		display: none;
	}
	
	#container {
		width: 100vw;
	}

	#left-column,
	#right-column {
		float: none;
		width: calc(100vw - 40px);
		margin: 0 auto;
	}

	#right-column {
		border: none;
		padding: 0;
		min-height: 0;
	}

	#footer {
		width: 100vw;
		margin: 20px 0 0 0;
	}
}