/* ----------【版型置中樣式】-------------- */
body {
	text-align: center !important;
           border:6pt solid #333333;
           overflow-X:hidden;
         
                               }

#container {
	margin: auto !important;
}
/* 此Layout需搭配color.css互相作用 */

/* ----------【背景大底圖】-------------- */
body {
    background: url() fixed;background-repeact:no-repeact!important;
background-position: 0% 0%; /* 背景圖 */
	text-align: center;/* 居中 */
}
#container {
	WIDTH: 778px !important;
	background-color: !important;
}

/* ----------【標準文字樣式】-------------- */
div, table {
	COLOR: white; /* 文字顏色 */
	font-size: 12px; /* 文字大小 */
}

/* ----------【山頭區塊】-------------- */
#header {
	position: absolute;/* 位置 */
	width: auto;/* 寬度 */
	height: 104px;/* 高度 */
	margin-bottom: 33px;/* 山頭的邊界 */
	visibility: visible !important;
           border-top:1px solid #ffffff;
           border-left:2px solid #333333;
           border-right:2px solid #333333;
           border-bottom:3pt double white;
           background-color:black;
           background-image:url();
           
	}
/* ----------【山頭】頂線-------------- */
#header_top {
	position: absolute; /* 絕對定位(以"山頭區塊"左上角為基準點) */
	height: 2px; /* 線條高度 */
	background: #114091; /* 線條背景顏色 */
}

/* ----------【城邦共用導覽列】-------------- */
#header_top, #header_common_left, #header_common_main, #header_common_main_bg, #header_common_line, #header_common_right{
	visibility: hidden;
           background-color:#ffffff;
           
/* 顯示與否設定 */
}

/* ----------【城邦共用導覽列】連結-------------- */
#header_common a {
	color: white; 連結文字的顏色  */
	text-decoration: none;
            /* 滑鼠移到連結上時，不要底線 */
}

/* ----------【城邦共用導覽列】下拉選單-------------- */
.chapter {
	width: 100%; /* 寬度 */
	border: 1px solid #ffffff; /* 線框背景色 */
	background-color: #222222; /* 背景色 */
}
.chapter-point {
	color: #ff0000; background-color:#333333;/* 前綴點顏色 */
}
.chapter-line {
	background-color: #ffffff; /* 分隔線顏色 */
}
/* ----------【城邦共用導覽列】下拉選單連結-------------- */
.chapter-text, a.chapter-text:link, a.chapter-text:hover, a.chapter-text:visited, {
	background-color:black;
           background-image:url(http://home.anet.net.tw/alway_nice/star004.gif);
           color:white;
           width:2.5cm;/* 連結文字的顏色 */
}



/* ----------【山頭】連結-------------- */
#header a:link, #header a:visited  {
	text-decoration: none;
           color:white;  /* 連結文字的樣式 */
}
#header a:hover {
	text-decoration: none;  /* 滑鼠移到上面時的連結文字樣式 */
	color: orange; /* 滑鼠移到上面時的連結文字顏色 */
}

/* ----------【山頭】網誌logo定位-------------- */
#header_logo {
	position: absolute; /* 絕對定位(以"山頭區塊"左上角為基準點) */
	left: 2px; /* x座標 */
	top: 13px; /* y座標 */
	visibility: hidden; /* 顯示與否設定 */
}

/* ----------【山頭】網誌名稱-------------- */
#header_name {
	position: absolute; /* 絕對定位(以"山頭區塊"左上角為基準點) */
	left: 115px; /* x座標 */
	top: 23px; /* y座標 */
	color: darkred; /* 文字顏色 */
	font-size: 30px; /* 文字大小 */
	font-family:標楷體 ; /* 文字粗體 */
           
}

/* ----------【山頭】網誌名稱連結-------------- */
#header_name a {
	color: white;
           text-decoration:none; 
           background-image:url();/* 連結文字的顏色 */
}
#header_name a:hover {
	color: white;
           font-family:標楷體;
           background-color:black;/ * 滑鼠移到上面時的連結文字顏色 */
}


/* ----------【山頭】網誌簡短網址與作家-------------- */
#header_url {
	position: absolute; /* 絕對定位(以"山頭區塊"左上角為基準點) */
	left: 520px; /* x座標 */
	top: 60;display:none; /* y座標 */
}

/* ----------【山頭】網誌簡短網址與作家連結-------------- */
#header_url a:link, a:visited {
	color: red; /* 連結文字的顏色 */
}
#header_url a:hover {
	color: white;font-size:12pt; /* 滑鼠移到上面時的連結文字顏色 */
}


/* ----------【山頭】加入好友、推薦本網誌等...功能列-------------- */
#header_items {
	position: absolute; /* 絕對定位(以"山頭區塊"左上角為基準點) */
	left: 410px; /* x座標 */
	top: 77px; /* y座標 */
}

/* ----------【山頭】加入好友、推薦本網誌等...功能列連結-------------- */
#header_items a {
	color: black; /* 連結文字的顏色 */
                      }
#header_items a:hover {
	color: aqua;font-size:10pt;/* 滑鼠移到上面時的連結文字顏色 */
}

/* ----------【山頭】搜尋區塊-------------- */
#header_search {
	position: absolute; /* 絕對定位(以"山頭區塊"左上角為基準點) */
	left: 550px; /* x座標 */
	top: 80px;
           display:none; /* y座標 */
}
.inputbox { /* 文字輸入框 */
	BORDER-RIGHT: #ff0000 2px dashed;
	BORDER-TOP: #ff0000 2px dashed;
	BORDER-LEFT: #ff0000 2px dashed;
	BORDER-BOTTOM: #808080 1px solid;
          display:none;
}

/* ----------【網誌橫式主選單】-------------- */
/* 網誌橫式主選單的頂線 */
#header_menus_line {
	position: absolute; /* 絕對定位(以"山頭區塊"左上角為基準點) */
	border-top: 1px solid #706A2B; /* 線的高度與顏色樣式 */
	left: 0px; /* x座標 */
	top: 60px; /* y座標 */
	width: 100%; /* 寬度 */
	visibility: hidden; /* 顯示與否設定 */
}
/* 網誌橫式主選單的定位 */
#header_menus {
	position: absolute; /* 絕對定位(以"山頭區塊"左上角為基準點) */
	left: -15px; /* x座標 */
	top: 62px; /* y座標 */
	margin-top: 10px; /* 與頂線的邊界間距 */
}
/* 網誌橫式主選單的區塊設定 */
#header_menus ul {
	list-style: none; /* 條列式樣式 */
	margin: 0px; /* 邊界的間距 */
	padding-left: 60px; /* 左側的內距 */
}
/* 網誌橫式主選單的項目設定 */
#header_menus li {
	display: inline; /* 橫式 */
	height: 80px; /* 高度 */
	padding-top: 5px; /* 上側的內距 */
	padding-right: 0px; /* 右側的內距(小圖示與選項文字的間距調適) */
}

/* ----------【網誌橫式主選單】小圖示（欲更換小圖示，請修改url為圖檔所在地的絕對連結）-------------- */
/* 本網誌首頁 */
#home {
	background: url(/community/img/user_all/menu_home_h.gif) no-repeat left top;
}
/* 文章創作 */
#article {
	background: url(/community/img/user_all/menu_article_h.gif) no-repeat left top;

}
/* 個人相簿 */
#photo {
	background: url(/community/img/user_all/menu_photo_h.gif) no-repeat left top;
}
/* 訪客簿 */
#gbook {
	background: url(/community/img/user_all/menu_guestbook_h.gif) no-repeat left top;

}
/* 作家簡介 */
#profile {
	background: url(/community/img/user_all/menu_detail_h.gif) no-repeat left top;

}
/* 管理中心 */
#manage {
	background: url(/community/img/user_all/menu_manage_h.gif) no-repeat left top;
}

/* ----------【網誌橫式主選單】連結-------------- */
#header_menus li a {
	color: white; /* 連結文字的顏色 */
	font-size: 12px; /* 連結文字的大小 */
	padding-left: 18px; /* 左測的內距 */
}
#header_menus a:hover {
 color:orange/* 滑鼠移到上面時的連結文字顏色 */
}

/* --------------【直式導覽列】（如需更改浮動定位應與內容區塊配合）------------- */
/* 直式導覽列區塊 */
#sidebar {
	float: left;/* 靠左浮動定位 */
}
/* 直式導覽列區塊居中 */
#sidebar table {
    position:relative !important;
    margin: auto !important;
    color:black;
   
    
}
/* 直式導覽列大背景 */
.sidebar-bg {
   border-top:3pt double white; 
   border-left:3pt double white;
   background-color:black; /* 背景色 */
}
/* 直式導覽列區塊背景 */
.sidebar-panel-bg { 
   background-color:black;
   filter:alpha(opacity=90,style=1)/* 背景色 */
}

/* -----------------【內容區】（如需更改浮動定位應與直式導覽列區塊配合）--------------------- */
/* 內容區塊 */
#content {
	float: left; /* 靠左浮動定位 */
}

/* 對比色大標題 */
#content .main-topic {
	color:white; 
          filter:glow(color=black);/* 文字顏色 */
	font-weight: bold;
           font-size:12pt;/* 文字粗體 */
}
#content a.main-topic:link {
	color: red; /* 連結文字的顏色 */
	text-decoration: none; /* 連結文字的樣式 */
	font-weight: bold; /* 連結文字粗體 */
}
#content a.main-topic:visited  {
	color: white; /* 連結文字的顏色 */
	text-decoration: none; /* 連結文字的樣式 */
	font-weight: bold; /* 連結文字粗體 */
           
}
/* 深色大標題 */
#content .main-title {
	color: white;
           filter:glow(color=black);
           width:30%; /* 文字顏色 */
           
}
#content a.main-title:link, #content a.main-title:visited {
	text-decoration: none; /* 連結文字的樣式 */
           }
#content a.main-title:hover {
	color: white;  /* 滑鼠移到上面時的連結文字顏色 */
          font-size:12pt;
          font-family:明細體;
          background-color:black;
          filter:flipv();background-image:url(http://home.anet.net.tw/alway_nice/star003.gif);        
          
}
/* 附標、內文 */
#content .main-text {
	color: deepskyblue; /* 文字顏色 */
}
#content a.main-text:link, #content a.main-text:visited {
	color: indigo;background-color: ;
           border-bottom:1pt dashed purple;/* 連結文字的顏色 */
	text-decoration: none; /* 連結文字的樣式 */
}
#content a.main-text:hover {
	color: deepskyblue;
           background-color:333333;  /* 滑鼠移到上面時的連結文字顏色 */
}

/* --------------【個人相簿】------------- */
/* 相簿樣式 */
.photo_album { 
 width: 165px; /* 寬度 */
 height: 165px; /* 高度 */
 text-align: center;  /* 相片水平居中 */
 vertical-align: middle;  /* 相片垂直居中 */
 border:3pt double maroon;
 background: url() ; /* 背景圖 */
}
#photo_album_list {
 list-style: none; /* 條列式樣式：無 */
 margin: 0px; /* 邊界的間距 */
 padding: 0px; /* 內距 */
}
#photo_album_list li {
 margin: auto;
 padding: 5px 38px; /* 相框間距 */
 display: inline; /* 橫式排列 */
 float: left; /* 靠左浮動定位 */
 width: 165px; /* 給標題折行用，須與相簿框一樣寬 */
 height: 280px; /* 調適標題高度 */
 table-layout:fixed; /* 強制換行 */
 word-wrap:break-word; /* 強制換行 */
 word-break:keep-all; /* 強制換行 */
}
/* 相片樣式 */
.photo_picture { 
 width: 165px; /* 寬度 */
 height: 170px; /* 高度 */
 text-align: center; /* 相片水平居中 */
 vertical-align: middle; /* 相片垂直居中 */
 border:3pt double black;
 background: url() ; /* 背景圖 */
}
#photo_picture_list {
 list-style: none; /* 條列式樣式：無 */
 margin: 0px; /* 邊界的間距 */
 padding: 0px; /* 內距 */
}
#photo_picture_list li {
 margin: auto; /* 邊界的間距 */
 padding: 5px 38px; /* 相框間距 */
 display: inline; /* 橫式排列 */
 float: left; /* 靠左浮動定位 */
 width: 165px; /* 給標題折行用，須與相片框一樣寬 */
 height: 280px; /* 調適標題高度 */
 table-layout:fixed;filter:alpha(opacity=90,style=1) glow(color=black); /* 強制換行 */
 word-wrap:break-word; /* 強制換行 */
 word-break:keep-all; /* 強制換行 */
} 

/* --------------【訪客簿】------------- */
/* 回覆表頭區 */
.gbook-title {
	color:yellow; /* 文字顏色 */
	background-color:3366cc/* 背景顏色 */
	padding: 10px 10px 0px; /* 內距 */
}
/* 回覆內容區 */
.gbook-content {
	color: white; /* 文字顏色 */
	background-color:black; /* 背景顏色 */
	padding: 5px 10px 5px; /* 內距 */
	margin: 10px; /* 間距 */
}
/* 回覆區塊背景 */
.gbook-bg {background-color: 3366cc; /* 背景顏色 */
}











































































































































































