* {
    margin: 0;
    padding: 0;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

#printMsg {
    display: none;
}

body {
    font-family: 'PT Sans', Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
    color: #000;
    background-color: #fff;
}

#container {
    margin: 10px auto;
    width: 960px;
}

/* header section -- with logo and title */
#head {
    background-color: #f0f0f0;
    text-align: center;
    overflow: hidden;
    width: 100%;
}

#site-name a {
    border: none;
    vertical-align: middle;
}

#site-name img.alignleft {
    float: left;
    margin-right: 6px;
}

#site-name {
    font: 1.38em 'Arvo', Georgia, Times, serif;
    padding-top: 6px;
    padding-bottom: 12px;
}

/* main content -- in the middle column */
#content {
    margin: 0 155px 10px;
    padding-top: 10px;
    background-color: rgb(253, 253, 253);
}

#foot {
    clear: both;
    text-align: center;
    color: #666;
    font-size: 0.56em;
    line-height: 1.18em;
    padding: 8px;
    background-color: #f0f0f0;  /* same as header */
}

/* two sidebars on the left and right */
#sidebar-1, #sidebar-2 {
    margin-bottom: 10px;
    padding-top: 10px;
    width: 150px;
}

#sidebar-1 {
    margin-right: 5px;
    float: left;
    text-align: left;
}

#sidebar-2 {
    margin-left: 5px;
    float: right;
}

#sidebar-2 p.newpost {
    color: #c00;
    margin: 8px 10px 5px;
    padding-left: 0;
    font-weight: bold;
    border-bottom: 1px dotted;
}

#sidebar-2 p.newpost-link {
    color: #c00;
    line-height: 1.16em;
    font-size: 0.8em;
    margin-bottom: 9px;
}

table.align-center {
    margin-left: auto;
    margin-right: auto;
}

td, th {
    padding: 3px;
}

#text-size {
    margin-bottom: 20px;
}

#text-size input {
    font-family: Courier, "Courier New", Monaco, monospace;
    font-size: 0.68em;
    text-align: left;
    /* display: block; */
    color: green;
    background-color: white;
    padding: 1px;
    border: 1px solid #eee;
}

/* general styling */
#content li {
    margin-left: 2em;
    margin-bottom: 6px;
    padding-left: 0;
}

#content p, #content div {
    margin: 12px 0;
    font-size: 1em;
}

div.comments-wrapper input, div.comments-wrapper textarea {
    margin: 5px;
}

div.comments-wrapper input[type="text"] {
    width: 12em;
}

blockquote, h3, p, li {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.9em;
    line-height: 1.6em;
}

blockquote {
    margin-left: 20px;
}

blockquote p {
    font-style: italic;
    background-color: #eee;
}

h4.underline {
    margin: 15px 10px;
    border-bottom: 1px dotted green;
    font-weight: bold;
    font-size: 0.92em;
}

h1, h2, h3 {
    margin: 10px 0 15px 0;
    padding: 0 10px;
    font-weight: normal;
}

#content h1, #content h2, #content h3 {
    font-weight: bold;
}

h1 {
    font-size: 1.4em;
}

h2 {
    font-size: 1.18em;
    font-style: italic;
}

hr {
    margin: 1.2em auto 0.68em;
    width: 370px;
    height: 1px;
    color: #7a7e7d;
}

small, .small {
    font-size: 0.9em;
}

p.clean a {
    text-decoration: none;
    border: none;
}

tr.clean td {
    vertical-align: top;
    text-align: center;
}

tr.clean td a {
    text-decoration: none;
    border: none;
}

a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px #000 dashed;
}

a img {
    border: none;
}

h1 a, h2 a, h3 a {
    border: none;
}

h1 a, h3 a {
    font-size: 1.25em;
}

.entry-title {
    font-size: 0.88em;
}

#sidebar-2 a, #sidebar-1 a {
    color: #c00;
    border: none;
}

input {
    width: 6em;
    color: #781351;
    background: #fee3ad;
    border: 1px solid #781351
}

.section_list {
    margin: 0 0 10px 0;
    list-style-type: none;
}

.section_list ul {
    list-style-type: none;
}

.section_list li {
    margin: 0 10px 2px 0;
}

.section_list li li {
    padding: 6px 0 0;
    margin-left: 30px;
    line-height: 1.18em;
    font-size: 0.82em;
    list-style-type: circle;
}

#content div.one-entry-content li li {
    margin-left: 25px;
    padding-left: 0;
    font-size: 0.92em;
}

#sidebar-2 p, #sidebar-1 p, #sidebar-1 li {
    font-size: 0.96em;
    line-height: 1.5em;
}

/*
.caps {
    font-size: 0.9em;
    letter-spacing: 0.1em;
}
*/

div.divider {
    margin: 2em 0;
    text-align: center;
}

.author {
    font-style: normal;
    font-size: 0.8em;
}

.published {
    font-size: 0.8em;
}

.comments_error {
    color: #000;
    background-color: #fff4f4;
}

ul.comments_error {
    padding : 0.3em;
    list-style-type: circle;
    list-style-position: inside;
    border: 2px solid #fdd;
}

div#cpreview {
    color: #000;
    background-color: #f1f1f1;
    border: 2px solid #ddd;
}

form#txpCommentInputForm td {
    vertical-align: top;
}

#comments-help {
    margin: 2px 0 15px 0;
    font-size: 0.7em;
}

.error-status {
    font: 1.3em Georgia, Times, serif;
}

p.attention {
    color: red;
    text-align: center;
    padding: 12px;
}

p.attention a {
    color: red;
}

.tt {
    font-family: Courier, "Courier New", Monaco, monospace;
    color: red;
}

code {
    background: #eee;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

p.cmd code {
    margin-left: 2em;
}

p.search_input {
    margin-bottom: 10px;
}

pre {
    margin-left: 1em;
    padding: 5px;
    font-size: 10px;
    background-color: #eee;
}

pre.mmm {
    margin-left: 3em;
}

cite:before, blockquote p:before {
    /* content: open-quote; */
    content: '“';
}

cite:after, blockquote p:after {
    /* content: close-quote; */
    content: '”';
}

a, #sidebar-2 p.newpost, h4.underline {
    -moz-border-radius: 0;
    border-radius: 0;
}

textarea {
    width: 500px;
    height: 218px;
    border: 1px solid #ccc;
    padding: 5px;
}

a.external {
    background: url(/images/extlink.gif) center right no-repeat;
    padding-right: 16px;
}

.subtitle {
    font-size: 0.8em;
    font-style: italic;
}

.highlight {
    font-weight: bold;
    font-size: 1.08em;
}

