body
{
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Trebuchet MS', Arial;
    font-size: 10pt;
    text-align: left;
    background-color: #707883;
    color: #333333;
}
body a
{
    color: #990000;
    text-decoration: none;
}
body a:hover
{
    text-decoration: underline;
}
.comments
{
    margin: 0 0 30px 0;
}
.comments .comment
{
    margin: 5px 0;
    padding: 10px;
    border: 2px dotted #cccccc;
}
.comments .commentOwner
{
    margin: 5px 0;
    padding: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #990000;
}
#commentForm .text
{
    width: 500px;
}
#content
{
    background-color: #ffffff;
    width: 680px;
}
#footer
{
    background-color: #333333;
    color: #e1e1e1;
    text-align: center;
    width: 940px;
    font-size: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
}
#footer a
{
    color: #e1e1e1;
    text-decoration: underline;
}
#footer a:hover
{
    color: #ffffff;
    text-decoration: underline;
}
#layout
{
    width: 960px;
    background-color: #c1c1c1;
    margin: 0px auto;
}
#menu
{
    text-align: left;
    background-color: #333333;
    width: 940px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.menuItem
{
    padding: 0px 15px 0px 15px;
    height: 30px;
    font-size: 130%;
}
.menuItem a
{
    color: #e1e1e1;
    font-weight: bold;
    text-decoration: none;
}
.menuItem a:hover
{
    text-decoration: underline;
}
.pager
{
    padding-left: 10px;
    padding-right: 10px;
}
.pager a
{
    font-weight: bold;
}
.pager .next
{
    float: right;
    text-align: right;
}
.pager .previous
{
    float: left;
    text-align: left;
}
#postBody
{
    padding: 5px 10px 5px 10px;
}
.postCommentCount
{
    font-size: 90%;
    padding-left: 20px;
}
#postComments
{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.postDate
{
    font-size: 90%;
}
#postExcerpt
{
    padding: 0px 10px 30px 10px;
}
#postHeader
{
    padding-left: 10px;
}
.postLine
{
    padding-left: 10px;
}
#postSimilarPosts
{
    padding-left: 10px;
    padding-right: 10px;
}
#postTags
{
    margin-left: 10px;
    margin-right: 10px;
    border-top: dotted 1px #cccccc;
}
.postTitle
{
    color: #333333;
    font-weight: bold;
    font-size: 140%;
    text-decoration: none;
}
.postTitle:hover
{
    text-decoration: underline;
}
#rightSidebar
{
    float: right;
    text-align: left;
    background-color: #e1e1e1;
    width: 250px;
    font-size: 90%;
}
#rightSidebar h3
{
	color: #333333;
	margin-top: 10px;
    margin-bottom: 0px;
}
#rightSidebar ul
{
    margin-top: 0px;
}
#rightSidebar li
{
	line-height: 18px;
	background: #e1e1e1;
	list-style: disc;
	padding-left: 0;
	margin-left: -20px;
	color: #333333;
}
.siteAvatar
{
    padding-left: 15px;
}
#siteHeader
{
    text-align: left;
    background-color: #990000;
    width: 940px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.siteTagLine
{
    color:#e1e1e1;
    font-weight: bold;
    font-size: 130%;
    padding-left: 15px;
}
.siteTitle
{
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 220%;
    padding-left: 15px;
}

