/* Main content */

body.index #main-content ul {
	list-style-type: none;
	margin-left: 0;
	text-indent: 0;
	padding-left: 0;
}
#main-content {
	background-color: rgba(255,255,255,0.8);
	border-radius: 2em;
	color: black;
	margin: 0;
	padding: 1.5ex 3ex;
	font-family: inherit;
}
#main-content .published {
	display: block;
	text-align: right;
	font-weight: bolder;
	margin: 1ex 0 3ex auto
}

#main-content #pinned {
	text-align: inherit;
	background: transparent;
	border-top: 2px solid;
	border-bottom: 2px solid;
	padding-bottom: 3ex;
	margin-top: 2ex
}

#TOC, .footnotes {
	margin: 1ex 0;
	text-indent: 0;
}

#TOC #toc-title {
	display: block;
	font-size: 1.5rem;
	font-family: 'Stix Two Text', serif;
	font-weight: 900
}

.footnotes ol {
	margin: 1.5ex 0 1ex 0
}

.footnotes::before {
	content: 'Notas de rodapé';
	display: block;
	text-align: left;
	font-size: 1.5rem;
	font-family: 'Stix Two Text', serif;
	font-weight: 800;
	border-bottom: #bbb 1px solid;
	width: 100%;
	margin: 5ex 0 0 0
}

#main-content p {
	text-indent: 0;
	hyphens: auto;
	text-align: justify;
	margin: 0;
	line-height: 2rem
}

#main-content > p+p, #main-content > dl + p {
	text-indent: 2em;
}

.intro {
	font-size: 1.35rem;
	text-indent: 0;
	margin-bottom: 1rem;
	letter-spacing: 0.05rem
}
blockquote {
 	font-size: 90%;
	margin: 1ex 3em 1.5ex 3em
}
blockquote p+p {
	padding-top: 1ex
}
#main-content a {
	text-decoration: none;
	color: #8e0d0d
}
#main-content a:hover {
	color: red;
}

.line-block {
	padding: 2ex 0 0 2em;
	font-style: italic
}
.line-block + .line-block {
	padding: 0 2em
}

.line-block + p {
	padding-left: 2em
}

ol li, ul li {
	text-align: left
}
iframe {
	margin: 1ex auto;
	display: block
}
dl {margin: 1.5ex 0 1.5ex 0 }
dt {
	float: left;
    clear: left;
    text-align: justify;
    font-weight: bold;
    margin: 0;
    padding-left: 0rem;
    letter-spacing: -.03em;
    text-transform: uppercase
}
dt::after {
    content: ":";
    margin-right: 1em
}
dd {
	text-align: justify;
	margin: 0 0 1ex 0
}
figure {
	display: block;
	width: 100%;
	text-align: center;
	font-size: smaller;
	margin: 1ex 0 1ex 0
}
figure img {
	display: block;
	text-align: center;
	margin: auto;
	border: black 2px dotted;
}
p img {
	position: relative;
	top: 0; right: -.5em; left: auto; bottom: 0;
	text-indent: 0;
	margin: .25em;
	display: inline;
	float: right;
	height: 18.75ex
}
.thumb {
	display: block;
	float: left;
	vertical-align: top;
	width: 8rem;
	height: 7rem;
	overflow: hidden;
	margin: .5rem .5em 0 0
}

.thumb img {
	width: 150%
}

.info-icon {
	display: block;
	float: left;
	clear: none;
	color: white;
	width: 120px!important;
	height: 120px!important;
	font-size: 116px;
	font-style: normal;
	background: orange;
	border: 10px solid orange;
	border-radius: 20%;
	text-align: center;
	vertical-align: middle;
	line-height: 1.1em;
	margin: 10px 10px 0 0
}
table {
	text-align: center; width: 95%;
	margin-top: 4ex
}
.years tbody {
	background: transparent
}
th	{
	color: green;
	height: 4ex
}
table.blog-header * {
	border: none;
	background: transparent;
	font-size: 1.25rem;
	font-weight: bold
}
table.blog-header {
	margin: 0 auto 5ex auto;
}
table.blog-header td {
	text-transform: uppercase;
	box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
	width: 10rem;
	height: 5rem;
	margin: 1rem;
	padding: 0 1rem
}
table.blog-header + ul {
	list-style-type: none;
	height: 14em;
	overflow: hidden
}

ul.years {
  display: block;
  text-align: left;
  width: 100%
    }

ul.years li {
    list-style-type: none;
    display: inline;
    padding: 3ex;
    border: 2px solid maroon;
    margin: 2ex 2ex;
    line-height: 14ex;
    font-family: 'Londrina Solid', 'Arial Black', sans-serif;
    font-size: 18pt
}


#main-content h2 + p {
	text-indent: 0;
}

#main-content hr {
	display: none
}
#main-content h2 {
	color: #333;
	margin: 2rem auto 1rem 0;
	font-size: 115%;
	font-weight: 900
}
#main-content h3 {
	color: #333;
	text-align: center;
	font-style: italic;
	font-size: 105%;
	margin: 3rem auto 1.5rem 0!important
}
#main-content .line-block {
	text-align: left;
	margin-bottom: 3ex
}
.recent-posts {
	padding: 2ex 0 2ex 0
}
.recent-posts h2 {
	overflow: hidden
}
div.refs {
	padding-left: 2em;
	text-align: left
}
div.refs p {
	font-size: 85%;
	text-indent: -2em!important;
	text-align: initial!important
}
div.refs p em {
	font-style: normal;
	text-decoration: underline;
}
#categories, #tags {
	background: #eee;
	padding: 1ex;
	text-align: left
}
#categories {
	margin-top: 3ex
}
#tags {
	border-radius: 0 0 1.5em 1.5em
}

.postlist ul {list-style-type: none;
	margin-left: -1em
}
.pdate {
	font-family: 'Londrina Solid', sans-serif;
	font-weight: 800
}

#context {
	margin-top: 1.5rem
}

#expander {
	width: 12em;
	display: inline-block
}

a#older, a#newer {
	width: 6em; display: inline-block
}

.fas-arrow-left, .fas-arrow-right {
	display: inline-block
}

a#older, .fas-arrow-left {
	text-align: right
}

a#newer, .fas-arrow-right {
	text-align: left
}

table.back {
	width: 100%
}

table.back td {
	font-family: 'Londrina Solid';
 	text-align: right!important;
 	width: 44%;
 	padding-right: 2em
}

table.back td:first-child {
 	text-align:left!important;
 	padding-left: 2em
}


