
body {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	color: #333;
	background: #efefef url("bg.svg") no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
}

#page {
	margin: 20px auto;
	padding: 0px;
	background-color: #fff;
	box-shadow: 0 0 12px #333;
	border: 1px solid #eee;
	width: 80%;
	max-width: 840px;
	font-size: 1em;
	line-height: 1.5em;
}

#page article {
	padding: 20px;
}

#page img {
	max-width: 100%;
}

#page h1 {
	text-align: center;
}

#page ul ul {
	list-style-type: none;
}

#page .changelog {
	font-size: 0.8em;
	line-height: 1.2em;
}

#page h1 {
	font-size: 2em;
}

#page pre {
	padding: 10px;
	color: #333;
	border: 1px dashed #ddd;
	white-space: normal;
}

#page pre.ppa {
	margin: 5px 0;
	padding: 5px 20px;
	background-color: #efefef;
	color: #333;
	tab-size: 0;
	-moz-tab-size: 0;
	-o-tab-size: 0;
	white-space: pre;
}

#page .small {
	font-size: 0.7em;
}

#page .gallery {
	display: block;
	height: 420px;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	text-align: center;
}

#page .gallery img {
	display: inline-block;
	height: 100%;
	vertical-align: top;
}

header {
	box-shadow: 0 5px 10px #333;
}

footer {
	padding: 10px 20px;
	color: #333;
	background-color: #fff;
	border-top: 1px solid #ddd;
}

a, a:visited {
	color: #d00;
	text-decoration: none;
}

a:hover {
	color: #f33;
	text-decoration: underline;
}

/* -------- Supertop Header -------- */
.supertop-container {
	margin: 0px;
	padding: 0px;
	color: #333;
	background-color: #efefef;
	font-family: "Ubuntu";
	font-size: 12px;
	font-weight: 300;
	line-height: 1.3em;
	box-shadow: 0 0 4px #555555;
}

.supertop-container .alignator {
	max-width: 840px;
	position: relative;
	margin: 0 auto;
}

.supertop-container ul {
	margin: 0px;
	padding: 0px;
}

.supertop-container ul li {
	display: inline-block;
	margin: 0 5px 0 5px;
}

.supertop-container ul li a {
	display: inline-block;
	padding: 2px 0;
	border-top: 2px solid transparent;
	color: #333;
	text-decoration: none;
}

.supertop-container ul li a:hover {
	color:#dd4814;
}

.supertop-container ul li.current a {
	border-top: 2px solid #dd4814;
	color: #dd4814;
}
