/*
// Copyright 2000-2004 Larch Networks
// @(#) $Id: blog.css 25 2009-04-13 01:11:52Z lars $
*/
#yearlist  {
 width: 130px;
 white-space: nowrap;
 font-size: 14pt;
}

#monthlist {
 font-size: 12pt;
}

#titlelist {
 font-size: 10pt;
}

#yearlist a, #yearlist a:visited , #yearlist a:hover, #yearlist a:active {
 text-decoration: none;
 color: black;
}


.mapleBlogDiv{
 text-align: center;
 margin-top: 5px;
}

.mapleBlogAddComment {
 text-decoration: underline;
 color: blue;
 cursor: pointer;
}

.mapleBlogEntry {
 border: solid 1px lightgrey;
 border-top: none;
 width: 90%;
 margin-top: 0px;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
}

.mapleBlogEdit {
 border: none;
 width: 100%;
}

.mapleBlogTitle {
 font-weight: bold;
 margin-top: 5px;
 border-bottom: 1px lightgrey dotted;
 white-space: nowrap;
}

.mapleBlogAuthor {
 text-align: right;
}

.mapleBlogMenu {
 width: 100%;
 text-decoration: underline;
}

.mapleBlogAdmin {
 text-align: right;
}

.mapleBlogComment {
 width: 75%;
 border: 1px lightgrey solid;
 border-top: none;
 text-align: left;
 margin-left: auto;
 margin-right: auto;
}

.mapleBlogCommentDate {
 font-size: smaller;
}
