body {
    margin: 0;
    padding: 0;
    font-family: Charter, Georgia, serif;
    font-size: 18px;
    color: #262626;
    line-height: 1.7;
}

#body {
    max-width: 830px;
    margin: 0 auto;
    padding: 5px 20px 0 20px;
}

.nowrap {
    white-space: nowrap;
}

#header a {
    border: 0;
    color: inherit;
}

#header h1 {
    font-weight: 400;
    font-size: 4em;
    margin: 0;
    padding: 0;
    line-height: normal;
    clear: both;
    text-align: center;
    max-width: 100%;
    border-bottom: 1px solid #ccc;
}

#menu {
    font-size: .7em;
    font-family: "Avenir Next", sans-serif;

}
#foot{
  border-top: 1px solid #ccc;
  margin-top: 30px;
}

.motto {
    margin: 40px auto 20px auto;
    font-size: 0.9em;
    display: table;
    max-width: 600px;
    min-width: 250px;
    border-left: 2px solid #ccc;
    padding: 10px 0 10px 20px;
}

.motto b,
.motto strong {
    font-size: 1.2em;
}

.grey,
.data {
    font-size: 0.8em;
    color: dimgrey;
    font-family: "Avenir Next", sans-serif;
}

.data {
    text-align: center;
    margin-top: 30px;
}

.subgrey {
    font-size: 1.5em;
    font-weight: 300;
    color: dimgray;
    margin-bottom: 30px;
    display: block;
    text-align: center;
}

.dic.subgrey a {
    padding-right: 5px;
}


a {
    color: brown;
    text-decoration: none;
}

h1 {
    font-size: 2em;
    font-weight: 400;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

h1 sup {
    font-size: .5em;
}

h2 {
    font-size: 1.6em;
    font-weight: 400;
    text-align: center;
}

h3 {
    font-size: 1.4em;
    font-weight: 400;
    color: dimgray;
    text-align: center;
}

h4 {
    font-size: 1.2em;
    font-weight: 400;
    color: dimgray;
    font-family: "Avenir Next", sans-serif;
}

h5 {
    font-size: 1em;
    font-weight: 400;
    color: dimgray;
    font-family: "Avenir Next", sans-serif;
}

h6 {
    color: dimgray;
    font-weight: 400;
    font-size: .9em;
    font-family: "Avenir Next", sans-serif;
}

h2,
h3 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


#search form {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

#search form input {
    font-size: 16px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-left: 4px;
}

#search form input {
    -webkit-appearance: none !important;
}

sup,
sub {
    font-size: .8em;
}

.caixa {
    border: 1px solid #ccc;
    padding: 10px 20px 20px 20px;
    margin: 20px 0;
    font-size: 0.9em;
}

table {
    margin: 30px auto;
    border-collapse: collapse;
    font-size: .9em;
}

table td {
    border: 1px solid #444;
    padding: 20px;
    vertical-align: middle;
}
table th{
    padding: 20px;
    font-size: 1.1em;
}

.normtbl {
    margin: 2em;
}

.normtbl td {
    border: 0;
    padding: 0 20px;
}


.center,
.center p {
    text-align: center;
    margin: 20px auto;
}

b,
strong {
    font-weight: 600;
}

blockquote,
li {
    font-size: .9em;
}

blockquote blockquote,
li li,
li blockquote {
    font-size: 1em;
}


#index h2 {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    width: 70%;
}


#index .data ~ .data {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    width: 70%;
    margin: 30px auto;
}


#index .signature ~ .signature {
    text-align: center;
}

#index .grey {
    text-align: center;
}

#index .subindex {
    margin-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}


/* Dicionário Escolar de Filosofia */

h1.title {
    font-size: 1em;
    font-weight: bold;
    padding-right: 10px;
    float: left;
    margin: 0;
}

.post {
    margin-bottom: 1em;
}

.post h1.title,
.post .entry,
.entry p {
    vertical-align: baseline;
}

cite {
    font-style: normal;
    border-bottom: 1px solid firebrick;
}

/* Justify and hyphenate */

@media only screen and (min-width: 600px) {

    p,
    li {
        text-align: justify;
        -webkit-hyphens: auto;
        hyphens: auto;
        -ms-hyphens: auto;
    }

    p {
        margin: 0;
    }

    p + p {
        text-indent: 1em;
    }

    .biblio li {
        text-indent: -2em;
        list-style: none;
    }
}

#topads {
    display: none;
}

@media only screen and (max-width: 1160px) {
    .sideads {
        display: none;
    }
    #topads {
            display: block;
        }
    }


.signature {
    margin: 30px 0;
    text-align: center;
}

.signature ~ .signature {
    margin: 30px 0;
    text-align: left;
}

.signature .grey {
    font-family: inherit;
}
