/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 10, 2015, 3:23:04 PM
    Author     : jhenniger
*/
.author-div {
  -moz-box-sizing: border-box;
  color: #666666;
  font: 16px/21px Georgia, 'Times New Roman', serif;
  margin-bottom: 10px;
  padding-top: 4px;
  position: relative;
  width: 600px;
}
.author-div .authorpic {
  background: transparent url(http://freunde.vol.at/mod/mhcom_elggtheme/styles/freunde.jpg) no-repeat 0 0;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 10px;
}
.author-div .authorpic img {
  height: 20px;
  width: 20px;
}
.author-div a,
.author-div a:link,
.author-div a:active,
.author-div a:visited {
  color: #369fbf;
  font-style: normal;
  text-decoration: none;
}
.author-div .date {
  display: inline-block;
  padding: 0;
}
.author-div .date .publish-date {
  color: #999999;
  font-size: 13px;
}
.author-div .date .update-date {
  font-style: italic;
  color: #999999;
  font-size: 13px;
}
.author-div .social {
  display: inline;
  margin-left: 10px;
}
.author-div .social span {
  background: transparent url(/SysRes/global/groups/post-author/post-author.png) no-repeat 0 0;
  font-size: 13px;
  margin-right: 10px;
}
.author-div .social span a {
  color: #999999;
  font-style: italic;
  text-decoration: underline;
}
.author-div .social .email {
  background-position: 0 -22px;
  padding-left: 20px;
}
.author-div .social .twitter {
  background-position: 0 -47px;
  padding-left: 16px;
}
.author-div .social .facebook {
  background-position: 0 -71px;
  padding-left: 8px;
}
.author-div a.forum {
  display: block;
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 52px;
  padding: 0;
  background-color: #bb0000;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
.author-div a.forum span {
  display: block;
  margin: 0;
  padding: 2px 0 0 0;
  background-color: #ffffff;
  color: #999999;
  font-size: 9px;
  font-weight: normal;
  line-height: 9px;
}
