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