/* mastheads */

/* home page masthead */
#page-index #masthead
{
  height: 320px;
  background: url(images/masthead.jpg) 0 60% no-repeat;
}

/* masthead for all other non-weblog pages */
#page-show #masthead
{
  height: 240px;
  background: url(images/header.jpg) 0 -25px no-repeat;
}
#article-index #masthead
{
  height: 240px;
  background: url(images/header.jpg) 0 -25px no-repeat;
}

/* masthead for the page with the slug set to 'contact'
   '!important' is needed to override the previous rule */
/* For now, we don't hav another picture for the contact page
.page-contact #masthead
{
  height: 120px !important;
  background: url(images/header-tux.jpg) 0 28% no-repeat !important; 
}
*/
