/*
== page
background: background-color: rgb(43, 43, 43);

== font
color: rgb(172, 174, 177);

== block:
background-color: rgb(60, 63, 65);
border-color: rgb(49, 51, 53);

# Destaque - claro
rgb(220, 189, 84);

# Destaque - escuro
rgb(177, 119, 47);

# Detaque - azul
rgb(62, 134, 160);
*/


body {
	font-family: 'Source Sans Pro', sans-serif;
	min-height: 100vh;
	font-size: 18px;
	background-color: rgb(43, 43, 43);
	color: rgb(172, 174, 177);
}

a {
	color: rgb(172, 174, 177);
	text-decoration: underline;
}

a:hover {
	color: rgb(220, 189, 84);
}

hr {
	height: 5px;
	background-color: rgb(220, 189, 84);
	margin: 40px 0;
}

.jumbotron {
    background-color: rgb(60, 63, 65);
}

.navbar-default {
    background-color: rgb(60, 63, 65);
    border-color: rgb(49, 51, 53);
}

.navbar-default .navbar-brand {
	color: rgb(62, 134, 160);
	font-weight: 700;
}

.navbar-default .navbar-brand:hover {
	color: rgb(220, 189, 84);
}

.navbar-default .navbar-nav>li>a {

}

.navbar-default .navbar-nav>li>a:hover {
    color: rgb(220, 189, 84);
}

.container {
	min-height: 100vh;
	position: relative;
	padding-bottom: 75px;
}

.div-content {
  line-height: 1.5em;
}

th {
	background: rgb(60, 63, 65);
}

.header {
	background-color: rgb(60, 63, 65);
	margin: 0px 0px 40px 0px;
}

.site-title {
	font-size: 40px;
}

.breadcrumb {
	background-color: rgb(60, 63, 65);
}

h1 {
	font-size: 36px;
	font-weight: bold;
	color: rgb(220, 189, 84);
}

h2 {
	font-size: 34px;
	font-weight: bold;
	color: rgb(220, 189, 84);
	margin: 50px 0 20px 0;
	padding: 6px 6px;
	background-color: rgb(60, 63, 65);
}

h3 {
	font-size: 28px;
	font-weight: bold;
	color: rgb(220, 189, 84);
	margin: 50px 0 20px 0;
}

h4 {
	font-size: 24px;
	font-weight: bold;
	color: rgb(220, 189, 84);
	margin: 50px 0 20px 0;
}

h5 {
	font-size: 18px;
	font-weight: bold;
	color: rgb(220, 189, 84);
	margin: 50px 0 20px 0;
}

img {
	max-width: 800px;
	border: 1px solid rgb(60, 63, 65);
}

pre {
	color: rgb(172, 174, 177);
	background-color: rgb(60, 63, 65);
	border: 1px solid #ccc;
}

p a {
	text-decoration: underline;
}

/* bloco de texto identado com tab */
.highlighter-rouge {
	width: 100%;
	min-width: 500px;
	background: rgb(60, 63, 65);
	padding: 2px 10px;
	margin: 30px 10px;
	font-family: 'Source Code Pro', monospace;
}

.highlighter-rouge code {
	font-family: 'Source Code Pro', monospace;
	tab-size: 3;
}

/* bloco de código com {% highlight c# %} */
figure.highlight {
	width: 100%;
    background: #f5f5f5;
    font-family: 'Source Code Pro', monospace;
    margin: 0;
}

.header .menu {

}

.body-content {
	margin: 50px auto 50px auto;
	width: 80%;
}

.table-content {
	border-collapse: collapse;
	border-spacing: 0;
}

.table-content table,th,td {
	border: 2px solid rgb(49, 51, 53);
	padding: 2px 4px;
	empty-cells: show;
}

.table-content th {
	background-color: rgb(60, 63, 65);
}

.footer {
	position: absolute;
	background-color: rgb(60, 63, 65);
	margin: 40px 0px 0px 0px;
	padding: 10px;
	bottom: 0;
	width: calc(100% - 30px);
}

.footer .copyright {

}

.footer .links {
	float: right;
}

.ad-post {
	width: 305px;
    height: 255px;
    border: solid 1px black;
    float: right;
    margin-left: 30px;
    background: #ffffff;
}

/* ******** page-home **************** */

.page-home .category-list {

}

.page-home .category-list .category-list-item {
	border: 1px solid rgb(60, 63, 65);
	margin-bottom: 30px;
}

.page-home .category-list .category-list-item .category-title {
	font-size: 26px;
	padding: 5px 15px;
	background-color: rgb(60, 63, 65);
	margin: 0px;
}

.page-home .category-list .category-list-item .category-title a {

}

.page-home .category-list .category-list-item .category-title a:hover {
	color: rgb(220, 189, 84);
}

.page-home .post-list {
	padding: 0 15px;
}

.page-home .post-list .post-list-item {

}

.page-home .post-list .post-list-item .post-title {
	font-size: 22px;
	font-weight: bold;
}

.page-home .post-list .post-list-item .excerpt {
	font-size: 16px;
	text-decoration: none;
}

/* ******** page-category **************** */

.page-category .post-list {
}

.page-category .post-list .post-list-item {
}

.page-category .post-list .post-list-item .post-title {
	font-size: 22px;
	font-weight: bold;
}

.page-category .post-list .post-list-item .excerpt {
	font-size: 16px;
	text-decoration: none;
}


/* ******** post **************** */

/* (TOC) table of contents */
.index-title {
	font-size: 33px;
  font-weight: bold;
  color: rgb(220, 189, 84);
  margin: 30px 0 15px 0;
  padding: 6px 6px;
}

.section-nav {
	margin: 5px 0;
  padding: 10px 30px;
}

.toc-entry {
	list-style-type: square;
}

/* */
