﻿/*

Copyright WorldPantry.com

*/

/*
----------------------------------------
FIRST FIX FOR FIREFOX TO DISPLAY
MISSING IMAGES
----------------------------------------
*/
@-moz-document url-prefix(http), url-prefix(file) {
    img:-moz-broken {
        -moz-force-broken-image-icon: 1;
        width: 100px;
        height: 75px;
    }
}

/*
----------------------------------------
NEXT WE'LL RESET EVERYTHING
----------------------------------------
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/* Chrome input border fix */

input {
    -webkit-border-radius: 0;
    border-radius: 0;
}

*::before, *::after {
    box-sizing: border-box;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}


