@charset "UTF-8";
/* CSS Document */

body
{
    margin: 0;
    padding: 0;
    color: #c0c0c0;
    background: #000000;
    font: 14px Inconsolata, Courier, monospace;
    line-height: 1.7;
}

#wrap {
	width: 1000px;
	margin: 0px auto;
}

#wrap #header {
	position: relative;
}

#top-menu {
	width: 200px;
	top: 0px;
	position: absolute;
	right: 0px;
}

h1.title {
    margin-bottom: 0px;
}

h1 {
    color: #80c800;
    font-weight: bold;
    text-rendering: optimizelegibility;
}

h2 {
    color: #9fc800;
    font-weight: bold;
    text-rendering: optimizelegibility;
}

h3 {
    color: #cfff00;
    font-weight: bold;
    text-rendering: optimizelegibility;
}

dt {
    font-weight: bold;
}

h1 {
    letter-spacing: -0.03em;
}

p {
    margin-bottom: 1.7em;
}

.code-block {
    background: #404040;
}

pre {
    overflow-x: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: black;
    line-height: 1.7;
    margin-bottom: 1.7em;
    margin-left: 5px;
    padding: 0.85em 1.7em;
    border: 1px solid #ddd;
}

/* Links */
a {
    color: #9fc800;
    text-decoration: none;
}

a:visited {
    color: #9fc800;
}

a:active,
a:hover 
{
    color: #cfff00;
    text-decoration: underline;
    
}

h1 a, h2 a, h3 a 
{
    color: #80c800;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
    color: #cfff00;
}

a img 
{
    border: 0;
}

li
{
    color: #c0c0c0;
    list-style-type: square;
}

#content #titulo h1 {
    font-size: 26px;
    letter-spacing: -0.03em;
    line-height: 40px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
}

#content #titulo a 
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#content #titulo p
{
    color: #000;
    margin: 0 0 9px 0;
    text-align: center;
}

#content #header
{
    float: left;
    width: 100%;
    margin: 0 0 28px;
}

#content #main {
	width: 660px;
	margin-right: 20px;
	float: left;
}

#content #sidebar
{
    float: right;
    width: 240px;
}

#content #navbar
{
}

#content #navbar li
{
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

#content #navbar li a
{
    width:100px;
    padding: 5px 20px;
    text-decoration:none;
    text-align:center;
    border: 1px solid gray;
    border-style: dashed;
 }

 #content #navbar li a:hover
 {
     background: #cfff00;
     color: black;
 }

#content #content
{
     width: 20%;
}

#content #footer
{
    padding: 0 0 1.7em;
    color: gray;
    text-align: left;
    clear: both;
}


table
{
    border:0;
    font-size: 14px;
}

table td
{
    border: 0;
}

table th
{
    border: 0;
}

img 
{
    border: 0;
    padding: 2px;
}

img.border
{
    border: 1px solid gray;
}
