html
{
   height:100%;
   margin:0px;
   background: url(/mtlibrary/images/heartsbackdrop.png);
}
body

{
   font:12pt "Palantino Linotype";
   margin:0px 0px 0px 100px;
   padding:10px 10px 10px 35px;
   /*border-left:3px double #000;*/
   border-left:4px double #aaa;
   min-height:100%;
   height:100%;
   background:#fff;
   float:left;
}
h1
{
   position:absolute;
   text-align:center;
   top:0px;
   left:110px;
   font:2.3em RhubarbPie, 'Monotype Corsiva';
   background: url(/mtlibrary/images/verticalheartsbackdropfaded.png) left;
   line-height:1em;
   width:33px;
   margin-top:2px;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
   text-decoration:none;
   color:#000;
   background:transparent;
}

h1 a img
{
   border:0px;
}



/* ---------- Meta ----------------------------------------------*/

div#meta
{
   width:20%;
   min-width:125px;
   float:right;
   border:3px #000 double;
   background: url(/mtlibrary/images/fadedheartsbackdrop.png);
   text-align:center;
   margin:0px 0px 0px 10px;
}

div#meta ul.links
{
   list-style-type:none;
   margin-left:0px;
   padding-left:0px;
}
div#meta a img
{
   border:0px;
}



/* ---------- Content -------------------------------------------*/

div#content
{
   margin:0px;
   min-height:100%;
   background: url(/mtlibrary/images/fadedheartsbackdrop.png);
   float:right;
   border:3px #000 double;
}

div#MainIndex div#content, div#IndividualArchive div#content, div#CategoryArchive div#content, div#DateArchive div#content
{
   width:72%;
 /*  max-width:30em;*/
   margin-left:10px;
}

div#IndividualArchive div#content
{
   width:72%;
/*   max-width:30em;*/
   margin-left:10px;
}

div#content h2, div#content p.subnav

{
   text-align:center;
}

div#content div.blogbody
{
   margin:.5em;
}

div#content div.comments-body
{
   border-left:2em solid #ffa;
   
}

