

/* SERENDIPITY */

/* container for entry title and date */
.serendipity_Entry_Date
{
	clear:both;
}

#serendipityLeftSideBar
{
  width: 150px;
  padding: 0 10px 0 1px;
	margin: 0;
  vertical-align: top;
  border-right: 1px solid #ddd;
}

#serendipityLeftSideBar h3
{
  font-size: 11pt;
  margin-top: 0px;
  color: #142F49;
}

#serendipityRightSideBar
{
  width: 150px;
  padding-left: 10px;
  padding-right: 20px;
  margin:0;
  vertical-align: top;
  border-left: 1px solid #ddd;
}

#serendipityRightSideBar h3
{
  font-size: 11pt;
  margin-top: 0px;
  color: #142F49;
}

.serendipitySideBarItem
{
	margin-bottom: 10px;
}

.serendipity_entryFooter
{
	margin: 5px 0 10px 10px;
	width: 170px;
	float: right;
	padding-top: 2px;
	padding-left: 3px;
	padding-bottom: 4px;
	border: 1px solid #ddecfb;
	background-color: #f1f6fb;
	font-size: 8pt;
	color: #000000;
}

/* style for links within the page footer */
.serendipity_entryFooter a
{
	font-weight:bold;
}

/* style for hovered over links within page footer */

#serendipity_content
{
  width: 587px;
  padding-left: 10px;
  padding-right: 10px;
}

.serendipity_title
{
  font-size: 12pt;
  font-weight: bold;
  margin-top: 10px;
  color: #204b77;
}

.serendipity_title a
{
  color: #204b77;
}

.serendipity_entry_body
{
  padding-top: 0px;
}

.serendipity_single_entry_body
{
  padding-top: 15px;
}

/* style for the actual date below entry title */
.serendipity_date
{
	text-align:right;
	color: #999;
	margin: 0 0 0 0;
	text-transform:lowercase;
	display:block;
	font-size: 9pt;
	border-bottom: 1px solid #ddd;
	padding: 10px 12px 0 0;
}


/********* Calendar Styles *********/

/* style for entire table in calendar plugin */
table.serendipity_calendar {
	border-bottom:1px solid #ddecfb;
	border-left:1px solid #ddecfb;
	border-right:1px solid #ddecfb; }

/* container style for calendar table rows */
table.serendipity_calendar td {
	text-align:center;
	padding: 3px; }

/* style for calendar date links */
table.serendipity_calendar a
{
  font-weight: bold;
  text-decoration:none;
}

/* style for calendar links when hovered over */
table.serendipity_calendar a:hover
{
  text-decoration: underline;
}

/* style for calender header row */
.serendipity_calendarHeader
{
  background-color: #204b77;
}

/* styles for month name and arrows in calendar */
td.serendipity_calendarHeader a:link, td.serendipity_calendarHeader a:visited, td.serendipity_calendarHeader a:hover {
	border: 0;
	color:#fff;
	text-decoration: none; }

/* style for calendar weekday names */
td.serendipity_weekDayName
{
  font-size: 95%!important;
  font-size: 90%;
  font-weight: 575;
  color: #fff;
  background-color: #6a99b9;
}

/* style for calendar day rows */
td.serendipity_calendarDay {
	color:#888;
	font-size:90%; }

.serendipity_pageFooter
{
  border-top: 1px solid #dddddd;
}