
/* ----------- global 基本標籤設定 ------------*/
html{}
body {
  color: #333;
  background: #000;
	margin:0px;
	padding:0;
}
a {
  color: #f9da07;
  text-decoration: none
}
a:hover {
  color: #ffa902;
}

/*	-------------------------------------------/
	construct 版面架構的標籤	
	架構是由#container包住三個主標籤(#header, #content, #footer)
*/
#container {
	margin: 0 auto;
	width: 90%;
	background: url('http://l.yimg.com/e/style/5/581/x.jpg') repeat-y left top;
	padding: 0px;
}
#header {
	background: black url('http://l.yimg.com/e/style/5/581/side.jpg') repeat-x left bottom;
	height: 250px;
	text-align: left;
	color:#950c0c;
	padding-bottom: 15px;
	position: relative;
}
#content{
	background:black ;

	background: url('http://l.yimg.com/e/style/5/581/x.jpg') repeat-y right top;
	padding: 20px 20px 0px 80px;
}

/*	-------------------------------------------/
	header 標頭
	分為 ul#navigator 與 div#boxProfile 兩個部分
*/
#navigator{

color: #999;
}
#boxProfile{

background: url('http://l.yimg.com/e/style/5/581/button.jpg') no-repeat 350px 51px;
height: 200px;

}



.selectBox{}


input{


background: gray;
}


#header .Ptext h1{
color: #c0bebe;
font-size: 25px;
}


/*	封面照片*/
#header .Pcover {

border: 2px #777 solid;
margin-left: 50px;

}

/*	我的地盤文字*/
#header .Ptext {
color:#950c0c;

}


#header .Ptext ul{
	margin-left: 138px;
	margin-top: 12px;
	width: 280px;
	list-style-type:none;
	text-indent: -5000px; 
	font-size:inherit ;
	font-size:0px; 

}


#header .Ptext li{
} 

#header .Ptext li a{

display: block;
width: 66px;
height:68px;

float: left;


}

#header .Ptext li a:hover{
}


#header #menu{

	width: 300px;
	position: absolute;
	right: 0;
	bottom:20px;
	font-size: .8em;
	}
	
/* 搜尋的訊息文字 */
#msg{

	color:#950c0c;
	
}

#msg0{

	color:red;
	
}
#msg1{

	color:red;
	
}

#msg2{

}


/*	-------------------------------------------------/
	content 
	thumb style 縮圖清單的樣式
*/
#friendListDiv ol li{
	background-color:transparent;

}

#friendListDiv ol li a {

    width:110px;
	height: 125px;
	background: black url('http://l.yimg.com/e/style/5/581/small.jpg') no-repeat center top;


}
#friendListDiv ol li a:hover {
  border: 1px black solid;
}

#friendListDiv ol li a span.font_id {

	margin-top: 4px;
    color: #000;
	font-weight: bold;
}



#friendListDiv img{
border-right: 1px gray solid;
border-bottom: 1px gray solid;

}

/* 	-------------------------------------------------/
	friend desc div 放大圖片與說明的樣式
	
*/
#descDiv{
  border: 1px solid #AAA;
  background: black url('http://pic.wretch.cc/icon/wtchou/blog_design/blog09/images/shine.jpg') no-repeat right top;
  color: #888;


}
.font_id2{
	color:white;
}
.font_desc{
	color:#950c0c;
}
/* desc category 敘述的分類文字訊息*/
.font_cate{
	
}
.font_cate strong {
color: #555}


#footer{

height:16px;
background: black url('http://l.yimg.com/e/style/5/581/side.jpg') repeat-x center top;
margin-top: 0px;
_margin-top: 20px;
margin-left: -70px;

margin-right: -10px;

}
