/* =============================================================

	Kraken Buttons
	Simple button styling by Chris Ferdinandi.
	Only needed if you're NOT using the Kraken boilerplate.
	http://cferdinandi.github.io/kraken/

	Free to use under the MIT License.
	http://gomakethings.com/mit/

 * ============================================================= */
.btn {
	display: inline-block;
	font-size: 0.9375em;
	padding:  0.2em 0.5em;
	line-height: 1.2;
	font-weight: normal;
	background-color: white;
	border: 0.0725em solid black;
	border-radius: 0.0725em;
	margin-right: 0.3125em;
	margin-bottom: 0.3125em;
	text-decoration: none;
}
.btn.black {
	background: black;
	color: white;
}
.btn,
.btn:hover,
a.btn:hover,
.btn.active {
	color: black;
}

.btn:hover,
a .btn:hover,
.btn.active {
	background-color: #ccc;
	border-color: #333;
	text-decoration: none;
	cursor: pointer;
}
.share .btn,
.share .btn:hover,
.share a .btn:hover,
.share .btn.active {
	color: white !important;
}
.share .btn {
	padding: .7em 2em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}