body{
    font-size: 16px;
    margin: 0;
    margin-bottom: 0;
    font-family: Helvetica, Arial, sans-serif;
    background-color: #ffba58;
}

/* This is for the main header. */
body > h1{
    padding: 0.666em 1em;
    font-size: 30px;
}
/* We add a bit of white drop shadow just to make the blue a bit easier to read. */
body > h1 > a {
    text-shadow: #FFF 0 0 0.25em;
}

h1, h2{
    font-weight: normal;
    margin: 0;
}
a{
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:visited {
    color: #0652ff;
}
#spacer{
    clear: both;
    height: 0;
}
h2{
    font-size: 16px;
}
img{
    border: 1px solid #777777;
    background-color: #FEF5CA;
    float: left;
    margin: 0em;
    margin-right: 0.5em;
    padding: 1px;
}
p{
    margin: 0;
    padding: 0;
    clear: left;
    margin-bottom: 1.5em;
}
#indexbar{
    clear: left;
    margin: 0;
    padding-left: 1.5em;
    padding-top: 1.5em;
    line-height: 1.4em;
}
#index{
    border-left: 2px solid #888;
    font-size: smaller;
    list-style-type: none;
    padding: 0;
    padding-left: 0.5em;
    margin-top: 0.5em;
}
#mainwrapper{
    background-color: white;
    width: 100%;
    padding-bottom: 1.5em;
    border-top: 1px solid #0343df;
    border-bottom: 1px solid #0343df;
}
#main{
    padding: 1.5em;
    padding-bottom: 0;
    max-width: 35em;
    line-height: 1.5em;
    background-color: white;
}
#main h1{
    font-size: 20px;
    margin-bottom: 1.25em;
}
#main ul > li, #main ol > li{
    line-height: 1.8em;
}
#main ul, #main ol{
    padding: 0;
    padding-left: 1.5em;
}

#footer a{
    text-shadow: #FFF 0 0 0.25em;
}
#footer{
    padding: 1.5em;
    clear: both;
}
#footer ul{
    line-height: 1.5em;
    float: left;
    font-size: 16px;
    margin: 0;
    margin-right: 3em;
    padding-left: 0;
    list-style-type: none;
}
#footer h1{
    font-size: 16px;
    margin-bottom: 0.25em;
}
#main h2{
    font-size: 18px;
    margin-top: 1.5em;
}

form h3{
    font-weight: normal;
    font-size: 18px;
    margin: 0;
    margin-top: 1em;
}

input[type=text], textarea{
	font-size: 0.9em;
	padding: 0.1em;
    width: 100%;
}

input[type=text]{
	margin-bottom: 0.5em;
	border: 1px solid gray;
}

textarea{
	height: 10em;
	border: 1px solid gray;
}

/* Comments */
#comment_attach h1, p.comment_p h1{
    border-bottom: 1px solid #888;
}

.comment{
    margin-top: 1em;
    background-color: #F0F0F0;
    padding: 0.25em;
}

.comment_date{
    color: #444;
    font-size: 0.75em;
    line-height: 1.4em;
    margin-bottom: 0.2em;
}

.comment_author{
    margin: 0 !important;
}

.post_comment_link{
    margin-left: 1.75em;
    font-weight: bold;
}

.no_comments{
    margin-bottom: 1em;
}

.comment_post_form{
    position: fixed;
    width: 20em;
    left: 37em;
    top: 3em;
    background-color: #FD8;
    border: 1px solid black;
    padding: 0.25em;
}

.comment_post_form input[type=text]{
    width: 12em;
}

.comment_post_form textarea{
    width: 22em;
    height: 22em;
}

/* 30 days */
.thirtyDays p{
    width: 500px;
    margin-left: 3em;
    font-size: 0.8em;
    line-height: 01.4em;
}
.thirtyDays img{
    margin-bottom: 0.5em;
}

.thirtyDays h1{
    margin-top: 3em;
    margin-bottom: 0 !important;
}

/* Based on .comment_date */
h4{
    color: #444;
    font-size: 0.75em;
    line-height: 1.4em;
    font-weight: normal;
    margin: 0;
    padding: 0;
    margin-bottom: 1.5em;
}

/* Adjustments for the 'thoughts' page. */
.thoughts h1{
    margin-bottom: 0 !important;
}
.thoughts h4{
    margin-bottom: 1em;
}

.comment_p h1{
    margin-top: 1em;
}

