body {
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 94%;
  margin: 0;
}

h1, h2, h3 {
  font-family: "trebuchet ms", verdana, tahoma, sans-serif;
}

h1 {
  font-size: 156%;
  font-weight: bold;
  margin-top: 0.25em;
}

img {
  border: none;
}

acronym {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  cursor: help;
}

code {
  font-family: "lucida console", monospace;
}

dt {
  font-weight: bold;
}

dd {
  padding-bottom: 1.5em;
}

#bodyText {
  padding: 0 1em 1ex 1em;
  text-align: justify;
  line-height: 1.5em;
}

#bodyText a:hover {
  text-decoration: none;
}

#bodyText .boxedDark, #bodyText .boxedLight {
  margin-bottom: 1em;
  padding: 2ex 4ex;
  border-style: solid;
  border-width: 1px;
}

.smallCaps {
  font-variant: small-caps;
}

.pimg {
  position: absolute;
  top: 90px;
  right: 70px;
  float: right;
}

#all {
  overflow: visible;
  min-width: 1115px;
}

#header {
  height: 3em;
  margin-right: 0px;
  margin-bottom: 5mm;
  padding: 0 2.5mm 0 4mm;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.headerTitle {
  font-size: 205%;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  line-height: 1.5em;
  padding-left: 0px;
}

.headerTitle span {
  font-weight: normal;
}

.blogTitle {
  position: absolute;
  left: 2ex;
}

.menuBar {
  font-size: 87%;
  position: absolute;
  /* right: 2ex; */
  left: 122ex;
  width: 20em;
  top: 1.75em;
}

.menuBar * {
  text-decoration: none;
  font-weight: bold;
  padding-left: 1ex;
  padding-right: 2ex;
}

.menuBar a:hover {
  /* See color-scheme.css */
}

/* ###### Side Box ###### */

.oldBar {
  text-align: right;
  width: 10em;
  min-width: 80px;
}

.oldBarTitle {
  font-weight: bold;
  padding: 0.5ex 1em 0.5ex 0.5ex;
  border-top-style: solid;
  border-top-width: 1px;
}

.oldBar a, .oldBar a:hover, .oldBar span {
  text-decoration: none;
  line-height: 1.25em;
  display: block;
  padding: 1ex 1em 1ex 0.5ex;
  border-top-style: solid;
  border-top-width: 1px;
}

.leftBar {
  text-align: right;
  width: 10em;
}

.rightBar  {
  text-align: left;
  width: 12em;
}

.serendipitySideBarTitle {
  font-weight: bold;
  padding: 0.5ex 1em 0.5ex 0.5ex;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.leftBar a, .leftBar a:hover, .leftBar {
  text-decoration: none;
  line-height: 1em;
}

.leftBar a:hover {
  /* See color-scheme.css */
}

.leftBar .leftBarText {
  text-align: justify;
  padding: 1ex 1.5ex;
}

.leftBar .thisPage {
  font-weight: bold;
}

#serendipitySideBarContent {
    text-indent: 15px;
}

.serendipityRightSideBar #serendipitySideBarContent A {
    font-size: 8px;
}

.serendipitySideBarItem {
    font-size: 70%;
    padding-bottom: 20px;
    padding-top: 0px;
}

.serendipity_title {
    font-size:14pt;
    letter-spacing:2pt;
    font-weight:bold;
    padding-top: 16px;
    padding-bottom:8px;
    border-top:1px dashed #cdcdcd;
}

.serendipity_entry {
    padding-left: 16px;
    font-size: 12pt;
    text-align:justify;
}

.serendipity_entryFooter {
    margin-top:10px;
    font-size: 9pt;
    border-bottom:1px dashed #cdcdcd;
}

.serendipity_entry a {

}

.serendipity_commentsTitle {
        font-size: 24pt;
}

.serendipity_time {
}

TD.serendipity_commentsLabel {

}

TD.serendipity_comment {
    border-bottom:1px dotted #cdcdcd;
    padding-top:16px;
}


.serendipity_comment_source {

}

div.serendipity_Entry_Date {
}

.serendipity_date {
    text-align: right;
    font-size: 12pt;
    font-weight: bolder;
    padding-top: 10px;
}

/* ###### General Colors ###### */

/*** Text Color (darker): ***/
  body, #bodyText a, .sideBar a, .sideBar a:hover, .sideBar span, .subFooter a
  { color: #22464f; }

/*** Text Color (darker): ***/
  .leftBar a, .leftBar a:hover, .rightBar a, .rightBar a:hover, .oldBar a, .oldBar a:hover
  { color: #22464f; }

/*** Text Color (lighter): ***/
  .headerTitle span, .menuBar, .menuBar *, .sideBar a:hover, #footer, #footer a
  { color: white; }

/*** Text Color (lighter): ***/
  .leftBar a:hover, .rightBar a:hover, .oldBar a:hover
  { color: white; }

/*** Border Color: ***/
  #bodyText .boxedDark, #bodyText .boxedLight, .sideBar a, .sideBar a:hover, .sideBar span,
  #footer a:hover, .subFooter a, .oldBar a:hover, oldBar a
  { border-color: #22464f; }

/*** Background Color (darker): ***/
  #header, #footer
  { background-color: #22464f; }

/*** Background Color (lighter): ***/
  #bodyText .boxedLight, .serendipitySideBarTitle, .oldBarTitle
  { background-color: #cddbcd; }


/* ###### Special Colors ###### */

#header { border-color: white; }

.headerTitle { 
	color: #cddbcd;
}

.menuBar a:hover { color: #abc3ac; }

body { background-color: #abc3ac; }

#bodyText .boxedDark { color: black; }

#footer a { border-color: white; }

.subFooter a:hover { border-color: #abc3ac; }

#colsStructure, #colsStructure2 {
	display: table;
	padding: 0;
	clear: both;
	border-spacing: 0;
}

#allCols	{
	display: table-row;
}

.singleCol {
	margin: 0; 
	padding-bottom: 0.2em;
	vertical-align: top;
	display: table-cell;
	overflow: hidden;
}

#leftCol {
	width: 11.3125em;
	z-index: 3;
}

#centerCol {
	width: 62em;
	min-width: 40em;
	z-index: 1;
}

#rightCol {
	width: 10.875em;
	z-index: 2;
}

.leftColPadding {
	margin: 0 6px 0 5px;
}

.centerColPadding {
	padding: 0 5px 0 3px;
}

.rightColPadding {
	margin-left: 4px;
}
