/*

PTN Blog printable style sheet for Movable Type
designer: Richard Lane
designer_url: http://www.semlyen.net
*/


/* Default ---------------------------------------------------------------- */

/* Global */


html{
   height:100% !important;   /*force scrollbar*/
   color:#222;
   background:#fff;
   font:normal normal 75% arial,sans-serif;
   line-height:1.4em;
   margin: 0 0 1px 1px;
}

body {
   margin: 0;
}

a img{
   border:0;
}

a,
a:active,
a:visited{
   color:#339966;
   text-decoration:underline;
}

a:hover{
   text-decoration: none;
}

h1 {
   font-size: 1.4em;
   font-weight:bold;
}

#header, #content, #footer, #printlink {
   width: 700px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px;
}

#footer {
   margin-top: 15px;
   border-top:1px dotted #a7a7a7;
}

#page-title {
   padding-bottom: 5px;
   border-bottom:1px dotted #a7a7a7;
}

#sidebar {
   display: none;
}

#header-name {
   clear: right;
   line-height: 1em;
   font-size: 1.5em;
}

#date{
   font-size: 0.9em;
   line-height: 0.85em;
   float:right;
   margin:0;
   padding:3px 0 5px 0;
}

#footer p{
   float:left;
   clear:left;
   margin: 5px 0 0 0;
   padding:0;
}

.semlyenlink{
   margin-top: 5px;
   float:right;
   clear:right;
}


