img {
   behavior: url("http://tgrass.de/plugin/pngbehavior.htc");
}
/* templates/grassitheme/style.css  */
/*
  Colors:
  #e5d799 - background
  #5c4d41 - h1
  #89532c - links
  #453114 - sidebar text
*/

* {
    padding: 0;
    margin: 0;
}

body {
    background: #fff;
    margin: 0;
    font: 90%/140% "Bitstream Vera Sans", Verdana, Arial, sans-serif
}

#serendipity_banner {
    background: url(templates/grassitheme//images/header_bg.jpg) no-repeat;
    text-align: left;
    width: 920px;
    height: 180px;
    margin: auto;
}

#title {
    float: left;
    width: 730px;
}

#menu {
    float: left;
    padding: 5px;
    margin-top: 20px;
}

#menu ul {
    list-style: none;
}

#menu li {
    padding-left: 20px;
}

#menu a {
    font-size: 80%;
    line-height: 140%;
    text-decoration: none;
    color: #000;
    text-transform: lowercase;
}

#menu a:hover {
    color: #89532c;
}

#mainpane {
    width: 920px;
    margin: auto;
    background: url(templates/grassitheme//images/content_bg.jpg) repeat-y;
}

#contentwrapper {
    width: 900px;
    margin: auto;
    background: url(templates/grassitheme//images/coffee_stains.jpg) right 50px no-repeat;
    min-height: 600px;
}

#content {
    background: url(templates/grassitheme//images/beans_trail.jpg) left top repeat-y;
    padding-left: 180px;
    padding-top: 20px;
    width: 540px;
    float: left;
}

#serendipityRightSideBar {
    background: url(templates/grassitheme//images/sidebar_bg.jpg) left top no-repeat;
    font-size: 80%;
    width: 165px;
    float: left;
    padding: 5px;
}

#footer {
    clear: both;
    background: url(templates/grassitheme//images/footer_bg.jpg) no-repeat;
    height: 20px;
}

input, textarea {
    font-family: verdana, arial, helvetica, sans-serif;
}

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

h1 span {
    display: none;
}

h1 a {
    display: block;
    width: auto;
    height: 125px;
    background: url(templates/grassitheme//images/bag_of_beans.png) 280px 85px no-repeat;
}

a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited,
#serendipity_banner h2 {
    margin: 0;
    color: #5c4d41;
    font-weight: normal;
    text-decoration: none;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 100%;
    padding-left: 130px;
}

.serendipity_title {
    font-size: 150%;
    font-weight: normal;
    text-align: left;
    margin-bottom: 1ex;
}

.serendipity_title a:link {
    color: #000;
    text-decoration: none;
}

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

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

.serendipity_entry {
	padding: 0px 15px 5px 0px;
	clear: both;
}

.serendipity_entry_body_folded,
.serendipity_entry_body_unfolded,
.serendipity_entry_extended {
    /* Inner blocks of .serendipity_entry, can be used for further customization */
}

div.serendipity_Entry_Date {
    padding-left: 15px;
    width: auto;
}

.serendipity_date {
    color: #453114;
    font-size: 70%;
    text-align: left;
    margin-bottom: 10px;
}

.serendipity_commentsTitle {
    display: block;
    width: 100%;
    color: #404040;
    font-weight: bold;
}

div.serendipity_entryFooter {
    color: #453114;
    border-top: 1px dotted #453114;
    text-align: left;
    margin-bottom: 25px;
    line-height: normal;
    padding: 3px;
    font-size: 80%;
}

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

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

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

td.serendipity_commentsValue input,
td.serendipity_commentsValue select,
td.serendipity_commentsValue textarea {
    width: 99%;
    border: 1px solid #333;
    padding: 2px;
}

.serendipity_commentForm {
    color: #404040;
    margin-bottom: 13px;
    margin-right: 10px;
    margin-left: 10px;
}
.serendipity_comment {
    margin-right: 10px;
    margin-left: 10px;
    color: #404040;
    padding: 3px;
    overflow: auto;
}

.serendipity_comment_source {
    margin-top: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
}

td.serendipity_admin {
    padding: 10px;
}

a {
	text-decoration: underline;


	}

a:link {
	color: #89532c;
	}

a:visited {
	color: #89532c;
	}

table.serendipity_calendar td {
    text-align: center;
    padding: 3px;
}
table.serendipity_calendar a {
    font-weight: bold;
    text-decoration:underline;
}

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

td.serendipity_weekDayName {
    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, div.serendipityPlug a {
    text-decoration: none;
    border: 0px;
}

/* Container for each item on the side bar */
div.serendipitySideBarItem {
	color: #453114;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
}

.serendipitySideBarContent {
    padding-left: 20px;
}

/* title of an individual item */
.serendipitySideBarTitle {
    text-transform: lowercase;
    padding-bottom: 5px;
    padding-left: 20px;
    background: url(templates/grassitheme//images/bean.png) left top no-repeat;
    font-weight: 400;
    letter-spacing: .1em;
}

.serendipityImageButton {
    cursor: pointer;
}

td.serendipitySideBar {
    width: 175px;
}

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

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

/** Embedded images with the s9y image manager **/
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid black;
    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;
    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_entry_author_self {
}

.serendipity_comment_author_self {
    background-color: #f5f5f5;
}
