/* Additional styling for posts displayed on single page */

/* We only use a single column here. */

body
{
background-color:#ffffff;
}

#main
{
float:none;
width:95%;
}

#main h1.title
{
text-decoration:none;
font-size:16pt;
padding:0;
}

#main h2.author
{
font-size:10pt;
border-bottom:1px dashed #a0a0a0;
margin-bottom:2em;
}

.post .body, .status .body
{
margin-left:3em;
margin-right:3em;
font-family:"Segoe UI", Tahoma, Geneva, Verdana, Arial, sans-serif;
font-size:14pt;
line-height:135%;
padding:0;
}

.status .body
{
font-size:16pt;
}

.post .body blockquote, .post .body blockquote p
{
font-size:11pt;
}

.dateline
{
margin:2em 0 0 6em;
}

/* comments on post pages */

div#comments
{
margin:3em 4em 3em 4em;
padding:0.5em;
background-color:#f8f8f8;
border:1px solid #c0c0c0;
}

div.comment, div.addcomment
{
margin-top:12pt;
padding-top:6pt;
border-top:1px dashed #a0c0a0;
}

.comment .body
{
margin:0;
font-size:11pt;
}

.comment .author
{
font-weight:bold;
}

.comment .poster
{
color:#002255;
}

.addcomment textarea
{
width:90%;
height:48pt;
}
