img {
   behavior: url("http://xdest.com/s9y/index.php?/plugin/pngbehavior.htc");
}
/* templates/xd-green/style.css  */
/*  
Theme Name: xDest Green
Theme URI: http://xDest.com
Description: This is a personal weblog theme by <a href="http://xDest.com">Hendrik Bauer</a>
Version: 0.1
Author: Hendrik Bauer
Author URI: http://xDest.com
*/

/* General Styles *************************************************************/
* {
  font-family: Arial, Helvetica, sans-serif;  
}
body {
  background-color: #C0C0C0;
  background-image: url(templates/xd-green/img/d_back_main.gif);
  background-repeat: repeat-x;
  font-size: 13px;
}

strong {
  font-weight: bold;
}

div#yui-main {
  margin-top: 1em;
}

/* Header Styles **************************************************************/  
div#serendipity_banner {
  background-color: #474747;
  height: 12.7692em;
  *height: 12.45em;
  border: 1em solid #fff;
  border-top: 0px;
}

div#serendipity_banner h1,
div#serendipity_banner h2 {
  text-align: right;
  padding: 1em;
  *padding: 0.975em;
}

div#serendipity_banner h2 {
  position: relative;
  top: -3em;
  *top: -2.925em;
}

div#serendipity_banner a{
  font-family: "Arial Black", "Helvetica Inserat", "Bitstream Vera Sans Bold", sans-serif;
  text-decoration: none;
}

div#serendipity_banner h1 a {
  font-size: 4.6154em;
  *font-size: 4.5em;
  letter-spacing: -0.09em;      
  color: #fff;
  line-height: 0.8em;
}
span#homelink_text {
  font-family: "Arial Black", "Helvetica Inserat", "Bitstream Vera Sans Bold", sans-serif;
  color: #9c6;
}


div#serendipity_banner h2{
display: none;
  font-size: 1.2846em;
  *font-size: 1.25em;
  color: #9c6;
  text-transform: uppercase;
  line-spacing: 0.9em;
  line-height: 0.8em;
}

/* Entry Styles ***************************************************************/

div.serendipity_entry_body a,
div.serendipity_entry a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

div.serendipity_entry {
  padding: 1em;
  *padding: 0.975em;
  background-color: #fff;
  font-size: 1em;
  *font-size: 0.975em;
}

div.serendipity_entry_body blockquote {
  font-family: "Georgia", Times, serif;
  color: #333;
  font-size: 1em;
  *font-size: 0.975em;
  font-style: italic;
  padding: 1em;
  *padding: 0.975em;
  background-color: #f2f2f2;
  border: 1px dashed silver;
  margin: 1em;
  *margin: 0.975em;
}

div.serendipity_entryHeader h1 a {
  text-decoration: none;
  color: #000;
  font-size: 2.3077em;
  *font-size: 2.25em;
  line-height: 0.995em;
  *line-height: 0.9701em;
  font-weight: normal;
}

div.serendipity_entryHeader {
  font-size: 0.8231em;
  *font-size: 0.8em;
  padding-bottom: 1em;
  *padding-bottom: 0.975em;
  border-bottom: 1px solid #000;
  margin-bottom: 1em;
  *margin-bottom: 0.975em;
  font-weight: normal;
}

div.serendipity_entrySubHeader,
div.serendipity_entrySubHeader a{
  text-decoration: none;
  font-weight: normal;
  padding-top: 0.5em;
}

div.serendipity_entrySubHeader a{
	color: #693;
	font-weight: normal;
}

div.serendipity_entrySubHeader a:hover {
  text-decoration: underline;
}

div.serendipity_entry_body {
  text-align: justify;
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
  *font-size: 0.975em;
  padding: 0 0.5em;
}

div.serendipity_entry_body a:hover {
  text-decoration: underline;
}

div.serendipity_entryFooter {
  background-color: #a0a0a0;
  margin-bottom: 1em;
  color: #fff;
  text-align: right;
  border: 1px solid #fff;
}

div.serendipity_entryFooter a {
	font-size: 0.9231em;
  	*font-size: 0.9em;
  	color: #fff;
  	text-decoration: none;
  	padding: 0 1em;
}

div.serendipity_entryFooter a:hover {
	background-color: #fff;
	color: #693;
}

/* Entry Comments Style *******************************************************/

div.serendipity_comments {
	background-color: #d2d2d2;
	margin-top: 1em;
  	*margin-top: 0.975em;
  	padding: 1em;
  	*padding: 0.975em;
  	clear: both;
}

div.serendipityCommentForm {
    padding: 1em;
    *padding: 0.975em;
    clear: both;
}

td.serendipity_commentsLabel {
  text-align: right;	
}

td.serendipity_commentsLabel {
  padding-right: 1em;
  *padding-right: 0.975em;
}

td.serendipity_commentsValue input,
td.serendipity_commentsValue textarea {
	width: 19.2307em;
	*width: 18.75em;
	font-size: 1.3846em;
  *font-size: 1.35em;
  margin-bottom: 1em;
  *margin-bottom: 0.975em;
}

div.serendipity_commentDirection {
  padding-right: 2em;
  *padding-right: 1.95em;
}

td.serendipity_commentsValue textarea {
  font-style: italic;
}

div.serendipity_comments h3 {
	font-family: "Arial Black", Helvetica, sans-serif;
	font-size: 1.3846em;
	*font-size: 1.35em;
	text-transform: uppercase;
	color: #693;
	background-color: #fff;
	display: inline;
	padding: 0.1em 1em;	
}

div.serendipity_comment,
div.nocomments,
div.serendipityCommentForm {
  	background-color: #fff;
  	font-size: 0.9231em;
  	*font-size: 0.9em;
  	clear: both;
}

div.serendipity_comment_source {
  display: none;	
}

div.serendipity_commentBody {
	padding: 1em;
  *padding: 0.975em;
  padding-left: 7em;
  margin-bottom: 0.5em;
  *margin-bottom: 0.4875em;
  min-height: 5em;
}

span.comment_source_author {
  display: block;
  border-bottom: 1px solid #c0c0c0;	
  padding-bottom: 0.3em;
}

div.serendipity_commentBody a,
span.comment_source_author {
  	text-decoration: none;
}

div.serendipity_commentBody a {
	color: #693;
}


div.serendipity_comment_gravatar {
	float: left;
	padding: 1em;
  	*padding: 0.975em;
}

div.serendipity_comment_gravatar img {
	border: 1px solid #c0c0c0;
	padding: 3px;
	background-color: #fff;	
}

div.serendipity_comment_source {
	clear: both"templates/xd-green/entries.tpl";
}

div.serendipity_comment_author_xDest,
div.serendipity_comment_author_Hendrik {
	background-color: #ffc;
}

/* Entry Addon Styles *********************************************************/

img.serendipity_image_center {
  margin-top: 1em;
  *margin-top: 0.975em;
  margin-bottom: 1em;
  *margin-bottom: 0.975em;	
}

div.serendipity_entry_body:FIRST-CHILD {
  margin-top: 0px;	
}

div.serendipity_entrypaging a,
span.epicon {
	font-size: 0.9231em;
  	*font-size: 0.9em;
  	text-decoration: none;
  	color: #693;
}

div.serendipity_entrypaging a:hover {
	background-color: #693;
	color: #fff;	
}

div.serendipity_freeTag,
div.serendipity_freeTag_related,
div.serendipity_section_trackbacks {
	font-size: 1em;
  	*font-size: 1em;
  	padding: 1em;
  	*padding: 0.975em;
  	padding-left: 1.7em;
  	text-align: left;
  	background-color: #f2f2f2;
}

div.serendipity_commentsTitle {
	font-size: 0.9231em;
  *font-size: 0.9em;
  padding-right: 1em;
  *padding-right: 0.975em;
  background-color: #f2f2f2;
  display: none;
}

div.serendipity_center,
div.serendipity_search_results {
	padding: 1em;
  *padding: 0.975em;
  background-color: #f2f2f2;
}

div.serendipity_freeTag_related {
	background-color: #fff;	
}

div.serendipity_freeTag a,
div.serendipity_freeTag_related a,
div.serendipity_section_trackbacks a {
  	text-decoration: none;
  	color: #693;
}

div.serendipity_freeTag a:hover,
div.serendipity_freeTag_related a:hover,
div.serendipity_section_trackbacks a:hover {
	text-decoration: underline;	
}

div.serendipity_section_trackbacks {
	background-color: #d2d2d2;
  margin-top: 1em;
  *margin-top: 0.975em;
  padding: 1em;
  *padding: 0.975em;
  clear: both;
}

img.comment_avatar {
	
}

/* Footer Styles **************************************************************/

div#pages,
div#pages a {
	clear: both;
  font-size: 0.9231em;
  *font-size: 0.9em;
  color: #333;
  padding: 1em;
  *padding: 0.975em; 
  background-color: #d2d2d2;
  text-decoration: none;
}

div#pages a {
  color: #000;
}

div#pages a:hover {
  text-decoration: underline;	
}

div#ft {
	font-size: 0.9231em;
  *font-size: 0.9em;
  text-decoration: none;
  color: #fff;
  padding: 1em;
  *padding: 0.975em; 
  background-color: #666;
}

div#ft a {
  color: #fff;	
}

/* Sidebar Styles *************************************************************/

div#serendipityLeftSideBar div.serendipitySideBarItem {
  border: 1px solid #c0c0c0;
  margin-top: 0.5em;
  *margin-top: 0.4875em;
  background-color: #e2e2e2;
  color: #666;
  padding: 1em;
  *padding: 0.975em;
  text-align: right;
}

div#serendipityLeftSideBar div.serendipitySideBarItem h3,
div#serendipityLeftSideBar div.serendipitySideBarItem h3 span a {
	font-size: 0.9231em;
  *font-size: 0.9em;
  padding: 0.3em 1em; 
  font-weight: bold;
  background-color: #fff;
  text-decoration: none;
}

div#serendipityLeftSideBar div.serendipitySideBarContent {
	padding: 0;
  *padding: 0.975em;
  background-color: #f2f2f2;
  text-align: center;
}

a.serendipity_xml_icon img {
  float: right;
  margin-left: 4px;
  margin-top: 2px;
}

div.serendipitySideBarContent a {
  text-decoration: none;
  color: #693;
  padding: 1em 2em;
  border-bottom: 1px solid #e2e2e2;
  display: block;
}

div.serendipitySideBarContent a:hover {
	background-color: #9c6;
	text-decoration: none !important;
	color: #fff;
}

div.serendipitySideBarContent br {
	display: none;
}

input.quicksearch_submit,
div.serendipitySideBarDate {
  display: none;
}

input#serendipityQuickSearchTermField {
  width: 100%;	
}

div.container_serendipity_quicksearch_plugin div.serendipitySideBarContent {
  padding: 1em !important;	
}

div.container_serendipity_plugin_comments div.serendipitySideBarContent,
div.container_serendipity_syndication_plugin div.serendipitySideBarContent,
div.container_serendipity_categories_plugin div.serendipitySideBarContent,
div.container_serendipity_plugin_friendfeed div.serendipitySideBarContent,
div.termine {
  padding: 1em !important;
  text-align: right !important;
}

div.container_serendipity_plugin_comments div.serendipitySideBarContent a,
div.container_serendipity_syndication_plugin div.serendipitySideBarContent a,
div.container_serendipity_categories_plugin div.serendipitySideBarContent a,
div.container_serendipity_plugin_friendfeed div.serendipitySideBarContent a,
div.termine a{
  display: inline !important;	
  padding: 0;
  border: 0;
}

div.termine strong {
	font-weight: bold;
}

div.container_serendipity_plugin_friendfeed div.serendipitySideBarContent br {
  display: block !important;	
}

div.plugin_comment_wrap,
div.serendipity_friendfeed_element,
div.termine {
	padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #e2e2e2;
}

div.termine {
  margin-bottom: 0;
}

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