#BackToTop {
    float: left;
    display: none;
    color: #eee;
    margin: 0 5px;
    padding: 3px;
    text-decoration: none;
    border: 1px solid #3A3838;
    font: bold 14px Arial, Helvetica;
    position: fixed;
    top: 10px;
    right: 5px;
    background: #bb413b;
    background: -moz-linear-gradient(top, #bb413b 0, #831608 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bb413b), color-stop(100%, #831608));
    background: -webkit-linear-gradient(top, #bb413b 0, #831608 100%);
    background: -o-linear-gradient(top, #bb413b 0, #831608 100%);
    background: -ms-linear-gradient(top, #bb413b 0, #831608 100%);
    background: linear-gradient(to bottom, #3A3838, #2B2929 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) 0 3px 0 rgba(0, 0, 0, 0.7) 0 2px 2px rgba(0, 0, 0, 0.5) 0 1px 0 rgba(255, 255, 255, 0.5) inset #000;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) 0 3px 0 rgba(0, 0, 0, 0.7) 0 2px 2px rgba(0, 0, 0, 0.5) 0 1px 0 rgba(255, 255, 255, 0.5) inset #000;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) 0 3px 0 rgba(0, 0, 0, 0.7) 0 2px 2px rgba(0, 0, 0, 0.5) 0 1px 0 rgba(255, 255, 255, 0.5) inset #000;
    -khtml-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) 0 3px 0 rgba(0, 0, 0, 0.7) 0 2px 2px rgba(0, 0, 0, 0.5) 0 1px 0 rgba(255, 255, 255, 0.5) inset #000;
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) 0 3px 0 rgba(0, 0, 0, 0.7) 0 2px 2px rgba(0, 0, 0, 0.5) 0 1px 0 rgba(255, 255, 255, 0.5) inset #000
}
#BackToTop span {
    border: 1px solid #4B4646;
    display: block;
    padding: 5px 20px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    background: #d4463c;
    background: -moz-linear-gradient(top, #d4463c 0, #aa2618 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d4463c), color-stop(100%, #aa2618));
    background: -webkit-linear-gradient(top, #d4463c 0, #aa2618 100%);
    background: -o-linear-gradient(top, #d4463c 0, #aa2618 100%);
    background: -ms-linear-gradient(top, #d4463c 0, #aa2618 100%);
    background: linear-gradient(to bottom, #3C3C38, #3A3838 100%);
}
.content-holder .post-entry p {
	font-size: 15px;
}
