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

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

.title{
color:#ed262a !important;
}

a{
color:#ed262a !important;
}

.leftWide b{
color:#ed262a !important;
}

#eleName{
background-color:#ed262a !important;
}

#eleRealName{
background-color:#9f1c20 !important;
}

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

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


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

h1 {
	color:#ed262a;
}
#elephantHead{

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

.factTitle i{
	color:#9f1c20;
}
