@charset "UTF-8";
/* -------------------------------------------------------- 
	Base Style Sheet of Matsuaz.
	Last Update 2007-04-18

	1.Share Style 
	2.Link Color
	3.Base-Layout
	4.Header
	5.Control panel
	6.Main Contents
		_Simple Entry
		_Print page
	7.Sidebar Contents
		_Links Image Replacement
		_calendar
		_category
		_sidebar items
		_Entry/Comment/Trackback List in sidebar
	8.Comment/Trackback
	9.Footer
	10.other
	11.tags

----------------------------------------------------------- */
@import "/themes/willways/css/default.css";
/*
 1.Share Style [
----------------------------------------------------------- */

/*
 2.Link Color [
----------------------------------------------------------- */
a:link, a:visited {
	color: #16590e;
  text-decoration: underline;
}
a:hover {
	color: #ff8b3d;
  text-decoration: none;
}
a:active {
	color: #16590e;
  text-decoration: underline;
}
/*
 3.Base-Layout [
----------------------------------------------------------- */
#container {
	padding: 0 15px;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}
ul.pathNavi {
	margin: 5px;
}
ul.pathNavi li {
	display: inline;
	background: url(images/pathPoint.gif) no-repeat right 2px;
	padding-right: 10px;
	margin-right: 6px;
}
#content {
	position: relative;
	padding: 0;
	background: url(images/contentBg.gif) repeat-y 0 0;
}
#main {
  float: right;
  width: 540px;
}
#sidebar {
	margin-left: 1px;
  float: left;
	width: 233px;
}
.botomBorder {
	position: absolute;
	bottom: 0;
}
/*
 4.Header [
----------------------------------------------------------- */
#header {
	background: url(images/header.jpg) no-repeat 0 0;
	width: 800px;
	height: 280px;
	text-align: right;
  color : #333;	
}
#header a:link, #header a:visited, #header a:active {
  color : #333;
}
#container h1 {
	padding: 3px 0;
}
.blogName {
	padding: 139px 0px 0 0;
}
.blogDescription {
	padding: 5px 15px 0 0;
	line-height: 1.2;	
}

/*
 5.Control panel [
----------------------------------------------------------- */

/*
 6.Main Contents [
----------------------------------------------------------- */
/*  [ Simple Entry
--------------------- */
.categoryHeader {
	background: url(images/categoryHeader.gif) no-repeat 0 0;
	width: 540px;
	height: 33px;
	margin-bottom: 1.5em;
}
.categoryHeader h2 {
	padding: 7px 0 0 20px;
	font-size: 123.1%;
	font-weight: bold;
	color: #fff;
}
.blogEntry {
	background: url(images/con-line.gif) repeat-y center top;
	text-align: left;	
}
.blogEntryHeader {
	background: url(images/entryHeader.gif) no-repeat left bottom;
	padding: 0 0 3px 0;
}
.blogEntryHeader a:link,
.blogEntryHeader a:visited,
.blogEntryHeader a:active {
	color: #333;
	text-decoration: none;
}
.blogEntryHeader h2 {
	font-size: 123.1%;
	font-weight: bold;
	line-height: 1.2;
}
.blogEntryBody {
	padding: 10px 15px;
 	line-height: 1.5;
	word-wrap: break-word; /* fix for long text breaking main-Column float in IE */				
	overflow: hidden;     /* fix for long non-text content breaking IE main-Column float */
}
.blogEntryPosted {
	background: url(images/postedIcon.gif) no-repeat 0 6px;
	padding-left: 10px;
	line-height: 1.2;
}
.blogEntryPosted,
.blogEntryPosted a:link,
.blogEntryPosted a:visited,
.blogEntryPosted a:active {
	color: #808080;
}
.mataDate {
	text-align: right;
	font-size: 85%;
	padding: 5px 0;
}
.blogEntryMetadata {
}
.blogEntryMetadata,
.blogEntryMetadata a:link,
.blogEntryMetadata a:visited,
.blogEntryMetadata a:active {
	color: #808080;
	font-size: x-small;
}
.blogEntryBottom {
	clear: both;
	margin: 0 0 1em 0;
}
.blogEntryLinks,
.itemLinks,
.commentLinks,
.trackbackLinks {
	color: #808080;
	text-align: right;
	font-size: x-small;
	float: right;	
}
.bodyContentEven,
.bodyContentOdd {
	padding: 5px 0;
	border-bottom: #999 1px dotted;
}
.pageable {
	padding: 0 0 15px 0;
}
.photo {
	padding: 10px;
}
.itemBodyEven {
	background: #dcdcdc !important;
}
p.contact {
	margin-bottom: 1em;
}
.red {
	color: #FF0000;
}
/*
 7.Sidebar Contents [
----------------------------------------------------------- */
/* [ calendar
----------------------------- */
.calendar {
	text-align: center;
	color: #333333;
}
.calendar a:link, .calendar a:hover, .calendar a:visited{
}
.calendarDayHeader {
}
.calendarDay {
	color: #333333;
}
.calendarDayWithEntries {
	background: #9bb66f;
	color: #fff;
}
.calendarDayWithEntries a:link, .calendarDayWithEntries a:visited, .calendarDayWithEntries a:active {
	color: #fff;
 }
.calendarToday {
	background: #ff9f4a;
	color: #fff;
	padding: 0px;
}
.calendarToday a:link, .calendarToday a:visited, .calendarToday a:active {
	color: #ffffff;
}
.calendar table {
	width: 232px;
	margin-left: 1px;
	border-right: 1px #E3E3E3 solid;
	border-bottom: 1px #E3E3E3 solid;
	border-left: 1px #E3E3E3 solid;		
	border-collapse: collapse;
	border-spacing: 0;
}
.calendar table td {
	padding: 3px;
}
td.calendarDay {
    border: 1px #E3E3E3 solid;
}

/* [ category 
----------------------------- */
.category {
  font-size: small;
}
.selectedCategory {
  color: #3f3f4d;
  font-size: small;
}

/* [ sidebar_base
----------------------------- */
.side_item {
	background: #FFFFFF;
	width: 233px;
	margin-bottom: 1.5em;
}
.side_itemHeader {
	padding: 6px 0 0 15px;
	background: url(images/itemHeader.gif) no-repeat 0 0px;
	width: 218px;
	height: 25px;
	font-weight: bold;
	color: #333;
}
.map_itemHeader a {
	padding: 6px 0 0 15px;
	background: url(images/itemHeader.gif) no-repeat 0 0px;
	width: 218px;
	height: 25px;
	font-weight: bold;
	color: #333;
	display: block;
}
.side_itemBody {
	width: 212px;
	padding: 0 10px;
}
.side_itemBody img.photo {
	padding: 0;
}
.side_item ul {
	margin: 10px 0 0 0;
}
.side_item ul li {
	background: url(images/sidePoint.gif) no-repeat 0 4px;
	padding-left: 15px;
}
.formInner {
	margin: 10px 0 0 0;
}
#side_rss {
    text-align: center;
}
#side_rss ul {
}
#side_rss ul li {
	display: inline;
	margin-left: 3px;
}
.matsuazLogo {
	margin-top: 1em;
	text-align: center;
	padding-bottom: 21px;
}
.hrLine {
	height: 1px;
	margin: 0.5em 10px;
	border-top: #999 1px dotted;
}
.contactBtn {
	margin: 10px 0;
}
dl#inquire {
	margin: 10px 0;
}
dl#inquire dt {
	width: 140px;
	float: left;
	clear: left;
	margin-bottom: 5px;
}
dl#inquire dd {
	margin-left: 150px;
	margin-bottom: 5px;
}
dl#inquire dd input {
	width: 200px;
}
/*
 Footer [
----------------------------------------------------------- */
#footer {
	margin-top: 2em;
	clear: both;
	background: #9bb66f;
	color: #fff;
	padding: 5px 15px;
	height: 72px;
}
#footer ul.bottomLinks li {
	background: url(images/footerPoint.gif) no-repeat 0 3px;
	padding-left: 12px;
	display: inline;
}
#footer ul.bottomLinks li a:link,
#footer ul.bottomLinks li a:visited {
	color: #fff;
	text-decoration: none;
}
#footer ul.bottomLinks li a:hover {
	color: #333;
	text-decoration: none;
}
#footer ul.bottomLinks li a:active {
	color: #fff;
	text-decoration: none;
}
#footer .rightCol {
	margin-top: 24px;
	text-align: right;
	float: right;
	line-height: 1.1;	
}
#footer address {
	margin-top: 14px;
	float: left;
	line-height: 1.1;
	font-size: 93%;
}
#footer .rightCol a:link,
#footer .rightCol a:visited {
	color: #fff;
	text-decoration: none;
}
#footer .rightCol a:hover {
	color: #333;
	text-decoration: none;
}
#footer .rightCol a:active {
	color: #fff;
	text-decoration: none;
}
#footer .login a:link,
#footer .login a:visited {
	color: #9bb66f;
	text-decoration: none;
}
#footer .login a:hover {
	color: #fff;
	text-decoration: none;
}
#footer .login a:active {
	color: #9bb66f;
	text-decoration: none;
}