/* Base Weblog (base-weblog.css) */

/* basic elements */

html {
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;}

body {
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family:  '‚l‚r ‚oƒSƒVƒbƒN', 'Trebuchet MS', verdana, helvetica, arial, sans-serif;
	font-size: small;
	line-height: 1.5;
	text-align: center;}


form, input { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;}
 
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
	margin-top: 10px;
	margin-bottom: 10px;}

h1 {
	height:125px;
	}



h2#banner-description {
	text-indent:-9999px;
	font-size: 1pt;
	}

li {
	list-style-type:none;
	margin-left:-12px;
	padding-left:0px;}

a:link { 
	color: #5B4841;
	border-bottom:1px dotted #5B4841;
	text-decoration: none;}

a:visited { 
	color: #5B4841;
	border-bottom:1px dotted #5B4841;
	text-decoration: none;}

a:active { 
	color: #5B4841;
	border-bottom:1px dotted #5B4841;
	text-decoration: none;}

a:hover  {
	color: #5B4841;
	border-bottom:none;
	text-decoration: none;}

a.imglink:link,
a.imglink:visited,
a.imglink:active,
a.imglink:hover {
border:none;
}

img {
border:none;
}

.small {
	font-size: x-small;
	}

.light {
	color: #666666;
	}

.sharp {
	font-size: medium;
	font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W6", "‚l‚r –¾’©",serif;
	}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;}

* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */






/* page layout */

body {
	min-width: 816px;
	color: #333;
	background: #ffffff;}

#container {
	position: relative;
	margin: 0;
	text-align: center;
}

#container-inner {
	border-width: 0 5px 5px 5px;
	border-style: solid;
	border-color: #ffffff;}


#pagebody { position: relative; width: 100%; }

#center, #left, #right {
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;}

#group { width: 636px; float:right; }
#center {width: 436px; margin:10px; background: #FFF; float:left;}
#right {width: 179px; background: #ffffff; float:right;}
#left {width: 179px; background: #ffffff; float:left;}

#center-inner, #left-inner, #right-inner {
	position: static;}

#left-inner,
#right-inner {
	padding: 10px 10px 0 10px;}







/* content */

.content-nav {
	font-size: 10px;
	margin: 0px 0px 20px 0px;
	text-align: center;}

.date-header {
	position: static;
	clear: both;
	margin-top: 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;}

.entry-header {
	position: static;
	clear: both;
	margin-top: 0;
	border-left: 5px solid #8F7768;
	padding: 0 0 0 10px;
	color: #5B4841;
	font-family: 'Trebuchet MS', verdana, helvetica, arial, sans-serif ,'‚l‚r ‚oƒSƒVƒbƒN';
	font-size: medium;}

.entry,
.trackbacks,
.comments,
.archive {
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;}

.comment {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	margin: 10px 0px;}

.entry-content,
.trackback-content {
	margin: 0;
	line-height: 1.5;}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
	clear: both;}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer {
	clear: both;
	margin: 5px 10px 20px 10px;}

.entry-footer {
	margin: 20px 0px 40px 0px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	background-color: #EBE9E6;
	padding: 5px;
	color: #666;
	font-size: 10px;
	text-align: right;}

.comment-footer {
	margin: 10px 0px 0px 0px;
	border-top: 1px dotted #cccccc;
	background-color: #EBE9E6;
	padding: 3px;
	color: #666;
	font-size: 10px;
	text-align: right;}

.trackback-footer {
	margin: 10px 0px 30px 0px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	background-color: #eeeeee;
	padding: 5px;
	color: #666;
	font-size: 10px;
	text-align: right;}

.comment-content,
.trackback-content {
	margin-left: 10px;}

#trackbacks-info {
	margin: 10px 0;
	padding-bottom: 5px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	background-color: #EBE9E6;
	font-size: 10px;
	text-align: center;}

.comments-open-footer {
	margin: 10px 0;}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
	width: 240px;}

#comment-bake-cookie {
	margin-left: 0;
	vertical-align: middle;}

#comment-post {
   font-weight: bold;}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
	font-size: 11px;}

.commenter-profile img { vertical-align: middle; }

.entry-body img{
	margin-top:0px;
	margin-bottom:10px;}

.float-left {
	margin:5px 8px 0px 0px;
	float:left;}

.float-right {
	margin:5px 0px 0px 8px;
	float:right;}

.caption {
	margin-top:7px;}

.archivedata {
	font-size: 11px;
	color:#999999;}


textarea,select,input {
font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku GothicPro","Osaka","Verdana","Helvetica","Arial","‚l‚r ‚oƒSƒVƒbƒN","sans-serif";
}








/* modules */

.module {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ffffff;
	background: #ffffff;
	font-size: 10px;}

.module-content {
	position: relative;
	margin: 0 0 10px 0;
	padding: 10px 10px 0 10px;
	font-size: 10px;
	line-height: 1.2;}

.module-list,
.archive-list {
	margin: 0 15px 10px 13px;
	padding-left: 15px;
	padding: 0;
	list-style: none;}

.module-list-item {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666;
	font-size: 10px;
	line-height: 1.2;}

.module-comment-item {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666;
	font-size: 10px;
	line-height: 140%;}


.archive-content {
	clear: both;
	margin: 10px 10px 20px 10px;}

.archive-list-item {
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 1.2;}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-powered { border-width: 0; }
.module-powered .module-content {
	margin-bottom: 0;
	padding-bottom: 10px;
	color: #333333;
	background: #fff;}

.module-mmt-calendar .module-content table,
.module-calendar .module-content table {
	font-size: 10px;}

.module-calendar .module-content th,
.module-calendar .module-content td {
	width: 14%;
	text-align: center;}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header{
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;

	margin: 0;
	border-left: 4px solid #8F7768;
	padding: 3px 3px 3px 7px;
	color: #333333;
	background: #ffffff;
	font-weight: bold;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;}


.comments-open {
	margin-top:20px;}