
/* LINKS
 * ========================================================================= */
a {
	background-color: rgb(251,192,141);
}

a:hover {
	background-color: rgb(247,128,27);
}

/* PAGE STRUCTURE
 * ========================================================================= */

/* Header
 * ------------------------------------------------------------------------- */
#header {
	background-color: rgb(247,128,27);
}

/* Navigation
 * ------------------------------------------------------------------------- */
#navigation {
	border-bottom-color: rgb(247,128,27);
}

#navigation ul li a:hover, #navigation ul li.active a {
	background-color: rgb(247,128,27);
}

/* Footer
 * ------------------------------------------------------------------------- */
#footer {
	border-top-color: rgb(247,128,27);
}

#footer a:hover {
	color: rgb(247,128,27);
}

/* POLLS
 * ========================================================================= */
.poll .bar.on {
	background-color: rgb(247,128,27);
}
