/* #Buttons
================================================== */
	
/* New Pagination Styles */
	.wp-paginate li a,
	.wp-paginate li span.current {
	  padding: 3px 10px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px !important;	  
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-transform: capitalize;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: 21px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.wp-paginate li span.current {
		color: #fff;
		background: #111; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(44,44,44,.95) 0%, rgba(11,11,11,.95) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,44,44,.95)), color-stop(100%,rgba(11,11,11,.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(44,44,44,.95) 0%,rgba(11,11,11,.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(44,44,44,.95) 0%,rgba(11,11,11,.95) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(44,44,44,.95) 0%,rgba(11,11,11,.95) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(44,44,44,.95) 0%,rgba(11,11,11,.95) 100%); /* W3C */
		border: 1px solid #111;
		border-top: 1px solid #111;
		border-left: 1px solid #111;
	}
	
	.wp-paginate li a	 {
		color: #444;
		background: #eee; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,.95) 0%, rgba(222,222,222,.95) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.95)), color-stop(100%,rgba(222,222,222,.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,.95) 0%,rgba(222,222,222,.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,.95) 0%,rgba(222,222,222,.95) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,.95) 0%,rgba(222,222,222,.95) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(255,255,255,.95) 0%,rgba(222,222,222,.95) 100%); /* W3C */
		border: 1px solid #dbdbdb;
		border-top: 1px solid #e3e3e3;
		border-left: 1px solid #e3e3e3;
	}

	.wp-paginate li a:hover {
		color: #fff;
		background: #111; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(44,44,44,.95) 0%, rgba(11,11,11,.95) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,44,44,.95)), color-stop(100%,rgba(11,11,11,.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(44,44,44,.95) 0%,rgba(11,11,11,.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(44,44,44,.95) 0%,rgba(11,11,11,.95) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(44,44,44,.95) 0%,rgba(11,11,11,.95) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(44,44,44,.95) 0%,rgba(11,11,11,.95) 100%); /* W3C */
		border: 1px solid #111;
		border-top: 1px solid #111;
		border-left: 1px solid #111;
		}	
		
	.wp-paginate li:first-child{display: none; background; none transparent; padding-right: 4px; font-weight: bold;}
	.wp-paginate{text-align: left;}
	
	/* Default Settings */
	a.button,
	button,
	div.button a,
	#page-links div,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  padding: 4px 12px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;	  
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-transform: capitalize;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: 21px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
	
	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }
	
	#page-links div{color: #999 !important;}
	#page-links a div{color: #222 !important;}
	#page-links span{font-size: 10px; text-transform: uppercase; font-weight: bold; margin-right: 10px;}
	
	div.button a{margin-bottom: 0;}	
	div.m{float: right;}
	div.p{float: left;}
	
	