/*
Theme Name: Hope Funds for Cancer Research
Theme URI: http://www.hope-funds.org/
Description: WordPress theme for hope-funds.org.
Version: 1
Author: Michael Toppa
Author URI: http://www.toppa.com/
*/

body {
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    color: #333;
    text-align: center;
}

#page {
    width: 750px;
    margin: 0 auto;
    text-align: justify;
    padding: 0;
}

#header {
}

#headerimg     {
    height: 165px;
    width: 750px;
}

#content {
    font-size: 1.4em;
    line-height: 1.6em;
    text-align: justify;
    margin-top: 25px;
}

#content h1 {
    font-size: 1.2em;
}

#content h2 {
    font-size: 1.1em;
}

#content h3 {
    font-size: 1em;
}

#content hr {
    height: 1px;
    color: #00868B;
    background-color: #00868B;
    clear: both;
    border: 0;
}

#footer {

}

#address {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.3em;
    color:#00868B;
}

a {
    color: #096;
}

a img {
    border: none;
}

a:hover {
    color: #003300;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img#wpstats {
    display: none;
}
