/*------------------------------------------------------------------
Project:		National Press Club
Author:			Jay Contonio
Last change:	2009-12-01
-------------------------------------------------------------------*/

/* Rounded corners
--------------------------------------------- */
.filterForm .form-submit, .actionForm .form-submit, /*.block-hfc_cc .form-submit*/
{
	-webkit-border-radius:0.3em 0.3em;
	-moz-border-radius:0.3em 0.3em;
}

.legend_top {
	-webkit-border-top-left-radius:.5em;
	-webkit-border-top-right-radius:.5em;
	-moz-border-radius-topleft:.5em;
	-moz-border-radius-topright:.5em;
}
.legend_bottom {
	-webkit-border-bottom-left-radius:.5em;
	-webkit-border-bottom-right-radius:.5em;
	-moz-border-radius-bottomleft:.5em;
	-moz-border-radius-bottomright:.5em;
}

/* Shadows
--------------------------------------------- */
.subhead h2 {
	-webkit-box-shadow: 3px -10px 30px rgba(0,0,0,.2);
	-moz-box-shadow: 3px -15px 30px rgba(0,0,0,.2);
}

#npc_daily #calendarContent {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow:0px 1px 2px #C9C9C9;
}

/* Gradients
--------------------------------------------- */
.filterForm .form-submit {
	background:	-moz-linear-gradient(top, #c97969 0%,#c97969 2%,#a93020 97%,#b85544 100%);
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(184, 85, 68, 0.7)), to(rgba(168, 47, 31, 1)));
}

/* Fades
--------------------------------------------- */
#navigation li a {
	-o-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
}
#navigation li a.active {
	-o-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
#npc_daily #calendarContent iframe {
	display:none;
}
