@charset "utf-8";
/* CSS Document */

h1 span {
	color:#99CA3C;
}

h2 {
	color:#99CA3C;
}

h4 a:hover {
	color:#96C !important;
}

.instructbox h3 {
	border-bottom:3px solid #5E3075;
}

section {
	border-bottom:0
}

.block .feature img {
	border:3px solid #909;
}

.banner span {
	background: rgb(255,91,146); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,91,146,1) 0%, rgba(255,0,89,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,91,146,1)), color-stop(100%,rgba(255,0,89,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,91,146,1) 0%,rgba(255,0,89,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,91,146,1) 0%,rgba(255,0,89,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,91,146,1) 0%,rgba(255,0,89,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,91,146,1) 0%,rgba(255,0,89,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5b92', endColorstr='#ff0059',GradientType=0 ); /* IE6-9 */
}

.widecolor:nth-child(odd) {
	background-color:#FFF;
}

.widecolor:nth-child(even) {
	background-color:#5E3075;
}

	.widecolor:nth-child(even) .block .feature h2 {
		color:#FFF;
		margin-top:0;
		border-bottom:1px dotted rgba(255,255,255,0.5);
		padding-bottom:15px;
	}
	
	.widecolor:nth-child(even) .block .feature p {
		color:#F5E6FF;
	}

.fullcolor {
	background:#5E3075;
}

.fullcolorwrap {
	border-top:3px solid #5E3075;
	border-bottom:3px solid #5E3075;
}

.fullcolor .block p {
	color:#F5E6FF;
}

#link { color:#99CA3C }
h4 a { color:#0CF }

h4 a:hover {
	color:#909 !important;
}

h3 { color:#99CA3C }

#instructions p span { color:#909 }
.instructbox h3 { color:#909;border-bottom:3px solid #99CA3C }


/* Core Changes to sheets, in testing */