/* #Buttons
================================================== */

	/* Default Settings */
	a.button,
	button,
	div.button a,
	#page-links div,
	.tags a, 
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  padding:0 4px;
	  display: inline-block;
	  font-size: 10px;
	  font-weight: bold;
	  text-decoration: none;
	  text-transform:uppercase;
	  text-shadow: none;
	  cursor: pointer;
	  min-width:130px;
	  height:16px;
	  line-height:16px;
	  letter-spacing:.07em;
	  -webkit-appearance: none;
      border-radius: 0;	}
	.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;}
	a.readmore{font-style:italic;font-size:.85em}
	
	/* Colors */
	
	/* Default Color */
	a.button,
	button,
	#page-links div,
	div.button a,
	body .tags.gray a, body .tags.gray a:visited,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  	background: #a89a00;
		color: #f7f3cf;
		border: 1px solid #a89a00;
		padding-bottom:1px;
	}

	a.button:hover,
	button:hover,
	div.button a:hover,
	#page-links div,
	body .tags.gray a:hover, body .tags.gray a:active,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #002B54;
		background: #f6f1cd; /* Old browsers */
		border: 1px solid #a89a00;
		}

  	a.button:active,
  	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #a89a00;
		background: #fff; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,.9) 0%, rgba(246,241,205,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.9)), color-stop(100%,rgba(246,241,205,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,.9) 0%,rgba(246,241,205,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,.9) 0%,rgba(246,241,205,1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,.9) 0%,rgba(246,241,205,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(255,255,255,.9) 0%,rgba(246,241,205,1) 100%); /* W3C */
	}


	/* Blue Color */
	a.button.blue,
	button.blue,
	body .tags.blue a, body .tags.blue a:visited,
	input.blue[type="submit"],
	input.blue[type="reset"],
	input.blue[type="button"] {
		color: #fff;
		background: #002b54; /* Old browsers */
		border: 1px solid #002b54;
	}

	a.button.blue:hover,
	button.blue:hover,
	body .tags.blue a:hover, body .tags.blue a:active,
	input.blue[type="submit"]:hover,
	input.blue[type="reset"]:hover,
	input.blue[type="button"]:hover,
	a.button.blue:active,
  	button.blue:active,
	input.blue[type="submit"]:active,
	input.blue[type="reset"]:active,
	input.blue[type="button"]:active {
		color: #002b54;
		background: #fff; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,.9) 0%, rgba(170,190,206,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(160,225,245,.95)), color-stop(100%,rgba(125,215,250,.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(160,225,245,.95) 0%,rgba(125,215,250,.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(160,225,245,.95) 0%,rgba(125,215,250,.95) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(160,225,245,.95) 0%,rgba(125,215,250,.95) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(160,225,245,.95) 0%,rgba(125,215,250,.95) 100%); /* W3C */

		border: 1px solid #002b54;
		border-top: 1px solid #002b54;
		border-left: 1px solid #002b54;
		}
		


	/* Orange Color */
	a.button.orange,
	button.orange,
	body .tags.orange a, body .tags.orange a:visited,
	input.orange[type="submit"],
	input.orange[type="reset"],
	input.orange[type="button"] {
		color: #fff;
		background: #f47b20;
		border: 1px solid #f47b20;
	}

	a.button.orange:hover,
	button.orange:hover,
	body .tags.orange a:hover, body .tags.orange a:active,
	input.orange[type="submit"]:hover,
	input.orange[type="reset"]:hover,
	input.orange[type="button"]:hover,
	a.button.orange:active,
  	button.orange:active,
	input.orange[type="submit"]:active,
	input.orange[type="reset"]:active,
	input.orange[type="button"]:active {
		color: #002b54;
		background: #f47b20; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,.9) 0%, rgba(244,123,32,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.9)), color-stop(100%,rgba(244,123,32,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,.9) 0%,rgba(244,123,32,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,.9) 0%,rgba(244,123,32,1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,.9) 0%,rgba(244,123,32,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(255,255,255,.9) 0%,rgba(244,123,32,1) 100%); /* W3C */
		border: 1px solid #f47b20;
		}
				
	/* Yellow Color */
	a.button.yellow,	
	button.yellow,
	body .tags.yellow a, body .tags.yellow a:visited,
	input.yellow[type="submit"],
	input.yellow[type="reset"],
	input.yellow[type="button"] {
		color: #a89900;
		border: 1px solid #f6f1cd;
		background: #f6f1cd;
	}

	a.button.yellow:hover,
	button.yellow:hover,
	body .tags.yellow a:hover, body .tags.yellow a:active,
	input.yellow[type="submit"]:hover,
	input.yellow[type="reset"]:hover,
	input.yellow[type="button"]:hover,
	a.button.yellow:active,
  	button.yellow:active,
	input.yellow[type="submit"]:active,
	input.yellow[type="reset"]:active,
	input.yellow[type="button"]:active {
		color: #002b54;
		border: 1px solid #a89a00;
		background: #fff; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,.9) 0%, rgba(246,241,205,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.9)), color-stop(100%,rgba(246,241,205,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,.9) 0%,rgba(246,241,205,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,.9) 0%,rgba(246,241,205,1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,.9) 0%,rgba(246,241,205,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(255,255,255,.9) 0%,rgba(246,241,205,1) 100%); /* W3C */
		}
		
.article_nav .button{text-align:center}