html {
  margin: 0 auto;
  padding: 0;
}
body {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  background-color: #fff;
}

/* OUTER WRAPPER */
#page-c {
  width: 810px;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}

/* HEADER */
#header {
  margin: 0;
  padding-bottom: 7px;
}
#header h1 {
  font-size: 18pt;
  letter-spacing: -.8px;
  margin: 40px 0 0 0;
  padding: 0;
  float: left;
}
#header h1 a {
  color: #000;
  text-decoration: none;
}
#header h1 a:hover {
  text-decoration: underline;
}
#header h2 {
  margin: 0;
  padding: 8px 0 0 0;
  float: right;
}

/* SUB HEADER NAVIGATION */
#sub-header {
  margin-bottom: 3.0em;
  background-color: #eee;
  text-align: right;
  overflow: hidden;
}
#sub-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sub-header li {
  float: right;
  width: 110px;
  border-left: 2px solid #fff;
}
#sub-header li a {
  padding: 8px 8px 16px 0;
  font-size: 10pt;
  font-weight: bold;
  color: #444;
  display: block;
  text-decoration: none;
}
#sub-header li.selected a {
  background-color: orange;
  color: #fff;
}
#sub-header li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #e07626;
}

/* BODY AND SIDEBAR */
#content {
  width: 520px;
  float: left;
}
#sidebar {
  width: 220px;
  float: right;
  color: #666;
}
#sidebar .sidebar-element {
  margin: 0;
  margin-bottom: 3em;
}
#sidebar-subscribe {
  vertical-align: bottom;
}
#sidebar-subscribe img {
  padding-right: 2px;
}
.sidebar-element h2 {
  font-family: "helvetica neue", helvetica, arial, sans-serif;
	margin: 0;
	line-height: 1.4em;
	letter-spacing: -.1px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #333;
}
.sidebar-element h2 a {
  color: #333;
  text-decoration: none;
}
.sidebar-element h2 a:hover {
  color: #000;
  text-decoration: underline;
}
#sidebar .sidebar-element ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar .sidebar-element ul li {
  font-size: .94em;
  line-height: 1.6em;
  margin: 0;
}


/* POSTS */
.post {
  margin-bottom: 5.3em;
}
.post-in-list {
  margin-bottom: 1.3em;
}
.post .authorname {
  font-weight: bold;
  color: #777;
}
h1.post-title, h1.page-title {
  margin: 0;
	padding: 0;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	letter-spacing: -0.04em;
	line-height: 1.2em;
	font-size: 200%;
	font-weight: bold;
	color: #555;
}

.post-in-list h1.post-title {
  font-size: 160%;
}
h1.post-title a {
  text-decoration: none;
  color: #222;
}
h1.post-title a:hover {
  text-decoration: underline;
  color: #000;
}
.post-subhead {
  margin: 0;
  padding: 0;
	margin: 0 0 1.7em 0;
}
.post-subhead p {
  margin: 0;
  padding: 0;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 90%;
  line-height: 1.5em;
  font-weight: normal;
	font-style: italic;
	color: #777;  
}
  .post-in-list .post-tags {
    margin: 0;
  }
.post-meta {
  border-top: 2px solid #eee;
  margin-top: 1.3em;
	color: #777;
  text-align: right;
}
.post-meta a {
  text-decoration: none;
}
.post-meta a:hover {
  text-decoration: underline;
}
.post-author {float: left;}
.post-comments {}

.postedby {
	padding-right: 5px;
}
.commentslink {
	text-align: right;
}


/* POST CONTENT STYLES */
.post-body {
  font: 12px verdana, georgia, serif;
}
.post-body h1 {
	margin: 0;
	line-height: 1.4em;
	margin-bottom: 0;
	font-size: 1.1em;
	color: #333;
}
.post-body h2 {
  font-family: "helvetica neue", helvetica, arial, sans-serif;
	margin: 0;
	line-height: 1.1em;
	letter-spacing: -.2px;
	margin-bottom: 0;
	font-size: 1.4em;
	color: #222;
}
p, ul, blockquote, pre, td, th, label, pre {
	margin: 0;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	color: #444;
}
blockquote {
  padding: 0 20px 0 40px;
  background-image: url('/images/sitewide/quotes.gif');
  background-repeat: no-repeat;
  color: #777;
}
blockquote p {
 color: #777;
}
.post-body a {
  color: #18619f;
  text-decoration: underline;
}
.post-body a:visited {
  color: #4e789c;
}
.post-body a:hover {
  color: #073054;
}
.post-body img.bordered-left {
  border: 3px solid #eee;
  margin: 0 12px 12px 0;
}
.post-body img.bordered-right {
  border: 3px solid #eee;
  margin: 0 0 12px 12px;
}
.post-body img.plain-left {
  margin: 0 12px 12px 0;
}
.post-body img.plain-right {
  margin: 0 0 12px 12px;
}
.post-body ol.steps-list li {
  margin-bottom: 1em;
}

/* GENERAL LINKS */
a {color: #4e789c;}
a:hover {color: #165081;}
a img {border: 0;}

/* PAGINATION */
#pagination {
  font-size: 120%;
  line-height: 2.2em;
  padding: 0;
  margin-bottom: 1em;
}
#pagination a {
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  text-decoration: none;
  color: #e07626;
  font-weight: bold;
}
#pagination .back {
  float: right;
}
#pagination .forward {
  float: left;
}

/* COMMENTS */
#comments h2.admin-comment {
  background-color: #fffbd0;
  padding: 2px;
}
h2.commenter-name {
  margin: 0;
	padding: 0;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	letter-spacing: -0.04em;
	line-height: 1.2em;
	font-size: 150%;
	font-weight: bold;
	color: #555;
}
h3.comment-date {
  margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	font-weight: normal;
	font-style: italic;
	color: #777;
}
ol.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol.comment-list li {
  border-left: 10px solid #eee;
  padding-left: 16px;
  margin: 0;
  margin-bottom: 2.65em;
}
.comment-body {
  margin-top: 2px;
  line-height: 1.5em;
  color: #666;
}


/* COMMENT FORM */
#comment-form {
  margin-top: 60px;
  font-size: 10pt;
}
#comment-form label {
  font-weight: bold;
  color: #444;
}
#comment-form input[type="text"] {
  width: 200px;
}
#comment-form textarea {
  width: 440px;
  margin-top: 10px;
}
#comment-form input[type="submit"] {
  margin-right: 10px;
  margin-top: 5px;
}
#comment-form .comment-form-row {
  margin-top: 4px;
}
#comments-rss-link {
  margin-top: 30px;
  font-size: .9em;
}
#comments-rss-link img {
  padding-right: 6px;
}

.botlure {
  display: none;
}


/* FLICKR PHOTOSTREAM */
#flickr {
  width:100%;
  padding-bottom: 2px;
}
#flickr img {
  float:left;
  margin: 4px 14px 8px 0;
  background:#ddd;
  padding:4px;
  width:51px;
  height:51px;
}

/* PAGE TITLE */
.page-title-section {
  padding-bottom: 1.2em;
  margin-bottom: 2em;
  border-bottom: 4px solid #ddd;
}
h1.page-title {
  font-size: 180%;
}

/* TAGS */
ul.tags-list {
  padding-left: 20px;
}
ul.tags-list li {
  color: #aaa;
  margin: 0;
  margin-bottom: 4px;
}

/* GLOBAL */
#notice {
  background-color: #f8f4c8;
  padding: 1.5em;
  font-size: 1.2em;
}
.info {color: #666;}
.clear {clear: both;}

/* FOOTER */
#footer {
  margin-top: 6em;
  padding: 2px;
  background-color: #eee;
  font-family: helvetica, arial, sans-serif;
  text-align: center;
  font-size: 11px;
  color: #777;
}

