/* 1. 本文整體  */
body {
	background-color: #EEEEEE;
	background-image : url("./images/bg.gif"); 
	background-repeat: repeat-y;
	background-position : 50% 50%;
	margin: 0;
	padding: 0;
	color: #555555;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height:20px;
}

/* 2. 一般連結 */
a:link {
	color: #6161AF;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #3F3F7E;
	background-color: transparent;
	text-decoration: none;
}

a:hover, a:focus {
	color: #0000FF;
	background-color: transparent;
	text-decoration: underline;
}

/* 3. 圖片 */
img {
	border-width:0;
}

/* 4. 圖片式按鈕 */
.ib {
	cursor:pointer;
}

/* 5. 文字輸入框 */
.text {
	background-color: #E4E4E4;
	border: 1px solid #CCCCCC;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

.text:focus {
	background-color: #F0F0F0; 
}

/* 6. 樹狀表格 */

.branch2 {
	font-size:10pt;
	line-height:100%;
	padding:2px;
	}

/* 7. 樹狀選單 */

.branch3 {
	font-size:9pt;
	cursor:pointer;
	line-height:100%;
	}

/* 8. 行事曆：月 */

.cal_month {
	font-size:11px;
	font-family:verdana;
	text-align:center;
	font-weight: bold; 
	height:20;
	background-color:none;
	}

/* 9. 行事曆：週 */

.cal_week1 {
	text-align:center;
	color: #555555;
	font-size:11px;
	font-family:verdana;
	background-color:#D7D7D7;
}

/* 10. 行事曆：週日 */

.cal_week2 {
	color:red;
	text-align:center;
	font-size:11px;
	font-family:verdana;
	background-color:#FFC8C8;
}

/* 11. 行事曆：上個月日期 */

.cal_day1 {
	font-size:11px;
	color:#BFBFBF;
	font-family:verdana;
	text-align:right;
	padding-right:3;
	background-color:none;
	height:22;
}

/* 12. 行事曆：下個月日期 */

.cal_day2 {
	font-size:11px;
	color:#BFBFBF;
	font-family:verdana;
	text-align:right;
	padding-right:3;
	background-color:none;
	height:22;
}

/* 13. 行事曆：本月日期 */

.cal_day3 {
	font-size:11px;
	font-family:verdana;
	text-align:right;
	padding-right:3;
	background-color:none;
	height:22;
}

/* 14. 行事曆：今天的日期 */

.cal_day4 {
	font-size:11px;
	font-family:verdana;
	text-align:right;
	padding-right:3;
	background-image: url(images/today.gif);
	height:22;
}

/* 15. 行事曆：當日有文章的連結 */

A.cal_click:link { 
	color:#6161AF;font-weight: bold;
	}

A.cal_click:visited { 
	color:#3F3F7E;font-weight: bold;
	}

/* 16. 圖片下的說明文字樣式 */

.cap1 {
	text-align:center;
	color:#FB9950;
	font-size:12px;
	word-break:break-all;
}

/* 16. 關鍵詞樣式 */

.key1 {
	cursor:pointer;
	text-decoration:none;
	border-bottom: 1px dotted #FF8000;
}
	
div#rap {
	position: relative;
	border: 1px solid #999999;
	margin: 0 auto;
	padding-bottom: 280px;
	width: 780px;
	background: #D4D4D4 url(images/header.jpg) no-repeat top center;
	text-align: left;
}

div#rap h1#header {
	position: absolute;
	margin: 0 auto;
	width: 780px;
	top: 206px;
	height: 43px;
	overflow: hidden;
	letter-spacing: 2px;
	line-height:180%;
	padding-left: 20px;
	font-size:26px;
}

div#rap h1#header a:hover, div#rap h1#header a:focus {
	text-decoration: none;
	
}

h1#header a {
	display: block;
	background-color: transparent;
}

div#content {
	position: relative;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 0 auto;
	padding-top: 20px;
	width: 780px;
	top: 250px;
	background-color: #F3F3F3;
	background-image: url(images/bg-body.jpg);
}

div#conform {
	margin-left: 20px;
}

div#content h2 {
	background: #D4D4D4 url(images/date.gif) no-repeat left center;
	color: #555555;
	padding: 2px 15px 2px 36px;
	border: 1px solid #999999;
	margin-left: 20px;
	margin-right: 260px;
	margin-bottom: 4px;
	margin-top: 0;
	font-size:11px;
	font-weight: normal;
}

div.post {
	margin-left: 20px;
	margin-right: 260px;
	margin-top: 0;
	margin-bottom: 30px;
	width: 500px;
	background-color: #FFF;
	border: 1px solid #999999;
	position: relative;
}

div.post h3.storytitle {
	background: #D4D4D4 url(images/topic.gif) no-repeat left center;
	margin-top: 0;
	margin-bottom: 0;
	font-size:12px;
}

div.post h3.storytitle a:link, div.post h3.storytitle a:visited {
	background-color: transparent;
	display: block;
	padding: 3px 15px 3px 36px;
	text-decoration: none;
	font-weight: bold;
}

div.post h3.storytitle a:hover, div.post h.storytitle a:focus {
	text-decoration: none;
}

div.post div.meta {
	position: relative;
	float: right;
	background: #E4E4E4 url(images/tabbed-meta.gif) no-repeat left bottom;
	margin: 0;
	padding: 2px 15px 2px 46px;
	font-size:11px;
}

div.post ol, div.post ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.post li {
	margin: 4px 12px;
	padding: 2 16px;
	background: transparent url(images/list-post.gif) no-repeat 0 2px;
}

div.meta ul {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

div.meta ul li {
	display: inline;
	padding: 0;
	margin: 0;
	background-image: none;
}

div.storycontent {
	/* unfortunately a clear:right is breaking the layout in IE, so I went away with padding */
	padding: 30px 15px 15px;
}


div.post div.feedback {
	background: #D4D4D4 url(images/comments.gif) no-repeat left center;
	margin-top: 0;
	margin-bottom: 0;
	font-size:12px;
	padding: 3px 15px 3px 36px;
	text-align: right;
}

div#menu {
	position: absolute;
	width: 220px;
	left: 550px;
	top: 251px;

	margin: 0;
	padding-top: 10px;

}


div#menu div.title {
	margin: 10px 0 0 0;
	padding: 2px 0 2px 0;
	background: url(images/menu.gif);width:220;height:19;
}


div#menu div a:hover {
	cursor:pointer;
	text-decoration: none;
}

div#menu div.list {
	font-size:11px;
	margin: 0;
	padding: 8px;
	list-style: none;
	background-color: #F2F2F2;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	-moz-border-radius: 0 0 10px 10px;
}


/* Comment Styles */


div#tbcm {
	margin-left: 20px;
	margin-right: 20px;
	width: 430px;
}


div#Trackbackslist {
	background-color: #FFF;
	margin: 0 20px 0 40px;
	padding: 10px 10px 10px 10px;
	list-style: none;
	border: 1px solid #999999;
	width: 430px;
}

div#Commentslist {
	background-color: #FFF;
	margin: 0 20px 0 40px;
	padding: 10px 10px 10px 10px;
	list-style: none;
	border: 1px solid #999999;
	width: 430px;
}

.number {
 color: #AAAAAA;
 font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
 font-weight: normal;
 font-size: 16px;
 float: right;
}


div.page {
	padding: 2px 0px 2px 0px;
	border: 1px solid #999999;
	margin-left: 20px;
	margin-right: 260px;
	margin-bottom: 10px;
	margin-top: 0;
	font-size: 95%;
	font-weight: normal;
	text-align: center;
}


div.keyword {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20;
	margin-bottom: 30px;
	width: 510px;
	background-color: #FFF;
	border: 1px solid #999999;
	text-align: left;
	position: relative;
}

div.keyword h4.storytitle {
	background: #D4D4D4 url(images/topic.gif) no-repeat left center;
	padding: 2px 10px 2px 36px;
	margin-top: 0;
	margin-bottom: 0;
	font-size:12px;
}

div.keywordcontent {
	/* unfortunately a clear:right is breaking the layout in IE, so I went away with padding */
	padding: 10px 10px 10px;
}