img {
   behavior: url("http://iblog.ikarius.net/index.php?/plugin/pngbehavior.htc");
}
/* # $Id: style_guestbook_backend.css - v2.8 2007/07/23 ian */

/******** Begin Guestbook Styles *********/

	.serendipity_guestbook  {
		margin: 0;
		padding: 0px;
	}

	#guestbook_entrypaging {
		border: 0 none;
		padding-bottom: 50px;
		text-align: center;
	}

	h2.serendipity_title {
		position: relative;
		top: 4px;
		font-size: 18px;
		line-height: 25px;
		color: #656551;
		letter-spacing: -1px;
		background: url('plugins/serendipity_event_guestbook/img/a22.gif') bottom repeat-x;
		padding: 0px 0px 10px 0px;
		margin-bottom: 20px;
	}

	#guestbook_entrybundle {
		margin: 0;
		padding: 0;
		text-align: left;
	}
	
	.serendipity_commentDirection { 
		text-align:justify;
	}
	
	.guestbook_emailprotect { 
		font-size: x-small;
	}
	
	.captcha { 
		border: 1px solid #777;
	}
	
	.guestbook_entrytop { 
		white-space:nowrap;
        margin-bottom:10px;
	}
	
	.guestbook_entrytop a,
	.guestbook_entrytop a:link,
	.guestbook_entrytop a:visited,
	.guestbook_entrytop a:active,
	.guestbook_entrytop a:focus { 
		text-decoration:underline;
	}
	
	.guestbook_entrytop a:hover {
		text-decoration:none;
	}
	
	.guestbook_admin { 
		text-align: right;
	}
	
	.guestbook_admintext { 
		text-align: right; 
		padding-right: 10px;
	}
	
	.guestbook_admintextdim { 
		color: #777; 
		text-decoration: none;
	}
	
	td.guestbook_adminbutton { 
		text-align: right;
		vertical-align: top;
	}
	
	.guestbook_entrybottom { 
		margin-bottom: 6px;
	}
	
	.guestbook_dynamicentry {
		text-align: left;
		padding: 4px;
		white-space:nowrap;
	}
	
	.guestbook_dynamicentrylabel {
		font-size: 12px;
		font-weight: 700;
		color: #990000;
	}
	
	.guestbook_splitentries { 
		clear: both;
        margin-bottom:10px;
	}
	
	.guestbook_errorbundled { 

	}
	
	.guestbook_errors { 
		text-align: left;
		color: #800040;
	}
	
	.guestbook_popup { 
		text-align:center;
		padding-bottom: 10px;
	}
	
	a:link.serendipityPrettyButton,
	a:visited.serendipityPrettyButton,
	a:hover.serendipityPrettyButton { 
	   text-decoration: none;
	   color: #1D2E3F;
	}

	.serendipityPrettyButton { 
		padding: 1px;
		/* see inside guestbook plugin while we need the template path, which does not get parsed here */
		/*background: #80B0DA url({TEMPLATE_PATH}/button_background.png) repeat-x top;*/
		color: #1D2E3F;
		font-weight: bold;
		font-size: 0.9em;
		border: 1px outset #000;
		margin: 2px;
	}

	/* Special class if the button is a <a> tag */
	a.serendipityPrettyButton { 
		padding: 2px 4px 2px 4px;
		cursor: pointer;
		/* see inside guestbook plugin while we need the template path, which does not get parsed here */
		/*background-image: url({TEMPLATE_PATH}/button_background.png);
		background-repeat: repeat-x;
		background-position: top;*/
	}

	.serendipity_entry, 
	.serendipity_entry_body {
		border-top: 0 none;
	}

.serendipityCommentForm {
    display:block;
    float:left;
}

.serendipityCommentExplanation {
    display:block;
    float:left;
}

.form_name_label {
    float:left;
    width:70px;
}
#serendipity_guestbookform_name {
    float:left;
    margin-right:300px;
}
.form_mail_label {
    clear:left;
    float:left;
    width:70px;
}
#serendipity_guestbookform_email {
    float:left;
    margin-right:300px;
}
.guestbook_emailprotect {
    float:left;
}
.form_url_label {
    clear:left;
    float:left;
    width:70px;
}
#serendipity_guestbookform_url {
    float:left;
    margin-right:300px;
}
.form_textarea_label {
    clear:left;
    float:left;
}
#serendipity_guestbookform_comment {
    clear:left;
    float:left;
    clear:left;
    width:600px;
    height:200px;
}

/******** End Guestbook Styles *********/


    .serendipity_guestbook .serendipityPrettyButton {
        background: #80B0DA url(http://iblog.ikarius.net/plugins/serendipity_event_guestbook/img/button_background.png) repeat-x top;
    }

    .serendipity_guestbook a.serendipityPrettyButton {
        background: transparent url(http://iblog.ikarius.net/plugins/serendipity_event_guestbook/img/button_background.png) repeat-x top;
    }


/* templates/ikariusblog_2009/style.css  */
body,html
{
    font-size: 12px;
    font-family: "trebuchet ms", helvetica, sans-serif;
    line-height: 1.6;
    color:#333333;
    padding: 0px;
    margin: 0px;
}

#primarycontent {
    position: relative;
    width: 633px;
    float: left;
}

#secondarycontent {
    position: relative;
    width: 180px;
    float: right;
    top:17px;
}

div#footer {
    position:relative;
    width:660px;
    clear:both;
    text-align:center;
    margin: 0 0 20px 0;
    padding-top:30px;
}

p
{
    margin-bottom: 14px;
    text-align: justify;
}

p.impressum {
    margin-bottom: 30px;
}

p.datenschutz {
    margin-bottom: 30px;
}

span.code {
    font-family: monospace;
    display:block;
    background-color:#999999;
    border:dashed 1px #000000;
    color:white;
    margin:13px 0px 0px 0px;
    padding: 3px 3px 3px 7px;
}

#primarycontent p.slash_der_woche {
    padding:0px;
    margin:30px 0px 0px 0px;
}
#primarycontent p.slash_p {
    padding:0px;
    margin:0px 0px 30px 0px;
}

a
{
color:#383838;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}


#content_wrapper {
    position: relative;
    width: 900px;
    margin: 0px auto;
    padding: 0px;
    background: none;
}

#inner
{
position: relative;
padding: 13px 30px 0px 30px;
z-index: 2;
}

#header
{
    display:none;
}

div.header {
    margin:0 0 10px 0;
}

#head_spacer {
    position:relative;
    right:0px;
    width:840px;
    height:260px;
    z-index:100;
    background-image:url(/images/iBlog_header.jpg);
    margin-bottom:40px
}

#menu
{
position: relative;
background: #fff url('img/a16.gif') repeat-x;
height: 67px;
padding: 0px 20px 0px 5px;
margin: 206px 0px 20px 0px;
}

#menu ul
{
}

#menu ul li
{
display: inline;
line-height: 52px;
padding-left: 3px;
}

#menu ul li.first
{
border-left: 0px;
}

#menu ul li a
{
background-color: transparent;
background-repeat: repeat-x;
padding: 8px 12px 8px 12px;
font-size: 12px;
color:#383838;
font-weight: bold;
}

#menu ul li a:hover
{
background: #fff url('img/a18.gif') repeat-x top;
color:#383838;
text-decoration: none;
}

dd {
    padding:0;
    margin:0;
}

ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

#date
{
position: absolute;
top: 0px;
line-height: 52px;
color:#383838;
right: 30px;
font-weight: bold;
font-size: 12px;
letter-spacing: -1px;
}

#secondarycontent .content
{
padding: 0px 10px 0px 10px;
margin-bottom: 30px;
}


#primarycontent h3 {
    font-size: 30px;
    padding:0px;
    margin:0px 0px 10px 0px;
}

#primarycontent h3.impressum {
    font-size: 18px;
    padding:0px;
    margin:0px 0px 10px 0px;
}

#primarycontent h3.datenschutz {
    font-size: 18px;
    padding:0px;
    margin:0px 0px 10px 0px;
}

#primarycontent h3.guestbook_h3 {
    font-size: 18px;
    padding:0px;
    margin:0px 0px 0px 0px;
}

#primarycontent h3.links {
    font-size: 18px;
    padding:0px;
    margin:30px 0px 0px 0px;
}

#primarycontent h3.iblog_header {
    font-size: 18px;
    padding:0px;
    margin:30px 0px 0px 0px;
}

#secondarycontent h3 {
    font-size: 18px;
    padding:0px;
    margin:0px 0px 5px 10px;
}

#primarycontent div.serendipity_commentsTitle h3 {
    font-size: 18px;
}

ul.linklist
{
list-style: none;
}

ul.linklist li
{
border-top: solid 1px #EEEEEE;
padding-top: 5px;
margin: 5px 0px 0px 0px;
}

ul.linklist li.first
{
border-top: 0px;
margin-top: 0px;
padding-top: 0px;
}

img.floatleft
{
    float: left;
    margin: 0px 14px 3px 0px;
}

img {
	padding:1px;
	background:#ffffff;
	border:none;
}

img a {
	padding:2px;
	background:#ffffff;
	border:none;
}

.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
	padding-right:6px;
	text-align: center;
	background:#ffffff;
	border:none;
}

.serendipity_imageComment_center {
	margin: auto;
}

.serendipity_imageComment_left {
	float: left;
	margin: 0px 10px 6px 0px;
}

.serendipity_imageComment_right {
	float: right;
	margin: 0px 0px 6px 10px;
}

.serendipity_imageComment_txt {
	margin: 0px 10px 6px 10px;
	line-height:120%;
	color:#383838;
	text-decoration:none;
}

div#slash_der_woche {
    background-position:bottom;
    margin:-5px -10px -20px -10px;
    padding: 5px 10px 20px 10px;
}

div.serendipity_search.serendipity_search_results {
    margin-bottom:20px;
}

div.plugin_comment_wrap {
    margin-bottom:10px;
}
/*
input#serendipity_commentform_name {
    width:300px;
}
input#serendipity_commentform_email {
    width:300px;
}
input#serendipity_commentform_url {
    width:300px;
}
select#serendipity_replyTo {
    width:300px;
}
textarea#serendipity_commentform_comment {
    width:540px;
}
*/
ol {
    padding:0;
    margin:0 0 0 20px;
}

.serendipityCommentForm {
    display:block;
    float:left;
}
.form_name_label {
    float:left;
    width:70px;
    height:20px;
}
#serendipity_commentform_name {
    float:left;
    margin-right:250px;
}
.form_mail_label {
    clear:left;
    float:left;
    width:70px;
    height:20px;
}
#serendipity_commentform_email {
    float:left;
    margin-right:250px;
}
.guestbook_emailprotect {
    float:left;
}
.form_url_label {
    clear:left;
    float:left;
    width:70px;
    height:20px;
}
#serendipity_commentform_url {
    float:left;
    margin-right:270px;
}
.form_replyto_label {
    clear:left;
    float:left;
    width:70px;
    height:20px;
}
#serendipity_replyTo {
    float:left;
}
.form_textarea_label {
    clear:left;
}
#serendipity_commentform_comment {
    clear:left;

    width:600px;
    height:200px;
}
#checkbox_remember {
    clear:left;
}
.comment_buttons {

}

.serendipity_msg_important {
    font-weight:bold;
    color:#990000;
    margin-top:10px;
}

div#commentlist .serendipity_comment { margin-top:20px; }

#serendipityQuickSearchTermField {
	width:120px;
}
/*--------------------------------------------------|
| 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;
}
/* plugin twitter */
#twitter_update_list {
    list-style: none;
    padding-left: 0;
}
a.twitter_update_time {
    display: block;
    padding-bottom: 5px;
}
