/* HTML Elements */


/* Banner */

#serendipity_banner {
  /* do not show main title at all */
  visibility: hidden;
  height: 0px;
}


/* Sidebars */

#serendipityLeftSideBar,
#serendipityRightSideBar {
  display: block;
  padding: 6px;
  padding-top: 1px;
  vertical-align: top;
  background-color: #f5f5f5;
}
#serendipityRightSideBar { 
  width:120px;
}

.serendipitySideBarTitle {
  font-size: x-small;
  font-weight:normal;
  color: #555555;
  font-size: 10pt;
}

div.serendipitySideBarItem {
  font-size: x-small;
  font-weight: normal;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.serendipitySideBarItem a,
.serendipitySideBarItem a:hover,
.serendipitySideBarItem a:link,
.serendipitySideBarItem a:visited { 
  font-size: x-small;
 }

#serendipity_category_form_content a,
#serendipity_category_form_content a:hover,
#serendipity_category_form_content a:link,
#serendipity_category_form_content a:visited { 
  font-size: 9pt;
}

/* Entries */

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

.serendipity_date {
  /*font-family: palatino, georgia, times new roman, serif;*/

  /*color: #333;*/
  border-bottom: 1px solid #999;
  margin-top: 10px;
  font-weight: normal;
}


.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 {
  /*font-family: palatino, georgia, times new roman, serif;
  color: #666;*/
  font-size: large;
  font-weight:normal;
  text-decoration: none;
  margin-bottom: 8px;
}

.serendipity_entry,
.serendipity_admin {
  font-size: small;
  font-weight: normal;
  line-height: 120%;
  padding: 10px;
  padding-top: 0px;
  margin-top: 0px;
}

.serendipity_entry a,
.serendipity_entry a:hover,
.serendipity_entry a:link,
.serendipity_entry a:visited { 
  font-weight:normal;
}

div.serendipity_entryFooter {
  margin-top: 12px;
  font-style:italic;
  clear: both;
  font-size: x-small;
}

/* Comments */

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

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

.serendipity_commentsLabel {
  font-size: small;
}

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

/* 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;
    margin-left:0px;
    margin-right:6px;
}

.serendipity_imageComment_right {
    float: right;
    margin-right:0px;
    margin-left:6px;
}

.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_comments {
}

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

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}

.serendipity_entry_author_self {
}

.serendipity_comment_author_self {
    background-color: #f5f5f5;
}


.serendipitySideBarItem img { 
  visibility:hidden;
  width: 0px;
}




/* Calendar  (not used) */

table.serendipity_calendar a,
table.serendipity_calendar a:link,
table.serendipity_calendar a:visited,
table.serendipity_calendar a:hover {
  color: #666;
  font-size: x-small;
}

table.serendipity_calendar td {
  line-height: 140%;
  font-size: x-small;
}

td.serendipity_weekDayName {
  font-size: x-small;
  font-weight: bold;
  line-height: 140%;
}

td.serendipity_calendarHeader a:link,
td.serendipity_calendarHeader a:visited,
td.serendipity_calendarHeader a:hover {
  font-family: palatino, georgia, times new roman, serif;
  color: #666600;
  font-size: small;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-decoration: none;
}

