/* 
    Document   : sidebar
    Created on : 2010-1-8, 11:27:45
    Author     : kembo06
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
.sidebar{
       float:right;
       padding-right:15px;
       width:300px
}
.login{
    background-image:url(/images/musicstory/music-top-login.jpg);
    background-repeat: no-repeat;
    height:255px;
    padding-top:80px;
    padding-left:20px;
    color:#FE7E00;
}
.login p{
    line-height:25px;
}
.login .field{
    border:2px solid #FE7E00;
    height:18px;
    width:130px;

}
.blog{
    background-image:url(/images/musicstory/blog-fang.jpg);
    background-repeat:no-repeat;
    height:176px;
    padding-top:48px;
    padding-left:9px;
    padding-bottom:9px;
    width:288px;
    text-align:left;
}
.blog a{
    color:#1F376D;
    text-decoration: underline;
}
.blog .blog-area{
    width:275px;
    color:#C0C0C0;font-size:10px;
    height:53px;
    background-color:#FFF;
    border:1px solid #CCCCCC;
    margin-top:3px;
    margin-bottom:2px;
}
.blog .blog-date{
    padding:4px 5px 2px 8px;
    background:url("/images/musicstory/pin.jpg") no-repeat 98% 5px;

}
.blog .blog-title{
    padding:0 5px 0 8px;
}
.fp_area{
  padding:5px 0 0 70px;
  text-align:left;
}


