img {
   behavior: url("http://www.ftc-creative.de/plugin/pngbehavior.htc");
}
/* # $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://www.ftc-creative.de/plugins/serendipity_event_guestbook/img/button_background.png) repeat-x top;
    }

    .serendipity_guestbook a.serendipityPrettyButton {
        background: transparent url(http://www.ftc-creative.de/plugins/serendipity_event_guestbook/img/button_background.png) repeat-x top;
    }


/* templates/ftc-ctemplate/style.css  */
/* General Styles */
a {
	color: #666699;
}

hr 
{
   height: 1px; color: grey; background-color: #fff; border: none;
}

a:hover {
	color: #9966FF;
}

.serendipity_Entry_Date a, .serendipity_entry_body a, #footer a {
	color: #9999FF;
}

.serendipity_Entry_Date a:hover, .serendipity_Entry_Date a:hover,  #footer a:hover {
	color: #6600FF;
}
#mainpane {
    height: auto;
}


#content p {
  line-height: 20px;
  /*padding: 2px 0 2px 2px;
  margin: 2px 0 2px 0;*/
}

p {
  line-height: 20px;
  padding: 8px 0 8px 5px;
  margin: 5px 0 5px 0;
}


h1, h4.serendipity_title {
	clear: both;
	padding: 5px 0 12px 10px;
	margin: 0;  
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -1.5px;
}
h2 {
	clear: both;
	padding: 0 0 0 5px;
	margin: 0 0 -10px 0;  
	font-size: 1.0em;
	font-weight: normal;
	text-transform: uppercase;
}
acronym, abbr, span.caps {
	border-bottom: 1px solid #BBB;
	cursor: help;
}
code {
	font-size: 1.3em;
}
cite {
	font-size: 0.9em;
	font-style: normal;
}
ul, ol {
	list-style-position:inside;
}

a img, .emoticon {
	border: none;
}

h2 {
	color: #CC6600;
}

#serendipity_banner {
	height: 144px;
	background: url(templates/ftc-ctemplate/img/banner01.png) no-repeat top center;
	width: 700px;
}

#menu a:hover, #menu a.active {
	background: url(templates/ftc-ctemplate/img/menu_tab.gif) no-repeat top center;
}

#content b {
	font-size: 1em;
	/*color: #CC6600;*/
}
#content ul {
	list-style-image: url(templates/ftc-ctemplate/img/li_bullet.gif);
}

.serendipity_freetag_taglist {
	padding:15px;
	background-color:#F3F6ED;
	border:1px solid #ddd;
	margin: 15px 0 40px 0;
	font-size:0.7em;
}
#sidebar {
  float: left;
  width: 175px;
  padding: 0 20px 0 0;
}

.serendipity_msg_important {
	color: #b22222;
	font-weight: bold;
	font-size: small;
}
.serendipity_msg_notice {
	color: green;
	font-weight: bold;
	font-size: small;
}
.serendipity_center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.serendipity_left {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.serendipity_right {
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

/* End General Styles */


/* Begin Structure */
body {
	margin: 20px 0 20px 0;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 0.67em;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(templates/ftc-ctemplate/img/background01.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	text-shadow: rgba(0,0,0,.6) 0px 2px 2px; /* Safari-only, but cool */
}
#wrap {
	width: 700px;
	margin: 0px auto;
	text-align: left;
}

#content {
	float: left;
	width: 500px;
}

#footer {  /*hintergrund bild fußleiste */
	height: 100px;
	padding: 28px 3px 0 5px;
	margin: 20px 0 20px 0;  
	/* background: url(templates/ftc-ctemplate/img/footer.gif) no-repeat top; */
}

/* End Structure */


/* Begin Header Styles */
#serendipity_banner .title {
	padding: 10px 0 0 10px;
	font-size: 2.5em;
	line-height: 0.9em;
	letter-spacing: -1.5px;
	color: #EEE;
}

#serendipity_banner .subTitle {
	padding: 2px 0 0 12px;
	color: #EEE;
}

#serendipity_banner .title a {
	text-decoration: none;
	color: #EEE;
}

#serendipity_banner .title a:hover {
	color: #BBB;
	background-color: transparent;
}
#menu {
	text-align: center;
	margin-bottom: 20px;
}

#menu a {
	padding: 6px 20px 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ccc;
}

/* End Header Styles */


/* Begin Footer Styles */
#footer img.right {
	padding: 5px 2px 0 2px;
	border: 0px;
}
/* End Footer Styles */
	/*filter:alpha(opacity=50); /*  Internet Explorer       */
	/*-moz-opacity:0.5;           /* Mozilla 1.6 and below   */
	/*opacity: 0.5;               /* newer Mozilla and CSS-3 */
	
		/*filter:alpha(opacity=100);   /* Internet Explorer       */
	/*-moz-opacity:1.0;           /* Mozilla 1.6 and below   */
	/*opacity: 1.0;               /* newer Mozilla and CSS-3 */

/* Begin Entry Styles 
#content h1, #content h4.serendipity_title {
	background: url(templates/ftc-ctemplate/img/h1_bg.jpg) no-repeat bottom center;
}
*/

#content blockquote {
	width:100%;
	margin: 0px 22px 0px 22px;
	padding: 0px 0px 0px 0px;
	/*display:compact
	/*margin: 0px 0 10px 0px;*/
}
/*#content div {
 line-height: 0px;
}*/


.serendipity_entry_body, .serendipity_entry_body_folded, .serendipity_entry_body_unfolded, .serendipity_entry_extended {
	line-height:20px;
    padding: 0 10px;
	
}
.serendipity_entry_extended {  /* dafür steht noch keine funktion insbesondere für background */
margin-top:15px;

}

.serendipity_title a:link, .serendipity_title a:visited, .serendipity_title a:hover, .serendipity_title a:active {
	text-decoration:none;
	color:#CCCCCC;
	/*background: #7777AA;
	background-color: rgba(150,150,180,0.3);*/
	
}
#content input, #content textarea, #content select {
  /* background-color: #CCCCCC; /* auch hier Background ohne Funktion */
}

div.serendipity_entryFooter {
	color: #999999;
	font-size: xx-small;
	text-align: center;
	clear:both;
}
img.serendipity_entryIcon {
	float: left;
	margin:3px 10px 10px 0;
	border: 1px solid #efefef;
}
.post-footer 
{
	margin-bottom:20px;
	background:url(templates/ftc-ctemplate/img/divider.gif) no-repeat center;
}
/* End Entry Styles */


/* Begin Comment Styles */
.serendipity_commentsTitle {
	font: 1.1em verdana, helvetica, sans-serif;
	margin: 0 0 1em 0;
	color: #ccc;
	text-transform:uppercase;
}
.serendipity_comment_source {
	border-bottom:#ddd 2px solid;
}
.serendipity_commentBody {
line-height:20px;
}
.serendipity_commentFooter {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	height: 16px;
 	font-size:x-small;
}
.serendipity_commentForm {
	font-size:x-small;
	color: #ffffff;
	margin-bottom: 13px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
}
td.serendipity_commentsLabel {
	font-size: x-small;
	font-weight: bold;
	vertical-align: top;
}
td.serendipity_commentsValue input, td.serendipity_commentsValue select, td.serendipity_commentsValue textarea {
	border: 1px solid #333;
	padding: 2px;
}
td.serendipity_commentsValue textarea {
	width:100%;
}

/* End Comment Styles */


/* Begin Sidebar Styles */

.serendipitySideBarContent, .serendipitySideBarContent form {
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: xx-small;
	line-height:1.4;
	/*background-color:#ddd;*/
}
.serendipitySideBarContent form {
	padding:0;
	margin:0;
	
}
.serendipitySideBarContent img {
	border:none;
	align:bottom;
}

.serendipitySideBarTitle {
	clear: both;
	padding: 5px 0 12px 10px;
	margin: 0;  
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1.5px;
	/*background-color:#ddd;
	background: url(templates/ftc-ctemplate/img/block_top.gif) no-repeat top center;*/
}

.serendipitySideBarFooter {
	/*background-color:#ddd;*/
	height: 28px;
	/*margin-bottom: 20px; 
	background: url(templates/ftc-ctemplate/img/block_bottom.gif) no-repeat bottom center;*/
}

.serendipitySideBarContent a.hover {
	background-color: #ccc;
}
.serendipitySideBarContent a img {
	border: 0px;
}
.serendipitySideBarContent input, .serendipitySideBarContent select, .serendipitySideBarContent textarea {
	width: 90%;
	margin:3px;
}
.serendipityImageButton {
	cursor: pointer;
}
/* End Sidebar Styles */


/* Begin Calendar Styles */
table.serendipity_calendar td {
	text-align: center;
	line-height:20px;
	padding:1px;
}
table.serendipity_calendar a {
	text-decoration:underline;
}
table.serendipity_calendar a:hover {
	text-decoration: none;
}
td.serendipity_weekDayName {
	text-align: center;
	font-weight: normal;
}
td.serendipity_calendarHeader a:link, td.serendipity_calendarHeader a:visited, td.serendipity_calendarHeader a:hover {
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	letter-spacing: .25em;
	text-decoration: none;
}
/* End Calendar Styles */


/* Begin Image Manager Styles */
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
	border: 1px solid #555;
	background-color: #ddd;
	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 {
	margin: 0px auto;
	padding: 3px;
	clear: both;
	color:#000000;
	/*font-variant:small-caps;*/
	text-align: center;
	line-height:120%;
}
/* End Image Manager Styles */


/* Begin Plugin Styles */
.serendipity_freeTag_xmlButton {
	padding-left:2px;
}
.serendipity_freetag_taglist {
	padding:15px;
	background-color:#F3F6ED;
	border:1px solid #ddd;
	margin: 15px 0 40px 0;
	font-size:0.7em;
}
.serendipity_freeTag {
	color: #999999;
	text-align: center;
	clear:both;
}
.serendipity_search_results {text-align:center; margin: 15px auto; }
.searchterm, .searchresults {font-weight:bold;}

/* End Plugin Styles */


/* nifty corners styles */
div.rounded div {
  height: 1px;
  overflow: hidden;
}
#radiusx, #radiusy {
  text-align: right;
  width: 30px;
}

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: Arial, Helvetica, sans-serif;
	white-space: nowrap;
}


div.linklist img {
	border: 0px;
	vertical-align: middle;
}
div.linklist a.folder {
	text-decoration: none;
}
div.linklist a.link {
	text-decoration: underline;
}
div.linklist a:hover {
	color: #333;
}/* User Gallery */
div.serendipity_gallery_row {
   clear:left;
   padding-left: 3%;
   margin-right: 3%;
}

div.serendipity_gallery_thumbs {
    padding: 3px;
    border: 1px solid #afafaf;
    float: left;
    overflow:hidden;
    margin: .5em;
}

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

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

div.serendipity_gallery_title {
    font-size: 1.1em;
    text-align:center;
    font-weight:bold;
}

div.serendipity_gallery_navigation {
    font-size: 1.0em;
    text-align:center;
}

img.gallery_thumb {
   margin-left:auto; 
   margin-right:auto; 
   text-align:center;
   border: 0;
}

div.serendipity_gallery_pagination_top {
	border-top: 1px solid #ccc;
}

div.serendipity_gallery_pagination_bottom {
	border-bottom: 1px solid #ccc;
}

/* EXIF TAGS */
.all_img_info {
 	width: 100%;
 	float: left;
 	text-align: center;
 	margin-bottom: 2em;
}
.exif_info_head {
 	background-color: #ccd9e6; 
 	border: 1px solid #fff;
}
.exif_info_row, .exif_info_head {
 	clear: both;
 	margin: 0 auto;
 	width: 400px;
}
.exif_info_tag, .exif_info {
 	float: left;
 	display: block;
 	width: 120px;
 	text-align: left;
	border: 1px solid #fff;
	background-color: #ccd9e6;
	padding: 3px;
}
.exif_info {
 	width: 264px;
 	background-color: #eee;
}
dl.serendipity_plugin_flickr  {
	text-align:center; font-size:9px;
	}
dl.serendipity_plugin_flickr img {
	border: none;
	}
.serendipity_plugin_flickr dd {
	margin: 0; padding: 0;
	margin-bottom: 5px;
	margin-right: 5px;
	float:left;
	}
.serendipity_plugin_flickr dt {
	margin: 0; padding: 0;
	float:left;
	color: #444;
	background-color: #fff;
	font-weight: bold;
	overflow: hidden;
	visibility: hidden;
	filter: alpha(opacity=70); /* internet explorer */
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	opacity: 0.7;           /* fx, safari, opera */
	}
.serendipity_plugin_flickr dt:hover, .serendipity_plugin_flickr dd:hover+dt {
	visibility: visible;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #444;
	}
.serendipity_plugin_flickr_date {
	display: block;
	font-weight: normal;
	color: #444;
}
.serendipity_plugin_flickr_title {
	display: block;
	font-weight: bold;
	color: #000;
}
.serendipity_plugin_flickr_links {
	clear: both;
}
.serendipity_plugin_flickr_errors {
	color: #fff;
	background-color: #600;
}

/* plugin twitter */
#twitter_update_list {
    list-style: none;
    padding-left: 0;
}
a.twitter_update_time {
    display: block;
    padding-bottom: 5px;
}
