/*
** Author.css
*/

body.author div#content img.photo {
  width: 473px;
  height: auto;
}

body.author div#content h2 {
  margin-top: 10px;
}

body.author div#content p.titel {
  font-size: 12px;
  text-transform: uppercase;
}

body.author div#content p.bold {
  font-weight: bold;
}

body.author div#content p {
  margin-bottom: 7px;
}

/* specifics */

body.author div#content div.description {
  display: block;
  padding-bottom: 13px;
}

body.author div#content div.kontakt {
  display: block;
  padding-bottom: 7px;
}

body.author div#content div.posts {
  display: block;
  padding-bottom: 7px;
}

/*
** Author list
*/

body.category-omoss div#content div.userlist {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

body.category-omoss div#content div.userlist img {
  display: block;
  width: 165px;
  margin-right: 10px;
  float: left;
  height: auto;
}

body.category-omoss div#content div.userlist h3 span.titel {
  display: block;
  font-size: 16px;
}

body.category-omoss div#content div.userlist h2 {
  
}

body.category-omoss div#content div.userlist p {
  
}

