@import url(//fonts.googleapis.com/css?family=Damion);
@import url(//fonts.googleapis.com/css?family=BenchNine:700);

body {
  background-image: url(../img/main-bg.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-color: #210f1d;
}

body,
button,
input,
select,
textarea {
  color: #8B8686;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'BenchNine', sans-serif;
  letter-spacing: -1px;
}

ul {
  margin: 0;
}

ul li {
  padding: 0 0 10px 16px;
  background: url(../img/list-bullet.gif) no-repeat 0 0;
  list-style: none;
  margin: 0;
}

a {
/* - These effects are nice but cause weird animation 'glitches'. TODO for later
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; */
  /*color: #ffffff;*/
  color: #8B8686;
}

/* Header */
.header {
  position: relative;
  z-index: 20;
  background: transparent;
}
.logo {
  float: left;
  padding: 0 0 20px 0;
  max-width: 100%;
}
.logo a {
  color: #ffffff;
  display: inline-block;
  padding: 0 15px 0 0;
}
.logo a:hover {
  text-decoration: none;
  color: #ffffff;
}
.logo a:focus {
  text-decoration: none;
  color: #ffffff;
}
.logo a:active {
  text-decoration: none;
  color: #ffffff;
}
.logo__title {
  font-size: 110px;
  color: #ffffff;
  line-height: 110px;
  text-transform: none;
  font-weight: normal;
  font-family: 'Helvetica', 'Tahoma', 'Ubuntu', 'Liberation Sans', 'Damion', cursive;
  overflow: visible;
}
.logo__tagline {
  padding: 0;
  margin: 10;
  font-size: 14px;
  font-style: italic;
  color: #d7c1c6;
  border-top: 0px;
  text-transform: none;
  line-height: 20px;
  font-weight: 1;
}

/* Menu List */
.menu__list {
  clear: both;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  line-height: 1.0;
}
.menu__list {
  background: #262626;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.33);
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
  box-sizing:content-box;
}
.menu__list :after {
  clear: both;
  content: "";
  width: 100%;
  display: block;
}

/* Menu Item */
.menu__item {
  padding: 4px 0 4px 0;
  color: #fff8ed;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  background: none;  
  font-weight: bold;
  font-family: 'BenchNine', sans-serif;
  border-bottom: 0 solid #ff5b5b;
  line-height: 20px;
}
.menu__item--active:first-child,
.menu__item--active {
  border-bottom: 5px solid #ff5b5b;
}

/* Tags List */
.tags__list {
  clear: both;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  line-height: 1.0;
}
.tags__list {
  background: #262626;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.33);
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
  box-sizing:content-box;
}
.tags__list :after {
  clear: both;
  content: "";
  width: 100%;
  display: block;
}

/* tags Item */
.tags__item {
  padding: 4px 0 4px 0;
  color: #fff8ed;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  background: none;  
  font-weight: bold;
  font-family: 'BenchNine', sans-serif;
  border-bottom: 0 solid #ff5b5b;
  line-height: 20px;
}
.tags__item--active:first-child,
.tags__item--active {
  border-bottom: 5px solid #ff5b5b;
}

.widget__list,
.widget__item {
  background: none;
}

.list__thumbnail {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  max-height: 295px;
  margin: 0;
  display: block;
  line-height: 20px;
}

.list__thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  vertical-align: middle;
  border: 0;
  box-sizing: border-box;
  line-height: 20px;
}

.post__title,
.post__title a {
  color: #434242;
  font-size: 46px;
}

.post__title a:hover,
.post__title a:focus,
.post__title a:active {
  text-decoration: underline;
  color: #ff5b5b;
}

.post__thumbnail img {
  width: auto;
  max-width: 100%;
  max-height: 300px;
  vertical-align: bottom;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img-center {
  text-align: center;
}

.content a {
/*  font-family: sans-serif; */
  font-weight: normal;
}

.content a:hover,
.content a:focus,
.content a:active {
  text-decoration: underline;
  color: #71a08b;
}
.content a:active {
  outline: 0;
}

.content p {
  margin: 0 0 10px;
}

.content h2 {
  font-size: 24px;
  font-size: 1.5rem;
}

.content ul,
/*.content ol,*/
.content ul ul,
.content ol ol,
.content ol ul,
.content ul ol {
  margin: 0;
  padding: 0px 0px 0px 4px;
}

.content ul li {
  padding: 0 0 0 16px;
}

/* Completely hide the bottom/author box bit */
.post-nav {
  /*display: none;*/
}

pre{
 display: block;
 padding: 8px;
 margin: 0 0 8.5pxl
 font-size: 11px;
 line-height: 1.428571429;
 word-break: break-all;
 word-wrap: break-word;
 color: #333333;
 background-color: #f5f5f5;
 border: 1px solid #cccccc;
 border-radius: 4px;
 font-family: Menlo, Manaco, Consolas, "Courier New", monospace;
 white-space: pre-wrap;
 box-sizing: border-box;
}
