html, body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #000;
    background-color: #fff;
}

* {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
    outline: none;
}

a {
    color: #3e8fb4;
}

a:focus {
    outline: none;
}

h1 {
    width: 100%;
    min-height: .2em;
    color: #FFF;
    font-family:  Helvetica, Arial, Sans-serif;
    font-size: 302%;
    text-align: center;
    padding-bottom:  5%;
    padding-top: 5%;
    background: #383838;
}

h1 a {
    color: inherit;
    text-decoration: none;
}

h1 a:hover {
    color: #5bc8df;
}

#container {
    width: 100%;
    padding: 0;
    text-align: left;
    margin: 0;
    font: 1em Helvetica, Arial, sans-serif;
    color: #000;
    line-height: 1.3em;
}

#thelist {
    list-style: none;
    text-indent: 1.5em;
    text-align: left;
    display: inline;
}

#thelist li {
    font-size: 120%;
    line-height: 140%;
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    width: 100%;
    background-color: #fafafa;
}

.time {
    color: #5CBDE6;
}

.complete {
    float: left;
    display: block;
    height: 18px;
    width: 22px;
    margin-left: 3%;
    margin-top: .4%;
    background: url('http://www.tosimplydo.com/images/check.png') no-repeat;
    text-decoration: none;
}

.complete:hover {
    background-position: 0 -18px;
}

#thelistclone {
    list-style: none;
    text-indent: 1.5em;
    text-align: left;
    display: inline;
    width: 90%;
}

#thelistclone li {
    font-size: 120%;
    margin-bottom: 2%;
    padding: 2%;
    width: 90%;
}

.valuable {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    background: #fffeb9;
    border: 0;
    outline: none;
    padding: 4px;
    font-size: 18px;
    width: 62%;
    height: 30px;
    min-width: 10%;
    text-align: left;
    border-bottom: 1px dotted #ddd;
    padding: 5px;
    display: inline;
}

.valuable:focus {
    border-bottom: 1px dotted #000;
}

.thetime {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    background: #fffeb9;
    border: 0;
    outline: none;
    padding: 4px;
    font-size: 18px;
    width: 25px;
    height: 30px;
    text-align: left;
    border-bottom: 1px dotted #ddd;
    padding: 5px;
    display: inline;
}

.add {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
    background-color: #EEE;
    display: inline;
    margin-left: 20px;
}

.add:hover {
    background-color: #000;
    color: #FFF;
    cursor: pointer;
}

#footer {
    font-size: 9px;
    margin: 0px auto;
    width: 400px;
    text-align: center;
    line-height: 15px;
    color: #747474;
}

#footer a {
    color: #000;
}

#footer a:hover {
    text-decoration: none;
    color: #747474;
}