@charset "UTF-8";

@import "css/reset.css"; /* reset style */
@import "css/default.css"; /* initial setting */
@import "css/sprite.css"; /* sprite setting */
@import "css/layout.css";/* common style */

#main-left {
	float: left;
	width: 170px;
}
#main-center {
	float: right;
	width: 485px;
}

.blogEntryTitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
  background: url(images/entryTitleGray.gif) repeat-x left bottom;
}
.blogEntryTitle span {
  background: url(images/entryTitle.gif) repeat-x left bottom;
  padding: 0 0 5px 0;
  display: inline-block;
}
.blogEntryTitle a:link,.blogEntryTitle a:visited,.blogEntryTitle a:hover,.blogEntryTitle a:active {
  color: #f39800;
}
.sideItem {
	margin-bottom: 2em;
}
.sideItemHeader {
	background: url(images/blogMenu.png) no-repeat 0 0;
	width: 172px;
	height: 28px;
	margin-bottom: 10px;
}
.sd-profileTitle {
	background-position: 0 0;
}
.sd-categoryTitle {
	background-position: 0 -34px
}
.sd-calenderTitle {
	background-position: 0 -70px;
}
.sd-entryTitle {
	background-position: 0 -107px;
}
.sd-commentTitle {
	background-position: 0 -145px;
}

ul.menu li {
	background: url(images/menuDise.gif) no-repeat 0 4px;
	padding-left: 15px;
}



/* [ calendar
----------------------------- */
.calendar {
  text-align: center;
  color: #333333;
}
.calendar table {
	width: 170px;
	table-layout: fixed;
}
.calendar a:link, .calendar a:hover, .calendar a:visited{
}
.calendarDayHeader {
  color: #666666;
}
.calendarDay {
  color: #333333;
}
.calendarDayWithEntries {
  background: #27bff1;
  color: #fff;
}
.calendarDayWithEntries a:link, .calendarDayWithEntries a:visited, .calendarDayWithEntries a:active {
  color: #ffffff;
  text-decoration: none;
 }
.calendarToday {
  background: #f1277c;
  color: #fff;
}
.calendarToday a:link, .calendarToday a:visited, .calendarToday a:active {
  color: #ffffff;
  text-decoration: none
}

.itemBody table textarea {
	width: 380px;
}