/* Import basic styles */
@import url(../../../rsc/css/basic.css);

/* Import standard image styles */
@import url(../../../rsc/css/img.css);

/* Import standard blog elements styles */
@import url(../../../rsc/css/blog_elements.css);

/* Import default form styles */
@import url(../../../rsc/css/forms.css);

/* Import default comment styles */
@import url(../../../rsc/css/comments.css);

/* Main page construct: */
body {
	background: #1C1C1C fixed left top;
	margin: 0px;
	color: #8E8D8D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}
h1, h2, h3, h4, h5, h6 { 
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
blockquote {
background: #EEE7DD fixed top;
padding: 2px;
border: 0px ;
margin: 0px;
}
blockquote p
{
margin: 1em;

}
div.wrapper /* Main centered zone */
{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-image: url(img/bg_main.gif);
	background-repeat: repeat-y;
}
div.pageHeader /* Title zone */
{
	height: 179px;
/* border: 1px solid #f00; */
}
.posts /* Middle column */
{
	width: 655px;
	float: left;
	background-image: url(img/right_bg.jpg);
	background-repeat: no-repeat;
	border: 0px solid #fc0;
}
.bText .rightimg {
background-color:#F6EDDE; 
border:1px solid #D8CFC0; 
padding: 4px;
float:right;
margin: 0 0 4px 4px;
}
.bSideBar /* Right column */
{
	width: 240px;
	float: right;
	overflow: hidden;
	background-image: url(img/left_bg.jpg);
	background-repeat: no-repeat;
}
div.clear {
	clear: both;
	height: 10px;
}
div#pageFooter {
	margin: 0px;
	height: 92px;
	padding-top: 70px;
	background-image: url(img/under_bg.gif);
	background-repeat: no-repeat;
	background-color: #E5DBC8;
}
p.baseline {
font-size: 70%;
text-align: center;
margin:1ex;
}


/*
 * General styles:
 */
a,
a:visited {
color: #B0AB82;
text-decoration:none;
}
a:hover {
color: #9F9A68;
text-decoration:underline;
}

h2 {
	color: #B0AB82;
	font-size: 18px;
	font-family:  "Times New Roman";
	font-weight: normal;
	padding-left: 20px;
	border: 0px solid #fc0;
	margin: 85px 0px 0px 15px;
}
h3 {
	color: #6A8C30;
	font-size: 12pt;
	background-image: url(img/deco_point01.gif);
	background-repeat: no-repeat;
	padding-left: 40px;	padding-top: 7px;
	height: 34px;
}
h4 {
color: #6A8C30;
font-size: 105%;
}
h7{
}

/*
 * Blog list on top:
 */
ul#bloglist {
	font-size: 12px;
	color: #B7B4B0;
	margin-left: 50px;
	margin-top: 3px;
}
ul#bloglist li {	display: inline;	padding-right: 1em;}
ul#bloglist a:link, ul#bloglist a:visited{	color: #B7B4B0;	text-decoration: none;	font-weight: normal;}
ul#bloglist a:hover {	color: #fff;	text-decoration: underline;	font-weight: normal;}

a.BlogButtonCurr {
color: #377ba4;
font-weight:bold;
}


/* Header styles: */
h1#pageTitle {
	font-size: 24px;
	color:#E6C543;
	font-family: "Times New Roman";
	font-style: normal;
	margin: 0px;
	padding: 70px 0px 0px 420px;
	position: absolute;
}
.pageSubtitle {
	font-size: 12px;
	color: #666666;
	margin-left: 0px;
	padding-top: 5px;
	font-weight: normal;
}


/* Styles for foms */
.bPost, .bPostpublished {
	clear: both;
	margin: 0 1ex 2ex 20px;
	padding: 0;
	border: 0px solid #fc0;
/* border: 1px solid #ebf4f9; */
}

.bPost {
padding: 5px 10px;
line-height: 1.7;
text-align: justify}
.bSmallHead {
	font-size: 78%;
	margin: 1ex 5ex;
}
h3.bTitle {color: #fff;margin: 0 1ex;}
.bText {	margin: 0px;}
.bSmallPrint {
clear: both;
font-size: 78%;
margin: 1ex;
}
input.bComment, textarea.bComment {
background-color: #eee;
border: 1px solid #ccc;
width: 97%;
padding: 2px;
margin: 0ex;
}
select.bComment {
background-color: #eee;
border: 1px solid #ccc;
padding: 1px;
margin: 0ex;
}

/* Styles for sidebar (right) */
.bSideItem1 {
	margin: 90px 5px 0px;
	padding: 0 0 0px 15px;
	color: #8C8C8C;
	font-size: 13px;
}
.bSideItem {
	color: #8C8C8C;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
}
.submit{
	border: 1px solid #CBCDA9;
	background-color: #CBCDA9;
	color: #6A8C30;
	font-size: 12px;
	padding-top: 2px;
}
.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type:square;
	list-style-image: url(img/deco_point04.gif);
	line-height: 20px;
}
.bSideItem ul ul{
margin-left: 8px;
padding-left: 8px;
margin-top: 0px;
margin-bottom: 0px;
}
.bSideItem form {
margin-top: 0px;
margin-bottom: 0px;
}
.dimmed {
color: #aaa;
font-size: 84%;
}
input.SearchField {
background-color: #eee;
border: 1px solid #ccc;
padding: .5ex;
width: 96%;
margin: 0ex;
}

/* Calendar 日曆表格式: */
caption.bCalendarCaption {
border: 1px solid #A59989;
background-color: #EAEAEA;
border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px #A59989;
	border-collapse: separate;
	width: 100%;
}
table.bCalendarTable a {
color: #377ba4;
}
table.bCalendarTable tfoot td {
background-color: #EAEAEA;
border-top: 1px solid #A59989;
}
table.bCalendarTable tfoot a {
text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
background-color: #fac;
}
th.bCalendarHeaderCell {
color: #ccc;
font-weight:normal;
}
#bCalendarToday {
background-color: #D2BFA4;
}

/* Styles for comment screen: */
form.bComment fieldset div.label, form.bComment fieldset div.input, form.bComment fieldset div.info {
padding-top: 0;
/* font-size: 84%; */
}
textarea.bComment, input.bComment, input.SearchField {
	background-color: #E7E8D2;
	border: 1px solid #CBCDA9;
	font-size: 11px;
	color: #6A8C30;
}
/************** wakema 新增規則區 **************/
.text_o{}
.text_p{	color: #6A8C30;}
.text_w{	color: #000000;}
.text_lo{	color: #5D4F49;}
.wakema{
	height: 23px;
	color: #9EBB79;
	width: 900px;
	text-align: right;
	margin-top: 6px;
	font-size: 12px;
	background-image: url(img/bg_top02.jpg);
	background-repeat: no-repeat;
}
.wakema a:link, .wakema a:visited{	color: #9EBB79;	text-decoration: none;}
.wakema a:hover {	color: #9EBB79;	text-decoration: underline;}
.under_menu{	color: #AEC68F;	font-size: 12px;}
.under_menu a:link, .under_menu a:visited{	color: #AEC68F;	text-decoration: none;}
.under_menu a:hover {	color: #AEC68F;	text-decoration: underline;}
.bMore{	text-align: left;}
.deco_line{
	height: 39px;
	background-image: url(img/deco_line01.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.title{
	margin: 1ex 2ex 0px 20px;
	padding: 15px 0px 3px 90px;
	font-size: 12pt;
	font-weight: bold;
	background-image: url(img/title_deco.gif);
	background-repeat: no-repeat;
	height: 24px;
}
.title a:link, .title a:visited{
	color: #6A8C30;
	text-decoration: none;
	font-size: 15px;
}
.title a:hover {	color: #6A8C30;	text-decoration: underline;}
#FlashHead{
	position: absolute;
	width:100%;
	background-image: url(img/top_bg.jpg);
	background-repeat: no-repeat;
}

pre {display: block; font-size: 11px; background: #eeedea 0% 50%; margin-left: 20px; font-family: Arial,Helvetica,sans-serif; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; border: #cccccc 1px dotted; padding: 3px}
