/* Dark Color scheme Sky Blue/Midnight Blue/Faded Black
----------------------------------------------- */
a, a:link, a:visited {
  color: #87CEEB;
}
a:hover {
  color: #222;
}

html body {
  color: #222;
}

html, #themewrap, #Container{background-color:#1a1a1a;}
/*#contentwrap, .header-content-wrapper {background-color:#87CEEB !important;}*/
.entry{
  color:#fff;
}
.type-post, #top-menu-bar{
  background-color:#87CEEB !important;
}
#intro-section{
  color:#87CEEB;
  background-color:#191970 !important;
  box-shadow: 0px 0px 5px #cccccc;
}
#top-nav{
}
#top-nav li a{
  color:#191970;
  text-shadow:none;
  border:1px solid #191970;
}

#top-nav li a:hover{
  color:#87CEEB;
  background-color:#191970 !important;
  text-shadow:none;
}

#top-nav li.current-menu-item a{
  color:#191970 !important;
}

#top-nav li.current-menu-item a:hover{
  background-color:#191970 !important;
  color:#87CEEB !important;
}
#cat-nav li a {
  color: #87CEEB;
}
#cat-nav li a:hover {
  background-color:#87CEEB;
  border:1px solid #87CEEB;
}
#cat-nav li.current-menu-item a, #cat-nav li.current-cat a {
  background-color:#87CEEB;
}
#cat-nav li.current-menu-item a:hover, #cat-nav li.current-cat a:hover {
  color:#87CEEB;
}
.title-block{  text-shadow:none !important;
  border:1px solid #191970 !important;
  background-color: rgba(25,25,112, 0.8);
}
/*category tiles*/
.tile-section{
  height:auto; border:1px solid #87CEEB;
  background-color:#87CEEB;
}
.tile-tb{
  background-color: rgba(135,206,235, 0.8) !important;
  border:1px solid #87CEEB;
}
.tile-section img:hover, .tile-tb:hover, #left-entry-section img:hover{
	background-color:#222; opacity:0.7;
}
.tile-tb h3{
  color:#191970 !important;
}
.tile-tb p{
  color:#222;
  font-weight:normal;
}
#sidebar .widget ul li a, .textwidget a{
  color: #87CEEB;
  text-shadow:1px 1px #000;
}
#sidebar .widget ul li a:hover, .textwidget a:hover{
  color:#33adff;
}
#sidebar h3 {
  background: #87CEEB;
  color:#191970 !important;
  text-shadow:none;
}
.textwidget p{
  color:#fff;
  text-shadow:1px 1px #000;
  text-align:justify;
}
.alt-tmb, .alt-tb{
  border-top:1px solid #87CEEB;
  border-left:1px solid #87CEEB;
  border-right:1px solid #87CEEB;
}
.banner-image img{
  border:1px solid #87CEEB;
}
.title-block p{
  color:#87CEEB !important;
  font-weight:bold;
}
.tagcloud a, .tagcloud a:visited {
  background: #87CEEB;
  border: 1px solid #33adff;
}
h2.entry-title a, h2.entry-title a:visited {
  color: #191970;
  text-shadow:none;
}
h2.entry-title a:hover{
  color: #222;
}
#contentwrap img {
  border: 2px solid #191970;
}
.entry-meta {
  color: #1a1a1a;
}
.entry-meta a, .entry-meta-alt a, p.postmetadata a{
  color: #191970 !important;
}
.entry-meta a:hover, .entry-meta-alt a:hover, p.postmetadata a:hover{
  color:#222  !important;
}
#entry-section{
  background: #87CEEB !important;
}
a.more-link {
  color: #191970;
}
a.more-link:hover {
  color: #222;
}
#wp-calendar caption {
  background: #87CEEB;
}
#wp-calendar a:hover {
  background: #87CEEB;
}
#wp-calendar td:hover, #wp-calendar #today {
  background: #87CEEB;
}
#s{
  background-color:#fff !important;
  border:1px solid #222 !important;
  padding:6px !important;
  color:#222 !important;
}
#s:hover{
  font-weight:bold !important;
  border:1px solid blue !important;
  padding:6px !important;
}
#submit{
  background-color:#87CEEB !important;
  border:1px solid #222 !important;
}
#submit:hover{
  background-color:#fff !important;
  color:#87CEEB !important;
}
.navigation a, .navigation a:visited {
  color: #191970;
  text-shadow:none !important;
}
.navigation a:hover{
  color:#87CEEB !important;
  text-shadow:none !important;
}
.navigation .nav-left, .navigation .nav-right{
  border:1px solid #191970;
  background-color:#87CEEB;
}
.navigation .nav-left:hover, .navigation .nav-right:hover{
  background-color:#191970;
}
#footer a, #footer a:visited {
  color: #87CEEB;
  text-shadow:none;
  font-weight: normal !important;
}
#footer a:hover {
  color: #33adff;
}
#footer h2{
  color:#fff;
}
.footer-widgets-container h2{
	color: #222;
}
.image-width-height, .widget-image{
	border:1px solid #87CEEB;
}

/*DEFUALT SLIDER CSS*/
#tabs .ui-state-active button {
  background: #87CEEB;
  border: 1px solid #222;
  box-shadow: 0px 0px 5px #222;
}
.info a{
  color: #33adff;
}
.info a:hover{
  color: #87CEEB;
}
.slimage {
  color:#222;
}
.mover {
  background: none repeat scroll 0 0 #990000;
}
a.next-tab, a.prev-tab {
  background: #87CEEB;
  border:1px solid #222;
}

/* Tiny Carousel */
#slider img{
	border-top:2px solid blue !important;
	border-bottom:2px solid blue !important;
}
#slider .buttons {
    background: #87CEEB !important;
    color: #fff;
}
#slider .buttons:hover {
    color: #87CEEB !important;
    background: #fff;
}