/* ----------- global 基本標籤設定 ------------*/
html{}
body {
color:#333;
background:url('http://l.yimg.com/e/style/5/580/body.jpg') repeat-x left top;

}
a {
color:#FFCC00;
font-size:12px;
text-decoration:none;}
a:hover {
color:#FFFF00;
}

/*	-------------------------------------------/
	construct 版面架構的標籤	
	架構是由#container包住三個主標籤(#header, #content, #footer)
*/
#container {
position:relative;
margin:0px auto;
width:768px;
background:url('http://l.yimg.com/e/style/5/580/container.jpg') repeat-y left top;
height:100%;
}
#header {
position:relative;
height:270px;
padding:80px 30px;
background:url('http://l.yimg.com/e/style/5/580/header.jpg') no-repeat top;

}
#content {
margin:0px auto auto 0px;
padding:10px 0px 0px 15px;

}
#footer {
position:relative;
height:250px;
width:766px;
margin:0px 0px 0px 1px;
background:url('http://l.yimg.com/e/style/5/580/footer.jpg') no-repeat bottom;

}
/*	-------------------------------------------/
	header 標頭
	分為 ul#navigator 與 div#boxProfile 兩個部分
*/
#navigator{

}
#boxProfile{

}

/*	封面照片*/
#header .Pcover {
position:absolute;
top:68px;
left:30px;
border:1px solid #AAA;
}

/*	我的地盤文字*/
#header .Ptext {
position:absolute;
top:75px;
left:30px;
display:inline;
}
#header .Ptext h1{font-size:25px;}
#menu{
display:block;
position:absolute;
top:230px;
width:530px;
}
/* 搜尋的訊息文字 */
#msg{
background:white;
width:515px;
}
#msg2{

}


/*	-------------------------------------------------/
	content 
	thumb style 縮圖清單的樣式
*/

#content li{
background:url('http://l.yimg.com/e/style/5/580/friendListDiv.jpg') no-repeat bottom;
width:108;
height:149px;
padding:0px 0px 24px 0px;

}
#friendListDiv ol li a {
width:108px;
}
#friendListDiv ol li a:hover {

}
#friendListDiv ol li a span.font_id {
color:#FFFFFF;
}


/* 	-------------------------------------------------/
	friend desc div 放大圖片與說明的樣式
	
*/
#descDiv{
background:url('http://l.yimg.com/e/style/5/580/descDiv.jpg') no-repeat right bottom #FE9292;
padding:5px 5px 60px 5px;
border:1px solid #BD4141;
}
.font_id2{
color:#FFCC00;
}
.font_desc{
color:#FFFFFF;
}
/* desc category 敘述的分類文字訊息*/
.font_cate{}
.font_cate strong {}

/**/
#extraDiv1{
position:absolute;
top:0px;
left:-43px;
width:47px;
height:420px;
background:url('http://l.yimg.com/e/style/5/580/extraDiv1.jpg');
}
#extraDiv2{
position:absolute;
top:0px;
right:0px;
width:4px;
height:420px;
background:url('http://l.yimg.com/e/style/5/580/extradiv2.jpg');
}
#extraDiv3{

}
#extraDiv4{

}