/****************************************
※樣式名稱：點亮友誼（好友樣式）
※適合解析度：1024*768以上
※CSS by rinne1004
※CSS only for http://www.wretch.cc/friend
****************************************/


html, #text {
scrollbar-face-color:#fff;
scrollbar-track-color:#fff;
scrollbar-3dlight-color:#fff;
scrollbar-darkshadow-Color:#fff;
scrollbar-arrow-color:#5792A4;
scrollbar-shadow-color:#5792A4;
scrollbar-highlight-color:#5792A4;
overflow-x:hidden;
}
#axd_banner {}
body {
background:url(http://80.190.202.79/pic/r/rinne1004/candle-bg.jpg) no-repeat 50px 0%;
color:#888;
font-size:.8em;
font-family:"Arial";
}
a {
color:#5792A4;
text-decoration:none;
}
a:hover {
color:#999;
text-decoration:none;
}

/*container
-----------------------------------------*/
#container {
position:relative;
margin-left:400px;
}
#navigator {
margin-top:5px;
padding-right:5px;
padding-bottom:3px;
border-bottom:#888 1px solid;
}


/*header
-----------------------------------------*/
#header {
height:250px;
}
#header .Pcover {
display:none;
}
#header .Ptext {
padding-right:10px;
margin-left:15px;
margin-top:3px;
}
#header .Ptext h1 {
font-size:18px;
color:#5792A4;
padding-top:10px;
}
#header .Ptext li, #header .Ptext a {
line-height:160%;
}
#menu {
margin-left:15px !important;
margin-top:10px;
}
#menu div {
display:block;
}

/*content
-----------------------------------------*/
#content {
margin-top:25px;
}
#friendListDiv ol li{
background:#C7E7E4;
}
#friendListDiv ol li a span.font_id {
color:#999;
}
.font_id2 {
color:#999;
}
.font_desc {
color:#999;
}


/*condition
-----------------------------------------*/
#friendListDiv {
padding:15px 0px 0px 35px;
border:1px solid #5792A4;
}

#condition li.current a {
color:#5F768D;
background:#fff;
border-bottom:1px solid #fff;
}

#condition li a {
color:#5F768D;
background:#C7E7E4;
border:#5792A4 1px solid;
}
#condition li a:hover {
color:#76C6BE;
background:#fff;
border:#5792A4 1px solid;
}

#pagelink a, #pagelink_1 a {
padding-left:2px;
color:#999;
}

/*mini
-----------------------------------------*/
#mini {
background:#C7E7E4;
border:#5792A4 1px solid;
}
#mini_content {
background:#fff;
}
#mini a {
color:#5F768D;
}
#mini a:hover {
color:#76C6BE;
}
textarea, input, select {
background:#fff;
border:#C7E7E4 1px solid;
}