* {
    -webkit-box-sizing      : border-box;
    -moz-box-sizing         : border-box;
    box-sizing              : border-box;

    --header-height         : 40px;
    --header-color          : #fff;
    --header-background     : #f06;

    --footer-height         : 30px;
    --footer-color          : #fff;
    --footer-background     : #334;

    --body-background       : #eee;
    --body-padding          : 10px;

    --menu-width            : 200px;
    --menu-padding          : 25px;
    --menu-color            : #a1a1a1;
    --menu-color-selected   : #f1f1f1;
    --menu-background-color : #008;
    --menu-background-image : linear-gradient(#008, #00f);

    --image-header-color    : #000;
    --image-detail-color    : #444;
    --image-background      : #fff;
    --image-header-font     : 90%;
    --image-detail-font     : 80%;
    --image-text-padding    : 8px;
}
