/***** General Blosxom CSS *****/


body              { font-family: Verdana,Geneva,Arial,Sans-serif; 
		    font-size: 12px;
		    background: #eeeeff; color: #333333; }
blockquote	  { border-left: 1px; solid black;
		    padding-left: 5px; margin-left: 15px;
		    font-size: 10px; color: #336699; }
a                 { color: #000000 }

.horizbar         { background: #000000; height: 1; }
.sidebar          { font-size: 12px; background: #6699cc; }
.storypane        { font-size: 12px; background: #dddddd; }

.sbtitle          { font-size: 12px; font-weight: bold; color: #333333; }
.pagetitle        { font-size: 26px; font-weight: bold; color: #333333; }
.pagetitle A      { text-decoration: none; }
.storytitle       { font-size: 14px; font-weight: bold; color: #333333; }
.updatetitle	  { font-size: 12px; font-weight: bold; color: #333333; }
.dateheader       { font-size: 14px; font-weight: bold; color: #333333; }

.highlight        { background-color: #FF9; }


/****** Calendar CSS ******/

.calendar { }
.calendar table {
	margin-left:		auto; 
	margin-right:		auto;
}
.calendar table .prev-link {
	margin-left:		0; 
	text-align:		left;
}
.calendar table .next-link {
	margin-right:		0;
	text-align:		right;
}
.month-calendar, .year-calendar {
	border-collapse:	collapse; 
}
.month-calendar-head, .year-calendar-head {
	font-size:		10px;
	font-weight:		bold;
}
.month-calendar-day-head, .year-calendar-subhead {
	font-size:		10px;
	font-weight:		normal;
}

.month-calendar {
	text-align: 		center;
}

.month-calendar-day-noday,
.month-calendar-day-link,
.month-calendar-day-nolink,
.month-calendar-day-this-day,
.month-calendar-day-future {
	font-family: Verdana,Geneva,Arial,Sans-serif; 
}

.year-calendar-month-link, 
.year-calendar-month-nolink,
.year-calendar-this-month, 
.year-calendar-month-future {
}

.month-calendar-day-future, .year-calendar-month-future {
	color:			#83660F;
}

.month-calendar {
	background:		#cccce0;
	border: 		1px solid #3366cc;
}
.calendar th {
	border-bottom: 		1px dotted #83660f;
}
.Saturday {
	border-left:		1px dotted #83660f;
}
.Sunday {
	border-right:		1px dotted #83660f;
}
.Saturday, .Sunday {
	background:		#bcbcd0;
}
.month-calendar-day-this-day, .year-calendar-this-month {
	background:		#dcdcf0;
}
.year-calendar {
	background:		#cccce0;
	border: 		1px dotted #3366cc;
}
