
p.whiteline {
    margin-top: 0em;
    margin-bottom: 1em;
}

p.break {
    margin-top: 0em;
    margin-bottom: 0em;
}

img {
   behavior: url("http://gekony.mkey.info/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://gekony.mkey.info/plugins/serendipity_event_guestbook/img/button_background.png) repeat-x top;
    }

    .serendipity_guestbook a.serendipityPrettyButton {
        background: transparent url(http://gekony.mkey.info/plugins/serendipity_event_guestbook/img/button_background.png) repeat-x top;
    }


/* 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/tabacco_s9y_07/style.css  */
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

.serendipitySideBarContent input {
    width: 160px;
}

#mainpane {
width: 1100px;
}

#content {
	margin: 0px 220px;
	padding: 7px;
	vertical-align: top;
	width: 100%;
}

#serendipityRightSideBar {
	width: 180px;
	padding: 10px;
	font-size: 16px;
	color: #A2918A;
	text-align: left;
	margin: 10px;
	float: right;
	border: 1px dashed #7A5B3D;
	vertical-align: top;
}

#serendipityLeftSideBar {
	width: 180px;
	padding: 10px;
	font-size: 16px;
	color: #A2918A;
	text-align: left;
	margin: 10px;
	float: left;
	border: 1px dashed #7A5B3D;
	vertical-align: top;
}

body {
	margin: 0px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	padding: 0px;
	color: #A2918A;
	background: #352E27 url(templates/tabacco_s9y_07/img/tabacco.jpg) no-repeat fixed left bottom;
}

input, textarea {
}

th, td {
}

p, td, th, div, span {
}

#serendipity_banner {
	height: 72px;
	padding-top: 20px;
	padding-right: 200px;
	padding-bottom: 0px;
	padding-left: 240px;
}

a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited,
#serendipity_banner h1 {
	color: #B79973;
	letter-spacing: -1px;
	text-decoration: none;
	font-size: xx-large;
	font-weight: bold;
}

a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited,
#serendipity_banner h2 {
	color: #888;
    padding-left: 15px;
    font-size: x-large;
    text-decoration: none;
	font-weight: bold;
}

.serendipity_title {
	font-size: large;
	font-weight: bold;
	margin-top: 10px;
	color: #B79973;
	padding-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.serendipity_title a:link,
.serendipity_title a:visited {
   	text-decoration: none;
	color: #B79973;
   	border: 0;
}

.serendipity_title a:hover {
   text-decoration: underline;
}

.serendipity_entry {
	font-weight: normal;
	font-size: 14px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 30px;
	text-align:justify;
}

.serendipity_entry p,
.serendipity_entry h3, 
.serendipity_entry h4 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.serendipity_entry img {
/*	border: 1px dotted #A2918A;*/
	padding: 5px;
}

.serendipity_entry blockquote {
	padding-bottom: 0px;
	background-image: url(templates/tabacco_s9y_07/img/quotes.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0.7em 0 0 1.4em;
}

.serendipity_entry_body_folded,
.serendipity_entry_body_unfolded,
.serendipity_entry_extended {
    /* Inner blocks of .serendipity_entry, can be used for further customization */
	padding-top: 5px;
}

.serendipity_Entry_Date {
    margin: auto;
    width:900px;
}

.serendipity_date {
	font-size: large;
	color: #888;
	text-align: right;
	padding: 5px;
	border-top: none;
	border-right: 1px dashed #7A5B3D;
	border-bottom: 1px dashed #7A5B3D;
	border-left: none;
}

.serendipity_commentsTitle {
    font-size: small;
    font-weight: bold;
    margin-top: 10px;
    padding-left: 5px;
    border-bottom: 2px solid #7A5B3D;
}

div.serendipity_entryFooter {
	font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: x-small;
	color: #DCCFBF;
	padding-top: 15px;
	padding-bottom: 4px;
	position: relative;
	clear: both;
}

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

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

td.serendipity_commentsLabel {
    font-size: 12px;
    font-weight: bold;
    vertical-align: top;
}

td.serendipity_commentsValue input,
td.serendipity_commentsValue select,
td.serendipity_commentsValue textarea {
    font-size: 12px;
    padding: 2px;
    width: 330px;
	/* Transparency follows: */
	/*filter:alpha(opacity=0.5);
	-moz-opacity:0.5;
	opacity: 0.5;*/
	color: #352E27;
}

/* .serendipity_commentsValue * {
	position: relative;
} */

.serendipity_commentForm {
    font-size: 13px;
    color: #404040;
    margin-bottom: 13px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #FFFFFF;
}

.serendipity_comment {
    font-size: 12px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
/*    color: #404040;*/
	color: DCCFBF;
    padding: 3px;
/*    background-color: #FFFFFF;*/
}

.serendipity_comment_source {
    margin-top: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
    padding-bottom: 3px;
    border-bottom: 2px solid #7A5B3D;
}

td.serendipity_admin {
    padding: 10px;
}

a:link,
a:visited,
a:active {
    color: #8C653E;
	text-decoration: none;
}
a:hover {
    color: #8C653E;
    text-decoration: underline;
}

table.serendipity_calendar td {
    font-size: 11px;
	color: #B79973;
    padding: 3px;
}
table.serendipity_calendar a {
    color: #DCCFBF;
    font-weight: bold;
    text-decoration:none;
}

table.serendipity_calendar a:hover {
    text-decoration: none;
}

td.serendipity_weekDayName {
    font-size:11px;
    font-weight:bold;
}
td.serendipity_calendarHeader a:link,
td.serendipity_calendarHeader a:visited,
td.serendipity_calendarHeader a:hover {
    border: 0;
    text-decoration: none;
}

div.serendipityPlug {
    padding-left: 10px;
}

div.serendipityPlug a {
    text-decoration: none;
    border: 0px;
}

/* Container for each item on the side bar */
div.serendipitySideBarItem {
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight:normal;
    border-bottom: solid 2px #7A5D3B;
}

/* title of an individual item */
.serendipitySideBarTitle {
    margin: 0;
    color: #B79973;
    font-size: 16px;
    font-weight: normal;
    padding-left:2px;
    padding-bottom:2px;
}

.serendipityImageButton {
    cursor: pointer;
}

div.serendipity_admin_title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 12px;
}

div.serendipity_admin_list_title {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
}

td.serendipity_admin_list_item {
    border: dashed 1px #000000;
}

.serendipity_entry p {
    margin: 0px;
    padding-bottom: 0px;
}

/** Embedded images with the s9y image manager **/
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid #DDDDDD;
    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 #DDDDDD;
    margin: 0px;
    padding: 3px;
    clear: both;
    font-size: 8pt;
    text-align: center;
}

.serendipity_admin_list_item_even {
    background-color: #ffffff;
}

.serendipity_admin_list_item_uneven {
    background-color: #E0E0E0;
}
.serendipity_admin_filters {
    border: 1px dashed;
    background-color: #FFFFFF;
    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-left: auto;
    margin-right: auto;
    text-align: center;
}

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}
img.gallery_thumb { 
/* width:100%; */
margin-left: auto;
margin-right: auto;
text-align: center;
border-top-color: currentColor;
border-left-color: currentColor;
border-right-color: currentColor;
border-bottom-color: currentColor;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-top-style: none;
border-left-style: none;
border-right-style: none;
border-bottom-style: none;
}/* 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;
}
