/*
Reduce vertical height on bottom for IE (only?)
Add Le Mans poster
Add TROIS
*/

	/*
		Accent
	*/

	::selection {
		background: #00A9EA;
	}
	
	::-moz-selection {
		background: #00A9EA;
	}
	
	a:hover {
		color: #00A9EA;
		border-bottom: 0;
	}
	
	input:focus,
	textarea:focus {
		border: 1px solid #00A9EA;
	}
	
	button,
	.contributor-posts-link,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		color: #00A9EA;
	}
	
	button:hover,
	button:focus,
	input[type="button"]:hover,
	input[type="button"]:focus,
	input[type="reset"]:hover,
	input[type="reset"]:focus,
	input[type="submit"]:hover,
	input[type="submit"]:focus {
		background-color: #00A9EA;
	}
	
	button:active,
	.contributor-posts-link:active,
	input[type="button"]:active,
	input[type="reset"]:active,
	input[type="submit"]:active {
		background-color: #00A9EA;
	}
	
	#infinite-loader > * {
		background: #00A9EA;
	}
	
	.menu-toggle:hover {
		color: #00A9EA;
	}
	
	@media (max-width: 950px) {
		.primary-navigation {
			background-color: #00A9EA;
		}
	}

/*
IE 100% Height
*/
form { font-size: 0; }