

header, section, footer, aside, nav, article, figure {
	display: block;
}

a {
	/*text-decoration: none;*/
	color: #0B486B;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

a:hover {
	/*text-decoration: underline;*/
	color: #3B8686;
}

body {
	/* Disabled due to Chrome's image colors not matching HTML colors */
	/*background-color: #0B486B;*/
	
	/* Remove if background-color used above */
	background-image: url(background.png);
	background-repeat: repeat;
	
	text-align: center;
	font-family: Verdana, sans-serif;
}

#background-0 {
	position: absolute;
	background-color: #CFF09E;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 528px;
	z-index: -100;
	overflow: hidden;
}

#background-1, #background-2, #background-3, #background-4 {
	background-position: 0px top;
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	height: 300px;
	left: 0px;
}

#background-1 {
	background-image: url(background_layer1.png);
	background-image: -webkit-image-set(url(background_layer1.png) 1x, url(background_layer1@2x.png) 2x);
	top: 200px;
	z-index: -99;
}
#background-2 {
	background-image: url(background_layer2.png);
	background-image: -webkit-image-set(url(background_layer2.png) 1x, url(background_layer2@2x.png) 2x);
	top: 248px;
	z-index: -98;
}
#background-3 {
	background-image: url(background_layer3.png);
	background-image: -webkit-image-set(url(background_layer3.png) 1x, url(background_layer3@2x.png) 2x);
	top: 328px;
	z-index: -97;
}
#background-4 {
	background-image: url(background_layer4.png);
	background-image: -webkit-image-set(url(background_layer4.png) 1x, url(background_layer4@2x.png) 2x);
	top: 440px;
	z-index: -96;
}

.main-header {
	margin-top: 1em;
}

#ludobloom-logo {
	display: inline-block;
	margin-right: -16px;
	width: 196px;
	height: 196px;
	background-image: url(ludobloom_logo.png);
	background-image: -webkit-image-set(url(ludobloom_logo.png) 1x, url(ludobloom_logo@2x.png) 2x);
}

#ludobloom-logo-small {
	display: inline-block;
	width: 98px;
	height: 98px;
	background-image: url(/ludobloom_logo_small.png);
	background-image: -webkit-image-set(url(/ludobloom_logo_small.png) 1x, url(/ludobloom_logo_small@2x.png) 2x);
}

.ludobloom-name {
	display: inline-block;
	font-size: 400%;
	font-weight: bold;
	vertical-align: top;
	line-height: 192px;
	letter-spacing: -0.0625em;
}

h1 {
	font-style: bold;
	font-size: 150%;
	margin-top: 0em;
	margin-bottom: 0.25em;
}

h2 {
	font-style: bold;
	font-size: 125%;
	margin-top: 0em;
	margin-bottom: 0.25em;
}

.publish-date {
	font-size: 75%;
	color: #5F5F5F;
	text-indent: 2em;
	margin-top: -0.5em;
}

article {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: rgba(222, 238, 254, 0.875);
	border-radius: 0.5em;
	max-width: 50em;
}

article p, article div {
	margin-left: 1em;
	margin-right: 1em;
}

article p {
	line-height: 1.25em;
}

article h2 {
	margin-top: 0.5em;
}

section.games, section.other, section.info {
	margin-left: 8%;
	margin-right: 8%;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.5em;
	background-color: rgba(222, 238, 254, 0.75);
	border-radius: 0.5em;
}

.game-box, .old-game-box, .inner-box {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	padding: 0.5em;
	border-radius: 0.5em;
	line-height: 1.75em;
	vertical-align: top;
}

.game-box, .old-game-box {
	box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.5);
	margin: 0.25em;
	margin-bottom: 0.5em;
}

.old-game-box {
	/*display: block;*/
	width: 20em;
	margin: 0.5em;
}

.inner-box {
	box-shadow: inset 0px 3px 8px 0 rgba(0, 0, 0, 0.5);
	margin: 0.375em;
}

.game-box header, .old-game-box header {
	font-weight: bold;
	font-size: 125%;
}

.old-games {
	font-size: 85%;
}

.download-link {
	font-weight: bold;
}

.no-inline {
	display: block;
}

section.screenshots {
	margin-top: 0.375em;
}

section.additional-info {
	font-size: 85%;
}

div.screenshots-left, div.screenshots-center, div.screenshots-right, div-screenshots-oldgame {
	display: inline-block;
	line-height: 1em;
}

div.screenshots-center {
	margin-left: -1px;
	margin-right: -1px;
}

div.screenshots-left img, div.screenshots-center img, div.screenshots-right img {
	border: 1px solid white;
	break-after: always;
	display: block;
	margin-bottom: -1px;
}

div.screenshots-oldgame img {
	border: 1px solid white;
	margin-bottom: -1px;
}

div.screenshots-left img, div.screenshots-right img {
	width: 82px;
	height: 46px;
}

div.screenshots-center img {
	width: 249px;
	height: 140px;
}

div.screenshots-oldgame img {
	width: 240px;
	height: 180px;
}

.spoiler {
	color: transparent;
	background-color: black;
}

.spoiler:hover {
	color: white;
}

.platform-download-button-mac, .platform-download-button-windows, .platform-download-button-linux, .platform-download-button-webgl, .platform-download-button-flash, .platform-download-button-mac_ppc, .platform-download-button- {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background-image: url(platform_button_spritesheet.png);
	background-image: -webkit-image-set(url(platform_button_spritesheet.png) 1x, url(platform_button_spritesheet@2x.png) 2x);
}

.platform-download-button-mac {
	background-position: 0px -24px;
}

.platform-download-button-mac:hover {
	background-position: 0px 0px;
}

.platform-download-button-windows {
	background-position: 0px -72px;
}

.platform-download-button-windows:hover {
	background-position: 0px -48px;
}

.platform-download-button-linux {
	background-position: 0px -120px;
}

.platform-download-button-linux:hover {
	background-position: 0px -96px;
}

.platform-download-button-webgl {
	background-position: 0px -168px;
}

.platform-download-button-webgl:hover {
	background-position: 0px -144px;
}

.platform-download-button-flash {
	background-position: 0px -216px;
}

.platform-download-button-flash:hover {
	background-position: 0px -192px;
}

.platform-download-button-mac_ppc {
	background-position: 0px -264px;
}

.platform-download-button-mac_ppc:hover {
	background-position: 0px -240px;
}

.inner-box {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

.inner-box header {
	font-weight: bold;
	font-size: 125%;
}

.inner-box ul {
	text-align: left;
	list-style-type: none;
	line-height: 1.25em;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 0.5em;
}

.contact-link {
	display: inline-block;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	margin-left: 1em;
	margin-right: 1em;
	padding: 0.5em;
	padding-right: 0.75em;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: inset 0px 1px 4px 0 rgba(0, 0, 0, 0.4375);
	border-radius: 0.375em;
	font-size: 90%;
}

.contact-link img {
	vertical-align: -4px;
}

.contact-link-image {
	margin-right: 0.35em;
}

table.downloads {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
	margin-top: 1.5em;
}

table.downloads th {
	font-weight: bold;
	font-size: 90%;
	padding-right: 0.5em;
}

table.downloads tbody tr:nth-child(even) td {
	background-color: rgba(255, 255, 255, 0.3)
}

table.downloads tbody tr:nth-child(odd) td {
	background-color: rgba(192, 192, 224, 0.3)
}

table.downloads td {
	border-style: solid;
	border-color: black;
	padding: 0.25em;
}

table.downloads tbody tr td:nth-child(1) {
	border-style: none;
	background-color: transparent;
}

table.downloads td:nth-child(2) {
	white-space: nowrap;
}

table.downloads td:nth-child(3) {
	white-space: nowrap;
}

table.downloads td:nth-child(5) {
	white-space: nowrap;
}

table.downloads td:nth-child(6) {
	white-space: nowrap;
}

form {
	line-height: 1.5em;
}

input[type="checkbox"], input[type="file"], input[type="text"] {
	vertical-align: middle;
}

span.small-note {
	font-size: 80%;
	padding-left: 1em;
}

ul.spacious {
	line-height: 135%;
}
