
/* CSS Document */

/************************************
      HTML ELEMENTS
************************************/
  
html,
body {
  color: #333;
}
.pane-node-body p{
  color: #333333;
}
html,
body#tinymce {
  background: #ffffff;
}
#page {
  background: #efeeea;
}
.gallery-overlay-open #page {
  background: #000000;
}
a {
  color: #7f0006;
}
a:hover {
  color: #cb1a1a!important;
}
.above-header{
  background-color: #0e262f;
  background-image: -moz-linear-gradient(top, #0d303b 0%, #0d191e 100%);
  background-image: -ms-linear-gradient(top, #0d303b 0%, #0d191e 100%);
  background-image: -o-linear-gradient(top, #0d303b 0%, #0d191e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0d303b), color-stop(1, #0d191e));
  background-image: -webkit-linear-gradient(top, #0d303b 0%, #0d191e 100%);
  background-image: linear-gradient(top, #0d303b 0%, #0d191e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d303b', endColorstr='#0d191e');

}
#page > footer {
  background-color: #0e262f;
  background-image: -moz-linear-gradient(top, #0d303b 0%, #0d191e 100%);
  background-image: -ms-linear-gradient(top, #0d303b 0%, #0d191e 100%);
  background-image: -o-linear-gradient(top, #0d303b 0%, #0d191e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0d303b), color-stop(1, #0d191e));
  background-image: -webkit-linear-gradient(top, #0d303b 0%, #0d191e 100%);
  background-image: linear-gradient(top, #0d303b 0%, #0d191e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d303b', endColorstr='#0d191e');
}
  
  
/*******************************************************************
*                                        *
*******************************************************************/

  
  
  
  
  
  
  
  
  