html {
    margin: 20px;
}

body {
    margin: 0 auto;
    font-family: 'Baskerville', Georgia, Times, serif;
    font-size: 18px;
    line-height: 30px;
    padding: 15px;
    width: 900px;
}

table {
	margin: auto;
	border-collapse: collapse;
}

thead {
	background-color: rgb(233, 227, 255);
}

th {
	border: 1px solid rgb(233, 227, 255);
	padding: 5px;
}

td {
	padding-left: 10px;
	padding-right: 10px;
}

header, footer, section, article {
    display: block;
}

img {
	border: 0;
}

#content {
}

#by {
    font-style: italic;
    margin-right: 5px;
    font-size: 24px;
}

#caption {
    position: absolute;
    font-size: 22px;
    margin: -135px 0 0 70px;
}

#path {
    color: #b53131;
}

.date {
    font-style: italic;
    float: right;
    line-height: 43px;
    margin-right: 30px;
	color: green;
	font-size: 16px;
}

.date a {
	color: green;
}

a {
    color: black;
}

h1 a {
    color: darkblue;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body > header > h1 {
    border-left: 30px solid black;
    padding-left: 30px;
    font-size: 201px;
    margin: 100px 0 15px 0;
    font-weight: normal;
}

.post header {
    margin-bottom: 10px;
}

.post .body p:first-child {
    margin-top: 0;
}

.post .body p:last-child {
    margin-bottom: 0;
}

.post {
    margin-bottom: 30px;
}

.post:last-child {
    margin-bottom: 10px;
}

.post p {
    margin: 20px 0;
}

.post .more {
    margin-top: -10px;
    margin-right: 30px;
    font-style: italic;
    text-align: right;
}

.clear {
    clear: both;
}

.more a {
    text-decoration: none;
}

.more a:hover {
    text-decoration: underline
}

body > header {
    display: block; /*padding-top: 30px;*/
    line-height: 30px; /*margin-bottom: 20px;*/
}

h1, h2, h3, h4 {
    display: inline;
    margin: 0;
    font-weight: 600;
    color: darkblue;
}

/*ul, li {*/
    /*list-style-type: none;*/
/*}*/

code {
    font-family: 'Anonymous Pro', 'Bitstream Vera Sans', 'Monaco', Courier, mono, serif;
	font-size: 14px;
}

pre {
    padding: 20px;
    font-size: 12px;
}

blockquote {
    font-style: italic;
}

ul#nav {
    list-style: none;
    width: 900px;
    padding: 0 10px;
    background: url('/images/hr_dot_black.gif') repeat-x;
    margin: 0 auto; /*border-bottom: 3px solid #000;*/
    float: left;
    clear: both;
    font-family: 'Baskerville', Georgia, Times, serif;
    font-size: 8px;
}

ul#nav li {
    padding: 0.85em 45px 0.7em 0;
    font: bold 1.4em Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    float: left;
}

ul#nav li.rss {
    padding: 0.85em 0 0.7em 0;
    float: right;
}

ul#nav li.rss a {
    padding: 0 18px 0 0;
    background: url('/images/icon_rss.gif') 100% 50% no-repeat;
}

ul#nav li.current_page_item a {
    color: #009900;
}

div.sociable ul {
    list-style: none;
    padding: 0 10px;
    margin: 0 auto; /*border-bottom: 3px solid #000;*/
    float: left;
    clear: both;
}

div.sociable ul li {
    padding: 3px;
    float: left;
}

div#header_img > img {
    margin: 0 auto;
}

body > footer {
    clear: both;
    text-align: left;
    margin-left: 10px;
    font-style: italic;
    font-size: 18px;
    color: #888;
}

div#search-form {
    margin: 0 0 20px;
}

div#cse-search-results iframe {
    width: 900px;
    height: 900px;
}

hr.article-separator {
    width: 300px;
    margin: 20px 0 50px 0;
}

footer hr {
    margin: 40px 0 20px 0;
}

#dsq-new-post h3 {
    font-size: 18px;
}

.dsq-comment-message {
    font-size: 18px;
}

