/* 此Layout需搭配color.css互相作用 */
 
body {
	TEXT-ALIGN: center !important;/* 背景位置 */
	background: #605d44 url(http://g.udn.com/community/img/style145/back.gif) repeat-x 0px top!important;
}

#container {
	background: url(http://g.udn.com/community/img/style145/bg.gif) repeat-y center -204px!important;
	position: relative !important;
	z-index: 1 !important;
	margin: auto !important;
	padding-bottom: 10px;
}

/* -----------------【內容區】（如需更改浮動定位應與直式導覽列區塊配合）--------------------- */
#main {
	width: 770px;
	position: relative;
	height: auto !important;
	padding: 0px !important;
	visibility: visible !important;
}

/* ----------【標準文字樣式】-------------- */
div, table {
	COLOR: #666666; /* 文字顏色 */
	font-size: 12px; /* 文字大小 */
	line-height: 24px;
}
 
/* ----------【山頭區塊】-------------- */

#header {
	height: 300px; /* 高度 */
	position: relative;/* 絕對定位(以"山頭區塊"左上角為基準點) */
	width: auto;/* 寬度 */
	visibility: visible !important;/* 是否顯示 */
	background: url(http://g.udn.com/community/img/style145/head.jpg) no-repeat 0px 0px;
}
 
/* ----------【山頭】頂線-------------- */
#header_top {
 position: absolute; /* 絕對定位(以"山頭區塊"左上角為基準點) */
 height: 2px; /* 線條高度 */
 background: #114091; /* 線條背景顏色 */
 display: none;/* 顯示與否設定 */
}
 
/* ----------【城邦共用導覽列】-------------- */
#header_top, #header_common_left, #header_common_main, #header_common_main_bg, #header_common_line, #header_common_right{
 visibility: hidden; /* 顯示與否設定 */
}

#common a {
 color:#ccd1b3!important;
}
 
/* ----------【城邦共用導覽列】連結-------------- */
#header_common a {
 color: #000000; /* 連結文字的顏色  */
 text-decoration: none; /* 滑鼠移到連結上時，不要底線 */
}
 
/* ----------【城邦共用導覽列】下拉選單-------------- */
.chapter {
 width: 100%; /* 寬度 */
 border: 1px solid #B3CCE6; /* 線框 */
 background-color: #EBF2F8; /* 背景色 */
}
.chapter-point {
 color: #4D4D4D; /* 文字顏色 */
}
.chapter-line {
 background-color: #D8E5F2; /* 分隔線顏色 */
}
 
/* ----------【城邦共用導覽列】下拉選單連結-------------- */
.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 {
	text-decoration: none;  /* 滑鼠移到上面時的連結文字樣式 */
	color: #FF9900;
}
 
/* ----------【山頭】網誌logo定位-------------- */
#header_logo {
 position: absolute; /* 絕對定位(以"山頭區塊"左上角為基準點) */
 left: 451px; /* x座標 */
 top: 170px; /* y座標 */
 visibility: hidden; /* 顯示與否設定 */
}
 
/* ----------【山頭】網誌名稱-------------- */
#header_name {
	position: absolute; /* 絕對定位(以"山頭區塊"左上角為基準點) */
	left: 20px; /* x座標 */
	top: 30px; /* 文字顏色 */
	font-size: 28px; /* 文字大小 */
	font-weight: bold;
	line-height: 30px;
	visibility: visible;
	color: #FFFFFF;
	z-index: 99999999;
}
 
/* ----------【山頭】網誌名稱連結-------------- */
#header_name a {
 color: #FFFFFF;  /* 連結文字的顏色 */
}

#header_name a:hover {
 color: #99CC00;  /* 連結文字的顏色 */
}

/* ----------【山頭】網誌簡短網址與作家-------------- */

#header_url {
	position: absolute; /* x座標 */
	top: 240px; /* y座標 */
	text-align: right;
	right: 520px;
}
 
/* ----------【山頭】網誌簡短網址與作家連結-------------- */
#header_url a:link, a:visited {
 color: #b0b092; /* 連結文字的顏色 */
}
#header_url a:hover {
 color: #ccd1b3; /* 滑鼠移到上面時的連結文字顏色 */
 text-decoration: underline;/* 滑鼠移到上面時的出現底線 */
}
 

/* ----------【山頭】加入好友、推薦本網誌等...功能列-------------- */

#header_items {
	position: absolute; /* 絕對定位(以"山頭區塊"左上角為基準點) */
	left: 20px; /* x座標 */
	top: 58px; /* y座標 */
	text-align: left;/* 置左 */
	color: #ccd1b3;
}
 
/* ----------【山頭】加入好友、推薦本網誌等...功能列連結-------------- */
#header_items a {
 color: #ccd1b3; /* 連結文字的顏色 */
}
#header_items a:hover {
 color: #ccd1b3; /* 滑鼠移到上面時的連結文字顏色 */
 text-decoration: underline;/* 滑鼠移到上面時的出現底線 */
}
 
/* ----------【山頭】搜尋區塊-------------- */
#header_search {
	position: absolute;
	top: 270px;
	text-align: right;
	left: 70px;
	margin: 0px;
	padding: 0px;
	border-style: none;
}
.inputbox { /* 文字輸入框 */
 BORDER-RIGHT: #808080 1px solid;
 BORDER-TOP: #808080 1px solid;
 BORDER-LEFT: #808080 1px solid;
 BORDER-BOTTOM: #808080 1px solid;
}
 

/* ----------【網誌橫式主選單】-------------- */
/* 網誌橫式主選單的頂線 */
 
/* 網誌橫式主選單的定位 */

#header_menus {
	position: absolute;
	font-weight: bold;
	width: auto;
	top: 90px;
	left: 20px;
}

/* 網誌橫式主選單的區塊設定 */
#header_menus ul {
 list-style: none; /* 條列式樣式 */
 margin: 0px; /* 邊界的間距 */
 padding: 0px;
}

/* 網誌橫式主選單的項目設定 */
#header_menus li {
	FLOAT: left;
	POSITION: relative;
	display: block;
	text-indent: 3px;
	padding-right: 10px;
}

/* ----------【網誌橫式主選單】連結-------------- */
#header_menus li a {
	color: #000000; /* 連結文字的顏色 */
	font-size: 13px;
	font-weight: bold;
	padding-left: 15px;
}
 
#header_menus a:hover {
 color: #333333; /* 滑鼠移到上面時的連結文字顏色 */
 text-decoration: none;
}

 
#kwd {
	width: 150px;
	filter: Alpha(Opacity=50);
	border-style: none;
}
 

/* ----------【網誌橫式主選單】小圖示（欲更換小圖示，請修改url為圖檔所在地的絕對連結）-------------- */
#home , #article , #photo , #gbook , #profile , #manage {
 background: url(http://g.udn.com/community/img/style145/menu_icon.gif) no-repeat 0px center!important;
}
 
/* --------------【直式導覽列】（如需更改浮動定位應與內容區塊配合）------------- */
/* 直式導覽列區塊 */
#sidebar {
	float: right !important;
	position: relative !important;
	text-align: center !important;
	top: -180px!important;
	border-left: 1px solid #d5d5c2;
	padding-bottom: 30px;
	height: 100%;
}
/* 直式導覽列區塊居中 */
#sidebar table {
	position:relative !important;
	margin: auto !important;
}
/* 直式導覽列大背景 */
.sidebar-bg {
	background: url(none) no-repeat 0px 0px;
	width: 188px;
}
/* 直式導覽列區塊背景 */
.sidebar-panel-bg {
	background: url(http://g.udn.com/community/img/style145/sidebar.gif) no-repeat -7px -7px;
	padding-top: 5px;
}
/* 直式導覽列文字 */
.panel-topic 
{
	color: #747560!important;/* 文字顏色 */
	vertical-align: top;/* 垂直對齊 */
	padding-left: 20px;
}
.panel-text 
{
    color: #00274F !important;/* 文字顏色 */
} 
 
/* -----------------【內容區】（如需更改浮動定位應與直式導覽列區塊配合）--------------------- */
/* 內容區塊 */
 
div#content {
	clear: none !important;
	width: 540px!important; /* 寬度 */
	text-align: center!important; /* 內容對齊 */
	visibility: visible !important;
	float: left;
	padding-left: 25px;
}

/* 對比色大標題 */
#container .main-topic {
 color: #66CCFF; /* 文字顏色 */
 font-weight: bold; /* 文字粗體 */
}
#container a.main-topic:link {
 color: #66CCFF; /* 連結文字的顏色 */
 text-decoration: none; /* 連結文字的樣式 */
 font-weight: bold; /* 連結文字粗體 */
}
#container a.main-topic:visited  {
 color: #66CCFF; /* 連結文字的顏色 */
 text-decoration: none; /* 連結文字的樣式 */
 font-weight: bold; /* 連結文字粗體 */
}
/* 深色大標題 */
#container .main-title {
 color: #999999; /* 文字顏色 */
}
#main-title:link, #container a.main-title:visited {
 text-decoration: none; /* 連結文字的樣式 */
}
#container a.main-title:hover {
 color: #999999;  /* 滑鼠移到上面時的連結文字顏色 */
}
/* 附標、內文 */
#container .main-text {
 color: #000000; /* 連結文字的顏色 */
}
#container a.main-text:link, #content a.main-text:visited {
 color: #000000; /* 連結文字的顏色 */
 text-decoration: none; /* 連結文字的樣式 */
}
#container a.main-text:hover {
 color: #333333;  /* 滑鼠移到上面時的連結文字顏色 */
}
 

/* --------------【個人相簿】------------- */
/* 相簿樣式 */
.photo_album { 
 width: 140px; /* 寬度 */
 height: 140px; /* 高度 */
 text-align: center;  /* 相片水平居中 */
 vertical-align: middle;  /* 相片垂直居中 */
 background: url(http://g.udn.com/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 20px; /* 相框間距 */
 display: inline; /* 橫式排列 */
 float: left; /* 靠左浮動定位 */
 width: 140px; /* 給標題折行用，須與相簿框一樣寬 */
 height: 280px; /* 調適標題高度 */
 table-layout:fixed; /* 強制換行 */
 word-wrap:break-word; /* 強制換行 */
 word-break:keep-all; /* 強制換行 */
}
/* 相片樣式 */
.photo_picture { 
 width: 140px; /* 寬度 */
 height: 144px; /* 高度 */
 text-align: center; /* 相片水平居中 */
 vertical-align: middle; /* 相片垂直居中 */
 background: url(http://g.udn.com/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 3px; /* 相框間距 */
 display: inline; /* 橫式排列 */
 float: left; /* 靠左浮動定位 */
 width: 140px; /* 給標題折行用，須與相片框一樣寬 */
 height: 240px; /* 調適標題高度 */
 table-layout:fixed; /* 強制換行 */
 word-wrap:break-word; /* 強制換行 */
 word-break:keep-all; /* 強制換行 */
} 
 
/* --------------【訪客簿】------------- */
/* 回覆表頭區 */
.gbook-title {
	color:#b0b092; /* 文字顏色 */
	background-color: #605d44; /* 背景顏色 */
	padding: 10px 10px 0px; /* 內距 */
}
/* 回覆內容區 */
.gbook-content {
	color: #333333; /* 文字顏色 */
	background-color: #FFFFFF; /* 背景顏色 */
	padding: 5px 10px 5px; /* 內距 */
	margin: 10px; /* 間距 */
}
/* 回覆區塊背景 */
.gbook-bg {
	background-color: #605d44; /* 背景顏色 */
}
 

/* ----------【頁尾】-------------- */

#footer {
	WIDTH: 730px!important;
	top: 10px !important;
	border-top:2px solid #D5D5C3 !important;
	background: url(none)!important;
	margin-right: 20px;
	margin-left: 20px;
}


#footer_info {
 color: #000000 !important; /* 文字顏色 */
}

#footer_link {
 color: #000000 !important; /* 文字顏色 */
}

#footer A {
	COLOR: #000000 !important; /* 文字顏色 */
}

#copyright {
	COLOR: #000000!important; /* 文字顏色 */
}














