/* Ray of hope mission style */

/* Colors:

    color1: #b5d7f5 - logo blue
    color2: #4d708f - darker blue
    color3: #cba739 - logo gold
    color4: #75721c - darker gold
    color5: #3d3d3d - text
    color6: #c2c2c2 - grey text
    color7: #fcfcfc - background

*/


/* Fonts and colors */
body {
    font-size: 62.5%;
    /*font-family: Georgia, Times new Roman, Times, serif;*/
    font-family: verdana, arial, helvetica, sans-serif;
    background-color: #fcfcfc;
    color: #3d3d3d;
}

h1 {
    font-size: 2.5em;
}

h1, h1 a, h2, h2 a, h3, h3 a {
    color: #cba739;
}

h2 {
    font-size: 1.5em;
}

#sidebar h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.2em;
}

#content {
    font-size: 1.2em;
}

#content img {
    padding: 1em;
}

#sidebar {
    font-size: 1.15em;
}

a {
    color: #4d708f;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

hr {
    background-color: #3d3d3d;
}

#sidebar input {
    border: 1px solid #4f708f;
    background-color: white;
    font-size: 1em;
}

.post small {
    color: #c2c2c2;
}

/* Layout */

#footer {
    text-align: center;
}

#header {
    margin: 1em;
    height: 90px;
}

#headerimg img {
    padding-top: 13px;
    margin-left: 170px;
    text-align: center;
}

#header .rightpic {
    float: right;
    margin-bottom: 1em;
}

hr {
    border: 0;
    height: 1px;
    clear: both;
}

.narrowcolumn {
    float: left;
    width: 70%;
    margin-left: 2em;
    margin-right: 3em;
}

#page {
    margin: auto;
    max-width: 800px;
}

.post h2 {
    margin-bottom: 0.2em;
}

.post {
    margin-bottom: 2em;
}

#sidebar {
    width: 15em;
    float: right;
}

#sidebar ul li {
    list-style: none;
}

#sidebar ul {
    margin-left: 0;
    padding-left: 0;
}

#sidebar ul li h2 {
    margin: 1em 0 0.5em 0;
}


#sidebar input#s {
    width: 8em;
}

#sidebar input#searchsubmit {
    width: 4em;
}

a img {
    border: 0;
}
