/* Navbar margin */
.navbar {
  	margin-bottom:0px !important;
  	-webkit-border-radius: 0px;
  	-moz-border-radius: 0px;
  	border-radius: 0px;
}


/* Archive */
.post {
	margin-right: -15px;
	margin-left: -15px;
}

.post:before,
.post:after {
	display: table;
	content: " ";
}

.post:after {
	clear: both;
}

.post:before,
.post:after {
	display: table;
	content: " ";
}

.post:after {
	clear: both;
}

.text {
	clear:both;
}

/* Navigation */

.page-numbers {
  display: inline-block;
  padding-left: 0;
  margin: 0px 0;
  border-radius: 4px;
}

.page-numbers > li {
  display: inline;
}

.page-numbers > li > a,
.page-numbers > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.page-numbers > li:first-child > a,
.page-numbers > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.page-numbers > li:last-child > a,
.page-numbers > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.page-numbers > li > a:hover,
.page-numbers > li > span:hover,
.page-numbers > li > a:focus,
.page-numbers > li > span:focus {
  background-color: #eeeeee;
}

.page-numbers a.current,
.page-numbers span.current,
.page-numbers a.current:hover,
.page-numbers span.current:hover,
.page-numbers a.current:focus,
.page-numbers span.current:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.page-numbers > .disabled > span,
.page-numbers > .disabled > a,
.page-numbers > .disabled > a:hover,
.page-numbers > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.prevnext {
	width:100% !important;
}

.prevnext .previous {
	float:left !important;
}

.prevnext .next {
	float:right !important;
}

/* Fix the admin bar */
.admin-bar .navbar-fixed-top { top:28px !important; }
