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

body,
body.overlay {
  color: #bbb;
}
.comment .comment-arrow {
  border-color: #ffffff;
}


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

}

#main-wrapper,
#main-menu-links li a.active,
#main-menu-links li.active-trail a {
background: #172830;
background-image: -moz-linear-gradient(top, #172830 0%, #000 100%);
background-image: -ms-linear-gradient(top, #172830 0%, #000 100%);
background-image: -o-linear-gradient(top, #172830 0%, #000 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #172830), color-stop(1, #000));
background-image: -webkit-linear-gradient(top, #172830 0%, #000 100%);
background-image: linear-gradient(top, #172830 0%, #000 100%);
-ms-filter: progid:DXImageTransform.Micro
 }
 
#main-wrapper {
background: #172830;
   background-image: -moz-linear-gradient(top, #172830 0%, #000 100%);
  background-image: -ms-linear-gradient(top, #172830 0%, #000 100%);
  background-image: -o-linear-gradient(top, #172830 0%, #000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #172830), color-stop(1, #000));
  background-image: -webkit-linear-gradient(top, #172830 0%, #000 100%);
  background-image: linear-gradient(top, #172830 0%, #000 100%);
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#172830', endColorstr='#000'); /* ie8 */

}


.tabs ul.primary li a.active {
  background-color: #ffffff;
}
.tabs ul.primary li.active a {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
#header {

}
a {
  color: #ffcc33;
}
a:hover,
a:focus {
  color: #018fe2;
}
a:active {
  color: #23aeff;
}
.sidebar .block {
background:#172830;
  border-color: #aaa;
}
#footer-wrapper {
background:#172830;
background-image: -moz-linear-gradient(top, #172830 0%, #000 100%);
background-image: -ms-linear-gradient(top, #172830 0%, #000 100%);
background-image: -o-linear-gradient(top, #172830 0%, #000 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #172830), color-stop(1, #000));
background-image: -webkit-linear-gradient(top, #172830 0%, #000 100%);
background-image: linear-gradient(top, #172830 0%, #000 100%);
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#172830', endColorstr='#000'); /* ie8 */

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

}

.region-header,
.region-header a,
.region-header li a.active,
#name-and-slogan,
#name-and-slogan a,
#secondary-menu-links li a {
  color: #fffeff;
}

#main {
  background: url(../images/hand.png)  no-repeat 100% 100%;
}

