/* Smart Pagination */
.pagelinks strong,
.pagesection strong,
.mlist_above strong,
#mlist_below strong,
.smalllinks strong
{
	background: #2e3639;
	border: 1px solid #2e3639;
	color: #fff;
	padding: 3px 4px;
	margin-right: 6px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
         -webkit-transition: color .25s ease-in; /*safari and chrome */
          -o-transition: color .25s ease-in; /* opera */
}
.navPages, small[id*="pages"] a{
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #2e3639;
	padding: 3px 4px;
	text-decoration: none;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
         -webkit-transition: color .25s ease-in; /*safari and chrome */
          -o-transition: color .25s ease-in; /* opera */
}
.navPages:hover, small[id*="pages"] a:hover{
	background: #2e3639;
	color: #fff;
	text-decoration: none;
	border: 1px solid #2e3639;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
         -webkit-transition: color .25s ease-in; /*safari and chrome */
          -o-transition: color .25s ease-in; /* opera */
}
a[href="#top"], a[href="#bot"], a[href="#lastPost"] {
	background: none transparent !important;
}
a[href="#top"]:hover, a[href="#bot"]:hover, a[href="#lastPost"]:hover {
	text-decoration: none;
}
.pagesection {
        padding: 0.3em
}