/*
Theme Name: Dave Is Blogging
Theme URI: http://dave.is/blogging/
Description: A minimalistic, always evolving theme for Dave's blog.
Version: 0.1
Author: David Albert
Author URI: http://dave.is/
Tags: typography, two columns, fixed width
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, serif;
	font-size: 87.5%; /* 16px * 87.5 = 14px */
	line-height: 1.5em; /* 14px*1.5 = 21px*/
	/*background: #fff url('gridbg.gif');*/
}

p {
	margin-bottom: 1.5em; /* 14*1.5 = 21px */
	word-spacing: 0.05em;
	/*text-align: justify;*/
}

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

h1 {
	font-size: 1.714285em; /* 14*1.714285 = 24px */
	line-height: 1.75em; /* 24*1.75 = 42 */
	margin-bottom: 0.875em; /* 24 * 0.875 = 21px */
}

h2 {
	font-size: 1.285714em; /* 14*1.285714 = 18px */
	line-height: 1.1666666em; /* 18*1.166666 = 21px */
	margin-bottom: 1.1666666em; /* 21px */
	font-style: italic;
}

h3 {
	font-size: 1em; /* 14px */
	line-height: 1.5em; /* 21px */
	margin-bottom: 1.5em; /* 21px */
	font-variant: small-caps;
	letter-spacing: 0.1em;
}

sup {
	height: 0;
	line-height: 1em;
	position: relative;
	top: -0.6em;
	vertical-align: baseline !important;
	vertical-align: bottom;
}

ul,
ol {
	margin-bottom: 1.5em; /* 21px */
	margin-left: 2em;
}

abbr, acronym {
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: 0.1em;
}

form {
	margin-bottom: 1.5em; /* 21px */
}

pre {
	font-size: 114.28%;
}

code {
	color: #808080;
	background: #F1F1FF;
	overflow: auto;
	display: block;
	font-family: Monaco, monospace;
	margin-bottom: 1.5em; /* 14*1.5 = 21px */
	font-size: 87.5%; /* 16px * 87.5 = 14px */
}

blockquote {
	margin-left: 3em;
	font-style: italic;
}


.inline {
       display: inline;	
}

a {
	text-decoration: none;
/*	color: #950000;*/
}

a:visited {
	color: blue;
}

a:hover {
	text-decoration: underline;
}

.highlight {
	background-color: #f7ff9f;
}

.red {
	color: #950000;
}

#content {
	width: 60em; /* 53 * 14 = 742px */
	margin-left: 3em;
}

#sidebar {
	float: left;
	width: 15em;
	margin-right: 1em;
}

#sidebar-list {
	list-style: none;
	margin: 1.5em 0 0; 
	padding: 0;
}

#posts {
	margin-top: 1.5em; /* 14 * 1.5 = 21 */
	float: right;
	width: 44em;
}

#posts h1 {
	margin-bottom: 0;
	font-size: 2.5em; /* 2.5 * 14 = 35 */
	line-height: 1.2em; /* 35 * 1.2 = 42 */
}

#comments {
	float: right;
	width: 44em;
}

#s {
	width: 11em;
	margin-right: 1em;
}

.byline {
	margin-bottom: 1.5em; /* 21px */
	text-indent: 2em;
}

#about p {
	font-size: 0.857142em; /* 14*0.857142 = 12px */
	line-height: 1.75em; /* 12 * 1.75 = 21px */
	margin-top: 0;
	margin-bottom: 1.75em;
}

#about h2 {
	margin-bottom: 0;
}

.more-link {
	display: block;
	float: left;
	margin-right: 4em;
}

.comments-link {
	margin-left: 4em;
}

#header {
	/*background-color: red;*/
	margin-left: 3em;
	margin-bottom: 1em;
}

#header h1 {
	font-size: 4em; /* 14 * 4 = 56px */
	line-height: 1.125em; /* 56 * 1.125 = 63px */
	margin-bottom: 0; /* 56*.375 = 21px */
}

#navlist {
	margin-left: 0;
	margin-bottom: 0;
	text-align: right;
	width: 60em;
}

#navlist li {
	margin-left: 0;
	list-style: none;
	display: inline;
}

#navlist li + li:before {
	content: " | ";
}

.dingbat {
	margin: 0 auto 1.5em;
	display: block;
}

#footer {
	font-size: 0.9em; /* 14 * 0.9 = 12.6px */
	text-align: center;
	margin-left: 21.11111111em; /* 19em @ 14px */
	width: 49em; 
	border-top: 1px dotted gray;
	clear: both;
}

.pagenav {
	clear: both;
	margin-left: 16em;
	margin-bottom: 1.5em; /* 21px */
}

.newer-posts {
	float: right;
	margin-right: 2em;
}

.older-posts {
	margin-left: 2em;
}

#comments h2#numcomments {
	margin-left: 2em;
}

.comment {
}

.comment-body {
	border-left: 1px dotted gray;
	padding-left: 1.5em;
	background-color: lavender;
	margin-top:0.75em;
	margin-bottom:0.75em;
}

.comment-title h2 {
	margin-bottom: 0;
}

.purple {
	color: #8a2be2;
}

.byline em {
	color: #8a2be2;
}

#comment-form div label {
	display: block;
	float: left;
}

#comment-submit input {
	width: auto !important;
	margin: auto;
}

#comment-form div input {
	display: block;
	clear: both;
	width: 100%;
}

#comment-text {
	width: 44em;
	display: block;
	clear: both;
	height: 11.87em; /* 166px */
	font-size: 14px;
}

#comment-name {
	float: left;
	width: 32%;
	margin-right: 1em;
}

#comment-email {
	float: left;
	width: 32%;
	margin-right: 1em;
}

#comment-website {
	float: left;
	width: 31%;
}

#comment-submit {
	clear: both;
	margin: auto;
	padding-top: 1.5em;
}

#commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.strikeout {
	text-decoration: line-through;
}

.strikeout:hover {
	text-decoration: line-through;
}

.hidden {
	display: none;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.wp-caption img {
	border: none;
}

