/*
THEME NAME: Easygoing
THEME URI: http://almosteffortless.com/wordpress/
DESCRIPTION: A laid back theme for easygoing folk.
VERSION: 0.1
AUTHOR: Trevor Turk
AUTHOR URI: http://almosteffortless.com/
*/

* { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 0; }
fieldset { padding: .5em; }
li { margin: 0; padding: 0; list-style-type: none; }
a img { border: 0; }

body {
  font-size: 16px;
  line-height: 1.6em;
  font-family: georgia, sans-serif;
  font-weight: normal;
  color: #111;
}

#wrapper {
  width: 760px;
  margin: 30px auto;
}

a {
  color: #24a;
}

a:hover {
	color: #000;
	background: #FFFAD6;
}

#header {
  margin-left: -89px;
  /*background: url('/files/aet.gif') no-repeat;*/
  height: 100px;
}

h1 {
  font-family: helvetica, sans-serif;
  text-align: right;
  padding-top: 20px;
}

h1 a {
  color: #000;
  text-decoration: none;
}

#tagline {
  text-align: right;
  font-size: 14px;
}

h2 {
  font-family: verdana;
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
}

h3 {
  font-family: verdana;
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  margin-bottom: 2px;
  margin-top: 30px;
}

h2 a, h3 a {
  color: #000;
  text-decoration: none;
}

.h3ish {
  font-family: verdana;
  text-transform: uppercase;
  font-size: 16px;
	font-weight: bold;
  color: #000;
}

#posts p {
	margin: 1em 0;
}

#posts small {
	color: #999;
}

#posts img {
	padding: 2px;
	border: 1px solid #ccc;
}

pre, code {
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
	padding: 4px; 
	font-size: 12px;
	line-height: 1.3em;
}

.akst_link {
	display: none;
	text-align: right;
}

.highlight {
	background: #fbfbb1;
	padding: 1px;
}

blockquote {
	padding: 0 30px;
	margin-left: 30px;
	border-left: 1px solid #ccc;
}

.hr1 {
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

.hr2 {
	margin-top: 30px;
	border-top: 1px solid #ccc;
}

.hr3 {
	padding-top: 30px;
	border-bottom: 1px solid #ccc;
}

.rss a {
  font-family: verdana;
  text-transform: uppercase;
  font-size: 10px;
  color: #999;
  text-decoration: none;
}

.codedate {
  font-family: verdana;
  text-transform: uppercase;
  font-size: 10px;
  color: #555;
}

#picture {
  height: 200px;
  /*background: url('/files/h-sanfran-hallway.jpg');*/
}

#contact-1 {
  float: left;
  margin-left: 40px;
}

#contact-2 {
  float: right;
  margin-right: 40px;
}

.navigation {
	padding: 15px 0;
}

#footer {
  font-family: verdana;
  font-size: 10px;
  padding: 30px 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

#footer .left a {
	text-decoration: none;
}

#author, #email, #url {
	color: #999;
}

#commentform input {
	margin-bottom: 10px;
}

#comments {
	font-size: 80%;
}

#commentlist li p {
	margin-top: -12px;
	margin-bottom: 20px; 
}

.commentby {
	margin-top: 10px;
	padding-left: 4px;
	padding-bottom: 1px;
}

.author-id-1 .commentby {
	background: #FFFAD6;
}

.commentby img {
	vertical-align: middle;
	margin-right: 2px;
	margin-top: -2px;
}

.comment-author, .comment-author a {
	font-weight: bold;
}

.comment-date {
	color: #333;
	text-decoration: none;
}

.akpc_pop {
	display: none;
}

.bullets li {
	margin-left: 20px;
	list-style-type: square;
}