﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, em, img, ins, kbd, q, s, samp,
small, strike, strong, 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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
{
    display: block;
}

body
{
    line-height: 1;
}

ol, ul
{
    list-style: none;
}

blockquote, q
{
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
    content: '';
    content: none;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

/* END RESET SCRIPT */

/* Custom Fonts */

@font-face
{
    font-family: listepo-font;
    src: local(listepo-font), url("/s/NordicaThin.otf");
}


/* General Styles */

body
{
    font-size: 16px;
    background-color: #f9f9f9;
    font-family: listepo-font;
    color: #303030;
}

#fullWrap
{
}

a, a:visited
{
    text-decoration: none;
    color: #007f8e;
}

a:hover
{
    color: #62c9d5;
}

#head, #nav, #gutsWrap, #foot
{
    width: 960px;
    position: relative;
    left: 50%;
    margin-left: -480px;
}

#foot
{
    color: #d4d4d4;
    text-align: center;
}

#headLogo
{
    margin: 15px 10px;
    height: 70px;
}

#userBar
{
    display: inline-block;
    position: relative;
    top: -40px;
    left: 90%;
    margin-left: -200px;
}

#userBar > a
{
    margin-right: 10px;
}

#menuList
{
    margin-left: 20px;
}

#menuList > li
{
    list-style: none;
    display: inline-block;
    width: 100px;
    margin: 5px 10px;
    text-align: center;
}

#menuList > li > a
{
    display: inline-block;
    padding: 10px;
}

h1
{
    font-size: 2em;
    margin-bottom: 1em;
}

#guts
{
    margin: 20px;
}

#listDiv
{
    margin-left: 70px;
}

.list-item
{
    margin-bottom: .5em;
}

.item-text
{
    font-size: 1.4em;
}

.item-num, .item-check, .item-text
{
    display: inline-block;
}

.item-num, .item-check
{
    width: 30px;
}