/* 此Layout需搭配color.css互相作用 */

/* ----------【標準文字樣式】-------------- */
body {
	background:#FFFFFF;
	margin-top:0px;
	margin-left:0px;
	padding-top:0px;
	padding-left:0px;
	SCROLLBAR-FACE-COLOR: #E0E0FF;
	SCROLLBAR-HIGHLIGHT-COLOR: #c8c8fc;
	SCROLLBAR-SHADOW-COLOR: #c8c8fc;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #ececfc;
}

div, table {
	COLOR: #333333;
	font-size: 12px;
}

#container{
	background:#FFFFFF url();
	float: left; /* 用來修正在FireFox中無法等寬、等高的問題 */
	width: 770px; /* 用來修正在FireFox中無法等寬、等高的問題 */
}

#main{
	background:#FFFFFF url();
	float: left; /* 用來修正在FireFox中無法等寬、等高的問題 */
	width: 100%; /* 用來修正在FireFox中無法等寬、等高的問題 */
}

/* ----------【山頭】加入好友、推薦本網誌等...功能列-------------- */
#header_items {
	position: absolute;
	left: 450px;
	top: 130px;
	font-size:12px;
}

#header_items a { color: #D8FF47;}/* 連結文字的顏色 */

#header_items a:hover { color: #FFFF00;}


/* ----------【網誌橫式主選單】-------------- */
#header_menus_line { /* 網誌橫式主選單的頂線 */
	display:none;
	position: absolute;
	border-top: 1px solid #999999;
	left: 0px;
	top: 0px;
	width: 100%;
}

#header_menus { /* 網誌橫式主選單的定位 */
	position: absolute;
	left: 0px; /* 靠左邊 */
	top: 160px;
	width:100%;
	height: 40px;
	margin-top: 0px; /* 與頂線的邊界間距 */
}

#header_menus ul { /* 網誌橫式主選單的區塊設定 */
	position: relative;
	top: 0px;
	width:100%;
	height: 40px;
	list-style: none; /* 條列式樣式 */
	margin: 0px; /* 邊界的間距 */
	padding-top: 0px; /* 上側的內距 */
	padding-left: 0px; /* 左側的內距 */
}

#header_menus li { /* 網誌橫式主選單的項目設定 */
	position: relative;
	top: 0px;
	height: 40px;
	display: inline; /* 橫式 */
	padding-top: 0px; /* 上側的內距 */
	padding-left: 22px;
	padding-right: 0px;
	/*background-image:url();*/
}

/* ----------【網誌橫式主選單】連結-------------- */
#header_menus li a {
	height: 40px;
	width: 100px;
	text-align: center; 
	color: #FFFFFF; /* 連結文字的顏色 */
	font-size: 18px; /* 連結文字的大小 */
	font-family: SimHei, Tahoma, LiHei Pro;
	/*font-weight: bold; /* 連結文字的大小 */
	padding-left: 0px; /* 左測的內距 */
	padding-top: 0px; /* 左測的內距 */
	background-image:url();
}

#header_menus a:hover {
	position: relative;
	top: 0px;
	height: 40px;
	width: 100px;
	color: #FFFF00; /* 連結文字的顏色 */
	text-decoration: none; /* 不要底線 */
	background-image:url(/community/img/PSN_PHOTO/vanc/f_605691_1.png);
}

/* ----------【網誌橫式主選單】小圖示-------------- */
#home { /* 本網誌首頁 */
	background: url() no-repeat;
	background-repeat:repeat-x;
}

#article { /* 文章創作 */
	background: url() left top;
	background-repeat:repeat-x;
}

#photo { /* 個人相簿 */
	background: url() left top; 
	background-repeat:repeat-x;
}

#gbook { /* 訪客簿 */
	background: url() left top;
	background-repeat:repeat-x;
}

#profile { /* 作家簡介 */
	background: url() no-repeat right top;
}

#manage { /* 管理中心 */
	background: url() no-repeat left top;
}


/* --------------【直式導覽列】（如需更改浮動定位應與內容區塊配合）------------- */
#sidebar { /* 直式導覽列區塊 */

	background-color:#FFFFFF;
	background-image:;
	margin-top:0px;
	margin-left:0px;
	padding-top:0px;
	padding-left:0px;
	float: left; /* 靠左浮動定位 */
}

.sidebar-bg { /* 直式導覽列大背景 */

	background-color:;
	background-image:;
}

.sidebar-panel-bg { /* 直式導覽列區塊背景 */
	background-color:;
	background-image:;
}

td.panel-topic{ /* 直式導覽列標題背景 */
	color:#AAAAAA;
	font-size: 15px;
	/*font-family: SimHei, Tahoma, LiHei Pro;*/
	text-align:center;
	background-image: url(/community/img/PSN_PHOTO/vanc/f_204056_1.png);
	background-repeat:no-repeat;
	background-position: center center;
	padding-top: 3px;
	padding-bottom:3px;
}

span.panel-topic{ /* 文章推薦人 */
}


/* -----------------【內容區】（如需更改浮動定位應與直式導覽列區塊配合）--------------------- */
#content { /* 內容區塊 */
	background-color:#FFFFFF;
	background-image:;
	margin-top:0px;
	margin-left:0px;
	padding-top:0px;
	padding-left:0px;
	float: left; /* 靠左浮動定位 */
}

#content .main-topic { /* 對比色大標題 */
	color: #2982A4; /* 文字顏色 */
	font-weight: bold; /* 文字粗體 */
	background:url(/community/img/PSN_PHOTO/vanc/f_606338_1.png) no-repeat left bottom;
}

#content a.main-topic {
	color: #2982A4; /* 連結文字的顏色 */
	text-decoration: none; /* 連結文字的樣式 */
	font-weight: bold; /* 連結文字粗體 */
	background-image: url();
}

#content a.main-topic:visited  {
	color: #2982A4; /* 連結文字的顏色 */
	text-decoration: none; /* 連結文字的樣式 */
	font-weight: bold; /* 連結文字粗體 */
}

#content .main-title { /* 深色大標題 */
	color: #274D74; /* 文字顏色 */
}

#content a.main-title:link, #content a.main-title:visited {
	text-decoration: none; /* 連結文字的樣式 */
}

#content a.main-title:hover {
	color: #2982A4;  /* 滑鼠移到上面時的連結文字顏色 */
}

#content .main-text { /* 附標、內文 */
	color: #4D4D4D; /* 文字顏色 */
}

#content a.main-text:link, #content a.main-text:visited {
	color: #666666; /* 連結文字的顏色 */
	text-decoration: none; /* 連結文字的樣式 */
}

#content a.main-text:hover {
	color: #333333;  /* 滑鼠移到上面時的連結文字顏色 */
}

/* --------------【個人相簿】------------- */
.photo_album { /* 相簿樣式 */
	width: 165px; /* 寬度 */
	height: 165px; /* 高度 */
	text-align: center;  /* 相片水平居中 */
	vertical-align: middle;  /* 相片垂直居中 */
	background: url(/community/img/user_all/photo_album.gif) no-repeat; /* 背景圖 */
}

#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; /* 相片垂直居中 */
	background: url(/community/img/user_all/photo_picture.gif) no-repeat; /* 背景圖 */
}

#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; /* 強制換行 */
	word-wrap:break-word; /* 強制換行 */
	word-break:keep-all; /* 強制換行 */
} 


/* --------------【訪客簿】------------- */
span.panel-text{/*display:none;*/}

.gbook-title { /* 回覆表頭區 */
	/*color:#ABFF47; /* 文字顏色 */
	color:#FFFFFF; /* 文字顏色 */
	background-color: #16A2CD; /* 背景顏色 */
	background-image: url(/community/img/PSN_PHOTO/vanc/f_605692_1.png);
	padding: 2px 10px 0px; /* 內距 */
	border:0px solid #16A2CD;
}

.gbook-content { /* 回覆內容區 */
	color: #333333; /* 文字顏色 */
	font-size: 15px;
	background-color: #FFFFFF; /* 背景顏色 */
	padding: 5px 10px 5px; /* 內距 */
	margin: 10px; /* 間距 */
}

.gbook-bg { /* 回覆區塊背景 */
	background-color: #16A2CD; /* 背景顏色 */*/
	background-image: url(/community/img/PSN_PHOTO/vanc/f_605692_1.png);
}

/* ----------【山頭區塊】-------------- */
#header {
	height: 210px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	background-image: no-repeat left top;
}

/* ----------【山頭】頂線-------------- */
#header_top {
	position: absolute;
	height: 1px; /* 線條高度 */
	background: #114091;
}

/* ----------【城邦共用導覽列】-------------- */
#header_top, #header_common_left, #header_common_main, #header_common_main_bg, #header_common_line, #header_common_right{
	visibility: invisible; /* 顯示與否設定 */
	display:none;
	background-image:url(/community/img/PSN_PHOTO/vanc/f_605691_1.png);/* 用來預先下載主選單滑鼠移到上面時的圖片 */
}

/* ----------【城邦共用導覽列連結】-------------- */
#header_common a {
	color: #FFFFFF;
	text-decoration: none;
}

/* ----------【城邦共用導覽列下拉選單】-------------- */
.chapter {
	width: 100%;
	border: 0px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image:;
}
.chapter-point {
	color: #4D4D4D;
}
.chapter-text {
	color: #4D4D4D;
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
}
/* 分隔線顏色 */
.chapter-line {
	background-color: #EEEEEE;
}

/* ----------【城邦共用導覽列】下拉選單連結-------------- */
.chapter-text, a.chapter-text:link, a.chapter-text:hover, a.chapter-text:visited {
	color: #274D74;
}

/* ----------【山頭】連結-------------- */
#header a:link, #header a:visited  {
	text-decoration: none;
}
#header a:hover {
}

/* ----------【山頭】網誌logo定位-------------- */
#header_logo {
	display:none;
	position: absolute;
	left: 10px;
	top: 39px;
}

/* ----------【山頭】網誌名稱與連結-------------- */
#header_name {
	/*display:none;*/
	position: absolute;
	left: 18px;
	top: 18px;
	color: #CCCCCC;
	font-size: 25px;
	/*font-weight: bold;*/
	font-family: SimHei, Tohama, LiHei Pro;
}

/* ----------【山頭】網誌名稱連結-------------- */
#header_name a {
	color: #FFFFFF;
	text-decoration:none;
}

/* ----------【山頭】網誌簡短網址與作家與連結-------------- */
#header_url {
	display:none;
	position: absolute;
	left: 40px;
	top: 39px;
}

/* 連結文字的顏色 */
#header_url a:link, a:visited { color: #999999;}

/* 滑鼠移到上面時的連結文字顏色 */
#header_url a:hover { color: #666666;}


/* ----------【山頭】搜尋區塊-------------- */
#header_search {  /* 搜尋按鈕 */
	display:none;
	position: absolute;
	left: 555px;
	top: 20px;
}

.inputbox { /* 文字輸入框 */
	display:none;
	color: #2CA2BE;
	BORDER-RIGHT: #D8FF47 1px solid;
	BORDER-TOP: #D8FF47 1px solid;
	BORDER-LEFT: #D8FF47 1px solid;
	BORDER-BOTTOM: #D8FF47 1px solid;
}

#footer{display:none;}
#banner{display:none;}
#Layer1{display:none;}














