﻿.school-logo {
	background-color: #555;
	background-image: none;
}

body {
	background-color:  #610B0B;	

	background-image: none;
	background: -moz-linear-gradient(top, #610B0B, #424242); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#610B0B), to(#424242)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #610B0B 0%,#424242 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #610B0B, #424242);     /* Opera11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#610B0B', endColorstr='#424242', GradientType=0 ); /* IE6-9 */
	background: -ms-linear-gradient(top, #610B0B 0%,#424242 100%);  /* IE10+ */
	background: linear-gradient(top, #610B0B 0%,#424242 100%); /* W3C */

	color:  #FFFFFF;	
	background-attachment: fixed;
}

body > div.wrapper
{

}

.pane-nav ul .active a, .pane-nav ul li.active a:hover {
	background: #610B0B;
	background: -moz-linear-gradient(100% 100% 90deg, #610B0B, #610B0B);
	background: -webkit-linear-gradient(100%, 100% 90deg, #610B0B, #610B0B);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#002386EF, endColorstr=#002E8EF4)";
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	font-weight: 600;
	position: relative;
}

.pane-nav ul .active a span, .pane-nav ul li.active a:hover span {
	display: block;
	  position: absolute;
	  right: -12px;
	  top: 50%;
	  border-top:12px solid transparent;
	  border-bottom:12px solid transparent;
	  border-tight:0;
	  border-left:12px solid #610B0B;
	  margin-top: -12px;
}

.add-contact-point ul a:active
{
	background: #F26522;
	background: -moz-linear-gradient(100% 100% 90deg, #2386EF, #2E8EF4);
	background: -webkit-linear-gradient(100%, 100% 90deg, #2386EF, #2E8EF4);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#002386EF, endColorstr=#002E8EF4)";
}


.add-contact-point ul a:hover
{
	background: #610B0B;	
	color: white;
}

h1.school-title
{
	color:#FFFFFF;
	
}