/*** Base style ***/
html {
	background-attachment: fixed;
	background-color: #000;
	background-image: url("images/blood.png"), url("images/bg.png");
	background-position: top right, bottom;
	background-repeat: no-repeat, repeat-x;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	margin: auto;
	max-width: 1024px;
}

body {
	background: url("images/square.png");
	border-radius: 1em;
	color: #bbb;
	margin: 1em auto 1em;
	padding: 0 1em 1em;
}

a {
	color: #ff0;
}

a:hover {
	text-decoration: none;
}

/*** Top banner ***/
#banner {
	display: block;
	height: auto;
	margin: 1em auto;
	max-width: 589px;
	width: 100%;
}

/*** Navigation bar ***/
#nav-bar {
	display: table;
	width: 100%;
}

.nav-item {
	background-color: #800;
	border-radius: 1em 1em 0 0;
	display: table-cell;
	padding: 0.25em;
	text-align: center;
	width: 33%;
}

.nav-item:nth-child(even) {
	background-color: #fff;
}

.nav-item > a {
	display: block;
}

.nav-item:nth-child(even) > a, #blog-update > a {
	color: #080;
}

#blog-update {
	background-color: #fff;
	border-radius: 0 0 1em 1em;
	color: #444;
	padding: 0.5em 1em;
}

#blog-update > span {
	font-style: italic;
}

/*** Products ***/
#products {
	text-align: center;
}

.product {
	display: inline-block;
	margin: 1em auto 0;
	text-align: center;
	min-width: 50%;
}

.product > p:first-child {
	font-style: italic;
}

.product > img {
	display: block;
	height: auto;
	margin: 1em auto;
	max-width: 256px;
	width: 100%;
}

.download, .in-translation, .purchase {
	background-color: #080;
	background-image: url("images/noise.png");
	border-radius: 1em;
	margin: auto;
	padding: 0.5em 1em;
	max-width: 256px;
}

.download > p:first-child {
	color: #000;
	font-weight: bold;
}

.in-translation {
	background-color: #333;
}

.purchase {
	background-color: #F62;
	color: #000;
}

.other-link {
	display: none;
	font-size: x-small;
}

/*** Copyright notice ***/
#copy {
	clear: both;
	font-size: xx-small;
	padding-top: 3em;
	text-align: center;
}
