/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://testqa.movabletype.io/testsite20161128/mt-static/support/theme_static/rainier/css/base.css);
@import url(http://testqa.movabletype.io/testsite20161128/mt-static/support/theme_static/rainier/css/rainier-white/screen.css);
/* end StyleCatcher imports */

/* for Paginate*/
#posts .pagination li {
    padding: 0.809em 1em;
    border-bottom: none;
}

#posts .pagination li a {
    width: 110%;
}

#posts nav {
    margin-top: 0em;
    text-align: center;
}

#posts nav a::after {
    content: none;
}

#posts nav a[rel="next"]::after {
    content: "»";
}

/* ClearFix */
.clearfix {
  zoom:1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
