* {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, p {
	font-family: 'Bitter', serif;
	color: #000;
}

nav 
{
	padding-bottom: 20px;
	font-family: 'Bitter', serif;
    display: none;
}

nav a 
{
	padding: 10px;
	margin: 10px;
	font-weight: 700;
	font-size:	25px;
}

.site-header {
	height: 80px;
}

.site-header, .site-footer, nav {
	margin-left: auto;
	margin-right: auto;
	background: #FAB81E;
	text-align: center;
    padding-top: 10px;
}

.site-header h1 {
	line-height: 60px;
	font-weight: 700;
	font-size: 60px;
	font-size: 48px;
	letter-spacing: 2px;
}

.site-header h1 a, nav a {
	text-decoration: none;
	color: #000;
}

.site-footer {
	margin-top: 20px;
	padding: 10px 10px 10px 10px;
	background: #FAB81E;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.site-footer p {
	font-size: 20px;
	line-height: 25px;
	color: #000;
}

.site-footer a {
	color: #333;
}

main {
	max-width: 45em;
	margin-left: auto;
	margin-right: auto;
}

article li {
    list-style-type: square;
    list-style-position: outside;
    padding-left: 1em;
}

#disqus_thread {
	margin: 50px 0 30px 0;
}

article {
	color: #333333;
	font-size: 20px;
	line-height: 32px;
	margin: 1em 0;
	font-family: Georgia, serif;
    padding-bottom: 40px;
}
 
article p a:hover {
	color: #000;
}
 
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #fab81e;
  margin: 20px 10px;
  padding: 1px 0px 1px 20px;
}

cite:before {
	content: "\2014  ";
}


pre code {
	font-family: 'Droid Sans Mono', monospaced;
	white-space: pre;
	line-height: 28px;
	display: block;
	overflow: auto;
	background: #f9f9f9;
	margin: 20px 10px;
	padding: 20px;
	border-left: 10px solid #AC50FF;
}

article time {
	font-family: 'Bitter', serif;
	color: #ccc;
}

article ul, article ol {
	padding-left:	2em;
}

article h1 {
	font-size: 50px;
	line-height:62px;
}
 
article h2 {
	font-size: 42px;
	font-weight: bold;
	line-height: 54px;
	margin: 44px 0 18px;
} 	

article h3 {
	font-size: 36px;
	font-weight: normal;
	line-height: 42px;
	margin: 28px 0 0;
} 	

article h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 22px;
	margin: 34px 0 10px;
} 

article h5 {
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	margin: 28px 0 10px;
} 
 
article p {
	color: #333333;
	font-family: Georgia, serif;
	line-height: 32px;
	margin: 20px 0;
}


article p:first-of-type {
	font-size: 28px;
	line-height: 42px;
	margin: 20px 0 25px;
}

article p#author {
	font-size: 14px;
	color: #888;
	line-height: 14px;
	margin-left: 10px;
}
 
a {
	color: #FAB81E;
	text-decoration: none;
}
 
a:hover {
	text-decoration: underline;
}

p.large-text {
	font-size: 24px;
}

table.archive-table {
	width: 100%;
}

table.archive-table tr td {
	font-size: 33px;
	vertical-align: top;
	border: 5px solid #FAB81E;
	padding: 10px;
}
