1st Valid Orig. Template Theme (YWT) 4.4.11 by Dogmeat

First Valid Template Theme as Dogmeat Draft (currently on http://youweirdtube.posterous.com/ )

HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="HTML Tidy for Linux (vers 6 November 2007), see www.w3.org">

<link href='http://fonts.googleapis.com/css?family=Josefin+Sans:100,100italic,light,lightitalic,regular,regularitalic,600,600italic,bold,bolditalic|Josefin+Slab:regular,bold|Permanent+Marker' rel='stylesheet' type='text/css'>

<link rel="icon" href="/images/favicon.png" type="image/x-png">
<title>{PageTitle}</title>

<style type="text/css">
</style>
</head>
<body>
<div class="container">
<div class="dogmeat">
<p>Valid CSS! Posterous theme  by    <a href="http://whatgetsmehot.posterous.com" target="_blank"><img style="border:0;width:88px;height:31px"
        src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
        alt="Valid CSS!" /><a href="http://whatgetsmehot.posterous.com" target="_blank">Dogmeat</a>

{block:NotSearchOrTag}
<form class="search"><input type="hidden" name="sort" value="{SearchSort}"> <input type="text" name="search" class="text" value="{SearchQuery}" id="search-box"> <input type="submit" value="Search" class="submit c1" id="q"></form>
{block:SearchBox searchbox_button="searchbox_button" searchbox="searchbox"/} {/block:NotSearchOrTag} {block:HasPages}
<ul>
<li class="c2">{block:Pages}</li>
<li><a href="{URL}" class="{Current}" rel="{External}">{Label}</a></li>
<li class="c2">{/block:Pages}</li>
</ul>
{/block:HasPages}
<div class="clear"></div>
{block:HeaderImage}
<h1 class="header_image"><a href="{SiteURL}" title="{Title}" rel="index"><img src="{HeaderImageURL-500}" alt="{Title} - {Description}"></a></h1>
{Else}
<h1><a href="{SiteURL}" title="{Title}" rel="index">{Title}</a></h1>
{block:Description}
<h2>{Description}</h2>
{/block:Description} {/block:HeaderImage}
<div id="post_column">{block:ShowOrList} {block:Show} <a href="{BlogURL}" rel="up">← Back to blog</a> {/block:Show} {/block:ShowOrList} {block:Tag}
<h1>Filed under: <strong>{Tag}</strong></h1>
<div><a href="{GlobalTagURL}" class="c3"...

CSS

body {
 max-width : 62.5em;
 margin : 0 auto 0 auto;
 background-color : #dae1b1;
 color : #24251c;
 border : 0.6em double #0099ff;
 outline : #0099ff 0.6em double;
 font-family : 'Josefin Sans', serif;
 font-size : 1em;
 font-style : normal;
 font-weight : 400;
 text-shadow : none;
 text-decoration : none;
 text-transform : none;
 letter-spacing : 0;
 word-spacing : 0;
 line-height : 1.2;
 height : 100%;
 opacity : 1.0;
 padding : 0 1.5em 1.5em;
 }
 abbr {
 text-decoration : none;
 text-underline-style : none;
 border : none;
 }
 html {
 font-family : 'Josefin Slab', serif;
 background-color : #c0ca86;
 border : 0.6em double #0099ff;
 outline : #0099ff 0.6em double;
 padding : 2em;
 }
 header, hgroup, footer, aside, nav, article, section {
 display : block;
 }
 p.note strong {
 font-variant : small-caps;
 font-family : 'Josefin Slab', serif;
 }
 p {
 line-height : 1.25;
 }
 h1, h2, h3, h4, h5, h6, dt, th, h1 + blockquote,  .abstract, .courseid, .affiliation, .author, .date, caption, .caption,  figcaption {
 font-family : 'Josefin Slab', sans-serif;
 }
 code, tt, pre, samp, kbd {
 font-family : 'Josefin Slab', sans-serif;
 font-size : 0.8em;
 }
 h1 code, h2 code, h3 code, h4 code, h5 code, h6 code, dt code, th code, h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt, dt tt, th tt {
 font-size : 0.78em;
 }
 pre code, pre tt {
 font-size : 1em;
 }
 pre, dl {
 margin-top : 0.5em;
 margin-bottom : 0.5em;
 }
 dt {
 page-break-after : avoid;
 }
 dd, li {
 page-break-before : avoid;
 page-break-inside : avoid;
 margin-left : 1.5em;
 }
 em, i, var, cite {
 font-style : italic;
 }
 b, strong {
 font-weight : bold;
 font-family : 'Permanent+Marker', monospace;
 }
 div.ruiz {
 display : block;
 }
 .h6 {
 letter-spacing : 0.35em;
 text-transform : uppercase;
 line-height : 0;
 font-size : 0.72em;
 vertical-align : 0.24em;
 font-variant : small-caps;
 }
 h1, h2, h3 {
 font-weight : bold;
 }
 h3, h4 {
 font-size : 1.15em;
 margin-bottom : 0.2em;
 margin-top : 1em;
 }
 h2 {
 font-size :...