@charset "UTF-8";
/* CSS Document */

.searchSquare{
	background-color: #2b7988 !important;
}

.title{
color:#2b7988 !important;
}

a{
color:#2b7988 !important;
}

.leftWide b{
color:#2b7988 !important;
}

#eleName{
background-color:#2b7988 !important;
}

#eleRealName{
background-color:#ed695c !important;
}

.factTitle{
background-color:#27b0c3 !important;
}

.eleFacts img {
    border:1px solid #ed695c;
}


.elephantBar{
background-color:#2b7988 !important;
  background-image:url(/images/elephants/1006/rightBar.jpg);  
}

h1 {
	color:#2b7988;
}
#elephantHead{

background: #2b7988; /* Old browsers */
background: -moz-linear-gradient(top,  #2b7988 22%, #92d7eb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(22%,#2b7988), color-stop(100%,#92d7eb )); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2b7988 22%,#92d7eb  100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2b7988 22%,#92d7eb  100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2b7988 22%,#92d7eb  100%); /* IE10+ */
background: linear-gradient(to bottom,  #2b7988 22%,#92d7eb  100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7988', endColorstr='#92d7eb ',GradientType=0 ); /* IE6-9 */
}

.factTitle i{
	color:#ed695c;
}
