.delius-regular {
	font-family: "Delius", serif;
	font-weight: 400;
	font-style: normal;
}
body{
	background-image: url("/thoughts/img/reduced.gif");
	background-repeat: repeat;
	font-family: "Delius";
}

#wrapper{
	border: 32px double white;
	border-image: url("/thoughts/img/paper.png") 33 stretch;
	background-image: url("/thoughts/img/paper-bg.png");
	border-image-outset: 24px;
	top: 0;
	left: 0;
	right: 0;
	margin: 17px auto 17px auto;
	padding: 0 10px 0 10px;
	max-width:1000px;
	width: 80%;
	color: black;
}
table, th, td {
	border: 2px solid;
	border-collapse: collapse;
	font-weight: normal;
}
.fields tr:first-child th, .fields tr th:first-child{
	font-weight: bold;
}
a:link {
	color: #ff9900;
}
a:visited {
	color: #ff6600;
}

.thought{
	border-width: 35px 30px;
	border-style: solid;
	border-color: transparent;
	border-image: url("/thoughts/img/thoughtframe.png") 56 round;
	border-image-outset: 10px;
	margin: 20px -10px 20px -10px;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	justify-content:flex-start;
	gap: 10px 10px;
}

.blurb{
	width:100%;
	margin:0 0 0 0;
	color:#666
}

.dot{
	height: 5px;
	width: 5px;
	background-color: #000;
	border-radius: 50%;
	display: inline-block;
}

.qed{
	height:0.8em;
	width:0.8em;
	background-color: #000;
	display: inline-block;
	float:right;
}

.thought h1{
	margin:0 0 0 0;
}

.hoverable > img{
	display: block;
}

.hoverable > img ~ img{
	display: none;
}

.hoverable:hover > img{
	display: none;
}

.hoverable:hover > img ~ img{
	display: block;
}

img{
	width:100%;
}

.demo{
	display:flex;
}

.demo img{
	width:auto;
	height:auto;
}

#homeButton{display:none;}
.mobile{display:none;}
@media screen and (max-width: 1530px) {
#homeButton, .mobile{
	display:block;
}
#navigation, .pc{
	display:none;
}
}