﻿#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: #902a3b;
}

/*  individual blog entry text */
.body, td, input, select { 
	font-family: Trebuchet MS, verdana, arial, sans-serif; 
	font-size: 11px;
	color: #53562c; 
	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: #5e5e5e; 
	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;
	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:#57100e;
}
.calendar_table, .calendar_table a {
	font-family: verdana, arial, sans-serif; 
	font-size: 9px;
	text-align: center;
	padding: 2px;
	line-height: 12px;
	// color: ;
}

/*  highlight color of today in calendar */
.calendar_today{
	color: #ffffff;
	background-color: #b58d85;
	font-weight:bold;
}

.calendar_table td{
	color:#bdb76b;
}

/* 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;
}


