﻿body, td, th, a, span, div, input, select, textarea {
   color: #333;
}

.logo {
   background-image: url('../images/crow/logo.png');
}

a {
   color: #009DE0;
}

.wrapper {
   background: #eee;
}

.header {
   background: #fff;
}

.subheader {
   background: #444;
}

   .subheader span {
      text-transform: uppercase;
      color: #fff;
   }

.content {
   background: #fff;
}

.breadcrumb ul li a {
   color: #fff;
   background: #009DE0;
   border-left: 5px solid #009DE0;
}

   .breadcrumb ul li a.active {
      color: #009DE0;
      background: #fff;
   }

.page-content h1 {
   color: #aaa;
   border-bottom: 1px solid #eee;
}

.page-content h2 {
   color: #000;
}

   .page-content h2 span {
      color: #ddd;
   }

.page-content h3 {
   color: #aaa;
}

.page-content h4 {
   color: #aaa;
}

.page-content .page-nav-bottom {
   border-top: 1px solid #eee;
}

   .page-content .page-nav-bottom .btn-prev,
   .page-content .page-nav-bottom .btn-next {
      background: #009DE0;
      color: #fff;
   }

.footer {
   background: #444;
}

   /*.footer span, a {
      color: #fff;
   }*/
