/*
Theme Name: Sancta Simplicitas
Theme URI: http://www.phpied.com/
Description: Bare bone theme using YUI grids
Version: 1.0
Author: Stoyan
Author URI: http://www.phpied.com/
*/

/*
Base styles, mainly menu lists corrections, probably leave as is
*/
a img {
  border: none;
}
blockquote {
  border-left: 5px solid #ccc;
  margin-left: 1.5em;
  padding-left: 5px;
}
#commentform textarea {
  height: 100px;
  width: 100%;
}
ol#commentlist li {
  list-style-type: none;
}
ol#commentlist li li {
  list-style-type: inherit;
}
#menu ul li {
  font-weight: bold;
  list-style-type: none;
  padding-top: 26px;
}
#menu ul ul {
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#menu ul ul li {
  font-weight: normal;
  list-style-type: disc;
  padding: 0px;
  margin: 0px;
}

/*
Go crazy from here...
*/
#menu{
    background: #fff;
}

.meta {
    background: #f8f8f8;
    padding: 5px;
    margin-bottom: 5px;
}
.avatar {
    float: left;
    padding: 5px 10px 0 0;
}

