BODY
{
	background-image: url(http://www.pocketsoap.com/weblog/gems/backgroundtwo.gif);
	margin: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", verdana, geneva, sans-serif;
	font-size: 0.90em;
	background-repeat : repeat-x;
}
.titlebox
{
	border: 1px dotted black;
	background: #CCF;
	padding: 6px ;
	font-size: 1.2em ;
	color: #616161;
}
A:link { text-decoration: underline; }
A:visited { text-decoration: underline; }

/* this css class sets font size and color for the timestamp below each individual post. */
.timestamp
{
  font-size: 10px;
  color: #999;
}

/* the css class for controlling the background of the userland calendar */
.hCalendarTable
{
  background: #CCF;
  color: #616161;
  border: dotted 1px black;
  padding: 3px 3px 3px 3px;
}

/* the css class for controlling the background of the current day's cell in the calendar */
.hCalendarDayCurrent
{
background: #FFFFFF;
color: #000000;
}

/* this css class sets font size for the Changed type in the right side nav area. */
.changed
{
  font-size: 9px;
  color: #616161;
}

/* the css class for controlling the background of the userland calendar */
.navtable
{
  background: #CCF;
  color: #616161;
  border: dotted 1px black;
  padding: 3px 3px 3px 3px;
  font-family: trebuchet, trebuchet ms, verdana, geneva, sans-serif;
}
.storyListItem, .navtableItem
{
	padding-top: 4px;
	font-weight : normal;
	font-size: 0.9em;
}
.navigatorLink
{
}
/* the css class for controlling the text style for the day's title [Monday, January 1] */
.postingdaytitle { text-decoration: underline; }
.dwsTable { background: #bfbfbf; width: 450px;}
.dwsFrameTable { background: #bfbfbf; width: 450px;}

.dwsTableCell
{
  background: #FFFFFF;
  padding: 1px 1px 1px 1px;
}

/* the css classes to control the editor's bar, up top of the page.*/
.radioMenuLinkFont
{
  color: #000000;
  font-size: 12px;
  font-family: trebuchet, trebuchet ms, verdana, geneva, sans-serif;
}

.radioMenuLinkFontCurrent
{
  color: #309;
  text-transform: uppercase;
}

/* the css class for my brilliant pullbox. not.*/ 
.whitebox 
{
padding: 10px 10px 10px 10px;
border: 1px dotted #6C648C;
color: #6C648C;
margin: 0px 10% 0px 10%;
}
.pblog
{
    font-size: 9px;
    color: #999;
    text-align:right;
}