2012-08-10, 01:40:52
your header css is all messed up...
.header {
background: #CC5500;
background: -moz-linear-gradient(top, #6B94B4 0%, #316594 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6B94B4), color-stop(100%,#316594));
filter: progidXImageTransform.Microsoft.gradient( startColorstr='#6B94B4', endColorstr='#316594',GradientType=0 );
height:160px;
border-bottom:#2B5780 1px solid;
}
if you want one color you only need :
background: #CC5500;
height:160px;
border-bottom:#2B5780 1px solid;
.header {
background: #CC5500;
background: -moz-linear-gradient(top, #6B94B4 0%, #316594 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6B94B4), color-stop(100%,#316594));
filter: progidXImageTransform.Microsoft.gradient( startColorstr='#6B94B4', endColorstr='#316594',GradientType=0 );
height:160px;
border-bottom:#2B5780 1px solid;
}
if you want one color you only need :
background: #CC5500;
height:160px;
border-bottom:#2B5780 1px solid;