/*
produced by waitingchou

*/


/* ----------- global 基本標籤設定 ------------*/
html{}
body {
	color: #333;
	background: #222;
	margin:0px;
	padding:0;
}
a {
	color: #c9be5f;
	text-decoration: none
}
a:hover {
	color: #fff;
}

/*	-------------------------------------------/
	construct 版面架構的標籤	
	架構是由#container包住三個主標籤(#header, #content, #footer)
*/
#container {
	margin: 0 auto;
	width: 760px;
	background: url('http://l.yimg.com/e/style/5/582/content.jpg') repeat-y left top ;
	padding: 0px;
	
}
#header {
	background:url('http://l.yimg.com/e/style/5/582/header.jpg') no-repeat left top black;
	padding:14px 35px 25px 35px;
	_padding:11px 35px 30px 35px;
	margin:0px ;
	position:relative;
}


#content{
	padding: 10px 20px 0px 70px;
	margin: 0px;
}

/*	-------------------------------------------/
	header 標頭
	分為 ul#navigator 與 div#boxProfile 兩個部分
*/
#navigator{
	color: white;
	width:220px;
	float:right;
	z-index:10000;
	position: absolute;
	right: 50px;
}
#boxProfile{

}


.selectBox{

}


input{

	width: 100px;
	background: #dddbdb;
	border-right: 2px #999 solid;
	border-bottom: 2px #444 solid;
}


#header .Ptext h1{
	font-size:24px;
	color: #d3d3d2;
	font-family: "Simhei";
	padding-top: 10px;


}


/*	封面照片*/
#header .Pcover {
	border-top: 2px #444 solid;
	border-left: 2px #444 solid;
	border-bottom: 2px #888 solid;
	border-right: 2px #888 solid;
	float:left;
}

/*	我的地盤文字*/
#header .Ptext {
	color:#fff;

}	

#header .Ptext ul{
	float:right;
	width:170px;
	text-indent: -5000px;
	list-style-type:none;
position:relative;
height: 150px;
}
/*
#header .Ptext li{
height: 32px;
border: 1px red solid;
}*/


#header .Ptext li a{
	display: block;
	width: 170px;
	height:30px;
background:#fff;
filter:alpha(opacity=0);
opacity:0;
}


#header .Ptext li a:hover{
}
#boxProfile #linkMypage{
	position:absolute;
	top:0px;
left: 0px;
width:170px;
height: 32px;
}
#boxProfile #linkAlbum{
	position:absolute;
	top:68px;
left: 0px;
	width: 170px;
	height:30px;
}
#boxProfile #linkBlog{
	position:absolute;
	top:35px;
left: 0px;
	width: 170px;
	height:30px;
}
#boxProfile #linkGbook{
	position:absolute;
	top:105px;
left: 0px;
	width: 170px;
	height:30px;
}

#boxProfile #linkUser{display:none;}
#boxProfile #linkFriend{display:none;}
#boxProfile #linkVideo{display:none;}

#header #menu{
	border-top: 2px #444 solid;
	border-left: 2px #444 solid;
	border-bottom: 2px #888 solid;
	border-right: 2px #888 solid;
	width:260px;
	background: #666;
	margin-top: 20px;
	font-size: .8em;

}
.il{
	width:240px;
	margin:2px;
}

/* 搜尋的訊息文字 */
#msg{
	display:block;
	color: #c1bfbf;
}
/*
#cateSelect{
	width:100px;
}

#filterSelect{
	width:100px;

}*/
#header .selectBox{
	/*width:100px;*/
}

/*	-------------------------------------------------/
	content 
	thumb style 縮圖清單的樣式
*/

#content li{


}
#friendListDiv ol li{
	background-color:transparent;


}
#friendListDiv ol li a {

    width:110px;
	height: 125px;
	background: url('http://l.yimg.com/e/style/5/582/small.jpg') no-repeat left top ;


}
#friendListDiv ol li a:hover {
	border-top: 1px black solid;
    border-left: 1px black solid;
}

#friendListDiv ol li a span.font_id {
	margin-left: 25px;

    color: #000;
	padding-top: 5px;
}



#friendListDiv img{
	border-top: 1px #e2e2e2 solid;
	border-left: 1px #a1a0a0 solid;
	margin-top:3px;


	/*position: relative;
	bottom: -2px;*/

}

/* 	-------------------------------------------------/
	friend desc div 放大圖片與說明的樣式
	
*/
#descDiv{

	background: #cacaca url('http://l.yimg.com/e/style/5/582/big.jpg') no-repeat right top;
	color: #888;

	border-left:7px #d5d5d5 solid;
	border-top:7px #fff solid;
	border-right:7px #b3b3b3 solid;
	border-bottom:7px #dadada solid;

}



.font_id2{
	color:#222;
}
.font_desc{
	color:#0f0779;
}
/* desc category 敘述的分類文字訊息*/
.font_cate{
	color: #777
}
.font_cate strong {
	color: #666}


#footer{
	width: 760px;
	height:45px;
	background: #222 url('http://l.yimg.com/e/style/5/582/down.jpg') no-repeat left top;
clear:both ;



}