/*
Theme Name: Project Aon
Theme URI: https://www.projectaon.org/en/Jon/WordpressThemes
Description: Customized theme for Project Aon
Author: Jonathan Blake <jonathan.blake@projectaon.org>
Version: 1.0
Tags: green,orange
*/

@import url(main.css);
@import url(wp.css);

.single #nav-above {
  display:none;
}

.xoxo {
  list-style-type: none;
  padding-left: 0;
}

.xoxo ul {
  list-style-type: disc;
  padding-left: 1em;
}

.entry-meta, .entry-utility {
  padding: 0.5ex 1em;
  font-size: small;
}

#comments-list ol {
  padding-left: 0;
}
#comments-list ol li {
  margin-bottom: 2ex;
  /* border: solid thin #dca; */
  padding: 2ex;
}

blockquote {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #330;
}

blockquote p {
  margin-top: 0;
  }

.post {
  margin: 0;
  padding: 0 0 1.5em 14px;
  border-bottom: 1px solid #996;
}

.post-body {
  margin: 0;
}

.post-footer, .blogger-labels {
  margin: 0;
  padding-left: 1em;
  font-size: small;
  color: #996;
}

#side-bar {
 padding-top: 2ex;
 padding-bottom: 2ex;
 border-top: thin solid #996;
 border-bottom: thin solid #996;
 background-color: #ffe6cc;
 font-size: small;
}

#side-bar h2 {
 margin-top: 0.25em;
 margin-bottom: 0;
 font-size: 1em;
}

#side-bar ul {
 margin-top: 0;
 margin-bottom: 0.25em;
}

#comments {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #663;
}

#comments ul {
  margin-left: 0;
}

#comments li {
  list-style: none;
  background: none;
  padding-left: 0;
}

.comment-body {
  padding: 0 10px 0 0px;
}

.comment-body p {
  margin-bottom: 0;
}

.comment-data {
  margin: 4px 0 0 0;
  padding: 0 1em 0.5em 2em;
  color: #996;
  border-bottom: 1px solid #996;
}


.deleted-comment {
  font-style:italic;
  color:gray;
}

.clear { /* to fix IE6 padding-top issue */
  clear: both;
  height: 0;
}

#footer {
  border: 0 none;
}
