body {
	margin: 0;
	font-family: "DejaVu Sans",Verdana;
	min-width: 805px;
}

h2,h3 {
	color: #dd4814;
	border-bottom: #dd4814 solid 1px;
}

a:link {
	text-decoration: none;
}

a:link:hover {
	text-decoration: underline;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 0.5em;
}

#header {
	background: url(images/header.png) center repeat-x;
	height: 110px;
	margin: 1em 0 -1.2em;
	color: white;
}

#logo {
	float: left;
	margin: 0 -5px -1.2em 2.5em;
	padding: 0;
}

#header h1 {
	float: left;
	margin: 0 0 -1.2em;
	padding: 0.8em;
	color: white;
	font-weight: normal;
	font-size: 1.8em;
}

#header .small {
	display: block;
	font-size: 0.78em;
}

#nav {
	padding: 2.5em;
	text-align: right;
}

#nav li {
	position: relative;
	display: inline;
	list-style-type: none;
	font-weight: bold;
	padding: 0.5em;
}

#nav li ul {
	display: none;
	position: absolute;
	width: 12em;
	margin-left: -2em;
	text-align: left;
	left: 0;
	z-index: 1;
}

#nav li:hover ul, li.over ul {
	display: block;
}

#nav li ul li {
	display: block;
	font-size: 0.9em;
	background: #006088;
	border-top: white solid 1px;
	padding: 0.2em 1em;
}

#content {
	clear: both;
	background: url(images/right_shadow.png) right repeat-y;
	margin-right: 0.8em;
}

#content>div {
	background: url(images/left_shadow.png) left repeat-y;
	margin-left: 0.8em;
	padding: 2em 3em;
}

#welcome {
	border: #dd4814 solid 1px;
	background: #e8f0f3;
	padding: 0 1.5em;
}

#blockcode {
	display: block;
	padding: 1em;
	font-weight: bold;
}

#footer {
	background: url(images/footer.png) top center repeat-x #07212D;
}

#footer h2 {
	float: left;
	color: white;
	margin: 1em;
	border: none;
}

#footer p {
	color: white;
	padding: 2em 1em 1em;
	margin: 0;
}

#header a:link,#header a:visited,#footer a:link, #footer a:visited {
	color: white;
}

.pkglinks {
	padding-left: 0;
}

.pkglinks li {
	display: inline;
	margin-left: 0;
}

.pkglinks li:before {
	content: " | ";
}

.pkglinks li:first-child:before {
	content: " → ";
}

.magenta, .magenta a {
	color: magenta;
}

.red, .red a {
	color: red;
}

.yellow, .yellow a {
	color: orange;
}

.green, .green a {
	color: green;
}

table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
	width: 100%;
}

table td {
	border: #dd4814 1px solid;
	padding: 4px;
}

#donate {
	float: right;
	position: relative;
	top: 13px;
	margin: 10px;
	text-align: right;
}

#donate-bottom {
	float: right;
	position: relative;
	top: -23px;
	margin: 15px;
}
