body {
	font-family: serif;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333;
	margin: 1em auto;
	width: 60%;
	max-width: 34em;
	background-color: #fefefb;
}

h1, h2, h3,
h1 a,
h2 a,
h3 a {
	font-size: 1.2em;
        font-weight: 600;
	color: #000;
	font-family: sans-serif;
	text-decoration: none;
}

h1 a {
	font-size: 5.5em;
	line-height: 1.25em;
}


a:hover {
	text-decoration: underline;
}

#header {
	width: 100%;
}

#content {
	clear: both;
	margin: 1em 0;
}

#footer {
	margin-top: 1em;
	border-top: 1px solid black;
	padding-top: 0;
	color: #888;
}

#s {
	width: 50%;
}

.dictionary {
	border-top: 1px solid black;
	margin: 1em 0;
	padding: 1em 0;
}

h2 {
	border-bottom: 1px solid #333;
	display: block;
	font-size: 1.2em;
	margin-bottom: 0.75em;
	padding-bottom: 0.5em;
	width: 100%;
}

h3 {
	border-bottom: none;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
}

.post img,
.post video,
.post iframe {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	border: none;
}

.post iframe {
	height: 100%;
}

ul {
  margin-left: 0;
    padding-left: 0;
}

#elsewhere ul,
#elsewhere li {
	display: inline;
}

.feedlink {
	display: inline-block;
	display: -moz-inline-stack;
	background: url('http://whatfettle.com/psd/feed.png') no-repeat;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: text-top;
	zoom: 1;
	width: 22px;
}

.feedlink span {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	line-height: 18px;
	cursor: pointer;
}

#comments .count {
	display: block;
	float: right;
}

#comments {
	padding-bottom: 1em;
}

#comments a {
	word-wrap: break-word;
}

#comments ol li {
	min-height: 2em;
}

#commentform textarea,
#commentform input {
	width: 80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#commentform input[type="submit"] {
	width: 6em;
}

#comments img.gravatar {
	float:right;
	position: relative; top: -1em; 
	margin-left: 1em;
}

.required {
	color: red;
}

.slide {
	width: 150px;
	margin-top: 0;
	margin-right: 3em;
	float: left;
}

.slide img {
	width: 100%;
}

.aside {
	margin-top: 0;
	width: 15em;
	float: left;
}

@media screen and (max-width: 800px) {
	body,
	#header,
	#content,
	#comments,
	.dictionary,
	#footer {
		float: none;
		width: auto;
		margin: 0;
		padding: 0 0.8em;
	}

h1 a {
	font-size: 2.5em;
	line-height: 1.25em;
}

pre {
        padding: 16px;
        overflow: auto;
        font-size: 85%;
        line-height: 1.45;
        background-color: #f7f7f7;
        border-radius: 3px;
}

blockquote {
	margin-left: 0;
	padding-left: 1em;
	border-left: 1em solid #e8e8e8;
	font-style: italic;
}

.w_iframe {width:100%; height:100%; margin:0 auto;}
.h_iframe {position:relative; padding-top: 85%;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}
