﻿/**
 * S T A G E S
 */
.stage-icon,
.menu-icon {
   display: block;
   overflow: hidden;
   text-indent: -9999px; 
   text-indent: 0;
}
a.stage-icon {
    text-indent: 0;
}
    /**
     * M E D I U M  S T A G E  I C O N S
     *
     * @todo: GB: Consolidate into the same image. Add other stages.
     */
        .stage-icon-medium {
            width: 75px;
		    height: 85px;
        }
        .stage-icon-medium-toddler,
        .stage-icon-medium-walker {
		    background-image: url(../bkg_profile_info_walker.gif);
	    }
	    .stage-icon-medium-crawler {
		    background-image: url(../bkg_profile_info_crawler.gif);
	    }
    
    
    /**
     * L A R G E  S T A G E  I C O N S
     */
        .stage-icon-large {
            width: 94px;
		    height: 108px;
		    background: transparent url(../bkg_stage_list_large.gif) no-repeat;
        }
        .stage-icon-large-supportedsitter {
		    background-position: 0 -128px;
		}
		.stage-icon-large-sitter {
		    background-position: 0 -256px;
		}
		.stage-icon-large-crawler {
		    background-position: 0 -381px;
		}
		.stage-icon-large-toddler, 
		.stage-icon-large-walker {
		    background-position: 0 -510px;
		}
		.stage-icon-large-preschooler {
		    background-position: 0 -637px;
		}
    
    /**
     * T I N Y  S T A G E  I C O N S
     */
        .stage-icon-tiny {
            width: 46px;
			height: 53px;
			background: transparent url(../bkg_stage_list_vert.gif) 0 -1px no-repeat;
        }
        .stage-icon-tiny-birth {		
			background-position: 0 -62px;
		}
		.stage-icon-tiny-supportedsitter {
			background-position: 0 -125px;
		}
		.stage-icon-tiny-sitter {
			background-position: 0 -193px;
		}
		.stage-icon-tiny-crawler {
			background-position: 0 -259px;
		}
		.stage-icon-tiny-toddler,
		.stage-icon-tiny-walker {
			background-position: 0 -324px;
		}
		.stage-icon-tiny-preschooler {
			background-position: 0 -388px;
		}
		
		
/**
 * MENU ICONS
 */
    /**
     * LARGE
     */
        .menu-icon-large {
            width: 94px;
		    height: 108px;
		    background: #ccc; /* temporary */
        }
