/* HTML Elements */

body {
# background: #6c6457;
  background: #ffffff;
}

#mainpane {
/*margin-left: 1em;*/
/*margin-bottom: 1em;*/
/*margin-right: 1em;*/
  margin-left: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  background: white;
  padding: 0px;
  border-spacing: 0px;
}

a,
a:link,
a:visited {
# color: #993300;
  color: #600000;
  font-weight: bold;
}

a:active,
a:hover {
# color: #FFCC66;
  color: #FF0000;
}

h3, h4 {
  margin: 0;
  padding: 0;
}

/* Banner */

#serendipity_banner {
/*margin-left: 1em;*/
/*margin-top: 1em;*/
/*margin-right: 1em;*/
  margin-left: 2px;
  margin-top: 2pxm;
  margin-right: 2px;
  margin-bottom: 4px;
  font-family: georgia, verdana, arial, sans-serif;
/*border-left: thin white dotted;*/
/*border-top: thin white dotted;*/
/*border-right: thin white dotted;*/
/*background: #993300;*/
  background: #802020;
  padding: 15px;
  text-align: center;
}

a.imglink1 {
  border: 0;
}

a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited,
#serendipity_banner h1 {
  text-decoration: none;
  color: white;
  font-size: x-large;
  font-weight: bold;
}

a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited,
#serendipity_banner h2 {
  font-family: verdana, arial, sans-serif;
  color: white;
  font-size: x-small;
  font-weight: bold;
  text-decoration: none;
}

/* Calendar */

table.serendipity_calendar {
  border: 1px solid #e0a0a0;
}

table.serendipity_calendar td {
  color: white;
  line-height: 140%;
  font-size: x-small;
  border: 1px solid #e0a0a0;
  padding-left: 2px;
  padding-right: 2px;
  vertical-align: center;
}

td.serendipity_weekDayName {
  color: white;
  font-size: x-small;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
}

td.serendipity_calendarHeader a,
td.serendipity_calendarHeader a:link,
td.serendipity_calendarHeader a:active,
td.serendipity_calendarHeader a:visited,
td.serendipity_calendarHeader a:hover {
  color: white;
  font-family: verdana, arial, sans-serif;
  font-size: x-small;
  font-weight: bold;
  line-height: 140%;
}

td.serendipity_calendarDay {
  text-align: right;
}

/* Sidebars */

#serendipityLeftSideBar,
#serendipityRightSideBar {
/*border: thin white dotted;*/
/*border-left: 0;*/
  border-top: 4px solid #802020;
  border-right: 2px solid #802020;
  vertical-align: top;
/*background: #FF9933;*/
  background: #f8c0c0;
  font-family: verdana, arial, sans-serif;
  color: #333;
# font-size: x-small;
  font-size: small;
  padding: 0;
  margin: 0;
  padding-top: 12px;
}

.serendipitySideBarTitle {
  color: white;
/*background: #802020;*/
  background: #802020;
/*font-size: small;*/
  font-size: small;
  font-weight: bold;
  font-family: verdana, arial, sans-serif;
/*border-bottom: thin white dotted;*/
/*border-bottom: thin white solid;*/
  text-align: center;
  line-height: 140%;
  margin-left: 0.5em;
  margin-right: 0.5em;
/*font-weight: normal;*/
/*width: 11em;*/
}

div.serendipitySideBarItem {
/*font-family: palatino, georgia, times new roman, serif;*/
  font-family: verdana, arial, sans-serif;
# color: #333;
  color: #c00000;
/*font-size: x-small;*/
  font-size: small;
/*font-weight: normal;*/
  font-weight: bold;
/*margin-bottom: 1em;*/
/*padding-bottom: 1em;*/
}

.serendipitySideBarContent {
  padding: 0.7em;
}

.serendipitySideBarContent a,
.serendipitySideBarContent a:link,
.serendipitySideBarContent a:active,
.serendipitySideBarContent a:visited,
.serendipitySideBarContent a:hover
{
  text-decoration: none;
}

#content {
/*border: thin #333 dotted;*/
  border-top: 4px solid #802020;
}

/* Entries */

div.serendipity_Entry_Date {
  margin: 10px;
  padding: 10px;
  width: auto;
}

.serendipity_date {
  font-family: georgia, verdana, arial, sans-serif;
  font-size: small;
/*color: #666;*/
  color: #e0a0a0;
  border-bottom: 1px solid #e0a0a0;
  margin-top: 10px;
  font-weight: bold;
  text-align: right;
}

.serendipity_title,
.serendipity_title a,
.serendipity_title a:hover,
.serendipity_title a:link,
.serendipity_title a:visited,
.serendipity_Admin_title,
.serendipity_Admin_title a,
.serendipity_Admin_title a:hover,
.serendipity_Admin_title a:link,
.serendipity_Admin_title a:visited {
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: verdana, arial, sans-serif;
/*color: #003366;*/
  color: #800000;
/*font-size: small;*/
  text-decoration: none;
  text-transform: uppercase;
}

.serendipity_entry,
.serendipity_admin {
/*color: #666;*/
  color: #222;
/*font-size: small;*/
  font-size: normal;
  font-weight: normal;
  line-height: 140%;
}

div.serendipity_entryFooter {
  font-family: verdana, arial, sans-serif;
  font-size: x-small;
  color: #003366;
  padding-top: 1em;
}

/* Comments */

.serendipity_comment {
  font-size: small;
  margin-left: 10px;
  margin-right: 10px;
  padding: 3px;
}

.serendipity_comment_source {
  border-bottom: 1px dotted #999;
}

.serendipity_commentsLabel {
  font-size: small;
}

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

/* Admin */

.serendipity_admin td {
}

/* Misc */

#content {
  width: 100%;
  padding-left: 1em;
}

/** 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;
}

.serendipity_admin_list_item_even {
    background-color: white;
}

.serendipity_admin_list_item_uneven {
    background-color: #E0E0E0;
}

.serendipity_admin_filters {
    border: 1px dashed;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    padding: 2px;
}

.serendipity_admin_filters_headline {
    border-bottom: 1px solid;
}

.serendipity_admin_sortorder {
    text-align: center;
}


.serendipity_comments {
}

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

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}

/* this doesn't work; trying to center form */
sidebar_content_serendipity_quicksearch_plugin {
  text-align: center;
  background: yellow;
  border: 2px;
}

/* things I added, mostly for content */

HR.brk {
  width: 20mm;
  text-align: center;
  height: 3px;
  background-color: #e0a0a0;
  border: 0;
}

.mlinks {
}

.mlinks ul {
  list-style-type: none;
  list-style-position: inside;
  padding-left: 0;
}

.mlinks li:first-line {
  padding-left: -1em;
}
