@charset "utf-8";

body {
    font: 100% Georgia, "Bitstream Charter", serif;
    line-height: 120%;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #333;
}

a {
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

#container {
    width: 850px;
    margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
    background: #FFF;
    border: 1px solid #000;
    text-align: left; /* this overrides the text-align: center on the body element. */
}

#header-image {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#header-image img {
    border: 1px solid #888;
    padding: 1px;
}

#divider {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    height: 35px;
    line-height: 29px;
    margin-bottom: 10px;
    padding-left: 10px;
    font-weight: bold;
    vertical-align: middle;
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

#divider #rss-feed {
    background: url("feed-icon-24x24.png") no-repeat left center;
    padding-left: 30px;
    position: relative;
    float: right;
    height: 28px;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-right: 10px;
    vertical-align: middle;
}

#sidebar {
    float: right;
    width: 200px;
    padding: 10px;
}

#sidebar h3 {
    text-align: center;
}

#sidebar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#mainContent {
    margin: 0 230px 0 0;
    padding: 10px;
    border-right: 2px solid #CCC;
}

#mainContent h1, h2, h3 {
    line-height: 130%;
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

#mainContent #sitename {
    text-align: center;
    margin: 0px;
    line-height: 100%;
    font-size: 150%;
    font-weight: bold;
}

#mainContent #post {
    margin-top: 50px;
}

#mainContent #post div #date {
    float: left;
    width: 140px;
    margin-top: 0px;
    border-right: 2px solid #ddd;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 90%;
}

#mainContent #post div #title {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

#mainContent #post div #meta {
    margin: 0px;
    padding: 0px;
    font-size: 80%;
}

#posted-comments {
}

#posted-comments #altcomment {
    margin-bottom: 10px;
    padding-left: 10px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

#posted-comments #comment {
    margin-bottom: 10px;
    padding-left: 10px;
}

#footer {
    padding: 5px 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    border-top: 1px solid #000;
    font-size: smaller;
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

#footer p {
    margin: 0;
    padding: 10px 0;
}

#nav-links ul {
    margin-left: 0;
    padding-left: 0;
    display: inline;
}

#nav-links ul li {
    margin-left: 0;
    padding: 3px 8px;
    border-left: 1px solid #000;
    list-style: none;
    display: inline;
}

#nav-links ul li.first {
    margin-left: 0;
    border-left: none;
    list-style: none;
    display: inline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	}
	
table {
	margin-bottom: 1em;
}