@charset "utf-8";
/* ================================================================================================
  BLOG (@_0)
================================================================================================ */

/************************************************************** BLOG */
div#blog {
		
		}
h2#blogHeading {
		width: 100%;
		height: 130px;
		text-indent: -9999px;
		margin: 0;
		background: #fff url(./images/blog_title.jpg) no-repeat center;
		}
p.blogArchiveTitle {
		font-size: 15px;
		font-weight: bold;
		color: #288FEC;
		padding: 0 0 0 10px;
		}
div#mainBlockContainer h3.blogEntryDateHeader {
		height: 30px;
		color: #454545;
		font-size: 15px;
		margin: 10px 0 0 0;
		padding: 4px 0 0 25px;
		background: #fff url(./images/bg_entryDate.gif) no-repeat;
		border: 0px solid #333;
		}

div#mainBlockContainer h4.blogEntryTitle {
		height: 30px;
		color: #454545;
		font-size: 16px;
		margin: 10px 0 10px 0;
		padding: 6px 0 0 30px;
		background: #fff url(./images/bg_entryTitle.gif) no-repeat;
		}

/************************************************************** ENTRY BODY */
div.blogEntryBlock {
		background: #fff url(/common/images/body/line-001.gif) no-repeat bottom;
		padding: 0 0 10px 0;
		}
div.blogEntryBody {
		margin: 10px 10px 20px 20px;
		}
div.blogEntryMore {
		text-align: right;
		margin: 20px 20px 20px 20px;
		}
.credit {
		text-align: right;
		margin: 0 20px 0 0;
		}
/************************************************************** CALENDAR */
dl#Calender table {
		border: none;
		}
dl#Calender dt {
		height: 22px;
		background-color: #5399EE;
		color: #fff;
		font-weight: bold;
		text-align: center;
		line-height: 22px;
		margin: 1px 2px 0 2px;
		}
dl#Calender table.Calender-week {
		width: 182px;
		margin: 1px auto 0 auto;
		padding: 0;
		background-color: #e8e8e8;
		}
div#Calender-weekDays {
		background-color: #e8e8e8;
		margin: 1px;
		}
dl#Calender table.Calender-week th {
		width: 24px;
		font-size: 11px;
		font-weight: normal;
		text-align: center;
		}
table.Calender-day {
		width: 182px;
		margin: 5px auto 0 auto;
		}
table.Calender-day td {
		width: 24px;
		border: #e8e8e8 1px solid;
		}


/* END BLOG */