
/**
 * Theme-specific style sheet for the main site index page,
 * which has a different layout from the rest of the pages
 * on the site.
 *
 * Copyright 2008 Help Me 2 Learn Company.
 *
 * Written by Marshall Elfstrand.
 */


/**
 * Page header.
 */
h1 {
    background: url(/common/themes/helpme2learn/img/header-large.png) no-repeat top left;
}
* html h1 { /* IE hack */
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/themes/helpme2learn/img/header-large.png",sizingMethod="crop");
}


/**
 * About box.
 */
#mainOverview strong a {
    background: url(/common/themes/helpme2learn/img/about.png) no-repeat top left;
}
* html #mainOverview strong a { /* IE hack */
    background: none;
    cursor: pointer;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/themes/helpme2learn/img/about.png",sizingMethod="crop");
}

