/*
Bo-Blog V2.0.2
prowell helmets modify
By colored.tim@gmail.com.tw
2009-06-22
*/

/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	/*background-color: #000000;***** 背景色 ******/
	margin: 2px;
	padding: 0px;
	margin-bottom: 10px;
	text-align: center;
    background: #f2f2f2;/****** 背景色加底圖  url(images/background.jpg) repeat-x******/
}

table {
	font-family: Tahoma, Arial;
	color: #000000;/****** 日曆之年月歸類字體顏色 ******/
	font-size: 12px;/****** 日曆之年月字體大小 ******/
}
td{
	word-break: break-all;
}

a {
	text-decoration: none;
	color: #2d2d2d;
}
a:hover {
	text-decoration: none;
	color:#2d2d2d;
    background-color: none;/* #DDEEFF; 文字感應中底色*/
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;/* #CCCCCC; */
}

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #666666;/* #CCCCCC; */
	cursor: help;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial;
	font-size: 12px;
}
input.text {
	height: 16px;
	padding: 1px;
	border: 1px solid #2D2D2D;
	color: #2D2D2D;/*color: #2D2D2D*/
	background-color: #FFFFFF;
}
input.button {
	height: 20px;
	border: 1px solid #2D2D2D;
	border-top: 1px solid #2D2D2D;
	border-left: 4px solid #2D2D2D;
	color: #2D2D2D;
	background-color: #FFFFFF;
}
textarea {
	border: 1px solid #2D2D2D;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #2D2D2D; }
select {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #2D2D2D;
	background-color: #FFFFFF;
	border: 1px solid #2D2D2D;
}


/****** Main Layout Styles ******/
#wrapper {
    padding-top: 65px;/****** 頁面頭上方圖檔離上方邊距離 ******/
	margin:0 auto;
	width: 770px;
	/*position: relative;*/
	text-align: left;
}
#innerWrapper {
	width: 100%;
    background-image: url(images/content_bg.gif) ;
    background-repeat: repeat-y;
}

#header {
    background: #F2F2F2 url(images/header.jpg) no-repeat;/****** 頁面頭上方圖檔以及底色 ******/
}
#innerHeader {
	padding-top: 24px;/****** 頁面頭上方選單深色高度 ******/
	padding-left: 0px;
	padding-right: 12px;
	height: 153px;/** 原始高113px; *下方整個內容頁離上邊界距離*/
	vertical-align: bottom;
}

#footer {
	clear: both;
	background: #f2f2f2 url('images/foot_bg.gif') no-repeat;/*** url('images/foot_bg.jpg') no-repeat;  內容區下方有導影的底圖***/
	height: 70px;
}
#footer a{
color: #333333;
}
#footer a:hover{
color: #333333;
}

#innerFooter {
	padding: 20px;/****** 頁底文字資訊離上邊距離 ******/
	font-size: 12px;/****** 頁底文字資訊字體大小 ******/
	text-align: center;/****** 頁底文字資訊居中 ******/
	color: #333333;/****** 頁底文字資訊字體顏色 ******/
	font-weight: bold;/****** 頁底文字資訊字體粗細 ******/
}
#innerFooter a{
color: #333333;/****** 頁底文字資訊字體反應前-深灰 ******/
}
#innerFooter a:hover{
color: #3578d1;/****** 頁底文字資訊字體反應中-藍 ******/
}

/****** Header Elements Styles ******/
/* header title */
.blog-header {
	padding: 0px;
	padding-left: 395px;/* blog 上方網站名字文字離左邊距離 */
	padding-right: 20px;
}
/* blog 上方網站名字文字大小和粗細 */
h1 {
	padding: 0px;
	margin: 0px;
	margin-top:-15px;/* blog 上方網站名字文字離上邊距離 */
	color: black;
	font-size: 34px;
	font-weight: bold;
}
/* blog 上方網站名字顏色 */
h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
/* blog 上方網站名反應色 */
h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* blog 上方網站敘述文 */
.blog-desc {
	color: #FFFFFF;
	text-align:right;
}

/* 上邊欄選單 */
#menu {
    font-size: 12px;/* 上邊欄文字大小 */
    font-weight: bold;/****** 上邊欄文字資訊字體粗細 ******/
	margin-top: -113px;/****** 上邊欄選單離上邊界距離 ******/
	height: 34px;
	background: url('images/menu.jpg') no-repeat;/* 上邊欄選單背景圖 */

}
#menu ul{
	margin: 0px;/* 上邊欄選單文字距離左邊 */
	padding: 0px;/* 上邊欄選單文字距離上邊 */
}
#menu li{
	list-style: none;
	width: 80px;/* 上邊欄選單每格寬度 */
	float: left;
	text-align: center;/* 上邊欄選單文字置中 */
	padding: 0px;
	margin: 0px;
	border-left: 1px #A8A8A8 solid;/* 上邊欄選單按鍵線-亮 */
	border-right: 1px #d2d2d2 solid;/* 上邊欄選單按鍵線-暗 */
    margin-top: 3px;
    /* margin-bottom: 10px; */
}
#menu a{
	padding-top: 6px;/* 上邊欄選單文字離上邊距離 */
	display: block;
	color: #333333;/* 上邊欄選單文字顏色 */
	height: 23px;
	padding-left: 4px;
	padding-right: 4px;
}
#menu a:hover {

	color: #ffffff;/* 上邊欄選單文字感應中顏色 */
	background: url('images/menu_hover.jpg') repeat-x;/* 上邊欄選單暗鍵感應中圖檔 */
}

/****** 內容區 Layout ******/
#maintop {
    background-image: url(images/maintop.gif) ;/****** 中間最外圍框之上圖檔maintop.jpg ******/
    background-repeat: no-repeat;/****** 中間背景圖檔不重複 ******/
    margin-left: 0px;
    margin-right: 0px;
    height: 14px;
}


.mainWrapper {
    padding-top: 0px;
    margin-top: 0px;
	margin-left: 0px;
	margin-right: 15px;
    background-color: transparent;/*transparent*/
}

#innermain{
    padding-top: 4px;
    margin-left: 10px;
}

/* 左邊欄 */
.sidebar {
    font-size: 12px;/* 左邊欄文字大小 */
	padding-top: 0px;
	padding-left: 0px;
	float: left;
	width: 195px;/* 左邊欄離最頂端距離 */
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 3px;
}

/* content */
.content {
	float: right;
	width: 100%;
    margin-top: 0px;
	margin-left: -195px;
    /*background: url(images/content_bg.jpg) repeat-y*/
}
.content-wide {
	width: auto;
	margin-left: -200px;
    margin-top: 0px;
}
.content-only {
	width: 100%;
	margin-left: -180px;
    margin-top: 0px;
}
#innerContent {
	margin-left: 200px;
	overflow: visible;
	margin-right: 10px;
	margin-top: 0px;
}

/* a style which makes mainWrapper touch the bottom of sidebar and content */
.clear{
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}

/****** Sidebar Panels ******/
.panel{
	padding:0px;/****** 左邊欄距邊界位置 ******/
	margin-bottom: 15px;/****** 左邊欄每一大項間距 ******/
}

.panel h5 {
	text-align: left;/*左邊欄每一大項標題置左"center;"*/
	color: #ffffff;
	font-size: 13px;
    padding:3px;
	padding-left:8px;
	padding-bottom: 0px;/*左邊欄每一大項標題下方線條銜接位置*/
	margin:0px;
	background: url('images/panel_top.jpg') no-repeat;
	cursor: pointer;
	cursor: hand;
    font-family: "Courier New", Courier, monospace;
}
.panel h5 a{
	color: #ffffff;
}
a:hover{
	color: #0099FF;
}
.panel-content{
	width: 172px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 200%;
	color:#2D2D2D;
	border-left: 1px solid #A8A8A8;/*  左方MAIN框架顏色設定左線框 */
	border-right: 1px solid #A8A8A8;/*  左方MAIN框架顏色設定右線框 */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;	/*border-bottom:1px solid #A8A8A8;  左方MAIN框架顏色設定下方導圓角圖檔   url('images/panel-content-border.gif') no-repeat;*/
	border: 1px #A8A8A8 solid;
}

.panel-content a{
		color:#2d2d2d;
}
.panel-content a:hover{
	    color: #0099FF;
}
.panel-content ul{
	padding: 1px;
	margin: 0px;
	margin-left: 2px;
	}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: none;
	}
.panel-content li.indent{
	padding: 0px;
	background-image: url("images/list.gif");
	background-repeat: no-repeat;
	text-indent: 15px;
}

.panel-content ul ul li{
	padding: 0px;
	background-image: url("images/list.gif");
	background-repeat: no-repeat;
	text-indent: 15px;
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel 日曆*/
#calendar {
  width: 95%; 
  margin-top:1px;
  line-height: 120%;
}
.calendar-top {
  text-align: center;
  padding:2px;
}
.calendar-year,
.calendar-month {
  font-weight: bold;
}
.calendar-weekdays {
  color: #2D2D2D;
  font-size:12px;
  text-align: center;
  width: 14%;
  padding:2px;
}
.calendar-weekday-cell {
  color: #2D2D2D;
  font-size:12px;
  text-align: center;
  width: 14%;
  padding:2px;
  font-weight: bold;
}
.calendar-main {
  background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  text-align: center;
  width: 14%;
  padding:2px;
}
.calendar-saturday,
.calendar-sunday {
  color: #FF3300;/***#BD3800;***/
}
.calendar-today { 
  color: #fff;
  background: #0099FF;
  font-weight:bold;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #2d2d2d;
  font-weight:bold;
  text-decoration: underline;
}
.calendar-today a {
  color: #fff;
  text-decoration: underline;
}

/****** Search Panel 收尋 ******/
.search-field {
  width: 140px;
  margin-bottom: 5px;
  border: 1px solid #A8A8A8;
}

/****** Announcement Box ******/
.announce{
	border: 1px dashed #666666 !important;
	border: 1px dotted #666666;
	margin-bottom: 15px;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px; color: #000;
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	color: #2d2d2d;
}
.pagelink-current {
	font-weight: bold;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	background-color: #2d2d2d;
	background: url(images/content_top.jpg) repeat-x;
	color: #2d2d2d;
    padding: 5px;
	height: 28px;
    border-left: 1px #636363 solid;
    border-right: 1px #636363 solid;
}
.listbox-entry {
	word-wrap: break-all;
	color: #333333;
    border-left: 1px solid #636363;
    border-right: 1px #636363 solid;
	border-bottom: 1px solid #636363;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* entry display box */
.prev-article{ float: left; }
.next-article{ float: right; }

/* text box 日誌 */
.textbox{
	padding-bottom: 25px;
	margin-bottom: 5px;
}
.textbox-title{/* text box 日誌標題 */
	background: url(images/content_top.jpg) repeat-x;
	word-wrap: break-all;
	font-size: 16px;

	padding-top: 4px;
    padding-bottom: 3px;
	height: 42px;
    border-left: 1px solid #A8A8A8;/* text box 日誌上方標題左線框 */
    border-right: 1px solid #A8A8A8;/* text box 日誌上方標題右線框 */
    border-bottom: 1px solid #A8A8A8;/* text box 日誌上方標題下線框頷下方文案內容座分隔 */
}
.textbox-title h4{
	margin-left: 3px;
	color: #666666;
	padding-left: 5px;
	font-size: 14px;
	display: inline;
}
.textbox-title h4 a {
	color: #636363;
}

.textbox-title h4 a:hover {
	color: #939393;
}

.textbox-label{
	padding-top: 9px;
	padding-left: 5px;
	color: #999999;
	font-size: 10px;
}
.textbox-fontsize{
	color: #979797;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #979797;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px;
    border-left: 1px solid #A8A8A8;/* text box 日誌內容左線框 */
    border-right: 1px solid #A8A8A8;/* text box 日誌內容右線框 */
    border-bottom: 1px solid #A8A8A8;/* text box 日誌內容下線框 */
}
.textbox-bottom{

	padding: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #2d2d2d;
	text-align:right;
}
.textbox-bottom a {
	color: #2d2d2d;
	text-decoration: none;
}
.textbox-bottom a:hover {
	background-color: #DDDFFF;
	color: #2d2d2d;
	text-decoration: none;
}
.textbox-adminbar {
	padding: 0px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #FF3300;
	text-align:right;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #2d2d2d;
	text-align:left;
	padding-left: 15px;
	background: url('./images/tb_bg.gif') no-repeat 0px;
}
.tags {
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #2d2d2d;
	text-align:left;
	padding-left: 15px;
	background: url('./images/tag_bg.gif') no-repeat 0px;
}

/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	color: #2d2d2d;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #2d2d2d;
}

/* commnet box 回應內容設定 */
.commentbox{
	word-wrap: break-word;
	padding: 0px;
	margin: 5px;
}
.commentbox-title{
	padding: 5px;
	border-left: 1px solid #A8A8A8;/* 回應上方左框架設定 */
    border-right: 1px solid #A8A8A8;/* 回應上方右框架設定 */
    height: 28px;
	background: url(images/content_top.jpg) repeat-x;
}
.commentbox-label{
	display: inline;
	color: #0099FF; /*#FF0000;*/
	font-size: 12px;
}
.commentbox-content{
	padding: 3px;
	padding-bottom: 14px;
    border-left: 1px solid #A8A8A8;/* 回應內容左框架設定 */
    border-right: 1px solid #A8A8A8;/* 回應內容右框架設定 */
    border-bottom: 1px solid #A8A8A8;/* 回應上方下框架設定 */
}

/* trackback box */
.trackbackbox{
	padding: 0px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 5px;
    border-left: 1px solid #A8A8A8;
    border-right: 1px solid #A8A8A8;
    height: 28px;
	background: url(images/content_top.jpg) repeat-x;
}
.trackbackbox-label{
	display: inline;
	color: #2d2d2d;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	padding-bottom: 14px;
}
.trackbackbox a{
	color: #000000;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
 width: 500px;
 margin-top: 120px;
 border: 1px solid #2d2d2d;
 border-top: 0px; 
 text-align: center; 
 background-color: #ffffff;
}
.messagebox-title{
 background: url(images/content_top.jpg) repeat-x;
 color: #2d2d2d;
 height: 28px;
 font-weight: bold; 
 padding: 5px;
}
.messagebox-content{
 color: #2d2d2d;
 border-bottom: 1px solid #636363;
 background:#FFFFFF;
 padding: 10px;
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox-bottom{
 color: #2d2d2d;
 background-color: #E1E1E1;
 padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
	padding-top: 10px;
}

.formbox-title,
.formbox-comment-title{
	color: #2d2d2d;
	font-weight: bold;
    border-left: 1px solid #A8A8A8;/*  Add a comment 左框架設定 */
    border-right: 1px solid #A8A8A8;/*  Add a comment 右框架設定 */
    border-bottom: 1px solid #A8A8A8;/*  Add a comment 下框架設定 */
	background: url('images/content_top.jpg') repeat-x;
	padding: 5px;
}

.formbox-rowheader {
	padding: 5px;
	font-weight: bold;
}

.formbox-content {
	padding: 5px;
	
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #2d2d2d;
	text-align: left;
	border-bottom: 1px solid #C8C8C8;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}


/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	border-left: 3px solid #2d2d2d;
	background-color: #EBEBEB;
	color: #000000;
	margin: 5px;
	padding: 10px;
}

.quote {
	border-left: 0px solid #D6C094;
	margin: 10px;
}
.quote-title {
	background-color: #E6EEF7;
	border-bottom: 1px dashed #408AB7 !important;
	border-bottom: 1px dashed #7B7B7B;
	padding: 5px;
	font-weight: bold;
	color: #2d2d2d;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: #000000;
	padding: 10px; 
	background-color: #ffffff;
	border: 1px solid #E6EEF7;
	border-top: 0px;
}

/****** Link ******/
.linkover {
	margin-bottom: 50px;
	height: auto;
	clear: both;
}
.linkbody {
	margin-top: 5px;
	width: 50%;
	float: left;
}
.linkimg {
/*	width: 35%;*/
	float: left;
	text-align: right;
	margin-right: 4px;
}
.linktxt {
	float: left;
}
.linktitle a {
	font-weight: bold;
}
.linkgroup {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	color: #2d2d2d;
}

