@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:300");
body {
  background: #ffffff;
  color: #818181;
  padding: 2%;
  font-family: 'Roboto Mono', 'Courier New', Courier, monospace;
  font-size: 16px;
  line-height: 24px; }

p a,
p a:link,
p a:active,
p a:visited {
  text-decoration: none;
  color: #ff9900; }

p a:hover {
  text-decoration: underline;
  color: #ff9900; }

li a,
li a:link,
li a:active,
li a:visited {
  text-decoration: none;
  color: #ff9900; }

li a:hover {
  text-decoration: underline;
  color: #ff9900; }

.header {
  color: #3c3c3c;
  display: block;
  font-size: 24px;
  position: relative;
  text-align: center;
  z-index: 1; }

.header:before {
  border-top: 1px solid #3c3c3c;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  z-index: -1; }

.header span {
  background: #ffffff;
  padding: 0 14px;
  text-transform: uppercase; }

.quattro {
  color: #ff9900; }

.header a {
  color: #3c3c3c;
  text-decoration: none; }

.line {
  border-top: 1px solid #3c3c3c;
  display: block;
  margin-top: 60px;
  padding-top: 50px;
  position: relative;
  z-index: -1; }

.rss-subscribe {
  text-align: center;
  margin-top: -48px;
  z-index: 1; }

.rss-link {
  font-size: 14px; }

a.rss-link,
a.rss-link:link,
a.rss-link:active,
a.rss-link:visited {
  text-decoration: none;
  color: #ff9900; }

a.rss-link:hover {
  text-decoration: none;
  color: #ff9900; }

main {
  margin: 40px 10px 40px 10px; }

article {
  margin-top: 40px; }

.post-link-title {
  text-transform: uppercase;
  font-size: 18px; }

.post-date {
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: -10px;
  color: #555; }

.post-link-continua {
  text-transform: uppercase;
  font-size: 12px;
  color: #ff9900; }

h1 a,
h1 a:link,
h1 a:active,
h1 a:visited {
  text-decoration: none;
  color: #666; }

h1 a:hover {
  text-decoration: underline;
  color: #666; }

.post-title {
  text-transform: uppercase;
  font-size: 20px;
  color: #444;
  margin-top: 40px; }

.post-author {
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: -10px;
  color: #555; }

.post-category {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: -10px;
  color: #555; }

.post-intro {
  font-size: 16px;
  font-style: italic;
  font-weight: lighter;
  color: #777;
  margin-bottom: 40px;
  margin-top: 30px; }

.post-intro {
  padding-left: 10px;
  border-left-style: solid;
  border-color: #ff9900; }

.post-body {
  color: #555; }

.post-cat {
  margin-top: 30px;
  margin-bottom: 30px; }

.post-tags {
  margin-top: 30px;
  margin-bottom: 30px; }

.tags-icon {
  float: left; }

.tags-label {
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -1px; }

.tags {
  float: left;
  margin-top: -1px;
  margin-left: 0px; }

.tags-count {
  font-size: 12px; }

a.tags-link,
a.tags-link:link,
a.tags-link:active,
a.tags-link:visited {
  text-decoration: none;
  color: #ff9900; }

a.tags-link:hover {
  text-decoration: underline;
  color: #ff9900; }

a.tag-post-list,
a.tag-post-list:link,
a.tag-post-list:active,
a.tag-post-list:visited {
  text-decoration: none;
  color: #ff9900; }

a.tag-post-list:hover {
  text-decoration: underline;
  color: #ff9900; }

.cat-icon {
  float: left; }

.cat-label {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -1px; }

.cat {
  float: left;
  margin-top: -1px;
  margin-left: 0px; }

a.cat-link,
a.cat-link:link,
a.cat-link:active,
a.cat-link:visited {
  text-decoration: none;
  color: #ff9900; }

a.cat-link:hover {
  text-decoration: underline;
  color: #ff9900; }

.cat-section {
  margin-top: 40px;
  margin-bottom: -20px;
  padding-left: 20px;
  border-left-style: solid;
  border-color: #ff9900; }
