/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
    color: #333;
    font-family: bitstream vera sans, dejavu sans, verdana, sans-serif;
    font-size: 93%;
}

body {
    margin: 1em 0;
    text-align: center;
}

a {
    color: #298daf;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.right {
    float: right;
}

.left {
    float: left;
}

.rss {
    margin-top: 1.5em;
}

code {
    font-family: Bitstream Vera Sans Mono, Dejavu sans mono, monospace;
    display: block;
    padding: 0.5em 0 0.5em 2em;
}

#window {
    margin: 0 auto;
    text-align: left;
    width: 940px;
}

#heading {
    margin-bottom: 1.4em;
    overflow: hidden;
}

#heading h1 a {
    background: url(/static/img/logo.png) no-repeat;
    display: block;
    float: left;
    height: 85px;
    text-indent: -100000px;
    width: 308px;
}

#navigation {
    float: right;
    margin-top: 3em;
}

#navigation a {
    color: #212121;
    font-size: 12pt;
    text-decoration: none;
}

#navigation a:hover {
    border-bottom: 3px solid #333;
}

#section-home #navigation li.nav-home a, 
#section-news #navigation li.nav-news a,
#section-download #navigation li.nav-download a,
#section-documentation #navigation li.nav-documentation a,
#section-development #navigation li.nav-development a,
#section-team #navigation li.nav-team a,
#section-about #navigation li.nav-about a {
    border-bottom: 3px solid #333;
}

#section-home li.footer-nav-home a, 
#section-news li.footer-nav-news a,
#section-download li.footer-nav-download a,
#section-documentation li.footer-nav-documentation a,
#section-development li.footer-nav-development a,
#section-team li.footer-nav-team a,
#section-about li.footer-nav-about a {
    text-decoration: underline;
}

#navigation li {
    float: left;
    margin-right: 20px;
}

#content {
    line-height: 140%;
    font-size: 9pt;
}

#content p {
    margin-bottom: 0.5em;
}

#content li {
    list-style-type: disc;
    margin-left: 2em;
}

.subheading {
    background: url(/static/img/block-secondary.png) no-repeat;
    height: 25px;
    padding: 0.5em 0.5em 0 1em;
    width: 940px;
}

h2 {
    color: white;
    background: url(/static/img/block-secondary.png) no-repeat;
    height: 25px;
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 1em;
    padding: 0.5em 0.5em 0 1em;
    width: 940px;
}

.subheading h2 {
    background: none;
    height: auto;
    padding: 0;
    width: auto;
}

.subheading p {
    padding-bottom: 0.5em;
}

#front-subheading {
    background: url(/static/img/block-front.png) no-repeat;
    height: 240px;
    font-size: 12pt;
    padding: 1.5em 1.5em 0 1.5em;
    overflow: hidden;
    width: 892px;
}

#front-subheading h2 {
    margin-bottom: 1.2em;
}

#front-subheading-left {
    float: left;
    width: 400px;
}

#front-subheading-right {
    float: right;
    text-align: center;
    width: 400px;
}

#front-subheading-right a {
    color: #4d4d4d;
    font-size: 9pt;
    text-decoration: none;
}

#front-subheading-right a:hover {
    text-decoration: underline;
}

#front-content {
    overflow: hidden;
}

.front-column {
    float: left;
    margin-right: 20px;
    width: 300px;
}

.front-column.last {
    margin-right: 0;
}

#content h3 {
    border-bottom: 1px solid #afafaf;
    font-size: 14pt;
    margin: 1em 0 0.5em 0;
    padding-bottom: 0.2em;
}

#content h4 {
    margin-top: 1em;
}

#content p.readmore {
    margin-top: 0.4em;
    overflow: hidden;
}

#footer {
    font-size: 9pt;
    margin-top: 2em;
}

#footer p {
    color: #808080;
}

#footer #footer-links {
    overflow: hidden;
    margin-bottom: 0.5em;
    padding: 2px 0;
}

#footer #footer-links li {
    float: left;
    margin-right: 10px;
}

.team-record {
    overflow: hidden;
    margin-top: 0.5em;
}

.team-image {
    float: left;
    margin: 0 0.5em 1em 0;
}

.team-description {
    float: left;
}

#content h4.team-title {
    font-size: 12pt;
    margin: 0 0 0.5em 0;
    padding-bottom: 2px;
}

#content .team-content {
    margin-left: 70px;
}

.references-link {
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em 0;
    text-align: center;
}

li.reference {
    margin-bottom: 1em;
}

li.reference .reference-author {
    color: #666;
}

/* Supporters */
.supporters {
    margin: 1em 0;
    text-align: center;
    overflow: hidden;
}

#content .supporters h3 {
    border: none;
    font-size: 12pt;
}

.supporters li {
    display: inline;
    list-style: none;
}
