/* main.css */

body {
	margin: 0;
	padding: 0;
}

pre {
	margin-left: 1.6em;
	padding: 0.5em 1em;
	background: #EEE;
	border: 1px solid #CCC;
}

table {
	border-collapse: collapse;
}

#headbar {
	background: url(/images/header/white40.png) left bottom;
	margin: 0 8px;
	font-size: 11px;
	padding: 4px 8px 12px 8px;
}

#headbar .logo {
	float: left;
	background: url(/images/logo/aregenet18.png) no-repeat left center;
	width: 147px;
	text-indent: -9999em;
}

#headbar .menu {
	text-align: right;
}

#headbar .menu input {
	border: 1px solid #999;
}

#header #title {
	background: url(/images/header/black40.png) top left repeat-x;
	padding: 40px 16px 8px;
	color: #F3F3F3;
	margin: 10px 0 0;
}

#header #title h1 {
	margin: 0;
	padding: 0;
}

#header #title h1 a {
	color: inherit;
	text-decoration: none;
}

#body,
#footer {
	clear: both;
	margin: 4px 16px;
}

.menu * {
	display: inline;
	margin: 0;
	padding: 0;
}

.menu ul,
.menu li,
.menu form {
}

.menu li a {
	padding: 0 0.3em;
	text-decoration: none;
	font-weight: bold;
	color: #009;
}

.menu li a:hover {
	text-decoration: underline;
}

.menu li:after {
	content: "|";
	font-size: 120%;
}

#header #usermenu {
	background: url(/images/header/black40.png) bottom left repeat-x;
	text-align: right;
	color: #CCC;
	padding: 0 16px;
}

#header #usermenu a {
	color: #F3F3F3;
}

#footer {
	border-top: 1px dotted #333;
	padding-top: 0.3em;
	text-align: center;
	color: #333;
}

#footer ul#special-thanks {
	display: block;
	list-style: none;
	height: 30px;
	width: 380px;
	margin: 0.6em auto;
	padding: 0;
	border: none;
}

#footer ul#special-thanks li {
	display: block;
	text-indent: -9999px;
	height: 30px;
	float: left;
	margin: 0 8px;
	padding: 0;
}

#footer ul#special-thanks li a {
	display: block;
	height: 30px;
}

#footer ul#special-thanks li#special-thanks-debian a {
	width: 24px;
	background: url(/images/footer/debian.png) no-repeat;
}

#footer ul#special-thanks li#special-thanks-nemui a {
	width: 154px;
	background: url(/images/footer/nemui.org.png) no-repeat;
}

#footer ul#special-thanks li#special-thanks-apache a {
	width: 100px;
	background: url(/images/footer/apache.png) no-repeat;
}

#footer ul#special-thanks li#special-thanks-ruby a {
	width: 26px;
	background: url(/images/footer/ruby.png) no-repeat;
}

#footer ul#special-thanks li#special-thanks-debian a:hover,
#footer ul#special-thanks li#special-thanks-nemui a:hover,
#footer ul#special-thanks li#special-thanks-apache a:hover,
#footer ul#special-thanks li#special-thanks-ruby a:hover {
	background-position: 0 -30px;
}

#footer address {
	clear: both;
}
