body {
    background:  #ffffff;
	margin:      10;
    font-size:   12px;
    font-family: Roman, "Times New Roman", Palatino, serif;
}

.header {
    font-size: 1.8em;
    background: #fff;
	width: auto;
	padding: 0;
	border-left: 0;
	border-top: 0;
	border-right: 0;
    border-bottom: solid 1px #999;
}

.content {
    font-size:   12px;
    font-family: Roman, "Times New Roman", Palatino, serif;
    margin: 0px;
}

a:link, a:visited {
    color: #555;
    text-decoration: none;
    background: transparent;
    font-weight: bold;
}

/* following a link, show its URL */
a:link:after, a:visited:after {
   content: " [" attr(href) "] ";
   text-decoration: none;
   font-family: Courier, "Courier New", monospace;
   font-weight: normal;
}

/* convert links to absolute URLs for print where possible */
.content a[href^="/"]:after {
   content: " [http://www.tomwheeler.com" attr(href) "] ";
}

/* a general class for elements which should not be printed */
.noprint {
    display: none;
}

.logolink {
    display: none;
}

img.logo {
    display: none;
}

img.logo:after {
    content: "<h1>tomwheeler.com</h1>";
}

.header:after {
    content: "tomwheeler.com";
}

h1 {
    color: #000;
    font-size: 1.6em;
}

h2 {
    color: #000;
    font-size: 1.3em;
}

h2.heading {
    color: #000;
    border-bottom: dotted #999 1px;
    padding-bottom: 1px;
    padding-left: 3px;
    font-size: 1.3em;
}

h3 {
    color: #000;
    font-size: 1.1em;
}

blockquote {
    padding-left: 3px;
}

dd {
    margin-bottom: 10px;
}

.yearheader {
    clear: both;
    padding-right: 5px;
    padding-left: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff;
    color: #333;
    font-size: 1.1em;
    font-weight: bold;
}
.postdate {
    color: #38465e;
    display: block;
    text-align:  left;
    margin-left: -15px;
}

.codesample {
    background: #eee;
    overflow: auto;
    font-family: Courier, "Courier New", monospace;
    text-align: left;
    border-top: solid #333 1px;
    border-right: solid #333 1px;
    border-bottom: solid #333 1px;
    border-left: solid #333 1px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 10px;
}

.copyright {
    clear: both;
    text-align: right;
    color: #000;
    font-size: 0.9em;
    border-top: 1px solid #999;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 50px;
    padding: 5px;
    line-height: 1.6em;
}
