/* 
** Style sheet for Twelfth Root of Two
*/

#footer,
#header {
    background-image: url( trot-logo.png );
    background-repeat: no-repeat;
    background-position: 20px center;
    padding: 0.5em 110px;
    border-color: rgb(0%, 10%, 10%);
    background-color: rgb(0%, 40%, 40%);
    }

#footer h1,
#footer h1 a,
#footer h2,
#footer h2 a,
#header h1,
#header h1 a,
#header h2,
#header h2 a {
    color: white;
    }

.article,
.comment,
.commentForm,
h1,
h2 {
    border-color: rgb(0%, 40%, 40%);
    }

#olderNewerPosts,
#sidebar h1 {
    background-color: rgb(86%, 90%, 89%);
    }

#olderNewerPosts,
#olderNewerPosts a,
#sidebar,
#sidebar a,
h1,
h1 a,
h2,
h2 a,
small,
small a {
    color: rgb(0%, 40%, 40%);
    }
