* {
	margin: 0;
	padding: 0;
}

body {
	color: #222;
	font-family: 'Georgia', 'Times', serif;
	line-height: 1.4em;
	margin: 15px auto 0 auto;
}

a {
	color: #33c;
	text-decoration: none;
}

a:hover {
	color: #00f;
	text-decoration: underline;
}

a img {
	border-width: 0;
}

blockquote {
	border-left: 5px solid #111;
	line-height: 18px;
	font-size: 11pt;
	font-style: italic;
	margin: 20px;
	padding-left: 15px;
}

code {
  font-family: 'DejaVu Sans Mono', 'Courier New', monospace;
  font-size: 12pt;
}

h1, h2, h3 {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  letter-spacing: -1px;
}

#header {
	width: 650px;
	margin: 0 auto;
	padding-bottom: 15px;
}

#alert {
	text-align: center;
	padding: 15px;
	background-color: #ffc;
	border-top: 1px solid #ff9;
	border-bottom: 1px solid #ff9;
}

#content {
	width: 950px;
	margin: 40px auto;
	min-height: 600px;
}

#content h1, #content h2, #content p, #content blockquote, #content ul {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}

#content p + p {
	text-indent: 1.5em;
}

#content div.image {
	width: 950px;
	text-align: center;
}

#footer {
	background: #ccc;
	color: #333;
	border-top: 1px solid #999;
}

#footer_inner {
	width: 650px;
	margin: 0 auto;
	padding: 25px 25px 50px 25px;
}

h1 {
  font-size: 48px;
  line-height: 36px;
  margin-bottom: 18px;
}

h2 {
  font-size: 24px;
  line-height: 22px;
  margin-bottom: 18px;
}

h3 {
  font-size: 20px;
  line-height: 22px;
}

li {
	margin-bottom: 4px;
}

p, ul, ol {
	margin-bottom: 18px;
}

ul, ol {
  margin-left: 2em;
}

ul {
	list-style-type: none;
}

.post p {
  font-size: 13pt;
  line-height: 26px;
}

.image {
	padding: 5px 0 15px 0;
}

.image img {
	border: 1px solid #ccc;
}

.dateline {
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	width: 650px;
	margin: 0 auto;
	font-family: Helvetica, Arial, sans-serif;
}