body {
    margin: 0;
    padding: 0;
    margin: auto;
    background-image: url("images/background.png");
    background-position: top center;
    background-repeat: repeat-x;
    font-family: verdana;
}

.posttitle a, h1, h2, h3, h4, h5, h6 {
    color: #002490;
    padding: 0;
    margin: 0;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin: auto;
}

.wam_ul li {
    list-style-type: none;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #909090;
}

a:hover {
    text-decoration: underline;
    color: #002490;
}

#page {
    width: 960px;
    margin: auto;
}

#pagetitle {
    padding: 0;
    padding-left: 20px;
    padding-top: 20px;
    margin: 0;
    color: #ffffff;
}

#pagetitle a {
    color: #ffffff;
}

#pagetitle a:hover {
    text-decoration: none;
}

#pagetitle img {
    vertical-align: middle;
}

#columns {
    background-image: url("images/content.png");
    background-position: top left;
    background-repeat: repeat-y;
    float: left;
}

#header {
    width: 960px;
    height: 132px;   
    padding: 0;
    background-image: url("images/header.png");
}

#content {
    width: 640px;
    float: left;
}

#sidebar {
    width: 320px;
    float: left;
}

#footer {
    clear: both;
    padding-top: 50px;
    height: 60px;
    width: 640px;
    background-image: url("images/footer.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.content {
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 5px;
    position: relative;
    z-index: 5;
}

#content .content {
    margin-top: -20px;
}

#sidebar .content {
    padding-top: 20px;
}

#footer .content {
    text-align: center;
}

#sidebar .widgets {
    padding: 0;
    margin: 0;
}

#sidebar .widget {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#sidebar .widget li {
    list-style-type: none;
    padding-bottom: 5px;
}

#sidebar .widget ul {
    margin-left: 15px;
    padding: 0;    
}

#sidebar .widgettitle {
    font-size: 1.1em;
    margin-top: 16px;
    margin-bottom: 5px;
}

.postdate {
    color: #909090;
    padding: 0;
    margin: 0;
    font-size: 0.6em;
}

.screen-reader-text {
    display: none;
}

.moretext {
    margin-top: -5px;
    margin-bottom: 20px;
    display: block;
}

hr {
    border-style: none;
    height: 1px;
    width: 280px;
    background-color: #909090;
    color: #909090;
}
