/* @import 'https://fonts.googleapis.com/css?family=Inconsolata'; */

@font-face {
font-family: "Inconsolata";
src: url("fonts/Inconsolata-Regular.ttf");
}

body {
	font-family: "Inconsolata",monospace;
	color: #555;
	line-height: 1.5;
	/* padding: 4em 1em; */
}

p.no-pad {
	margin: 0;
	padding: 0;
}

img {
    max-width: 100%;
}

a:link, a:visited {
	text-decoration: none;
	color: #0000FF;
	border: 1px solid white;
}
a:hover {
	background-color: #eee;
	border: 1px solid #ccc;
}
a img {
	border: 0;
}

div.main {
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 479px) {
    div.main{
        width: 70%;
    }
}

@media screen and (max-width: 479px) {
    div.main{
        width: 90%;
    }
}

div.header {
	border-bottom: thin dotted;
	line-height: 1;
}

div.header a:link,div.header a:visited {
	border: 0;
}
div.header a:hover {
	border: 0;
	background-color: #ffffff;
}

#logo {
	width: 159px;
	/*for ascii width: 240px;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	border: 0px;
}

#tagline {
	text-align: center;
	margin-bottom: 5px;
}

#phil-dreizen {
	font-size: large;
}

#rss {
	float: right;
}

div.navbar {
	text-align: center;
	margin: 0px 0px 5px 0px;
	/* margin: 0px 0px 50px 0px; */
}

div.navbar{
    padding-top: 10px;
    margin-right: 20px;
}

@media screen and (max-width: 479px) {
    div.navbar{
        font-size: 80%;
    }
}

div.navbar li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

div.navbar a {
	text-decoration: none;
}

@media screen and (max-width: 479px) {
    #top-spacer{
        padding-top: 5px;
    }
}

div#under_construction {
	margin-bottom: 50px;
}

div.entry{
	margin-bottom: 20px;
}

div.title{
    font-weight: bold;
}

@media screen and (min-width: 479px) {
    div.title{
        font-size: 200%;
        font-weight: bold;
    }
}

@media screen and (max-width: 479px) {
    div.title{
        font-size: 150%;
    }
}

div.date {
	font-weight: bold;
}

time.date {
	font-weight: bold;
}

@media screen and (max-width: 479px) {
    div.date{
        font-size: 70%;
    }
}

div.tags{
	margin-bottom: 10px;
}
div.link{
	font-size: small;
}

div.arrows {
	width: 100%;
	height: 30px;
}

div.blog-nav-arrows {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
div.previous-entry {
	float: left;
}
div.next-entry {
	float: right;
}

pre.code {
	background: #e0e0e0; 
	color:blue; 
	margin-left:10%; 
	width:80%
}
span.summary{
	font-style: italic;
}

/* comments */
#add-comment-header{
	margin-top: 30px;
}
#comment-explain{
	font-size: x-small;
}
#comment-submission-wrap {
	width: 60%;
	margin-top: 30px;
	margin-bottom: 20px;
	border: 1px solid black;
}
#comment-submission-wrap-inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#comment-text {
	width: 100%;
	height: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#comment-submission-wrap  label {
	font-weight: bold;
	font-size: small;
}
#comment-submission-wrap input[type=text] {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#malt-syrup-jar {
	display: none;
}
#comment-submit {
}
#captcha-title {
	font-weight: bold;
	margin: 0; 
	margin-top: 5px;
	padding: 0;
}
#captcha-explain{
	font-size: small;
	margin: 0; 
	padding: 0;
}
pre.captcha {
	background-color: black;
	color: white;
}
div.comment {
	width: 60%;
	background-color: #eee;
	padding: 5px;
	margin: 10px;
}
div.comment p {
	padding: 0;
	margin: 0;
}
div.comment p.name {
	font-weight: bold;
}
div.comment p.time{
	font-size: small;
}
div.comment p.content{
	margin-top: 5px;
	margin-bottom: 5px;
}

div#footer {
    padding: 2px;
    background-color: #eee;
    border: 1px solid gray;
    margin-bottom: 10px;
}

div#footer a {
    border: none;
}

