/*
 Theme Name: Christian Landmark
 Theme URI: http://dn-webdesign.dnsalias.com
 Description: Theme created by <a href="http://dn-webdesign.dnsalias.com">David Nichols</a>.
 
 
 Version: 1.0
 Author: David Nichols
 Author URI: http://dn-webdesign.dnsalias.com
 
 This theme was designed and built by David Nichols,
 whose site you will find at http://dn-webdesign.dnsalias.com
 */
body {
    font-family: "georgia", "times new roman", serif;
    background: lightgrey none repeat scroll 0 0;
}

a {
    color: black;
    font-style: normal;
}

#main {
    position: absolute;
    top: 0;
    right: 100px;
    left: 200px;
    margin: 0;
    padding: 0 2em 2em 2em;
    background-color: white;
    border-left: 1px dashed;
    border-right: 1px dashed;
    border-bottom: 1px dashed;
}

#menubar {
    margin: 0;
    padding: 8px 0px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 8.5em;
    background-color: #2b2b2b;
    border-bottom: 0.5em solid #3b3b3b;
}

#menubar form {
    position: absolute;
    left: 5px;
    top: 0;
    margin: 0;
    padding: 8px;
}

#s {
    width: 140px;
}

#menubar ul {
    margin: 0 0 0 250px;
    padding: 0;
}

#menubar li {
    display: inline;
    margin: 0 0.2em;
    padding: 8px 0;
    background-color: #3b3b3b;
}

#menubar a {
    padding: 8px 1.5em;
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
    color: white;
}

#menubar a:hover, #menubar .current_page_item, #menubar .current_page_parent {
    background-color: gray;
}

#sidemenu {
    position: absolute;
    width: 175px;
    top: 0;
    left: 10px;
    padding: 14em 0 2em 0;
    background-color: #7898EE;
    font-size: small;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
}

#sidemenu h2 {
    text-align: center;
    font-style: italic;
    font-weight: normal;
    margin: 0.5em;
}

#sidemenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sidemenu li {
    border-bottom: 1px solid #333333;
}

#sidemenu a {
    display: block;
    text-decoration: none;
    color: #333333;
    padding: 0.5em 1em;
}

#sidemenu table {
    margin: 0.5em 1em;
}

#sidemenu table a {
    padding: 0;
}

#sidemenu a:hover, #sidemenu .current_page_item {
    background-color: #9BB3F7;
}

#subscribe-me a:hover {
    background-color: transparent;
}

#menutitle {
    padding-bottom: 0.5em;
    text-align: center;
    font-style: italic;
    font-size: x-large;
    text-decoration: underline;
}

#content {
    margin-top: 6em;
    padding-bottom: 1em;
}

#footer {
    position: relative;
    font-style: italic;
    font-size: smaller;
    color: #333333;
    overflow: hidden;
}

#footer .left, .alignleft {
    position: relative;
    float: left;
}

#footer .right, .alignright {
    position: relative;
    float: right;
}

#footer a {
    color: #333333;
    font-style: normal;
}

#logo {
    position: absolute;
    top: 0;
    left: 11px;
    width: 175px;
    height: 8.5em;
}

.post {
    display: block;
    clear: both;
}

.post_header {
    font-size: small;
    display: block;
    clear: both;
}

.post_content {
    display: block;
    clear: both;
}

.post_footer {
    display: block;
    clear: both;
    border-bottom: 1px dashed #3b3b3b;
    padding-bottom: 1em;
}

.recent {
    font-size: small;
    margin: 0 5em;
}

.recent h2 {
    font-weight: normal;
}

.super {
    font-style: italic;
    vertical-align: super;
    font-size: smaller;
    color: gray;
}

.small {
    font-style: italic;
    font-size: smaller;
    color: gray;
}

.submenu {
    margin-left: 1.5em;
}

#calendar {
    padding-top: 8px;
}

#calendar .widgettitle {
    visibility: hidden;
    display: none;
}

.next {
    float: right;
    font-size: small;
}

.prev {
    float: left;
    font-size: small;
}

.center {
    position: absolute;
    left: 40%;
    width: 7em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: x-large;
    font-style: italic;
    text-decoration: underline;
}

.more {
    font-size: small;
    font-weight: bold;
}

.navigationtop {
    padding: 1em 0;
}

.navigationbottom {
    padding: 1em 0 0 0;
}

.hidden {
    visibility: hidden;
    display: none;
}

ol li {vertical-align:top; }

.sitename
{
     color: #A60000;
}

.sitename .super
{
     color: #D33535;
}

.tagline
{
     color: #0A2B84;
}

.podPress_content
{
     clear: both;
}