body {
    margin: 0;
    padding: 0;
    background: #FFFFFF url(/media/template/top.png) repeat-x;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666666;
}

h1, h2,
h1 a, h2 a {
    color: #204a87;
    text-decoration: none;
}

a {
    color: #3465a4;
}

img {
    border: none;
}

p {
    margin-left: 22px;
    line-height: 1.2em;
}

pre {
    margin-left: 42px;
    border-left: 2px solid gray;
    padding-left: 1em;
}

#main-content li {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

/* Header */

#header {
    width: 920px;
    height: 160px;
    margin: 0 auto;
    position: relative;
}

#langs {
    position: absolute;
    right: 0;
    margin-top: 10px;
}

#langs a{
    text-decoration: none;
    color: #888;

}

/* Logo */

#logo {
    float: left;
    text-align: center;
}

#logo h1, #logo h2 {
    margin: 0;
    /*text-transform: lowercase;*/
}

#logo h1 {
    padding-top: 40px;
    font-size: 4em;
    color: #554D49;
}

#logo h2 {
    margin-top: -10px;
    padding-left: 1px;
    font-size: 1.2em;
    color: #7F7772;
}

/* Menu */

#menu {
    float: right;
    background: transparent url(/media/template/menu.png) no-repeat;
    background-position: 0px 55px;
    width: 650px;
}

#menu ul {
    margin: 0;
    padding: 50px 0 0 0;
    list-style: none;
}

#menu li {
    display: inline;
}

#menu .active a {
    font-weight: bold;
    color: white;
}

#menu a:hover {
    color: white;
}

#menu a {
    /*background: transparent url(/media/template/botao-azul2.png) no-repeat;*/
    display: block;
    float: left;
    width: 125px;
    height: 70px;
    padding-top: 15px;
    text-align: center;
    text-decoration: none;
    /*text-transform: lowercase;*/
    font-size: 1.3em;
    color: #ddd;
    color: #BDCADD;
}

/* Page */

#page {
    width: 920px;
    margin: 0 auto;
    padding-top: 20px;
}

#main-content {
    float: left;
    width: 480px;
}

#right-content {
    float: right;
    width: 380px;
    padding: 12px 0 0 30px;
    border-left: 1px dashed #ccc;
    margin-bottom: 25px;
}

#right-content .post {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
}

#right-content h2 {
    font-size: 1.2em;
}

#main-content .title {
    margin: 0;
}

#main-content h2 {
}

#main-content .entry {
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#main-content .icon,
#right-content .icon {
   float: left;
   margin-right: 5px;
}

/* sections */

#sections {
    clear: both;
    width: 920px;
    margin-top: 20px;

}

#sections ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sections li {
    display: block;
    float: left;
    width: 180px;
    padding-top: 10px;
    margin-bottom: 0;
}

#sections ul.first > li {
    height: 200px;
}

#sections ul.first > li div{
    border-top: 10px solid #eee;
    height: 100%;
    padding-top: 10px;
}

#sections ul.first > li div.active {
    border-top: 10px solid #ccc;
}

#sections li ul {
    line-height: 1.8em;
    margin-left: 30px;
}

#sections li li {
    display: list-item;
    float: none;
    width: auto;
    padding: 0;
}

#sections h2 {
    margin: 0 0 15px 0;
    color: #3465a4;
    font-size: 1.2em;
}

#sections h2 a {
    color: #3465a4;
}

#sections a {
    text-decoration: none;
    color: #729fcf;
}

#sections .icon {
   float: left;
   margin-right: 7px;
}

/* Footer */

#footer {
    width: 920px;
    height: 100px;
    margin: 0 auto;
}

#footer p {
    margin: 0;
    padding: 15px;
}

#legal {
    text-align: center;
}

.thumbs {
}

.smallthumbs .figure {
    float: left;
    text-align: center !important;
    display: block;
    width: 110px;
    height: 100px;
}

.smallthumbs a {
    display: block;
    margin: 0 0 0 0 !important;
    text-decoration: none;
}


.thumbs .figure {
    float: left;
    text-align: center !important;
    display: block;
    width: 300px;
    height: 250px;
}

.thumbs .figure:first-child {
    margin-right: 30px;
}

