@import url(/style/cycle.css);
@import url(/style/galleria.css);

.post h2 {
  background: #baead6 url('/graphics/logo-face-2.png') no-repeat center left;
  padding: 7px 0 5px 45px;
  margin-top: 20px;
  font-size: 1.5em;
  clear: both;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.post h3 {
  border-top: 1px solid #93debf;
  border-bottom: 1px solid #93debf;
  padding: 7px 0 5px 5px;
  margin-top: 20px;
  font-size: 1.5em;
}

h2 a {
  color: #666;
}

h3 a {
  color: #666;
}

h2 a:hover, h3 a:hover {
  border: 0;
}

.post_footer {
  width: 935px;
  margin-bottom: 60px;
  margin-top: 10px;
  padding: 10px 0;
  float: left;
  font-size: .85em;
  border-top: 1px dotted #93debf;
  border-bottom: 1px solid #93debf;
}

.post_footer p {
  margin: 0;
}

.last .post_footer {
  margin-bottom: 20px;
  border-bottom: 0;
}

.post_sig {
  float: left;
}

.post_links {
  float: right;
  padding-top: 1.75em;
}

.comments, .add_comment {
  padding-top: 2em;
  clear: both;
}

.add_comment input[type="submit"] {
  margin-top: 1em;
}

.blog_nav {
  float: left;
  clear: both;
  width: 935px;
  padding-bottom: 20px;
}

.blog_nav .newer {
  float: left; 
}

.blog_nav .older {
  float: right;
}

