img {
   behavior: url("http://blog.cdonat.de/plugin/pngbehavior.htc");
}

.serendipity_entrypaging {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    display: block;
}
/* # $Id: style_guestbook_backend.css - v2.8 2007/07/23 ian */

/******** Begin Guestbook Styles *********/

	.serendipity_guestbook  {
		margin: 0;
		padding: 0;
	}

	#guestbook_entrypaging {
		border: 0 none;
		padding-bottom: 10px;
		text-align: center;
	}

	h2.serendipity_title {
		text-align: center;
	}

	#guestbook_entrybundle {
		border: 1px solid #666;
		margin: 0;
		padding: 0;
		background-color: #555;
		text-align: left;
		-moz-border-radius: .0em 0 1em 1em;
	}
	
	.serendipity_commentDirection { 
		text-align:justify;
	}
	
	.guestbook_emailprotect { 
		font-size: x-small;
	}
	
	.captcha { 
		border: 1px solid #777;
	}
	
	.guestbook_entrytop { 
		font-family: Arial,Helvetica,sans-serif;
		font-size: 11px;
		color: #ccc;
		font-weight: 500;
		text-align: left;
		padding: 4px;
		white-space:nowrap;
	}
	
	.guestbook_entrytop a,
	.guestbook_entrytop a:link,
	.guestbook_entrytop a:visited,
	.guestbook_entrytop a:active,
	.guestbook_entrytop a:focus { 
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		font-weight: 700;
		color: #7389F5;
		text-decoration: none; 
	}
	
	.guestbook_entrytop a:hover {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		font-weight: 700;
		color: #ADB4D9; 
	}
	
	.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 { 
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		font-weight: 500;
		color: #333;
		text-align: left;
		padding: 4px;
		background: #e1e5de;
		border-top: 1px solid #996;
		border-bottom: 1px solid #996;
		margin-bottom: 6px;
	}
	
	.guestbook_dynamicentry {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 11px;
		color: #ccc;
		font-weight: 500;
		text-align: left;
		padding: 4px;
		white-space:nowrap;
	}
	
	.guestbook_dynamicentrylabel {
		font-size: 12px;
		font-weight: 700;
		color: #7389F5;
	}
	
	.guestbook_splitentries { 
		clear: both;
	}
	
	.guestbook_errorbundled { 
		width: auto;
		border: 1px dashed #FF3300;
		-moz-border-radius: .0em 0 1em 1em;
	}
	
	.guestbook_errors { 
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		font-weight: 600;
		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;
	}

/******** End Guestbook Styles *********/


    .serendipity_guestbook .serendipityPrettyButton {
        background: #80B0DA url(http://blog.cdonat.de/plugins/serendipity_event_guestbook/img/button_background.png) repeat-x top;
    }

    .serendipity_guestbook a.serendipityPrettyButton {
        background: transparent url(http://blog.cdonat.de/plugins/serendipity_event_guestbook/img/button_background.png) repeat-x top;
    }


.forum-filebox {
    font: normal 12px Courier, Courier New, fixed;
    background-color: #fffde0;
    color: #000000;
    border: 1px dashed;
    border-color: #888888;
    margin: 10px auto;
    padding: 5px;
}
/* templates/default/style_fallback.css  */
/* This is the templates/default/style_fallback.css file.
   It emits CSS rules that all templates should have.
   Classes are declared on top of the file, so if you
   want to make changes in your own template, you
   should override the rules on the bottom of your
   style.css template. 
   IT IS NOT ADVISED TO CREATE YOUR OWN style_fallback.css FILE! */

/* Default image classes for left/right/usual layout */
.serendipity_image_center {
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.serendipity_image_left {
  float: left;
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.serendipity_image_right {
  float: right;
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

/* Default listing without spacers */
.plainList {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

/* Messages: Centered, important, notice */
.serendipity_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}

/* Embedded images with comments inside the s9y image manager */
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid #ddd;
    background-color: #efefef;
    margin: 3px;
    padding: 3px;
    text-align: center;
}

.serendipity_imageComment_center {
    margin: auto;
}

.serendipity_imageComment_left {
    float: left;
}

.serendipity_imageComment_right {
    float: right;
}

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

.serendipity_imageComment_txt {
    border-top: 1px solid #ddd;
    margin: 0px;
    padding: 3px;
    clear: both;
    font-size: 8pt;
    text-align: center;
}

/* END OF style_fallback.css *//* templates/cdonat/style.css  */
A {
    color: #555555;
    font-weight: bold;
    text-decoration: none;
}

A IMG {
	border-bottom:0px solid #ffffff;
}

A:hover {
    color: #EE7F09;
}

SPAN.serendipityReferer, SPAN.serendipityReferer A {
    font-weight: normal;
    text-decoration: none;
    font-size:0.9em;
}

H3 {
	margin: 4px;
}

h4 {
	margin:4px;
}

PRE {
    background-color: #e7eeff;
    padding: 1.5em;
    border: 1px solid #002288;
}

INPUT,SELECT {
    font-size: 0.95em;
	border: 1px solid #ababab;
	background-color: #FCFFF9;
}

#mainpane {
	clear:both;
}

#content {

}

#serendipityRightSideBar {
}
#serendipityRightSideBar .serendipitySideBarTitle {
	font-size: 1.2em;
}
.container_serendipity_quicksearch_plugin {
	padding-top:3.5em;
}
.serendipity_quicksearch_plugin {
	float: left;
}
#searchform {
	text-align: right;
}

#serendipityLeftSideBar {
	font-size: 1.2em;
}
#serendipityLeftSideBar A {
	font-weight: normal;
	color: #000000;
}

.serendipity_entryFooter {
	margin-top:10px;
}

.serendipityPlug A {

}

BODY,P, TD, TH, DIV, SPAN {
        color: #061C37;
	font-family: Helvetica,Arial,sans-serif;
}

BODY {
	font-size: 0.6em;
	padding: 2em;
	padding-bottom: 0.5em;
	background-color: #ffffff;
}

.serendipity_banner {
}


.serendipity_banner h1 {
	font-size: 2em;
}

a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited {
	font-size: 1.1em;
	font-family: Helvetica,Arial,sans-serif;
        color:#000000;
	padding-bottom:0.5em;
	font-variant:small-caps;
	letter-spacing:0.2em;
}


.serendipity_banner h2 {
	font-size: 1.25em;
}

a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited {
	font-size:0.7em;
	text-align:right;
	padding-top:3.5em;
	padding-bottom:0.5em;
	font-family: Helvetica,Arial,sans-serif;
        color:#000000;
	font-variant:small-caps;
	letter-spacing:0.2em;
	background-color: #eeeeee;
	position: absolute;
	right: 1em;
	top: 1em;
}


.serendipity_title {
	font-variant:small-caps;
	font-size:1.7em;
	letter-spacing:0.1em;
	font-weight:bold;
	margin:0;
	padding-top: 1.8em;
}

.serendipity_entry {
	padding-top: 0;
	font-size: 1.2em;
	text-align:justify;
	clear:both;
}

.serendipity_entry a {
}

div.serendipity_Entry_Date {
	padding: 7em;
	padding-top: 0;
}

.serendipity_date {
	color: #555555;
	text-align: right;
	font-weight: normal;
	padding-top: 2.5em;
	font-size: 1.2em;
	float:right;
}

.serendipity_commentsTitle {
        font-size: 1.25em;
}

.serendipity_time {
}

TD.serendipity_commentsLabel {

}

TD.serendipity_comment {
    padding-top:16px;
}

.serendipity_comment {
    padding-top: 1em;
    overflow: auto;
}

.serendipity_comment_source {

}

TD.serendipityEntriesBox {

}

TD.serendipity_admin {

}

TABLE.serendipity_calendar {

}

TD.serendipity_calendarDay, TD.serendipity_calendarBlankDay, TD.serendipity_calendarDayFirstInRow, TD.serendipity_calendarBlankDayFirstInRow{
	padding: 2px;
	border:1px solid #F0EEDE;
//	border-left:1px solid #F0EEDE;
}

TD.serendipity_calendarDayLastInRow, TD.serendipity_calendarBlankDayLastInRow {
	padding: 2px;
	border-top:1px solid #F0EEDE;
	border-left:1px solid #F0EEDE;
	border-right:1px solid #F0EEDE;
}

TD.serendipity_calendarDayLastRow, TD.serendipity_calendarBlankDayLastRow {
	padding: 2px;
	border-top:1px solid #F0EEDE;
	border-left:1px solid #F0EEDE;
	border-bottom: 1px solid #F0EEDE;
}

TD.serendipity_calendarDayLastInLastRow, TD.serendipity_calendarBlankDayLastInLastRow {
	padding: 2px;
	border-top:1px solid #F0EEDE;
	border-left:1px solid #F0EEDE;
	border-right:1px solid #F0EEDE;
	border-bottom:1px solid #F0EEDE;
}



TABLE.serendipity_calendar A {

}

TABLE.serendipity_calendar A:hover {

}

TD.serendipity_calendarHeader {
	border-bottom: 0px solid #cdcdcd;
	border-left: 0px;
	border right: 0px
}

TD.serendipity_weekDayName {

}

div.serendipityPlug, div.jBlogPlug A {

}

/* Container for each item on the side bar */
div.serendipitySideBarItem {
	min-width: 10em;
	padding-bottom: 20px;
}


TD.serendipityBanner {

	padding-top:0px;
}

TD.serendipityContent {
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 0px;
}

#serendipityRightSideBar #serendipitySideBarContent A {
        //font-size: 8px;
}

.serendipitySideBarContent {
}

/* title of an individual item */
.serendipitySideBarTitle {
	margin: 0;
	padding-bottom: 0.5em;
	font-weight: bold;
	color: #555555;
}

img.serendipityImageButton {

}


div.serendipity_admin_title {

}

div.serendipity_admin_list_title {

}

td.serendipity_admin_list_item {

}

/** 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: #E0E0E0;
}

.serendipity_admin_filters,
.serendipity_admin_filters input,
.serendipity_admin_filters select {
}

.serendipity_comments {
}

.serendipity_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}

.serendipity_entry_author_self {
}

.serendipity_comment_author_self {
    background-color: #efefef;
}

.categories, .categories a {
	color: black;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 0.5em;
/*	padding-top: 1.7em;*/
	display: block;
	min-width: 8em;
}

.serendipity_plugin_staticpage {
	padding-top: 0.7em;
}

.category_0, .category_0 a {
	color: black;
	font-weight: bold;
	font-size: 1.1em;
}

.category_6, .category_6 a {
	padding-left: 1em;
	color: black;
	font-weight: bold;
}

/*.container_serendipity_archives_plugin {
	margin-top: 2em;
}*/

.container_serendipity_superuser_plugin {
	margin-bottom: 6em;
}

.container_serendipity_syndication_plugin {
	margin-bottom: 6em;
}


.serendipity_searchQuery {
    background-color: #D81F2A;
    color: #FFFFFF;
}
