body {
    background-color: #261f62;
    font-family: arial;
    margin: 0;
    padding: 0;
}

img#background {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}

img {
    border: none;
}

h1, h2 {
    margin-top: 0;
}

h2 {
    font-size: 1.4em;
}

pre {
    margin: 30px;
    font-size: 10pt;
    overflow-x: scroll;
    border: 1px dashed gray;
    padding: 10px;
    background-color: #eee;
    /*-moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;*/
}

/* Layout */

.all {
}

.conteudo {
    position: relative;
    overflow: hidden;
    top: 260px;
    width: 960px;
    margin: auto auto;
    margin-bottom: 260px;
}

.box {
    overflow: hidden;
    padding: 10px;
    -moz-border-radius: 7px; /* Firefox */
    -webkit-border-radius: 7px; /* Webkit - Chrome - Safari */
    border-radius: 7px; /* CSS3 */
}

.lateral {
    width: 320px;
    float: right;
}

.lateral .box {
    margin-bottom: 10px;
}

.meio {
    background-color: white;
    width: 600px;
    float: left;
}

.rodape {
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0.8em;
    text-align: center;
    clear: both;
}

.licenca {
    font-size: 0.8em;
}

.licenca a:link, .licenca a:hover, .licenca a:visited, .licenca a:active {
    color: inherit;
}

.messages {
    background-color: #ffe478;
    font-weight: bold;
}

.messages li {
    list-style: none;
}

.menu {
    font-weight: bold;
    list-style: none;
    clear: both;
    margin: 0;
    padding-left: 0;
}

.menu li {
    display: inline;
}

.menu li a {
    text-decoration: none;
    padding: 5px;
    -moz-border-radius: 7px; /* Firefox */
    -webkit-border-radius: 7px; /* Webkit - Chrome - Safari */
    border-radius: 7px; /* CSS3 */
    background-color: white;
    color: maroon;
    font-size: 0.8em;
}

.menu li a:hover {
    background-color: #cbd462;
    color: black;
}

/* Capitulos */

a.capitulo {
    color: inherit;
    text-decoration: none;
}

a.capitulo:hover {
    text-decoration: underline;
    color: red;
}

/* Depoimento */

.depoimento {
    background-color: #ffa;
    font-size: 0.9em;
    font-style: italic;
}

.depoimento .foto {
    float: right;
}

.depoimento p {
    margin-top: 0;
}

.depoimento p.last {
    margin-bottom: 0;
}

.depoimento ol {
    padding-left: 30px;
}

.depoimento .autor {
    text-align: right;
    font-weight: bold;
}

/* Outras caixas laterais */

.busca {
    background-color: #cdef9e;
    font-size: 0.9em;
    font-style: italic;
}

.comunidade {
    background-color: #c5f1ff;
    font-size: 0.9em;
    font-style: italic;
}

.participantes {
    background-color: #e3bed8;
    font-size: 0.9em;
    font-style: italic;
}

.participantes table {
    width: 100%
}

.participantes table td {
    text-align: right;
}

.busca h3, .comunidade h3, .participantes h3 {
    margin-top: 0px;
}

.busca div {
    text-align: center;
}

/* Paginas especiais */

.especial {
    background-color: white;
    text-align: center;
}

.comum {
    background-color: white;
}

a.comprar:link, a.comprar:hover, a.comprar:active {
    color: red;
}

