@font-face { font-family: ostrich; src: url('webfonts/ostrich-black-webfont.woff'); } 

body {
	padding: 20px;
	font-family: ostrich, sans-serif;
	font-size: 1.15em;
	background: #333 url(scowly.png) no-repeat;
	background-size: 100% 100%;
	color: #888;
}

h1 {
	margin-bottom: 40px;
	border-bottom: solid 8px #F80;
}

.pgp {
	color: rgba(0,0,0,0);
	text-decoration: none;
	position: absolute;
	top: 2em;
	right: 30px;
	font-size: 0.93em;
}

.pgp-static {
	color: #660;
}

.pgp:hover {
	color: #770;
}

a.clicky {
	color: #888;
	display: block;
	margin-left: 40px;
	cursor: pointer;
	text-decoration: none;
}

a.over {
	margin-left: 40px;
}

h2 {
	margin-left: -20px;
	margin-bottom: -10px;
	padding: 8px 8px 20px 8px;
	background-color: rgba(56,56,56,0.8);
}

xa {
	color: #980;
	text-decoration: none;
}
xa:hover {
	color: #F80;
}

a.clicky:hover h2 {
	color: #F80;
  background-color: rgba(35,35,35,0.9);
}


