/*@CHARSET "UTF-8";

body {background-color: #edd8b9;}

a{
	color: #970102;
	
}
.block-views .block-title,
.page-views #content .page__title{
	color: #970102;
}

a:hover{
  color: #970102;}


.block-lang-dropdown .dd_after .ddChild a.selected,.grid_2 .view-photos li h4.title-tag{
	background-color: #970102;
}

.block-views .block-title, .region-footer .block-views h2{
border-color: #970102;
}
*/
/*Default #navigation color*/
/*#navigation {
  background-color: #9e0507;
  background-image: -moz-linear-gradient(top, #d51f1e 0%, #9e0507 100%);
  background-image: -ms-linear-gradient(top, #d51f1e 0%, #9e0507 100%);
  background-image: -o-linear-gradient(top, #d51f1e 0%, #9e0507 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d51f1e), color-stop(1, #9e0507));
  background-image: -webkit-linear-gradient(top, #d51f1e 0%, #9e0507 100%);
  background-image: linear-gradient(top, #d51f1e 0%, #9e0507 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#d51f1e',endColorstr='#9e0507',GradientType=0);
}*/







