CSS Used
#xg_head {
position: relative;
}
/*
This is where you put the header image. While I linked directly to a background image,
you can also upload your image in the Appearance page, under your manage tab. You may
want to change the height properties accordingly.
Header image from atiqah rahman, via a Flickr Creative Commons License
http://flickr.com/photos/dygatiqah/2497689628/
*/
#xg_masthead {
background:url('http://farm4.static.flickr.com/3210/2497689628_5a7464188e_b.jpg');
height: 300px;
}
#xg_navigation {
position: absolute;
right: 0px;
top: -1.5em;
}
#xg_navigation ul {
margin-right: 10px;
}
#xg_navigation ul li {
float: left;
margin-right: 5px;
}
#xg_sitename a {
position: absolute;
bottom: 0;
color: #fff;
font: 120% Helvetica Neue Bold Condensed, Tahoma;
}
#xg_navigation ul li a {
color: #fff;
}