/* Chrome Frame prompt
--------------------------------------------- */
#chromeframe {
	background: #FFBABA;
	color: #D8000C;
	padding: 0.2em 0;
	margin: 0 0 1em;
	text-align: center;
	font-size: .875em;
}
#chromeframe a {
	color: #D8000C;
}

/* Donations
--------------------------------------------- */
nav#donation-type {
	border-bottom: 7px solid #FF0;
	text-transform: uppercase;
	background: #F4F4F4;
	font-weight: 700;
	font-size: 19px;
}
nav#donation-type a {
	border: 3px solid #F4F4F4;
	background-color: #828282;
	border-top: none;
	color: #FFF;
	padding: 0 17px;
	font-size: 16px;
	line-height: 46px;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
nav#donation-type a.current {
	border-color: #FF0;
	background-color: #FF0;
	color: #231F20;
}
form.donate {
	background: #F4F4F4;
	padding: 22px;
}

/* Helper classes
--------------------------------------------- */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
dfn.debug {
	display: block;
}
.center {
	text-align: center;
}
.alert {
	font-size: 13px;
	color: #ED5743;
}
.alert.success {
	color: #468847;
}
.ficon {
	font-family: Entypo;
	font-style: normal !important;
}
.fsicon {
	background-image: url('../images/sprites.png');
	background-repeat: no-repeat;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.lh22 {
	line-height: 22px;
}
.up, .up a {
	text-transform: uppercase;
	text-decoration: none;
}
.lw, .lw a {
	text-transform: lowercase;
	text-decoration: none;
}
.ntd, .ntd a {
	text-decoration: none;
}

.nocolor, .nocolor a {
	color: #222;
}

/*
 * Image replacement
 */
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
	visibility: hidden;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clear.left {
	clear: left !important;
}
.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
	*zoom: 1;
}