body {
	margin: 0px auto;
  width:50em;
	padding: 20px;
	background: #FFFFFF;
	text-align: justify;
	font: 14px Verdana, Arial, sans-serif;
	color: #454545;
}

h1, h2, h3 {
	font: 1.82em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	color: #333333;
	text-align: left;
}

h3 {
  font-family:Verdana, Arial, sans-serif;
  margin:0;
  padding:40px 0 10px 0;
  font-weight:bold;
}

p, ol, ul {
	line-height: 1.67em;
}

ul {
	padding-left: 1.2em;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Logo */

#logo h1 {
	margin: 0;
	height: 160px;
	padding: 40px 0 0 0px;
	letter-spacing: -1px;
	font-size: 4em;
	font-weight: normal;
	color: #333333;
}

#logo h1 a {
	display: block;
	text-decoration: none;
	color: #333333;
}

#logo h1 a:hover {
  text-decoration:underline;
}

#logo p {
	margin: -90px 0 0 2px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
  color:#999;
}

#logo a {
	display: block;
	text-decoration: none;
	color: #666666;
}

#logo2 h1 {
	margin: 0;
	height: 130px;
	padding: 40px 0 10px 0px;
	letter-spacing: -1px;
	font-size: 2em;
	font-weight: normal;
	color: #333333;
}

#logo2 h1 a {
	display: block;
	text-decoration: none;
	color: #333333;
}

#logo2 h1 a:hover {
  text-decoration:underline;
}

#logo2 p {
	margin: -103px 0 0 2px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
  color:#999;
}

#logo2 a {
	display: block;
	text-decoration: none;
	color: #333333;
}

/* Content */

#content {
	margin: 0px auto;
	padding: 20px 0 0 0;
	float: left;
	width: 50em;
	margin-bottom: 10px;
  background:#FFF;
}

/* Post */

.post {
	margin-top: 20px;
}

.post .date {
	float: left;
	width: 29px;
	height: 70px;
	margin: 0;
	margin-top: 3px;
	margin-right: 20px;
	padding-top: 2px;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

.post .date b {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -5px;
	font-size: 14px;
	color: #888888;
	
}

.post .title {
	margin:0 0 14px 10px;
	padding: 0px 0 0 0;
	padding-left: 10px;
	font-size: 1.8em;
  color:#333333;
}

.post .title a {
	color: #333333;
	text-decoration: none;
}

.post .title a:hover {
  text-decoration:underline;
}

.post .meta {
	margin: 0 0 10px 20px;
	padding: 0;
	line-height:normal;
	text-transform: lowercase;
	color: #979680;
}

.post .meta a {
	color: #FFF;
  background:#999999;
  padding:5px 10px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  font-family:Georgia, "Times New Roman", serif;
}

.post .entry {
	margin: 0;
	padding: 0 0 20px 50px;
  font-family:Verdana, Arial, sans-serif;
}

#older_posts {
	font-size: 120%;
  margin:20px 0 0 0;
}

#new_post {
	position: absolute;
	top: 1em;
	right: 1em;
}

/* Post */

.postzoom {
	margin-top: 20px;
	position: relative;
}

.postzoom .title {
	margin: 0 0 20px 0;
	padding: 0px 0 0 0;
	font-size: 3em;
}

.postzoom .meta {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: normal;
	text-transform: uppercase;
	color: #979680;
}

.postzoom .meta a {
	color: #FFF;
  background:#999999;
  padding:5px 10px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
	text-transform: lowercase;
  font-family:Georgia, "Times New Roman", serif;
}
  
.postzoom .entry {
	margin: 0;
	padding: 0;
	padding-top: 0;
	padding-bottom: 20px;
  font-family:Verdana, Arial, sans-serif;
}

.postzoom .edit {
	text-align: right;
	position: absolute;
	top: 26px;
	right: 0;
}

/* Footer */

#footer {
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Georgia, "Times New Roman", serif;
	color: #FFFFFF;
}

#legal {
	clear: both;
	margin: 0;
	padding: 10px 0;
	font-size: 10px;
	color: #525252;
}

/* Archive */
.archive .date {
	font-size: 85%;
	color: #999999;
}

.archive .title a {
	font-size: 120%;
	text-decoration: none;
	color: #333333;
}

.archive .title a:hover {
  text-decoration:underline;
}

/* Code blocks */

pre {
	font-family: Monaco, monospace;
	color: #454545;
	background: #F5F5F5;
	border:2px solid #CCC;
	padding: 0.4em;
	padding-left: 0.8em;
}

pre span.attribute { color: #009900; }
pre span.char { color: #F00; }
pre span.class { color: #A020F0; font-weight: bold; }
pre span.comment { color: #0000FF; }
pre span.constant { color: #008B8B; }
pre span.escape { color: #6A5ACD; }
pre span.expr { color: #2222CC; }
pre span.global { color: #11AA44; }
pre span.ident { color: #454545; }
pre span.keyword { color: #A52A2A; font-weight: bold; }
pre span.method { color: #008B8B; }
pre span.module { color: #A020F0; font-weight: bold; }
pre span.number { color: #DD00DD; }
pre span.punct { color: #6A5ACD; }
pre span.regex { color: #DD00DD; }
pre span.string { color: #DD00DD; }
pre span.symbol { color: #008B8B; }

/* Edit post */

form[name=edit] input[name=title] {
	font-size: 100%;
	width: 300pt;
}
form[name=edit] input[name=tags] {
	font-size: 100%;
	width: 300pt;
}
form[name=edit] textarea {
	font-size: 100%;
	width: 50em;
	height: 25em;
}

