
div .blog-entry1
{ 
  padding: 1em;
  background-color:  transparent;
  border: 1px solid #cccccc;
}

div .blog-entry2
{ 
  padding: 1em;
  background-color:  #efefef;
  border: 1px solid #cccccc;
}

div .blog-timestamp
{ 
  color: gray;
}

div .blog-permalink
{ 
  color: gray;
  padding-bottom: 1em;
}

/* ----- old wikilog rules follow ----- */

table.calendar-outer { border: 0; border-spacing: 10px; margin: 0 auto;}
td.calendar-outer { font-size: smaller; vertical-align: top; }


table.calendar-inner {
    border: 2px solid #abd5d6;
    border-collapse: collapse;
}
table.calendar-inner caption {
    text-align: center;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
}
table.calendar-inner th {
	background-color: #eeeeee;
    border: 1px dotted #abd5d6;
    width: 2.2em;
    font-weight: normal;
    padding: 2px;
}
table.calendar-inner td {
    border: 1px dotted #abd5d6;
    text-align: center;
    padding: 3px;
}


td.calendar-today-entry {
	background-color: #ffff00;
}
td.calendar-today-noentry { 
	background-color: #ffc3c3; 
}
td.calendar-entry {
	background-color: #c3ffc3; 
}
td.calendar-noentry {
	background-color: #ffffff;
/*	background-color: #ffeedd; */
}
a.nonexistent-date  { 
	background: transparent;
	text-decoration: none;
}
a.nonexistent-date:link  { 
	color: #FF2222;
}
a.nonexistent-date:visited  { 
	color: #FF2222;
}
a.nonexistent-date:hover {
	text-decoration: underline;
	color: #444444;
}
form.calendarpub {
	margin-top: 10px;
	margin-left: 40px;
}
p.datetrail {
	text-align: center;
	font-size: smaller;
}
p.wikiloghome {
	margin-bottom: 0px;
}
p.right {
	text-align: right;
}
p.center {
	text-align: center;
}
ul.loglist {
	list-style: circle;
}
.currentmonth {
    background-color: yellow;
}
