@import “normalize”; @import “fonts”; @import “rouge-base16-dark.scss”;

body {

padding:0px 0 20px 0px;
margin: 0px;
font:14px/1.5 "OpenSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#f0e7d5;
font-weight: normal;
background: #252525;
background-attachment: fixed !important;
background: linear_gradient(#2a2a29, #1c1c1c);

}

h1, h2, h3, h4, h5, h6 {

color:#e8e8e8;
margin:0 0 10px;
font-family: 'OpenSansRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;

}

p, ul, ol, table, pre, dl {

margin:0 0 20px;

}

h1, h2, h3 {

line-height:1.1;

}

h1 {

font-size:28px;

}

h2 {

font-size: 18px;

}

h4, h5, h6 {

color:#e8e8e8;

}

h3 {

font-size: 16px;
line-height: 24px;
font-family: 'OpenSansRegular', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
font-weight: normal;
color: #b6b6b6;

}

a {

color:#ffcc00;
font-weight:400;
text-decoration:none;

&:hover {
  color: #ffeb9b;
}

}

a small {

font-size:11px;
color:#666;
margin-top:-0.6em;
display:block;

}

ul{

list-style-image:url('../images/bullet.png');

}

strong {

font-family: 'OpenSansBold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
font-weight: normal;

}

.wrapper {

max-width:650px;
margin:0 auto;
position:relative;
padding: 0 20px;

}

section img {

max-width: 100%;

}

blockquote {

border-left:3px solid #ffcc00;
margin:0;
padding:0 0 0 20px;
font-style:italic;

}

code {

font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, monospace;
color:#efefef;
font-size:13px;
margin: 0 4px;
padding: 4px 6px;
border-radius: 2px;

}

pre {

padding:8px 15px;
background: #191919;
border-radius: 2px;
border:1px solid #121212;
box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
overflow: auto;
overflow-y: hidden;

code {
  color: #efefef;
  text-shadow: 0px 1px 0px #000;
  margin: 0;
  padding: 0;
}

}

table {

width:100%;
border-collapse:collapse;

}

th {

text-align:left;
padding:5px 10px;
border-bottom:1px solid #434343;
color: #b6b6b6;
font-family: 'OpenSansSemibold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
font-weight: normal;

}

td {

text-align:left;
padding:5px 10px;
border-bottom:1px solid #434343;

}

hr {

border: 0;
outline: none;
height: 3px;
background: transparent url('../images/hr.gif') center center repeat-x;
margin: 40px 0 40px 0;

}

dt {

color:#F0E7D5;
font-family: 'OpenSansSemibold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
font-weight: normal;

}

section {

max-width:650px;
padding: 20px 0px 20px 0px;
margin: 20px 0;

#title {
  border: 0;
  outline: none;
  margin: 40px 0 40px 0;
  padding: 0 0 5px 0;

  h1 {
    font-family: 'OpenSansLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 40px;
    text-align: center;
    line-height: 36px;
  }

  a {
    color: #e8e8e8;
  }

  p {
    color: #d7cfbe;
    font-family: 'OpenSansLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
  }
}

.post-list{
  padding: 0;
}
.post-meta{
  font-family: 'OpenSansLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #696969;
}
.post-content{
  margin: 24px 0;
}
#footer {
  font-size: 11px;
  font-family: 'OpenSansRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #696969;
  margin-top: -30px;
  .credits {
    float: left;
  }
  .PageNavigation {
    float: right;
  }
}

}

@media print, screen and (max-width: 720px) {

#footer {
  display: block;
  width: 100%;
  line-height: 30px;
  text-align: center;
  margin-top: -30px;
  .credits {
    float: none;
    display: block;
  }
  .PageNavigation {
    float: none;
    display: block;
    margin-top: 0px;
  }
}

}

@media print, screen and (max-width: 480px) {

}