bobsled,
Raindance is using a custom post navigation, while you’re using Graphene’s default post navigation. The CSS codes will be different.
Try adding this to your Custom CSS option:
.post-nav {
text-align: center;
}
#previous {
float: none;
margin-left: 0;
display: inline;
padding-right: 10px;
margin-right: 10px;
border-right: 1px solid #ccc;
}
#next-post {
float: none;
margin-right: 0;
text-align: left;
}