@CHARSET "US-ASCII";

body {
	font-family: helvetica, arial, sans-serif;
	color: #444444;
	background-color: #f8f8f8;
}

a {
	text-decoration: none;
	color: #598f87;
}


a:hover {
	text-decoration: underline;
}

.gameref {
	color: #598f87;
}

.clear {
	clear: both;
}

.header {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
}

.header img {
	float: right;
	width: 400px;
	margin-right: 60px;
}

.section {
	max-width: 600px;
	margin-left: 10%;
	margin-right: auto;
	margin-bottom: 60px;
	border-left: solid 1px #999999;
}

.section.title {
	border-left: none;
}

.section.title img {
	width: 100%;
}

.section.title img.subtitle {
	width: 50%;
	float: right;
	margin-top: 20px;
}

.nomination {
	font-style: italic;
}

.section.applinks {
	border-left: none;
	text-align: center;
	
}

.section.applinks a {
	margin-right: 10px;
}

.section h1 {
	margin-left: 20px;
	letter-spacing: -0.05em;
}

.section h2 {
	margin-left: 38px;
	letter-spacing: -0.05em;
}

.section p {
	margin-left: 40px;
	line-height: 1.4;
}

.section ul {
	margin-left: 40px;
	line-height: 1.4;
}

.subsection h1 {
	margin-left: 40px;
	font-size: 18px;
}

.subsection p {
	margin-left: 60px;
}

.subsection img {
	margin-left: 40px;
}

img.inline {
	float: right;
	max-width: 20%;
	max-height: 200px;
	margin-left: 10px;
}
.shinymonkey {
	color: #9d7052;
}

.screenshots img {
	width: 500px;
	margin-left: 40px;
	border-radius: 8px;
	margin-top: 20px;
	box-shadow: 0px 0px 10px #666666;
}

.screenshots.portrait img {
	width: 240px;
}

.screenshots h2 {
	width: 500px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
}

.screenshots.portrait h2 {
	width: 240px;
}

.section .fb-like {
	margin-left: 40px;
}

.section li {
	margin-bottom: 10px;
}

.section li span {
	font-weight: bold;
}

.navigation {
	max-width: 600px;
	margin-left: 10%;
	margin-right: auto;
	margin-bottom: 60px;
}

.navigation a {
	float: right;
	margin-bottom: 60px;
	font-size: 18px;
	text-decoration: underline;
}

.section .photo {
	width: 70%;
	border-radius: 8px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15%;
	margin-right: auto;
	box-shadow: 0px 0px 10px #888888;
	display: block;
}

.hint h1 {
	text-decoration: underline;
	cursor: pointer;
	font-size: 1.5em;
	letter-spacing: -0.03em;
}

.hint p {
	display: none;
	text-decoration: underline;
	cursor: pointer;
}

.hint p:last-child {
	text-decoration: none;
	cursor: auto;
}