/* to take away */

#content 
{
  float:left;
  width:77%;
  /*border-right:2px solid #000;
  border-bottom:2px solid #000;*/
  margin-right:		0.5em;
  margin-left:		0.5em;
  padding-bottom:	2.0em;
}


#rightmenu {
  text-align: center;
  margin-right:		0.5em;
  margin-left:		0.5em;
}


#title {
  border-bottom:1px solid #000; 
}

#footer
{
	clear: both;
	font-size: smaller;
	border-top: 1px dashed silver;
	text-align: right;
	padding: 0.1em;
}

.image {
	text-align: center;
	}

.subtitle{
	float: right;
}

.story
{
  text-align: justify;
}

.storylinks 
{
  font-size: smaller;
  margin-bottom: 2em;
}

.storylinks :link:hover, .storylinks :visited:hover {
  padding-bottom: 4px;
  border-bottom: solid 2px;
}


body 
{ 
  font-family: sans-serif; 
  font-size: 1.0em;
  background: #ffffff;
  color: #000000; 
}

h2 {
  text-align: right;
  /*font-weight: bold; 
  font-size: smaller; */
}

img {
  border: none;
  margin: auto;
}  

ul {
  list-style-type: none;
}

blockquote {
  font-style: italic;
}

input {
  background: white;
  border: .2em dashed silver; 
}

textarea {
  background: white;
  border: .2em dashed silver; 
}

select {
  background-color: #EFEFEF;
  border: 0px dashed #AA9339; 
}

.blosxomCommentForm {
  margin-left: auto;
  margin-right: auto;
}

.blosxomCommentForm fieldset { 
  margin-left: auto;
  margin-right: auto;
  border: none;
}

.blosxomCommentForm label {
  width: 8em;
  float: left;
  margin-left: auto;
  margin-right: auto;
}

.blosxomCommentForm input {
  margin-left: auto;
  margin-right: auto;
}

.blosxomCommentForm textarea {
  float: left;
}

a { 
  color: #00008b; 
  text-decoration: none; 
}

a:hover { 
  text-decoration: none; 
}

a:visited {
  text-decoration: none; 
  color: blue; 
}

.title 
{ 
  font-size: 2em; 
  color: green;
}

.rightMenu { 
  font-size: 1.2em; 
}

.blosxomDate {
  float: right;
  font-weight: bold; 
  font-size: smaller;
}

.blosxomTitle {
  font-size: 1.2em;
  font-weight: bold; 
}

.blosxomTime { 
  float: right;
}

.blosxomCalendar
/*  - for the calendar table */
{
  margin-left: auto;
  margin-right: auto;
  font-size: .7em;
}
.blosxomCalendarHead
/*  - for the month year header (January 2003) */
{
  color: blue;
}
.blosxomCalendarWeekHeader
/*  - for the week header (Su, Mo, Tu, ...) */
{
  color: blue;
}
.blosxomCalendarEmpty
/*  - for filler days */
{
}
.blosxomCalendarCell
/*  - for calendar days that aren't today */
{
}
.blosxomCalendarBlogged
/*  - for calendar days that aren't today that
    have entries */
{
}

.blosxomCalendarSpecificDay
/*  - for the specific day we're looking at
    (if we're looking at a specific day) */
{
  text-decoration: underline;
}

.blosxomCalendarToday
{
  text-decoration: underline;
}

