﻿/* customize for each school on 2010 branding */
.ocps_school .ribbonbackground {
	background-image: url("/lc/north/hev/school_styles/banner.png");
	background-repeat: no-repeat;
}
/*page title */
.ocps_school .h1 {
	color: black;
}
/*links*/
div.link-item, div.link-item a, div.link-item a:link, .ms-WPBody a, .ms-WPBody a:link {
	color: #1e0fbe;
}
div.link-item a:visited, .ms-WPBody a:visited {
	color: purple;
}
div.link-item a:hover, .ms-WPBody a:hover {
	text-decoration: underline;
}
/*colored bar below banner*/
.ocps_school #s4-ribbonrow {
	background-color: transparent;
}
html body {

	background-image: linear-gradient(to bottom, #046425, white);
	
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#046425, endColorstr=white)";
}