/* Color scheme Blue
----------------------------------------------- */
a, a:link, a:visited {
  color: #0066FF;
}
a:hover {
  color: #33adff;
}

html body {
  color: #000033;
}

#top-menu-bar {
  background-color:#0066FF !important;
}

#top-nav li a:hover{
  color:#0066FF;
}

#top-nav li.current-menu-item a{
  color:#0066FF !important;
}

#top-nav li.current-menu-item a:hover{
  background-color:#0066FF;
  color:#fff !important;
  text-shadow:none !important;
}
#cat-nav li a {
  color: #0066FF;
}
#cat-nav li a:hover {
  background-color:#0066FF;
  border:1px solid #0066FF;
}
#cat-nav li.current-menu-item a, #cat-nav li.current-cat a {
  background-color:#0066FF;
}
#cat-nav li.current-menu-item a:hover, #cat-nav li.current-cat a:hover {
  color:#0066FF;
}
.title-block{  text-shadow:none !important;
  border:1px solid #000033;
  background-color: rgba(135,206,235, 0.9);
}
#sidebar .widget ul li a:hover{
  color:#33adff;
}
.alt-tmb, .alt-tb{
	border-top:1px solid #0066FF;
	border-left:1px solid #0066FF;
	border-right:1px solid #0066FF;
}
.banner-image img{
	border:1px solid #0066FF;
}
.title-block p{
  color:#0066FF !important;
  font-weight:bold;
}
#sidebar h3 {
  background: #0066FF;
}
.tagcloud a, .tagcloud a:visited {
  background: #0066FF;
  border: 1px solid #33adff;
}
h2.entry-title a, h2.entry-title a:visited {
  color: #0066FF;
}
h2.entry-title a:hover{
  color: #33adff;
}
.entry-meta {
  color: #000033;
}
a.more-link {
  color: #0066FF;
}
a.more-link:hover {
  color: #33adff;
}
#wp-calendar caption {
  background: #0066FF;
}
#wp-calendar a:hover {
  background: #0066FF;
}
#wp-calendar td:hover, #wp-calendar #today {
  background: #0066FF;
}
#s{
  background-color:#fff !important;
  border:1px solid #d8d6d6 !important;
  padding:6px !important;
  color:#000033 !important;
}
#s:hover{
  font-weight:bold !important;
  border:1px solid blue !important;
  padding:6px !important;
}
#submit{
  background-color:#0066FF !important;
  border:1px solid #d8d6d6 !important;
  color:#fff !important;
  text-shadow:1px 1px #1a1a1a;
}
#submit:hover{
  background-color:#fff !important;
  color:#0066FF !important;
  text-shadow:none;
}
.navigation a, .navigation a:visited {
  color: #000033;
}
.navigation .nav-left, .navigation .nav-right{
  border:1px solid #0066FF;
}
.navigation .nav-left:hover, .navigation .nav-right:hover{
  background-color:#0066FF;
}
#footer a, #footer a:visited {
  color: #0066FF;
}
#footer a:hover {
  color: #33adff;
}
#footer h2{
  color:#000033;
}
.footer-widgets-container h2{
	color: #000033;
}
.image-width-height, .widget-image{
	border:1px solid #0066FF;
}

/*DEFUALT SLIDER CSS*/
#tabs .ui-state-active button {
  background: #0066FF;
  border: 1px solid #000033;
  box-shadow: 0px 0px 5px #000033;
}
.info a{
  color: #33adff;
}
.info a:hover{
  color: #0066FF;
}
.slimage {
  color:#000033;
}
.mover {
  background: none repeat scroll 0 0 #990000;
}
a.next-tab, a.prev-tab {
  background: #0066FF;
  border:1px solid #000033;
}

/* Tiny Carousel */
#slider img{
	border-top:2px solid blue !important;
	border-bottom:2px solid blue !important;
}
#slider .buttons {
    background: #0066FF !important;
    color: #fff;
}
#slider .buttons:hover {
    color: #0066FF !important;
    background: #fff;
}

.content-area {
  margin-top: 40px;
  float: left;
  clear: both;
}
.content-box {
  width: 325px;
  float: left;
  margin-right: 20px;

}
.content-box:last-child {
  margin-right: 0;
}
.content-box h3 {
  margin-bottom: 10px;
}