img {
   behavior: url("http://blog.matriarchy.info/index.php?/plugin/pngbehavior.htc");
}

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

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

.serendipity_multilingualInfo a:hover {
    color: green;
}
/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	direction: ltr;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}/* HTML Elements */

body {
	color: #2F4B4D;
	background: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(templates/kuss/img/keefe.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffffff;
	width: 90%;
	font-size: 95%;
}
a,
a:link,
a:visited {
	color: #478B8B;
	text-decoration: none;
}
a:active,
a:hover {
	color: #40B5B6;
	text-decoration: none;
}

img {
  border: 0;
}

h3, h4 {
  margin: 0;
  padding: 0;
}
dt {
	font-weight: bold;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
select,
textarea {
  border: 1px #999 solid;
  background-color: white;
  color: #333;
}

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

input.radio,
input[type="radio"],
input[type="checkbox"] {
  border: none;
}

blockquote {
  border: 1px #478B8B solid;
  background-image: url(templates/idea/img/quote.gif);
  background-repeat: no-repeat;
  background-position: 0.5em 0.5em;
  padding: 1em;
  margin: 1em;
  margin-right: 0;
}

ul {
  list-style-image: url(templates/kuss/img/bullet.gif);
  list-style-type: circle;
  padding-left: 1em;
}

::-moz-selection {
  background: #eee;
}

::selection {
  background: #eee;
}

/* Banner */

#serendipity_banner {
	background-image: url(templates/kuss/img/logo.png);
	background-repeat: no-repeat;
	height: 180px;
	background-position: top;
}

#serendipity_banner h1 {
	margin-left: 120px;
	margin-top: 20px;
	font-size: 1.1em;
	padding-top: 0em;
	text-transform: uppercase;
}

#serendipity_banner h2 {
  margin-left: 120px;
  font-size: 1em;
  border-bottom: 0px #478B8B solid;
}

a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited {
	color: #996666;
	text-decoration: none;
}

a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited {
  color: #999;
  text-decoration: none;
}

/* Calendar */

table.serendipity_calendar a,
table.serendipity_calendar a:link,
table.serendipity_calendar a:visited {
  font-weight: bold;
  font-style: italic;
}

table.serendipity_calendar a:hover {
  background: #ccc;
  color: #003366;
}

table.serendipity_calendar td {
  font-size: x-small;
  padding: 0.2em;
  text-align: center;
}

td.serendipity_calendarHeader a,
td.serendipity_calendarHeader a:link,
td.serendipity_calendarHeader a:visited,
td.serendipity_calendarHeader a:hover {
	color: #E67300;
	font-weight: bold;
	border: 0;
}

/* Sidebars */

#serendipityLeftSideBar,
#serendipityRightSideBar {
  display: block;
  padding: 10px;
  width: 13.5em;
  vertical-align: top;
}

.serendipitySideBarTitle {
	font-size: x-small;
	color: #6F9397;
	font-weight: bolder;
	line-height: 140%;
	padding: 0.2em;
	padding-left: 1em;
	letter-spacing: 0.2em;
	padding-bottom: 0;
	white-space: nowrap;
}

#serendipityRightSideBar * .serendipitySideBarTitle {
  border-left: 1px #666 dashed;
}

#serendipityLeftSideBar * .serendipitySideBarTitle {
  border-right: 1px #666 dashed;
}

div.serendipitySideBarItem {
  margin-bottom: 0.3em;
  padding-bottom: 0.3em;
}

.serendipitySideBarContent {
	color: #860000;
	border-top: 1px dashed #478B8B;
	font-size: x-small;
	padding-top: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
}

#serendipityRightSideBar * .serendipitySideBarContent {
  border-right: 1px #666 dashed;
}

#serendipityLeftSideBar * .serendipitySideBarContent {
	border-left: 1px #666 dashed;
}

/* Entries */
div.serendipity_Entry_Date {
  padding-left: 1em;
}

.serendipity_date {
	color: #999;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: lowercase;
	margin-bottom: 0.7em;
	margin-right: 20px;
	border-bottom: 1px solid #DEDEDE;
	text-align: right;
	/*background-image: url(templates/kuss/img/clock_face_messy_paint_runs.gif);*/
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 15px;
	padding-right: 10px;
	vertical-align: text-bottom;
}

.serendipity_title,
.serendipity_Admin_title {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}

.serendipity_title a,
.serendipity_title a:hover,
.serendipity_title a:link,
.serendipity_title a:visited,
.serendipity_Admin_title a,
.serendipity_Admin_title a:hover,
.serendipity_Admin_title a:link,
.serendipity_Admin_title a:visited {
	color: #436165;
	text-decoration: none;
}

.serendipity_entry,
.serendipity_admin {
  font-size: 80%;
  font-weight: normal;
  line-height: 150%;
  padding-left: 1em;
}

div.serendipity_entryFooter {
  padding-top: 1em;
  margin-bottom: 1em;
  clear: both;
  font-size: x-small;
}

/* Comments */

.serendipity_comment {
  border-left: double #999 thick;
  font-size: small;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 1em;
  padding: 3px;
  padding-bottom: 0;
  overflow: auto;
}

.serendipity_commentBody {
  padding-bottom: 1em;
}

.serendipity_commentsLabel {
  font-size: small;
}

.serendipity_commentsTitle {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}

/* Admin */

.serendipity_admin td {
}

/* Misc */

#content {
  width: 100%;
}

/** 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;
    padding: 0.3em;
}

.serendipity_admin_list_item_even {
}

.serendipity_admin_list_item_uneven {
	background-color: #8D8983;
}

.serendipity_admin_filters {
	border: 1px dashed;
	background-color: #B97676;
	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 {
font-size: 90%;
}

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

.serendipity_msg_important {
	color: #CC6600;
}

.serendipity_msg_notice {
	color: #999933;
}

.serendipity_entry_author_self {
}

.serendipity_comment_author_self {
  border-left: double #669999 thick;
  color: #669999;
}
.serendipityAuthorProfile {
	font-size: 0.8em;
	margin-left: 10px;
	margin-right: 10px;
}
.serendipity_glossaryMarkup {
    color: #9F141A;
    cursor: help;
}
