
/* ---------- Color Module Styles ----------- */

body {
  color: #3b3b3b;
}
#content h1, 
#content h2, 
#content h3, 
#content h4 { /*titles in the main content of the page*/
  color: #646466;
}
.sidebar h2 { /*title in the sidebar*/
  color: #646466;
}
.comment .comment-arrow {
  border-color: #ffffff;
}
#page,
#main-wrapper,
#main-menu-links li a.active,
#main-menu-links li.active-trail a {
  background: #ffffff;
}
.tabs ul.primary li a.active {
  background-color: #ffffff;
}
.tabs ul.primary li.active a {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
#header {
  background: #eaeaeb url("../images/gradientheader.png") repeat-x left top; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 79%, #f1f1f1 95%, #eaeaeb 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(79%,#ffffff), color-stop(95%,#f1f1f1), color-stop(100%,#eaeaeb)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 79%,#f1f1f1 95%,#eaeaeb 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 79%,#f1f1f1 95%,#eaeaeb 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 79%,#f1f1f1 95%,#eaeaeb 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 79%,#f1f1f1 95%,#eaeaeb 100%); /* W3C */

}
.region-header {
  background: #f79123 url("../images/orangegradient.png") repeat-x left bottom; /* Old browsers */
  background: -moz-linear-gradient(top,  #f79123 0%, #f89a34 23%, #fabc78 70%, #f8a348 75%, #f89933 80%, #f7942a 86%, #f79123 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f79123), color-stop(23%,#f89a34), color-stop(70%,#fabc78), color-stop(75%,#f8a348), color-stop(80%,#f89933), color-stop(86%,#f7942a), color-stop(100%,#f79123)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f79123 0%,#f89a34 23%,#fabc78 70%,#f8a348 75%,#f89933 80%,#f7942a 86%,#f79123 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f79123 0%,#f89a34 23%,#fabc78 70%,#f8a348 75%,#f89933 80%,#f7942a 86%,#f79123 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f79123 0%,#f89a34 23%,#fabc78 70%,#f8a348 75%,#f89933 80%,#f7942a 86%,#f79123 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f79123 0%,#f89a34 23%,#fabc78 70%,#f8a348 75%,#f89933 80%,#f7942a 86%,#f79123 100%); /* W3C */
}
#top {
  background: #323232 url("../images/gradienttop.png") repeat-x left bottom; /* Old browsers */
  background: -moz-linear-gradient(top,  #323232 0%, #3f3f3f 23%, #646464 70%, #595858 74%, #535252 77%, #4e4d4d 81%, #4b4a4a 88%, #4b4a4a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#323232), color-stop(23%,#3f3f3f), color-stop(70%,#646464), color-stop(74%,#595858), color-stop(77%,#535252), color-stop(81%,#4e4d4d), color-stop(88%,#4b4a4a), color-stop(100%,#4b4a4a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #323232 0%,#3f3f3f 23%,#646464 70%,#595858 74%,#535252 77%,#4e4d4d 81%,#4b4a4a 88%,#4b4a4a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #323232 0%,#3f3f3f 23%,#646464 70%,#595858 74%,#535252 77%,#4e4d4d 81%,#4b4a4a 88%,#4b4a4a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #323232 0%,#3f3f3f 23%,#646464 70%,#595858 74%,#535252 77%,#4e4d4d 81%,#4b4a4a 88%,#4b4a4a 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #323232 0%,#3f3f3f 23%,#646464 70%,#595858 74%,#535252 77%,#4e4d4d 81%,#4b4a4a 88%,#4b4a4a 100%); /* W3C */
}
#under_content {
  background: #f1f1f1 url("../images/gradientfooter.png") repeat-x left bottom; /* Old browsers */
  background: -moz-linear-gradient(top,  #f1f1f1 0%, #dddddd 38%, #c8c8c8 70%, #d7d7d7 75%, #dddddd 79%, #e1e1e1 87%, #e2e2e2 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(38%,#dddddd), color-stop(70%,#c8c8c8), color-stop(75%,#d7d7d7), color-stop(79%,#dddddd), color-stop(87%,#e1e1e1), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f1f1f1 0%,#dddddd 38%,#c8c8c8 70%,#d7d7d7 75%,#dddddd 79%,#e1e1e1 87%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f1f1f1 0%,#dddddd 38%,#c8c8c8 70%,#d7d7d7 75%,#dddddd 79%,#e1e1e1 87%,#e2e2e2 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f1f1f1 0%,#dddddd 38%,#c8c8c8 70%,#d7d7d7 75%,#dddddd 79%,#e1e1e1 87%,#e2e2e2 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f1f1f1 0%,#dddddd 38%,#c8c8c8 70%,#d7d7d7 75%,#dddddd 79%,#e1e1e1 87%,#e2e2e2 100%); /* W3C */
}
a {
  color: #f79123;
}
a:hover,
a:focus {
  color: #f79123;
}
a:active {
  color: #f79123;
}
li.views-row {
  /*color: #f79123; makes bullets of list items in views orange*/
}
li a.active {
  color: #646466;
}
.region-header,
.region-header a,
.region-header li a.active,
#name-and-slogan,
#name-and-slogan a,
#secondary-menu-links li a {
  color: #3b3b3b;
}
#edit-search-block-form--2 {
  background-color: #8a8a89; /*search this site form*/
  color: #3b3b3b;
}