/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #002130;}
	
/* #Links
================================================== */
	a, a:visited { /*color: #00293c;*/ color: #00558a; }

/* #Buttons
================================================== */

	a.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #2aa0c0 !important;
		/* background: #eee -moz-linear-gradient(top, rgba(43,164,197,1) 0%, rgba(0,48,69,1) 100%); /* FF3.6+ */
		/* background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,164,197,1)), color-stop(100%,rgba(0,48,69,1))); /* Chrome,Safari4+ */
		/* background: #eee -webkit-linear-gradient(top, rgba(43,164,197,1) 0%,rgba(0,48,69,1) 100%); /* Chrome10+,Safari5.1+ */
		/* background: #eee -o-linear-gradient(top, rgba(43,164,197,1) 0%,rgba(0,48,69,1) 100%); /* Opera11.10+ */
		/* background: #eee -ms-linear-gradient(top, rgba(43,164,197,1) 0%,rgba(0,48,69,1) 100%); /* IE10+ */
		/* background: #eee linear-gradient(top, rgba(43,164,197,1) 0%,rgba(0,48,69,1) 100%); /* W3C */
	/*   border: 1px solid #003045; */
	  }

	a.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #FFF;
		background: #00273c !important;
	/*	background: #eee -moz-linear-gradient(top, rgba(94,205,235,1) 0%, rgba(14,91,125,1) 100%); /* FF3.6+ */
	/*	background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,205,235,1)), color-stop(100%,rgba(14,91,125,1))); /* Chrome,Safari4+ */
	/*	background: #eee -webkit-linear-gradient(top, rgba(94,205,235,1) 0%,rgba(14,91,125,1) 100%); /* Chrome10+,Safari5.1+ */
	/*	background: #eee -o-linear-gradient(top, rgba(94,205,235,1) 0%,rgba(14,91,125,1) 100%); /* Opera11.10+ */
	/*	background: #eee -ms-linear-gradient(top, rgba(94,205,235,1) 0%,rgba(14,91,125,1) 100%); /* IE10+ */
	/*	background: #eee linear-gradient(top, rgba(94,205,235,1) 0%,rgba(14,91,125,1) 100%); /* W3C */
	/*	border:1px solid #007aac; */
	}

	a.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		/* border: 1px solid #00273c; */
		background: #0e5b7d !important;
	/*	background: #eee -moz-linear-gradient(top, rgba(14,91,125,1) 0%, rgba(94,205,235,1) 100%); /* FF3.6+ */
	/*	background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,91,125,1)), color-stop(100%,rgba(94,205,235,1))); /* Chrome,Safari4+ */
	/*	background: #eee -webkit-linear-gradient(top, rgba(14,91,125,1) 0%,rgba(94,205,235,1) 100%); /* Chrome10+,Safari5.1+ */
	/*	background: #eee -o-linear-gradient(top, rgba(14,91,125,1) 0%,rgba(94,205,235,1) 100%); /* Opera11.10+ */
	/*	background: #eee -ms-linear-gradient(top, rgba(14,91,125,1) 0%,rgba(94,205,235,1) 100%); /* IE10+ */
	/*	background: #eee linear-gradient(top, rgba(14,91,125,1) 0%,rgba(94,205,235,1) 100%); /* W3C */
	}


