* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
    font: 12px "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    color: #000;
}
h1,h2,h3 { margin-top:.8em; font-family:"Trebuchet MS",sans-serif; font-weight:normal; }
h1 { font-size:218%; margin-top:.6em; margin-bottom:.6em; line-height:1.1em; }
h2 { font-size:150%; margin-top:1em; margin-bottom:.2em; line-height:1.2em; }
#wrapper { 
    
}
#container {
    min-height: 550px;
    background-color: #fff;
}
#header {
    background-color: #181818;
    height: 6em;
    position: relative;
}
#header span#logo {
    position: absolute;
    left: 1.3em;
    top: 5px;
}
#navigation {
    position: absolute;
    right: 0;
    top: 48px;
    list-style-type: none;
    list-style-image: none;
    height: 2.5em;
}
#navigation li {
    float: left;
}
#navigation a {
    padding:5em 16px 5px 16px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}
#navigation a:hover, #navigation a:active, #navigation a:focus { 
    color: #f2cb70;
    border-bottom: 5px solid #be390e;
}

#footer {
	font-size: 10px;
	padding: 12px;
	clear: both;
	text-align: center;
	font-weight: bold;
}
#wiki-footer {
    
}
#wiki-footer div.bar {
    background-color: #96c5d5;
    margin:0;
}

/* --------- HOME PAGE ----------- */
#banner {
    background: #96c5d5 url(/images/banner_bg.png) repeat-x 0 0;
    padding: 0 1.3em;
    color: #fff;
    border-top: 1px solid #96c5d5;
    border-bottom: 1px solid white;
}
#banner.full {
    height: 10em;
}
#download {
    float: right;
    margin-top: 20px;
    left: 20px;
    background: transparent url(/images/download.gif) no-repeat;
    height: 72px;
    width: 350px;
    position: relative;
    color: white;
}
#download p {
    position: absolute;
    left: 80px;
}
#download p#download-link {
    top: 14px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 180%;
}
#download p#download-link a {
    color: white;
    text-decoration: none;
}
#download p#version {
    top: 45px;
    font-size: 100%;
}

#content {
    background: transparent url(/images/content_bg.png) repeat-x 0 0;
    min-height: 20em;
    padding: 0 1.3em;
}
div.content-column {
    float: left;
    width: 40%;
    margin-right: 2em;
}
div.content-column h2 {
    color: #be390e;
    border-left: 25px solid #f2cb70;
    padding-left: 10px;
    margin-bottom: 0;
}
div.content-column div {
    line-height: 1.4em;
    border-left: 1px solid #f2cb70;
    border-bottom: 1px solid #f2cb70;
    padding: 10px 0 20px 34px;
}
ul#features {
    padding: 0 0 0 34px;
    border: none;
}
