/*
Theme Name: Blix
Theme URI: http://www.kingcosmonaut.de/blix/
Description: Hmmm...
Version: 0.9.1
Author: Sebastian Schmieg
Author URI: http://www.kingcosmonaut.de/
*/

@import "layout.css";
@import "spring_flavour.css";

.hemidemi_box {
  text-align:center;
  font-size:12px;
  margin-bottom:4px;
}
.hemidemi_box img { margin:2px; }
.hemidemi_box a {
  font-size: 12px;
  text-decoration: none;
}
.bookmark_user {
  overflow:hidden;
  word-wrap:break-word;
  border:1px solid #eee;
  padding:2px;
  float:left;
  margin:1px;
  width:48px;
  height:55px;
  text-align:center;
}
.bookmark_user .name {
  text-align:center;
  padding:1px;
}
.bookmark_user .name a {
  font-size:0.9em;
  color:#333;
}
.bookmark_user .thumbnail {
  width:48px;
  height:40px;
  padding:0px;
  overflow:hidden;
  text-align:center;
}
.bookmark_user .thumbnail img {
  border: none;
  width: 40px;
}
.hemidemi_comment {
  float:none;
  margin:4px;
  padding:2px;border:solid 1px #eee;
  overflow:hidden;
  height:14px;

.hemidemi_comments {
  text-align:left;
  font-size:12px;
  margin-bottom:4px;
}
.hemidemi_comments img { margin:2px; }
.hemidemi_comments a {
  font-size:
  12px;
  text-decoration: none;
}
.bookmark_comment {
  float:none;
  word-wrap:break-word;
  border:1px solid #eee;
  margin:1px;
  padding:4px;
  text-align:left;
}
.bookmark_text {
  display:block;
  border:0px solid #eee;
  margin:1px;
  padding:4px;
  text-align:left;
}
.bookmark_userinfo {
  display:inline;
  float:left;
  margin:4px;
  width:50px;
  text-align:center;
}
.bookmark_userinfo a:link {
  text-decoration: none;
  color:#333;
}
.bookmark_userinfo a:visited {
  text-decoration: none;
  color:#333;
}
.bookmark_userinfo .thumbnail {
  float:none;
  width:50px;
  padding:0px;
  overflow:hidden;
  text-align:center;
}
.bookmark_userinfo .thumbnail img {
  border: none;
  width: 40px;
}
.bookmark_userinfo .name {   text-align:center; }

.invisible, #invisible {
display: none;
}