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

.searchSquare{
	background-color: #6b87c0 !important;
}

.title{
color:#6b87c0 !important;
}

a{
color:#6b87c0 !important;
}

.leftWide b{
color:#6b87c0 !important;
}

#eleName{
background-color:#6b87c0 !important;
}

#eleRealName{
background-color:#f6c9de !important;
color:#6b87c0 !important;
}

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

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


.elephantBar{
background-color:#6b87c0 !important;
  background-image:url(/images/elephants/1007/rightBar.jpg);  
}

h1 {
	color:#6b87c0;
}
#elephantHead{

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

.factTitle i{
	color:#fff;
}
