/* Header */

/* header side bar */

/* The button used to open the sidebar */
.openbtn {
    background-color: #fff;
}

.sidebar {
  background: rgb(48, 57, 92) none repeat scroll 0% 0%;  
}
.sidebar a {
  color: #818181;
}
/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
  color: #f1f1f1;
}
/* End of header side bar */
.liqesm{
    background: #24cd77;color: white;
}
.liqesm:hover{
    background: #24dc83;
}
.liqesm-a{color: white;}
/* End of Header */

/* Body */

body{
    background: #f2f5f9;
}

.main-place{background:#fff;box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);}
.title{background: #fbfbfb;border-bottom: 1px solid #e8e8e8;color: #666;}
.title a{color: #666;}
.desc-line{background: #e8e8e8;}

.up-list li:hover{background: #f5f7fa;}


/* download buttom in index */
.up-list dl .down a{background: #24cd77;}
.up-list dl .down a:hover{background: #24dc83;color: #fff;}

/* End of Body */


/* posts page */

/* post details colors*/
.post-title-span2{background-color: #848c98;}
.post-details{background-color: #538bf7;}


.rating-place{background: #fbfbfb;border-bottom: 1px solid #e8e8e8;color: #666;}
.rating-place a{color: #666;}

.share-place{background: #fbfbfb;border-bottom: 1px solid #e8e8e8;color: #666;}
.share-place a{color: #666;}

/* share part*/
.effect a:last-child {
  color:white;
}

/* End Of Posts Page */

/* Footer */
.footer{
    background-color: #00207B;
}
/* End of Footer */