@charset "utf-8";

/*  HTML預設宣告 */

body{
	background:#000000;
	background-attachment:fixed;
}

a{
	color:#fadc96;
	text-decoration:none;
}

a:hover{
	border-bottom:none;
	color:#ccc;
	text-decoration:underline;
}

/* 預設表格 */
table{
	border:solid 1px #;
	border-collapse: collapse;
	margin:0 auto;
	text-align:center;
	width:100%;
}
th{
	border:solid 1px #333333;
	padding:2px 0;
	font-size:12px;
	font-weight:bold;
	background-color:#;
	text-align:center;
}
td{
	border:solid 1px #333333;
	font-size:12px;
	padding:2px 2px 0 3px;
	background-color:#;
	color:#;
	text-align:left;
}

td a{
	color:#fadc96;
	text-decoration:none;
}

td a:hover{
	border-bottom:none;
	color:#ccc;
	text-decoration:underline;
}







/* 佈局 */
#header{
	margin:0 auto;
	width:956px;
	height:122px;
	background:url(http://abc480528.googlepages.com/blog_gb_h.PNG) no-repeat ;
}

#container{
	margin:0 auto;
	width:956px;
	font-size:13px;
	color:#CCCCCC;
	text-decoration:none;
}

#left{
	float:left;
	width:200px;
}

#center{
	float:left;
	width:555px;
	color:#CCCCCC;
}

#right{
	float:left;
	width:200px;
	color:#CCCCCC;
}

/* 版頭 */
#mybase_title{
	position:absolute;
	top:31px;
	filter:glow(color=141414,strength=3);
	width:500px;
	color:#FFF;
	z-index:9;
	left:475px;
}

#mybase_title h4{
	font-size:23px;
	font-weight:bold;
}

#mybase_title h4 a{
	color:#FFF;
	text-decoration:none;
}

#mybase_title h4 a:hover{
	border-bottom:none;
	color:#FFF;
	text-decoration:underline;
}

/* 左列 右列 區塊 */
#left .box , #right .box{
	margin:10px 0 10px 0;
	
}

#left .box h4, #right .box h4{
	background:url(http://abc480528.googlepages.com/left_right_bg1.gif) no-repeat;	font-size:13px;
	color:#FFF;
	font-weight:bold;
	padding:10px 0 0 23px;
	height:16px;
}

#left .main, #right .main{
	border:solid 1px #666;
	padding:5px;
	position:relative;
	word-break:break-all;
	overflow:hidden;
	
	
}
#center .main{
	border:solid 1px #666;
	padding:5px;
	position:relative;
	word-break:break-all;
	overflow:hidden;


}

/* 中間 區塊 */
#center .box{
	margin:10px;
}

#center .box h4{
	background:url(http://abc480528.googlepages.com/title_bg1.gif) no-repeat;
	font-size:13px;
	color:#FFF;
	font-weight:bold;
	padding:10px 0 0 23px;
	height:16px;
}

.center_title{
	font-size:13px;
	color:#1F1F1F;
	font-weight:bold;
	padding:10px;	
}

/* 會員資料 */
#data .avata{
	margin:0 10px 10px 10px;
	display:block;
	text-align:center;
}


#data .medal_list{
	width:125px;
}

/* 近期日記 標記討論版*/
#diary_list li, #mark_forum li{
	list-style-type:square;
	margin-left:20px;
}

/* 我的日記 */
.diary h5{
	font-size:16px;
	font-weight:bold;
}

.diary li{
	border-bottom:solid 1px #333333;
	padding:5px;
}

.diary .date{
	display:block;
}

.diary .menu{
	display:block;
	text-align:right;
}

.diary .info{
	display:block;
	padding:10px 0;
}

/* 我的日記 回應 */
.diary .diary_reply_title{
	margin-top:20px;
	display:block;
	font-size:16px;
	font-weight:bold;
}

.diary .raply_bottom{
	display:block;
	text-align:right;
}

#diary_reply li{
	border:solid 1px #E6E6E6;
	margin-bottom:10px;
}

#diary_reply h5{
	font-size:13px;
	font-weight:bold;
}

#diary_reply .date{
	display:block;
	text-align:right;
}

#diary_reply .answer{
	display:block;
	padding:10px;
	background-color:#4B4B4B;
}

#diary_reply .answer_title{
	display:block;
	padding:5px;
	font-size:13px;
	font-weight:bold;
}

#reply_box td{
	padding:5px;
}

/* 好友名單 校友名單 誰加入我 */
#friends li, #school_friend li, #who_add_me li{
	float:left;
	margin:3px;
}

#friends img, #school_friend img, #who_add_me img{
	width:50px;
	height:50px;
}

#friends .friend_name, #school_friend .friend_name, #school_friend .school_name, #who_add_me .friend_name{
	display:block;
	width:80px;
	margin:4px 0;
	text-align:left;
	overflow:hidden;
}

/* 我的文章 */
#topic li, #topic_list li{
	border:solid 1px #BEBEBE;
}

#topic h5, #topic_list h5{
	font-size:14px;
	font-weight:bold;
	margin:5px;
}
#topic .menu, #topic_list .menu{
	font-size:12px;
	display:block;
	text-align:right;
	margin:5px;
}

/* 繼續閱讀 */
.more{
	display:block;
	text-align:right;
	padding:10px;
}

/* 分頁表格 */
.page_table{
	width:0;
	margin:10px auto;
}
.page_table td{
	text-align:center;
	white-space:nowrap;
	padding:2px 5px;
	font-size:13px;
}

.page_select{
	font-weight:bold;
	background-color:#EBF7F7;
}

/* 底層 */
#footer{
	font-size:14px;
	color:#FFF;
	margin:10px;
	padding:10px;
	text-align:center;
}
