img {
   behavior: url("http://pol.spurious.biz/blog/plugin/pngbehavior.htc");
}

      .serendipity_findmore {
        margin: 5px auto 5px auto;
        padding: 5px;
        text-align: center;
      }

      .serendipity_findmore img {
        border: 0px;
      }

      .serendipity_diggcount {
          float: left;
      }
/* 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/spu/style.css  */
h4,h3 {
	margin: 0;
}

.serendipitySideBarContent input {
	width: 175px;
}

#mainpane {
	background-color: #FFFFFF;
	margin: auto;
	width: 100%;
}

#content {
	width: auto;
}

#serendipityRightSideBar {
	background-color: #ddd;
	padding: 10px;
	vertical-align: top;
	width: 200px;
}

#serendipityLeftSideBar {
	background-color: #ddd;
	padding: 10px;
	vertical-align: top;
	width: 200px;
}

body {
	background-color: #fff;
	color: #000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

input,button,submit,select,textarea {
	background-color: #ececea;
	border-color: #999;
	border-style: solid;
	border-width: thin;
	color: #333;
	font-size: 10pt;
}

input:focus,    input:hover,button:focus,   button:hover,submit:focus,   submit:hover,select:focus,   select:hover,textarea:focus, textarea:hover {
	background-color: #ddd;
}

th, td {
	font-size: 10pt;
}

#serendipity_banner {
	height: auto;
	margin: auto;
	width: 100%;
   text-align: left;
}

a.homelink1,a.homelink1:hover,a.homelink1:link,a.homelink1:visited,#serendipity_banner h1 {
	color: #FFFFFF;
	font-size: 20px;
	margin: 0px;
	padding-left: 15px;
	padding-top: 10px;
	text-decoration: none;
}

a.homelink2,a.homelink2:hover,a.homelink2:link,a.homelink2:visited,#serendipity_banner h2 {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-decoration: none;
}

.serendipity_title {
	background-color: #ececea;
	border-left-color: #cccccc;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #cccccc;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: 1px;
	color: #777;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

.serendipity_title a:link {
	color: #777;
}

.serendipity_title a:visited {
	color: #777;
	text-decoration: none;
}

.serendipity_title a:hover {
	color: #777;
	text-decoration: none;
}

.serendipity_entry {
	background-color: #ececea;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #cccccc;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #cccccc;
	border-right-style: solid;
	border-right-width: 1px;
	clear: both;
	color: #333333;
	display: block;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}

div.serendipity_Entry_Date {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	margin: 10px;
	padding: 8px;
	width: auto;
}

.serendipity_date {
	background-color: #cccccc;
	color: #333;
	font-weight: bold;
	margin: 0;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-top: 2px;
}

.serendipity_commentsTitle {
	color: #404040;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
	width: 100%;
}

div.serendipity_entryFooter {
	clear: both;
	color: #777;
	font-size: x-small;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
	text-transform: uppercase;
}

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

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

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

.serendipity_commentForm {
	background-color: #FFFFFF;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	color: #404040;
	font-size: 13px;
	margin-bottom: 13px;
	margin-left: 10px;
	margin-right: 10px;
}

.serendipity_comment {
	background-color: #ececea;
	border-color: #999;
	border-style: dotted;
	border-width: 1px;
	font-size: small;
	margin-bottom: 2px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 3px;
	padding-bottom: 0;
}

.serendipity_comment:hover {
	background-color: #ddd;
}

.serendipity_comment_source {
	border-top-color: #999;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: x-small;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 5px;
}

.serendipity_commentDirection {
	background-color: #ececea;
	border-color: #999;
	border-style: dashed;
	border-width: 1px;
	font-size: x-small;
	margin-top: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 270px;
}

TD.serendipity_admin {
	padding: 10px;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #008040;
}

a:visited {
	color: #008000;
}

a:hover {
	color: #008040;
	text-decoration: underline;
}

table.serendipity_calendar TD {
	font-size: 10px;
	padding: 3px;
}

table.serendipity_calendar A,table.serendipity_calendar A:hover,td.serendipity_weekDayName {
	font-size: 10px;
	font-weight: bold;
}

td.serendipity_calendarHeader A:link,td.serendipity_calendarHeader A:visited,td.serendipity_calendarHeader A:hover {
	text-decoration: none;
}

div.serendipityPlug, div.serendipityPlug A {
	border-width: 0px;
	font-size: 11px;
	text-decoration: none;
}

div.serendipitySideBarItem {
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.serendipitySideBarTitle {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 5px;
	padding-left: 2px;
	text-transform: uppercase;
}

.serendipityImageButton {
	cursor: pointer;
}

td.serendipitySideBar {
	font-size: 10px;
	padding: 10px;
	width: 200px;
}

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-color: #000000;
	border-style: dashed;
	border-width: 1px;
	padding: 15px;
}

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

/** Embedded images with the s9y image manager **/.serendipity_imageComment_center,.serendipity_imageComment_left,.serendipity_imageComment_right {
	background-color: #EFEFEF;
	border-style: solid;
	border-width: 1px;
	margin: 3px;
}

.serendipity_imageComment_center {
	margin: 0px;
}

.serendipity_imageComment_left {
	float: left;
}

.serendipity_imageComment_right {
	float: right;
}

.serendipity_imageComment_img,.serendipity_imageComment_img img {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

.serendipity_imageComment_txt {
	clear: both;
	font-size: 9pt;
	margin: 0px;
	padding: 3px;
}

.serendipity_imageCommentClosing_center {
	clear: both;
	display: block;
}

.serendipity_admin_list_item_even {
	background-color: #ffffff;
}

.serendipity_admin_list_item_uneven {
	background-color: #E0E0E0;
}

.serendipity_admin_filters {
	font-size: 10px;
}

.serendipity_admin_filters input,.serendipity_admin_filters select {
	font-size: 10px;
}

blockquote {
	background-color: #ddd;
	background-image: url(/blog/templates/spu/grfx/quotes.gif);
	background-position: left;
	background-repeat: no-repeat;
	border-color: #999;
	border-style: dashed;
	border-width: 1px;
	color: #666;
	font-size: 88%;
	line-height: 1.5em;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
}

#LSResult {
	background-color: #ffffff;
	margin-left: 4px;
	margin-top: 4px;
	position: absolute;
}

#LSHighlight {
	background-color: #ececea;
	color: black;
}

acronym {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	cursor: help;
	margin: 0;
	padding-bottom: 0.4px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.serendipity_comment_author_self {
	background-color: #cccccc;
}

.serendipity_freeTag
{
    margin-left: auto;
    margin-right: 0px;
    text-align: right;
    font-size: 7pt;
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
}

.serendipity_freeTag_related
{
    margin-left: 50px;
    margin-right: 0px;
    text-align: left;
    font-size: small;
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
}

.serendipity_freetag_taglist
{
    margin: 10px;
    border: 1px solid #ff6600;
    padding: 5px;
    background-color: #ffffff;
    text-align: justify;
}

.serendipity_freeTag a
{
    font-size: 7pt;
    text-decoration: none;
}

.serendipity_freeTag a:hover
{
    color: green;
    text-decoration: underline;
}
img.serendipity_freeTag_xmlButton
{
    vertical-align: bottom;
    display: inline;
    border: 0px
}
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;
}