img {
   behavior: url("http://carpe-diem.childrentooth.de/plugin/pngbehavior.htc");
}

.serendipity_entrypaging {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    display: block;
}
/* templates/portugiesisch/style.css  */
/* HTML Elements */

body {
 font-family: verdana, "Century Gothic", arial;
 color: #000000;
  background: white; 
  background: url(templates/portugiesisch/blogg.jpg);
  background-attachment: fixed;
  background-color: white;
  background-repeat: no-repeat;
  font-size: 12px;

}

h3, h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

a,
a:link,
a:visited {
  color: #A52A2A;
  text-decoration: none;
}

a:active,
a:hover {
  color: #669999;
  text-decoration: none;
}

/* Banner */

#serendipity_banner {
  background-image: url(templates/portugiesisch/kopf.jpg);
  background-repeat: no-repeat;
  background-position: 62px;
  height: 178px;
 
}

a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited,
#serendipity_banner h1 {
  font-family: verdana, "Century Gothic", arial;
  font-size: x-large;
  color: #cc9933;
  text-decoration: none;
visibility:hidden;
}

a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited,
#serendipity_banner h2 {
  font-family: verdana, "Century Gothic", arial;
  color: #ccc;
  font-size: x-small;
  font-weight: bold;
visibility:hidden;
}

/* Calendar */

table.serendipity_calendar a,
table.serendipity_calendar a:link,
table.serendipity_calendar a:visited,
table.serendipity_calendar a:hover {
  color: #666;
  font-size: x-small;
}

table.serendipity_calendar td {
  line-height: 140%;
  font-size: x-small;
}

td.serendipity_weekDayName {
  font-size: xx-small;
}

td.serendipity_calendarHeader a:link,
td.serendipity_calendarHeader a:visited,
td.serendipity_calendarHeader a:hover {
  font-family: verdana, "Century Gothic", arial;
  color: #003366;
  font-size: x-small;
  text-decoration: none;
  font-weight: bold;
}

/* Sidebars */

#serendipityLeftSideBar
{
  display: block;
  padding: 5px;
  vertical-align: top;
  top: 10px;
  width: 185px;
 
}
#serendipityRightSideBar {
  display: block;
  padding: 2px;
  vertical-align: top;
  left: 510px;
  top: 190px;
  position: absolute;
}

.serendipitySideBarTitle {
  font-family: verdana, "Century Gothic", arial;
  color: #314520;
  font-size: x-small;
  font-weight: bold;
  line-height: 100%;
  padding: 0.5em;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  border-bottom: thin dotted #666;
  padding-left: 1em;
  width: 170px;
  
}

div.serendipitySideBarItem {
  font-family: verdana, "Century Gothic", arial;
  color: #333;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 1em;
  padding-bottom: 1em;
  background-color: White;
  width: 170px;
}

.serendipitySideBarContent {
  padding-top: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
}

/* Entries */

div.serendipity_Entry_Date {
  padding-left: 1em;
}

.serendipity_date {
  font-family: verdana, "Century Gothic", arial;
  font-size: normal;
  color: #314520;
  font-weight: bold;
 text-transform: uppercase;
  padding-top: 1em;
  border-bottom: thin none #666;
  width: 385px;
}

.serendipity_title {
  border-left: thin none #666;
  /*border-right: thin #666 dotted;*/
}

.serendipity_title a,
.serendipity_title a:hover,
.serendipity_title a:link,
.serendipity_title a:visited,
.serendipity_Admin_title,
.serendipity_Admin_title a,
.serendipity_Admin_title a:hover,
.serendipity_Admin_title a:link,
.serendipity_Admin_title a:visited {
  font-family: verdana, "Century Gothic", arial;
  font-size: small;
  font-weight: bold;
  color: #CF0003;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 0.7em;
}

.serendipity_entry,
.serendipity_admin {
  font-size: small;
  font-weight: normal;
  line-height: 140%;
  padding: 1em;
  padding-left: 0.4em;
  border-left: thin none #666;
  border-right: thin #666 dotted;
  border-bottom: thin none #666;
  background-color: White;
  width: 385px;
  
}

div.serendipity_entryFooter {
  padding-top: 1em;
  clear: both;
  font-size: x-small;
  width: 385px;
}

div.serendipity_entryFooter a {
  text-decoration: underline;
}

/* Comments */

.serendipity_comment {
  font-size: small;
  margin-left: 10px;
  margin-right: 10px;
  padding: 3px;
  overflow: auto;
  width: 385px;
}

.serendipity_comment_source {
  border-bottom: 1px dotted #999;
}

.serendipity_commentsLabel {
  font-size: small;
}

.serendipity_commentsTitle {
  font-size: normal;
  font-weight: bold;
  text-transform: uppercase;
}

/* Admin */

.serendipity_admin td {
}

/* Misc */

#content {
  width: 100%;
  top: 180px;
	left: 75px;	
  width: 385px;
  position: absolute;
}

/** Embedded images with the s9y image manager **/
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid black;
    background-color: #EFEFEF;
    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;
}

.serendipity_admin_list_item_even {
    background-color: #ffffff;
}

.serendipity_admin_list_item_uneven {
    background-color: #eee;
}

.serendipity_admin_filters {
    border: 1px dashed;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    padding: 2px;
}

.serendipity_admin_filters_headline {
    border-bottom: 1px solid;
}

.serendipity_admin_sortorder {
    text-align: center;
}


.serendipity_comments {
	width: 385px;
}

.serendipity_center {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}

.serendipity_entry_author_self {
}

.serendipity_comment_author_self .serendipity_comment_source {
    border-bottom: 2px solid #cc9933;
}
#mainpane {
	top: 180px;
	left: 65px;	
	position: absolute;
}
/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	direction: ltr;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}
