/* ________________________________________________________ CSS RESET */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    
    color: #916d17;
    font-family: Georgia, serif;
}


ul,
li {
    list-style: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

/*_________________________________________________________ LAYOUT */
body.fridgebody { background: #292422 url(http://cdn.habitindustries.com/fuzzwich/img/fridge/fridge_bg_2.jpg) center repeat-y; }
#fridge { position: relative; width: 642px; margin: 0 auto;}
#fridgeTop { 
    background: url(http://cdn.habitindustries.com/fuzzwich/img/fridge/fridge-top_2.jpg) top center no-repeat;
    padding-left: 65px;
    padding-right: 64px;
    padding-top: 32px;
    height: 680px;
}

* html #fridgeTop {background-position: 1px 0px;}

#fridgeWidget {width: 512px; height: 312px; padding-bottom: 96px;}
#fridgeInfo {}



/*_________________________________________________________ TYPO */

/** Special Titles */
h1#fridgeTitle {
    display: block;
    text-indent: -9999px;
    background: url(http://cdn.habitindustries.com/fuzzwich/img/fridge/fridge-title_2.gif) top left no-repeat;
    width: 512px;
    height: 64px;
    padding-bottom: 112px;
}

h2#fridgeFooter {
    padding-top: 128px;
    font-size: 12px;
    color: #3f3f3f;
    font-weight: normal;
    text-align: center;
    text-shadow: 0px 1px 0 #fff;
}

h2#fridgeFooter a {
    color: #3f3f3f;
    font-style: italic;
    text-decoration: none;
}

h2#fridgeFooter a:hover {
    color: #076ab9;
}

a#fridgeVisitBadge {
    display: block;
    background: url(http://cdn.habitindustries.com/fuzzwich/img/fridge/fuzzwich-badge_2.jpg) top left no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 20px;
    left: 640px;
    
    width: 120px;
    height: 114px;
}
a#fridgeVisitBadge:hover {
    background: url(http://cdn.habitindustries.com/fuzzwich/img/fridge/fuzzwich-badge-over_2.jpg) top left no-repeat;
}