body {
    text-align: center;
    margin: 0;
    background: white;
	font-family:arial, verdana, helvetica, sans-serif;
	color: #171717;
}


/* layout stuff */

#container {
    text-align: left;
    margin: 0 auto;
    width: 750px;
}

#header {
    margin: 10px 0 20px 0;
}

#navcontent {
    width: 100px;
    float: left;
    padding: 0 20px;
}

#maincontent {
    width: 589px;
    float: right;
    clear: right;
    font-size: 0.75em;
    border-left: solid 1px silver;
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
}

#footer {
    padding: 0;
    clear: both;
}


/* styles for display */
h1, h2 {
    margin: 0;
    font-weight: normal;
}

h1 {
    font-size: 2em;
}

h2 {
    color: silver;
}

h3, h4 {
    padding: 0;
    margin: 0;
}

h4 {
    margin-bottom: -1em;
}

hr {
    border: 0;
    height: 1px;
    background-color: silver;
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

pre, code {
    overflow: auto;
    font-size: 1.2em;
}

#navcontent ul {
    list-style: none;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
}

#navcontent ul ul {
    margin-left: 20px;
}

#navcontent li {
    color: silver;
}

#navcontent a {
    font-size: 1.4em;
}

.blognavbar {
    float: right;
}

ul.post_nav_bar {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.itembox {
    border: solid 1px silver;
    margin-top: 20px;
    padding: 0;
}

div.itembody {
    padding: 10px;
    line-height: 1.4em;
}

div.itemfooter {
    border-top: solid 1px silver;
    padding: 3px;
    background-color: #f6f6f6;
    margin: 0;
}

div.itembox h3 {
    border-bottom: solid 1px silver;
    padding: 5px;
    background-color: #f6f6f6;
}

.preview_submit_bar {
    background-color: #f6f6f6;
    text-align: right;
    padding: 2px;
    
    border-color: silver;
    border-style: solid;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top: none;
}

p.tagcloud {
    line-height: 2em;
}

p.tagcloud a {
    margin: 10px;
}

#footer p {
    margin: 0;
    padding: 0;
    color: silver;
    font-size: 0.8em;
}

.left {
    float: left;
}

.right {
    float: right;
}

textarea#post_body {
    width: 97%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 5px;
}

textarea, input {
	border: inset 1px silver;
}

input.button, button {
    border: outset 1px grey;
}

td{
    padding: 0;
}

img.itemimg {
    float: right;
}
div.itembody>img.itemimg{
    margin-top: -50px;
}

div.gallery {
    margin: 0;
    padding: 0;
    overflow: auto;
}

div.gallery div {
    border: solid 1px silver;
    background-color: #eee;
    width: 122px;
    margin: 5px;
    float: left;
    text-align: center;
    padding: 3px;
    overflow: hidden;
}

div.gallery a {
    border: none;
    text-decoration: none;
}

div.gallery img {
    height: 90px;
    border: solid 1px silver;
}

ul.timeline {
    padding: 0;
    margin: 0;
    list-style: none;
    border: solid 1px silver;
    border-bottom: none;
}

ul.timeline li {
    padding: 2px 2px 2px 20px;
    margin: 0;
    border-bottom: solid 1px silver;
    min-height: 20px;
    background-position: 2px center;
    background-repeat: no-repeat;
    position: relative;
}

ul.timeline li a {
    border: none;
    margin: auto auto;
    vertical-align: middle;
}

ul.timeline li span.time {
    float: right;
    color: gray;
    font-size: smaller;
}

ul.timeline li.twitter { background-image: url(favicons/twitter.png); }
ul.timeline li.lastfm { background-image: url(favicons/lastfm.png); }
ul.timeline li.delicious { background-image: url(favicons/delicious.png); }
ul.timeline li.flickr { background-image: url(favicons/flickr.png); }
ul.timeline li.googlereader { background-image: url(favicons/googlereader.png); }
ul.timeline li.blog { background-image: url(favicons/blog.png); }