html {
  background: #007BFF;
}

html, body {
  background: #00B3FF;
}

body {
  color: #0066FF;
  text-shadow: none;
}

h1, h2, h3, h4 {
  color: #005DFF;
}

a, input.link {
  color: #0070FF;
}

.arrow-left, .arrow-right {
  background: none;
}

input,
textarea,
select {
  border: none;
}

select {
  background-color: #0084FF;
}

.button,
button {
  border-color: #1798c4 #1798c4 hsl(195, 79%, 38%);
  background-color: #169fdb;
  background-image: -webkit-linear-gradient(top, #19b6fa, #169fdb);
  background-image: -moz-linear-gradient(top, #30aadf, #169fdb);
  background-image: -ms-linear-gradient(top, #30aadf, #169fdb);
  background-image: -o-linear-gradient(top, #30aadf, #169fdb);
  background-image: linear-gradient(top, #30aadf, #169fdb);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#30aadf, endColorStr=#169fdb);
}

.button:hover,
button:hover {
  background-image: -webkit-linear-gradient(top, #169fdb, #169fdb);
  background-image: -moz-linear-gradient(top, #169fdb, #169fdb);
  background-image: -ms-linear-gradient(top, #169fdb, #169fdb);
  background-image: -o-linear-gradient(top, #169fdb, #169fdb);
  background-image: linear-gradient(top, #169fdb, #169fdb);
}

.box {
  background: #0084FF;
  border-color: #0084FF;
}

.box .box-content {
  background: #00B3FF;
  border-color: #00B3FF;
}

.box .box-content .inner {
  background-color: #0AF;
}

.box .box-content .action-bar .inner {
  border-top: none;
}

.box .box-head {
  border-top: none;
}

.slider-carousel .handle {
  background-color: #0068FF;
}

.slider-carousel .handle .end {
  background: none;
}

.slider-carousel .thumb span.owner a {
  color: #0070FF;
}

.slider-carousel .thumb span.stats,
.slider-carousel .thumb span.owner {
  color: #06F;
}

.scrollbar .track {
  background-color: #0084FF;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#footer {
  background-color: #00A1FF;
}

#footer ul.footer-col {
  color: #0200FF;
}

#topnav,
#topnav .innerwrap {
  background-color: #007BFF !important;
}
