Hi
The URL doesn't work now.
In JA Mood template, the header is set with gradient background:
.t3-header.affix {
background-image: -webkit-linear-gradient(top,#5c58dc 0%,#4743d8 100%);
background-image: -o-linear-gradient(top,#5c58dc 0%,#4743d8 100%);
background-image: linear-gradient(to bottom,#5c58dc 0%,#4743d8 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5c58dc',endColorstr='#ff4743d8',GradientType=0);
box-shadow: 0 0 1px rgba(0,0,0,0.15);
padding-top: 12px;
padding-bottom: 12px;
}
You can customize the same for your site.