header {
  color: #b0120a;
}



.code{
    -moz-border-radius:.3em;
    -webkit-border-radius:.3em;
    border-radius:.3em;
    background-color:#e2e2e2;
    color:#000;
    font-family:'Fira mono', 'Courier New', Courier, monospace;
    font-size:85%;
    letter-spacing:.05em;
}

input {
    border: 0;
    min-width: 100px;
    background-color: #b0120a;
    color: #f8f8f8;
    font-family: inherit;
    font-size: inherit;
    border-bottom: 5px solid #e84e40;
    padding: .5em 1em;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
    outline: none;
}







input:active {
    box-shadow: 0 0 0 0;
    outline: none;
}

input:hover {
    outline: none;
}

input:active, input:hover {
    background-color: #e84e40;
    border-color: #b0120a;
}

main {
    max-width: 600px;
    margin: 0 auto;
}

main a,
main a:active,
main a:focus,
main a:hover,
main a:link,
main a:visited {
    font-family: 'fira mono';
    text-transform: uppercase;
    font-size:90%;
    color:black;
    border-bottom: 1px dotted black;
}

main header {
    font-size: 80%;
}

section {
}

.aligncontent-center {
    text-align: center;
}

.wrapper { float:right; margin-right:10px;}
.wrapper span{ font-size:16px; margin-right:10px; color:#333;}


.main-header {
    text-align: center;
    font-weight:300;
    font-size: 90%;
}

.toolbar {
	
    float:left;
}

.menu-button {
  position: relative;
  top:-40px;
  left:20px;
  
  cursor: pointer;
}













.menu-button:before {
  content: "";
  position: absolute;
  right: 3px;
  width: 36px;
  height: 36px;
}

.menu-left {
  float: left;
  margin-right: 1.5em;
}

.sidebar {
	padding-top:24px;
	width:100px;
    color: #fff;
    background-color:#000;
	
}

.sidebar a{ color:#fff; text-decoration:none;}

.sidebar p {
    margin: 0 .8em;
    padding: 0;
    font-weight:300;
}

.sidebar li {
	color: #fff;
    padding-left:20px;
    line-height: 42px;
}

.sidebar li:hover {
	color: #fff;
    background-color: #333;
}

