/* header comment */

* {
    margin: 0 auto;
}

body { 
    font-family: Verdana, sans-serif;
    font-size: 1em;
    background-color: #B5B6AD
}

/* h3 is ALWAYS Homeschool Day Book title */
h3 {
    padding-left: 20px;
    font-size: 1.8em;
    line-height: 2.0em;
}

/* h1 is ALWAYS "quick and easy time tracking" subtitle */
h1 {
    font-size: 1.0em;
    text-align: center;
}

p {
    font-size: 0.8em;
    text-align: justify;
    line-height: 1.4em;
    padding: 5px;
}

p.bigger {
    font-size: 1.1em;
    line-height: 1.9em;
    padding: 5px;
}

p.smaller {
    font-size: .6em;
    line-height: 1em;
    padding: 5px;
}

p.testimonial {
    text-align: left;
    font-weight: bold;
    font-size: .6em;
    line-height: 1.4em;
    padding: 10px;
}

p.testimonial_author {
    text-align: right;
    font-weight: bold;
    font-size: .8em;
    line-height: 1em;
    padding-right: 20px;
}

/* and so learning browser specific CSS begins... */
ul {
    margin: 0;
    padding: 0;
}

ul li {
    font-size: 0.8em;
    line-height: 1.4em;
    padding: 5px;
    list-style-position: inside;
}

.centerify {
    text-align: center;
}

.vert_padding {
    padding-top: 10px;
    padding-bottom: 10px;
}

div.big_button {
    padding-top: 2px;
    padding-bottom: 2px;
}


#content {
    width: 779px;
    height: 850px;
    background-color: #ffffff;
    /*
    border-left: solid 1px blue;
    border-right: solid 1px blue;
    */
}

#content_tall {
    width: 779px;
    height: 1250px;
    background-color: #ffffff;
}

#poptallwhite {
    background-color: #ffffff;
    height: 850px;
}

#header {
    color: #ffffff;
    height: 100px;
    /*background-color: #0000ff;*/
    /* last gradient:  1111FF to 8888FF */
    background-image: url('images/blue_header_gradient.png');
    background-repeat: repeat-x;
}

#menu {
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    background-color: #8888FF;
}

#menu ul {
    padding: 2px;
}

#menu ul li {
    display: inline;
    font-size: 0.8em;
    list-style-type: none;
    padding: 0;
}

#menu ul li a:link, #menu ul li a:visited {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

#menu ul li a:hover {
    background-color: #1111FF;
}

#sidebar {
    float: left;
    width: 198px;
    padding-top: 10px;
    padding-bottom: 20px;
}

#mainbody {
    background-color: #ffffff;
    margin-left: 198px;
    padding: 10px;
}
