/* General/main layout */

#dashboard {
  height: 24px;
  text-align: left;
  /*background: #cc4dae;*/
  background: #f1f1f1;
  width: 100%;
  border-bottom: 1px solid #ccc;
  line-height: 2;
}

#dashboard b {
  margin-left: 10px;
}

#dashboard a {
  color: #6abd13;
}

#dashboard form {
  display: inline;
  margin: 0px;
  padding: 0px;
}

#header {
  text-align: center;
}

#header h1 {
  text-shadow: 2px 2px 2px #ccc;
  font-weight: bold;
  line-height: 1.5;
}

#header h1 a {
  text-decoration: none;
  color: inherit;
}

#sidebar {
  padding-left: 20px;
}

.clear {
  clear: both;
}

.container {
  padding-top: 10px;
}


/* Login page */

input.openid {
  background: url(/images/openid_login_bg.gif) no-repeat;
  background-position: 0 50%;
  background-color: #fff;
  padding-left: 18px;
}


/* Blog posts (member view, archive + permalink) */

/*#about-me {
  background: #eee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#about-me p {
  padding: 5px;
  margin: 0px;
}*/

#subscribe-link img {
  vertical-align: middle;
  margin-right: 2px;
}

h2.post-title {
  font-family: Georgia;
  letter-spacing: -1px;
  word-spacing: 3px;
}

.post-title a {
  text-decoration: none;
  /*color: #cc4dae;*/
  color: #222;
}

span.post-created-at {
  font-size: smaller;
  color: #aaa;
}

div.post-date {
  margin-bottom: 0.75em;
  color: #666;
}

div.post-text {
  font-family: Georgia;
  font-size: 130%;
  line-height: 160%;
  color: #444;
  text-align: justify;
}

div.post-text img {
  margin: 14px;
  max-width: 482px;
}


/* Member show */

.post_date {
  clear: both;
  color: #ccc;
  float: left;
  font-family: Verdana;
  font-size: 34px;
  letter-spacing: -2px;
  line-height: 35px;
  width: 130px;
  /*text-transform: uppercase;*/
}

.post_date_box {
  background-color: #95d912;
  /*background-color: #ccc;*/
  color: #fff;
  float: right;
  font-size: 9px;
  font-weight: bold;
  height: 30px;
  letter-spacing: 0;
  line-height: 9px;
  padding-top: 2px;
  text-align: center;
  width: 45px;
}

form.edit_member textarea {
  height: 75px;
}


/* Archive */

.archive_month {
  color: #666;
  font-size: 16pt;
  line-height: 16pt;
}

.archived_post img {
  margin: 0 5px 5px 0;
}

.post_archive_date {
  background-color: #ccc;
  color: #fff;
  display: block;
  float: left;
  font-size: 9pt;
  font-weight: bold;
  line-height: 10pt;
  margin-right: 3px;
  padding: 1px;
  text-align: center;
  width: 15px;
}

.archived_post_excerpt {
  color: #888;
  margin: 5px;
}


/* Comments (permalink) */

.comment {
  clear: both;
  margin: 10px;
}

.comment img {
  float: left;
  margin-right: 10px;
}

.comment .openid-icon {
  float: none;
  margin: 0px;
}

.comment-timestamp {
  color: #888;
}