@media screen
{
	body
	{
		font-family: sans-serif;
		max-width: 75%;
		margin: auto;
	}
	body.home
	{
		background: url(aum_red.png) no-repeat 86% 2px;
	}
}

h1
{
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 0.2em;
}

h2
{
	font-size: 1.2em;
	border-bottom: thin solid black;
	margin-top: 0.1em;
}

pre
{
	background-color: #fff7ea;
	color: black;
	padding: 0.8em;
	max-width: 28em;
}

img.sshot
{
	display: block;
	margin: auto;
}

/* used to ensure no chance of background overlap with content */
h1.first
{
	margin-bottom: 0em;
	min-height: 40px;
}

h2.first
{
	margin-top: 0em;
	min-height: 26px;
}

div.code
{
	max-width: 29.6em;
	margin-top: 1em;
	margin-bottom: 1em;
}

div.code h4
{
	margin: 0em;
	padding: 0.1em;
	font-size: medium;
	font-weight: normal;
	border-bottom: thin solid black;
}

div.code pre { margin: 0em }

div.downlink
{
	border: thin solid black;
	max-width: 15em;
	margin: auto;
	margin-bottom: 0.3em;
	background: #cd2f2f;
	color: black;
}

div.downlink:hover
{
	background: #ff9657;
	color: black;
}

div.downlink h2
{
	text-align: center;
	border-bottom-style: none;
	padding: 0.2em;
	margin: 0.2em;
}

div.downlink a
{
	text-decoration: none;
	color: black;
}

img.downicon
{
	height: 32px;
	width: 32px;
	border: none;
	vertical-align: middle;
}

dt
{
	font-weight: bold;
}

dl.release dd
{
	margin-left: 40px;
}

dl.source
{
	background: url(package-x-generic.png) no-repeat center left;
}

div.release h3
{
	font-size: medium;
	font-weight: bold;
}

div.release a
{
	display: block;
	margin-left: 40px;
}

div.release div
{
	min-height: 32px;
	background-repeat: no-repeat;
	background-position: center-left;
	padding-bottom: 15px;
}

div.source
{
	background-image: url(package-x-generic.png);
}

div.gentoo
{
	background-image: url(gentoo-logo.png);
}
