@charset "UTF-8";
/*
===== 1: IMPORT FILES ===========================
*/
@import "css/default.css"; /* initial setting */
@import "css/shareStyle.css";/* layout style */
@import "css/pageStyle.css";/* layout style */
/*
===== 1: CONTAINER ==========================================
*/
.winheader {
  background : #4169AA;
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  font-weight: bold;
}
.winheader a:link, .winheader a:visited, .winheader a:active {
  color : white;
}

.bodyContentEven {
  background: white;
}
.bodyContentOdd {
  background: lightgrey;
}
.sidebar {
}
.footer {
  background: #4169AA;
  color: white;
  font-size: x-small;
  font-weight: bold;
}
.footer a:link, .footer a:visited, .footer a:active {
  color : white;
}
.blogName, .blogName a:link, .blogName a:visited, .blogName a:active {
  font-size: 24px;
  font-weight: bold;
}
.blogDescription {
  font-weight: none;
}
.calendar {
	padding-bottom:10px;
	text-align:center;
}
.calendarHeader {
	font-size:medium;
}
.calendarDayHeader {
	padding-bottom:8px;
	padding-top:8px;

}
.calendarDay {
	padding-left: 5px;
	border:1px solid #CCCCCC;
	height:80px;
	margin:1px;
	padding:1px;
	text-align:right;
}
.calendarDayWithEntries {
	background-color:#ffb8d7;
	border:1px solid #ffb8d7;
	height:80px;
	margin:1px;
	padding:1px;
	text-align:right;
	color: #fff;	
}
.calendarDayWithEntries a:link,
.calendarDayWithEntries a:visited,
.calendarDayWithEntries a:hover,
.calendarDayWithEntries a:active {
	font-weight:bold;
	color: #fff;
	text-align:right;
}
.calendarToday {
	background-color:#dbeaff;
	border:1px solid #3d71ba;
	font-weight:bold;
	height:80px;
	margin:1px;
	padding:1px;
	text-align:right;
}
.calendarToday a:link,
.calendarToday a:visited,
.calendarToday a:hover,
.calendarToday a:active {
	font-weight:bold;
	color: #3d72b9;
	text-align:right;
}
.calendarBody {
	padding: 0 5px 0 0;
	width: 102px;
}
.calendarBody li {
	font-size: 85%;
}
.categoryHeader {
	background: url(images/share/entryTitle.gif) no-repeat 0 0;
	height:35px;
	margin-bottom:1em;
	width:810px;
}
.categoryHeader h2 {
	font-size:131%;
	font-weight:bold;
	padding:5px 0pt 0pt 25px;
}

.posted {
	font-size: 77%;
}

.blogEntryHeader {
	background: none;
	clear: both;
	margin-bottom: 1em;
	margin-left: 15px;
}
.blogEntryHeader h3 {
	margin-bottom: 10px;
	padding: 5px 20px 0 20px;
	border-left: #3d72b9 8px solid;
	font-weight: normal;
	line-height: 1.3;
}
.blogEntry {
  text-align: left;
  background: white;
}
.blogEntryHeader, .blogEntryHeader a:link, .blogEntryHeader a:visited, .blogEntryHeader a:active {
  background: white;
  color: black;
  font-size: medium;
  font-weight: bold;
}
.blogEntryBody {
  background: white;
  line-height: 120%;
}
.blogEntryMetadata, .blogEntryMetadata a:link, .blogEntryMetadata a:visited, .blogEntryMetadata a:active {
  color: gray;
  font-weight: bold;
  font-size: x-small;
}
.back {
	text-align: right;
}
.back a {
	background: url(images/backPoint.gif) no-repeat 0 0px;
	padding-left: 18px;
}

