
p.whiteline {
    margin-top: 0em;
    margin-bottom: 1em;
}

p.break {
    margin-top: 0em;
    margin-bottom: 0em;
}

img {
   behavior: url("http://www.schriner.net/serendipity/index.php?/plugin/pngbehavior.htc");
}
/* 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/schriner/style.css  */
a, a:visited {
  text-decoration: none;
  color:#1f1f1f;
}

a:hover {
  background-color: #efefef;
  text-decoration: none;
}
h1 {
	font-size: 24px;
	font-variant: small-caps;
	letter-spacing: 1px;
	text-align: center;
}
a.ext {
	text-decoration:underline;
}
div.code {
	white-space:pre;
	border: 1px solid #CCCCCC;
	line-height: 14px;
	font-family: "Courier New", Courier, monospace;
	padding: 2px 5px;
}

h3, h4{
	border-bottom: 1px dotted #CCCCCC;
}
body {
  background-color: #f0f0f0;
  color: #000000;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url(templates/schriner/img/background.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-attachment: fixed;
}

p, td, th, div, span {
  vertical-align: top;
}

#content {
  width: auto;
}

#mainpane {
  width: 100%;
}

#serendipity_banner {
  width: 100%;
}

a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited,
#serendipity_banner h1 {
  font-size: x-large;
  font-weight: bold;
  margin-top: 0px;
  padding-left: 20px;
  padding-top: 5px;
  text-decoration: none;
}

a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited,
#serendipity_banner h2 {
  font-size: large;
  font-weight: bold;
  padding-left: 20px;
  text-decoration: none;
}

#serendipityRightSideBar {
  padding: 11px 20px;
  vertical-align: top;
  width:10%;
}
#serendipityRightSideBar a {
	font-size: 12px;
}

#serendipityLeftSideBar {
  padding: 20px;
  vertical-align: top;
}

div.serendipitySideBarTitle {
  font-size: small;
  font-weight: bold;
  margin-bottom: 8px;
}

div.serendipitySideBarItem {
  border: 1px solid #CCCCCC;
/*  background-color: #ffffff;*/
  background-image: url(templates/schriner/img/transp50.png);
  margin-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.serendipity_banner {
  border: 1px solid #CCCCCC;
  background-color: #ffffff;
  margin-left: 14px;
  margin-right: 21px;
}
.serendipity_entry {

  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}

div.serendipity_Entry_Date {
  border: 1px solid #CCCCCC;
  background-image: url(templates/schriner/img/transp50.png);
  margin: 10px;
  padding: 10px;
  width: auto;
}

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

.serendipity_title {
  border: 1px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 8px;
  padding-left: 20px;
}

.serendipity_title a:link,
.serendipity_title a:visited {
  border: 0;
  color: #000000;
  text-decoration: none;
}

.serendipity_title a:hover {
}

.serendipity_date {
  display: block;
  font-weight: bold;
  text-align: right;
  width: 100%;
}

.serendipity_commentsTitle {
  border: 0px;
  display: block;
  font-size: small;
  padding-left:8px;
  width: 100%;
}

.serendipity_time {
  display: block;
  font-size: large;
  font-weight: bold;
  margin-top: 8px;
}

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

td.serendipity_comment {
  font-size: small;
  margin-bottom: 12px;
  padding-left:8px;
}

.serendipity_comment_source {
  margin-top: 5px;
}

.serendipity_comment {
  padding-top: 1em;
  overflow: auto;
}

td.serendipityEntriesBox {
  background-color: #ffffff;
  padding: 10px;
  margin: 10px;
}

td.serendipity_admin {
  padding: 10px;
}

table.serendipity_calendar td {
  font-size: 10px;
  padding: 1px;
  text-align: center;
}

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

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

td.serendipity_weekDayName {
  font-size: small;
  font-weight: bold;
}

div.serendipityPlug, div.serendipityPlug a {
  font-size: small;
}

img.serendipityImageButton {
  cursor: hand;
}

div.serendipity_admin_title {
  font-size: large;
  font-weight: bold;
  margin-bottom: 12px;
}

div.serendipity_admin_list_title {
  font-weight: bold;
  margin-bottom: 8px;
}

td.serendipity_admin_list_item {
}

div.serendipity_entryFooter {
  clear: both;
  color: #000000;
  font-size: x-small;
  padding-top: 5px;
  padding-bottom: 4px;
}


/** Embedded images with the s9y image manager **/
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    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;
}

.serendipity_admin_list_item_even {
    background-color: #ffffff;
}

.serendipity_admin_list_item_uneven {
}

.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;
    font-weight: bold;
}

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

.serendipity_msg_notice {
}

.serendipity_entry_author_self {
}

.serendipity_comment_author_self {
}

.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 a
{
    font-size: 7pt;
    text-decoration: none;
}

.serendipity_freeTag a:hover
{
    color: green;
    text-decoration: underline;
}
.serendipity_freeTag_xmlTagEntry {
    white-space: pre;
}
img.serendipity_freeTag_xmlButton
{
    vertical-align: bottom;
    display: inline;
    border: 0px;
}

