* {
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

a {
	color: #0D4591;
}

#header {
	background-color: black;
	background-image: url(../images/shadow.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 25px;
	overflow: hidden;
}

#skip {
	top: -9000em;
	position: absolute;
}

#inheader {
	width: 48em;
	margin: 0 auto;
	text-align: left;
}

#inheader a {
	float: left;
}

#logo {
	float: left;
	border: 0;
	width: 15.6em;
	height: 6.25em;
}

#menu {
	float: right;
	margin-top: 2.1em;
}

#menu li {
	color: white;
	list-style-type: none;
	float: left;
	padding: 0.4em 0.6em;
	margin: 0 0 0 1.2em;
	font-size: 1.2em;
	text-transform: lowercase;
}

h2, h3 {
	margin-top: 1.7em;
	margin-bottom: 0.4em;
	font-size: 1.6em;
}

h2, h3, #menu li {
	font-family: Georgia, Times, serif;
}

#menu li a {
	color: white;
	text-decoration: none;
}

#menu li a:hover {
	color: white;
	text-decoration: underline;
}

#news #link_news {
	background-color: #108cda;
	padding-bottom: 0.25em;
	border-bottom: 0.1em solid #0066a6;
}

#download #link_download {
	background-color: #66AD0C;
	padding-bottom: 0.25em;
	border-bottom: 0.1em solid #547627;
}

#about #link_about,
#developers #link_about,
#screenshots #link_about {
	background-color: #E6710B;
	padding-bottom: 0.25em;
	border-bottom: 0.1em solid #A75712;
}

#code #link_code,
#doc #link_code {
	background-color: #8C32B7;
	padding-bottom: 0.25em;
	border-bottom: 0.1em solid #5B316F;
}

#content {
	text-align: left;
	width: 60em;
	margin: 0 auto;
	color: #323232;
	font-size: 0.8em;
}

#content h1#title {
	position: absolute;
	top: -9000em;
}

#content .screenshots {
	text-align: center;
}

#content .screenshots li {
	list-style-type: none;
}

#content .screenshots .pic {
	border: 0.05em solid #323232;
	padding: 0.2em;
	margin: 1em;
	width: 90%;
	text-align: center;
}

#content .entry {
	background-image: url(../images/news.png);
	background-repeat: no-repeat;
	background-position: 0 1.1em;
	padding-left: 24px;
}

#content .entry h2 {
	padding-top: 9px;
}

#content p {
	line-height: 1.8em;
}

#content p img {
	padding-left: 2em;
}

#content p.meta {
	color: #747474;
	font-size: 0.9em;
	line-height: 1em;
	margin-top: -0.2em;
	margin-bottom: 1.1em;
}

#content hr {
	border: none 0; 
	border-top: 1px dotted #333;
	height: 1px;
	margin: 2em 0;
}

#content li {
	margin: 0.3em 0;
	margin-left: 0.6em;
}

#content #submenu {
	float: right;
	border-left: 1px dotted #333;
	margin-left: 1.5em;
	padding-left: 1.5em;
	margin-bottom: 0.5em;
}

#content li {
	list-style-type: disc;
}

#content li ul {
	padding-left: 0.5em;
}

#content li li {
	font-size: 1em;
}

#content pre {
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	padding: 0.7em 1em 0.6em;
	margin: 0 1em;
}

#content pre kbd {
	font-size: 1.3em;
}

#content pre.code {
	background-color: #2F2F2F;
	color: #EEE;
	padding: 1.5em 1.2em;
}

#content pre.code a {
	color: #abfa3c;
	text-decoration: none;
}

#content pre.code a:hover {
	text-decoration: underline;
}

#content code {
	font-size: 1em;
	font-family: "Courier New", monospace;
}

#content ul {
	padding: 0;
    margin: 0 2.2em;
}

#content ul.people {
	width: 54em;
	margin: 0 auto;
	margin-top: 3em;
}

#content ul.people li {
    float: left;
    text-align: center;
    list-style-type: none;
    padding: 0 2.5em;
    width: 12em;
}

#content ul.people li img {
	border: 1px solid #222;
}

#content .preface {
	margin-bottom: 2.5em;
}

#content div.downloads {
	width: 18em;
	-moz-border-radius: 0.8em;
	background-color: #EEE;
	padding: 1em 1.5em;
	margin: 0.5em -4em 0.5em 2.3em;
	float: right;
}

#content div.downloads a {
	color: black;
	text-decoration: none;
    margin-left: 0.5em;
    margin-top: 0.5em;
    margin-bottom: 0.7em;
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 62px;
    line-height: 35px;
    display: block;
    background-image: url("../images/package.png");
    outline: none;
}

#content div.downloads a:hover {
	text-decoration: underline;
}

#content ul.downloads {
	-moz-border-radius: 0.8em;
	background-color: #EEE;
	padding: 1em;
	margin: 1.5em 1em 1em;
	float: left;
	width: 93%;
}

#content ul.downloads li {
	width: 47%;
	float: left;
    list-style: none;
}

#content ul.downloads li.zip a {
    background-image: url("../images/package-zip.png");
}

#content ul.downloads li.gz a {
    background-image: url("../images/package-gz.png");
}

#content ul.downloads li a {
	color: black;
	text-decoration: none;
    margin-left: 3em;
    margin-top: 0.5em;
    margin-bottom: 0.7em;
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 62px;
    line-height: 45px;
    display: block;
    background-image: url("../images/package.png");
    outline: none;
    letter-spacing: 0.04em;
}

#content ul.downloads li a:hover {
	text-decoration: underline;
}

#content table {
	width: 100%;
	margin: 0.1em;
	border-spacing: 0;
}

#content table td,
#content table th {
	padding: 0.6em 0.8em;
}

#content thead th {	
	background-color: #323232;
	color: white;
	border-bottom: 0.2em solid #222;
	padding: 0.6em 0.8em 0.4em;
}

#content tr.odd td {	
	background-color: #f6f6f6;
}

#content form {
	padding: 1em;
	text-align: center;
}

#content form p {
	width: 23em;
	margin: 0.5em auto;
	text-align: left;
	clear: both;
	height: 2em;
}

#content form p.text label {
	width: 7em;
	display: block;
	float: left;
}

#content form p.text input {
	width: 14em;
}

#content form input.submit {
	float: right;
}

#content #footer {
	border-top: 1px dotted #b4b4b4;
	text-align: center;
	background-color: #f6f6f6;
	padding: 1em 0.3em;
	color: #747474;
	margin-bottom: 0;
	margin-top: 4em;
}

