#content {
	float: left;
	border-right:1px dotted #999;
	margin-right:15px;
	width: 100%;
	margin-top: 15px;
}

#menu {
	margin-left: 15px;
	margin-top: 15px;
}

#blogText {
	padding-left: 15px;
	padding-right: 15px;
}

/*  individual blog entry title */
.title {  
	font-family: Trebuchet MS, verdana, arial, sans-serif; 
	font-size: 18px; 
	margin-left: 10px;
	font-weight: bold;
	color: #545b79;
}

/*  individual blog entry text */
.body, td, input, select { 
	font-family: Trebuchet MS, verdana, arial, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	margin-left: 10px;
}

/*  individual blog entry footer for author and date, etc */
.byline {
	font-family: Trebuchet MS, verdana, arial, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	margin-top: 10px;
	margin-left: 10px;
}

/* Individual blog entry date at top of entry*/
.date {
	font-family: Trebuchet MS, verdana, arial, sans-serif; 
	font-size: 12px; 
	color: #808000; 
	border:1px solid #808000;
	background-color:#dcdcb8;
	/* this is a light tan with olive text and border
	color: #808000; 
	border:1px solid #808000;
	background-color:#dcdcb8;
	   this is soft blue with a blue text
	color: #545b79; 
	border:1px solid #545b79;
	background-color:#a7b1bd;
	*/
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

/*  right menu pod titles */
.menuTitle {
	font-family: verdana, arial, sans-serif; 
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding: 5px;
}

/*  right menu pod title for Calendar only */
#menuTitleCalendar {
	text-align: center;
}

/*  ? */
.header, .header a {
	font-family: verdana, arial, sans-serif; 
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}

.rightMenu {
	border:0px;
	text-align: left;
	padding-left: 0px;
}

/*  calendar */
.calendar_table {
	background-color:#8b95c1;
}
.calendar_table, .calendar_table a {
	font-family: verdana, arial, sans-serif; 
	font-size: 10px;
	text-align: center;
	padding: 2px;
	line-height: 14px;
	// color: ;
}

/*  highlight color of today in calendar */
.calendar_today{
	color: #bcbcde;
	background-color: #51627c;
	font-weight:bold;
}

/* doesn't really affect anything, maybe some text in right menu */
.menuBody {
	font-family: verdana, arial, sans-serif; 
	font-size: 10px;
	text-align: left;
	padding: 2px;
	line-height: 14px;
}

/* Under each pod title, these are the links */
.menuBody A {
	font-family: verdana, arial, sans-serif; 
	font-size: 10px;
}

/* The Search input field */
.rightmenu .menuBody form input {
	font-weight:normal;	
	padding-left:1px;
}
.code {
	font-family: courier;
	font-size: 11px;
	border: solid thin #0000cc;
	background-color: #ffffcc;
}

.login {
	border:1px solid #808000;
	background-color:#dcdcb8;
	color: #808000;
}

.mascot {
text-decoration: none;
}

.statsbody, .statsbody table, .statsbody table td {
	background-color:white;
}

