img {
   behavior: url("http://berlinaleblog.laohu.de/index.php?/plugin/pngbehavior.htc");
}
/* templates/berlinale/style.css  */
/* HTML Elements */

body {
   background-color: #F8F8FF;
   color: #444;
   margin: 0;
   padding: 0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 100.01%;
}

p, td {
	font-size: 80%;
	line-height: 135%;
}

form {
	margin: 8px 0;
}

a:link, a:visited {
	background-color: inherit;
	color: #993333;
}

a:hover, a:active {
	background-color: inherit;
	color: #993333;
	text-decoration: none;
}

h1 {
	background-color: inherit;
	color: #993333;
	display: inline;
	font-size: 100%;
}



h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited {
	background-color: inherit;
	color: #993333;
	text-decoration: none;
}

h1 a:hover, h1 a:active,
h2 a:hover, h2 a:active  {
	background-color: inherit;
	color: #993333;
	text-decoration: underline;
}

h2 {
	background-color: inherit;
	color: #993333;
	font-size: 80%;
	margin: 15px 0 5px 0;
}

h3 {
	font-size: 80%;
}

h4 {
	background-color: inherit;
	color: #993333;
	font-size: 90%;
   margin: 30px 0 0 0;
   font-weight: bold;
}

p {
	background-color: inherit;
	color: #444444;
}

a img {
	border: none;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
select,
/*textarea*/ {
  border: 1px #999 solid;
  background-color: white;
  color: #333;
  font-size: 80%;
}

input:focus,    input:hover,
button:focus,   button:hover,
submit:focus,   submit:hover,
select:focus,   select:hover,
textarea:focus, textarea:hover {
  background-color: #eee;
  color: inherit;
}

input.radio,
input[type="radio"],
input[type="checkbox"] {
  border: none;
}

blockquote {
  border: 1px #999 dotted;
  background-image: url(templates/berlinale/img/quote.gif);
  background-repeat: no-repeat;
  background-position: 0.5em 0.5em;
  padding: 1em;
  margin: 1em;
  margin-right: 0;
}

ul{
   list-style-type: square;
   list-style: square;
   line-height: 110%;
   margin-left: -2px;
}

/* Banner */

#serendipity_banner {
  background-image: url(templates/berlinale/img/bbaer-11.gif);
  background-repeat: no-repeat;
  height: 100px;
  margin: 25px 8px 0 55px;
}

#serendipity_banner h1 {
  margin: 10px 0 0 145px;
  font-size: 120%;
}

#serendipity_banner h2 {
  margin: 10px 0 0 145px;
  font-size: 100%;
  /* border-bottom: 1px #999 dotted; */
}


/* Calendar */

table.serendipity_calendar a,
table.serendipity_calendar a:link,
table.serendipity_calendar a:visited {
  font-weight: bold;
  /* font-style: italic; */
}

table.serendipity_calendar a:hover {
  background-color: #ccc;
  color: #993333;
}

table.serendipity_calendar td {
  font-size: x-small;
  padding: 0.2em;
  text-align: center;
}

td.serendipity_calendarHeader a,
td.serendipity_calendarHeader a:link,
td.serendipity_calendarHeader a:visited,
td.serendipity_calendarHeader a:hover {
  color: #993333;
  background-color: inherit;
  font-weight: bold;
  border: 0;
  
}

/* Sidebars */

#serendipityLeftSideBar {
   position: absolute;
   top: 0;  
   left: 5px;
   width: 160px;
   margin: 10px 0 0 15px;
}
#serendipityRightSideBar {
   position: absolute;
   top: 0;  
   right: 0;
   width: 160px;
   margin: 10px 15px 0 0;
}


.serendipitySideBarTitle,
.serendipitySideBarTitle h3{
  font-size: 70%;
  color: #999;
  background-color: inherit;
  font-weight: bolder;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 2px;
}

#serendipityRightSideBar * .serendipitySideBarTitle {
  border-bottom: 1px #999 dotted;
}

#serendipityLeftSideBar * .serendipitySideBarTitle {
  border-bottom: 1px #999 dotted;
  /* margin-left: 3px; 
  float: left;*/
}

#serendipityLeftSideBar ul {
   list-style: none;
}

div.serendipitySideBarItem {
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.serendipitySideBarContent {
  color: #444;
  background-color: inherit;
  /* border-top: 1px #999 dotted; */
  font-size: 70%;
  padding-top: 7px;
  padding-left: 1em;
  padding-right: 1em;
}

#serendipityRightSideBar * .serendipitySideBarContent {
  /* border-right: 1px #999 dotted; */
  margin-bottom: 15px;
}

#serendipityLeftSideBar * .serendipitySideBarContent {
  /* border-right: 1px #999 dotted; 
  float: left; */
  margin-bottom: 15px;
}

/* Entries */

div.serendipity_Entry_Date {
  padding-left: 1em;
  margin-top: 2px;
}

.serendipity_date {
  color: #999;
  background-color: inherit;
  font-weight: bold;
  text-transform: lowercase;
  margin: 10px 0;
  border-bottom: 1px #999 dotted;
  text-align: right;
  vertical-align: bottom;
}

.serendipity_title,
.serendipity_Admin_title {
  /* padding-bottom: 0.7em;
  font-size: medium; */
  font-weight: bold;
  /*text-transform: uppercase;*/
}

.serendipity_title a,
.serendipity_title a:link,
.serendipity_title a:visited,
.serendipity_title a:hover,
.serendipity_Admin_title a,
.serendipity_Admin_title a:link,
.serendipity_Admin_title a:visited, 
.serendipity_Admin_title a:hover{
  color: #993333;
  background-color: inherit;
  text-decoration: none;
}

.serendipity_entry,
.serendipity_admin {
  line-height: 140%;
}

a:link.serendipity_entry_extended,
a:visited.serendipity_entry_extended,
a:hover.serendipity_entry_extended,
a:active.serendipity_entry_extended {
   font-size: 80%
}


div.serendipity_entryFooter {
  clear: both;
  margin: 15px 0 30px 0;
  font-size: 70%;
  text-align:right;
}

/* Comments */

.serendipity_comment {
  font-size: 80%;
  margin-right: 10px;
  margin-top: 0.7em;
}

.serendipity_comment_source {
   display: block;
    margin: 5px 0 25px 0;
    font-size: 85%;
    text-align: right;
}

.serendipity_commentDirection{
   font-size: 85%;
}
.serendipity_commentBody {
  padding-bottom: 1em;
}

.serendipity_commentsLabel {
  font-size: 80%;
  vertical-align:top
}

.serendipity_commentsTitle {
  font-size: 80%;
  font-weight: bold;
}

/* Admin */

.serendipity_admin td {
}

/* Misc */

#mainpane {
   position: absolute;
   top: 125px;
   left: 0;
}
#content {
   margin-left: 180px;
   margin-right: 220px;
}

/** Embedded images with the s9y image manager **/
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid black;
    background-color: #EFEFEF;
    color: inherit;
    margin: 3px;
}

.serendipity_imageComment_center {
    margin: 0px;
}

.serendipity_imageComment_left {
    float: left;
}

.serendipity_imageComment_right {
    float: right;
}

.serendipity_imageComment_img,
.serendipity_imageComment_img img {
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-align: center;
}

.serendipity_imageComment_txt {
    margin: 0px;
    padding: 3px;
    clear: both;
    font-size: 9pt;
    text-align: center;
}

img.serendipity_entryIcon {
    float: right;
    border: 0px;
    padding: 0.3em;
}

.serendipity_admin_list_item_even {
}

.serendipity_admin_list_item_uneven {
    background-color: #eee;
    color: inherit;
}

.serendipity_admin_filters {
    border: 1px #999 dotted;
    background-color: #FFFFFF;
    color: inherit;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 2px;
}

.serendipity_admin_filters_headline {
    border-bottom: 1px solid;
}

.serendipity_admin_sortorder {
    font-size: 10px;
    text-align: center;
}

.serendipity_admin_sortorder input,
.serendipity_admin_sortorder select,
.serendipity_admin_filters input,
.serendipity_admin_filters select {
    font-size: 10px;
}

.serendipity_comments {
}

.serendipity_center {
    margin: 10px auto auto auto;
    /* text-align: center; */
    font-size: 70%;
}

.serendipity_msg_important {
    color: red;
    background-color: inherit;
}

.serendipity_msg_notice {
   color: green;
   background-color: inherit;}

.serendipity_entry_author_self {
}

.serendipity_comment_author_self {
  /* color: #669999;
  background-color: inherit; */
}

.serendipity_entry ul li{
   font-size: 80%;
/*   margin-left: 20px;   */
}div.linklist span.menu_title {
}

div.linklist {
      padding: 0px;
      margin: 0px;
      text-align: left;
	/* font-size: 11px; */
	color: #666;
	/* white-space: nowrap; */
	direction: ltr;
}
div.linklist ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      text-align: left;
	/* white-space: nowrap; */
}

div.linklist li {
      margin: 0px;
      padding: 0px;
	/* white-space: nowrap; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* white-space: nowrap; */
}


/* div.linklist img {
	border: 0px;
	vertical-align: middle;
} */

div.linklist a.folder {
	text-decoration: none;
}
