@font-face {
	font-family: 'sketchy_timesbold';
	src: url('sketchytimes-b-webfont.woff2') format('woff2'),
	 url('sketchytimes-b-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
	line-height: 1.3em;
	background: #fcf6de;
	border-bottom:#fcf6de;

}

h1, h2, h3 {
	font-weight: 100;
}

ul {
    list-style-type: circle;
}

.container {
	display:flex;
	flex-direction: row;
	margin-left: auto;
	margin-right: auto;
}

.header {
	text-align: center;
}

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

.header h1 {
    font-family: 'sketchy_timesbold';
	font-size:4em;
	background: #fcf6de;
	border-bottom:#fcf6de;
}

.header h1  img{
	display:inline;
	width:80px;
	height:auto;
	margin-top: -.235ex;
	vertical-align: middle;
}

.rec_nav {
	font-weight: 200;
	text-transform: uppercase;
	margin: 5px;
	font-size: 13px;
	width: 12rem;
}

.rec_nav ul {
	padding-left: 0;
}

.rec_nav li {
	float: left;
	margin-left: 0;
	list-style-type: none;
}

.rec_nav li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	line-height: 40px;
	color: #666;
}

.rec_nav li a:hover, .navigation li.active a {
	background-color: #f5f5f5;
	color: #999;
}

.dropdown{
	position: relative;
}

.dropdown-content {
	display:none;
	position: absolute;
	overflow:auto;
	z-index: 1;
	background: #eee;
	top:25px;
	width:200px;
	text-align:center;
}

.dropdown:hover .dropdown-content {
display: block;
}

h1 {
color:#525252;
line-height: 1.5em;
border-bottom:2px solid #a0a0a0;
}

h2 {
color:#383838;
}

h3 {
color:#525252;
}

ol {
list-style-type: cjk-ideographic;
}

ul {
list-style-type: disc;
}


hr {
margin:10px;
}

.content {
	border-left:1px solid black;
	padding-left:10px;
}

a {
color: #3F4565;
text-decoration-style: dotted;
}

img{
width:300px;
height:auto;
display:block;
margin-right:auto;
margin-left:auto;
margin-top:5px;
margin-bottom:5px;
}

pre {
padding:10px;
margin:3em;
width:50%;
background:#1C1C1C;
color:white;
border-left: 5px solid #394477;
border-radius: 5px;
word-break: break-word;
overflow:auto;
line-height:30px;
}

pre code{
border:none;
color:white;
}

code{
color:#000;
}

.footer{
display:none;
} 

.footer li{
list-style-type: none;
text-align:center;
margin:10px;
float:left;
color: #ccc;
} 

@media only screen and (max-width: 800px) {
  .container {
    width:auto;
	flex-direction:column;
  }

  .rec_nav {
	flex-direction:row;
	width:auto;
}

.content {
	border-top:1px solid black;
	border-left:none;
}

  .header h1 {
	font-size:2em;
}

}

@media only screen and (max-width: 349px) {
 
  .navigation {
	height: 120px;
}
  .rec_nav {
	height: 120px;
}
}

@media print {

.header, .rec_nav {
    display:none;
}

.content:before {
    content: "";
}

}
