p.readmore > a.btn {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  	border-color: #002f8d #002f8d #001641;
  	background-repeat: repeat-y;
    background-image: -moz-linear-gradient(top,#0088cc,#0088cc) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0088cc)) !important;
    background-image: -webkit-linear-gradient(top,#0088cc,#0088cc) !important;
    background-image: -o-linear-gradient(top,#0088cc,#0088cc) !important;
    background-image: linear-gradient(to bottom,#0088cc,#0088cc) !important;
}

.article_seperator {
	border-bottom : 1px solid #ff00ff;
}
