body {
        margin:0px;
        padding:0px;
        font-family:Verdana, arial, helvetica, sans-serif;
        color:#333;
        background-color:white;
        }
h1 {
        margin:0px 0px 15px 0px;
        padding:0px;
        font-size:28px;
        line-height:28px;
        font-weight:900;
        color:#ccc;
        }
p {
        font:11px/20px Verdana, arial, helvetica, sans-serif;
        margin:0px 0px 16px 0px;
        padding:0px;
        }
        
/*        
#Content>p {margin:0px;}
 #Content>p+p  { text-indent: 30px }   */

a  { color: #3a0f3a; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: 600; text-decoration: none }
a:link  { color: #3a0f3a }
a:visited  { color: #3a0f3a }
a:hover  { color: white; background-color: #3b103b }


#Header   { line-height: 11px; background-color: white; margin: 30px 0 10px; padding: 17px 0 0 110px; height: auto; border-style: solid; border-width: 0 0 2px; border-color: #3a0f3a black; voice-family: inherit  }
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
#Content  { width: 707px; margin: 0 210px 50px 100px; padding: 10px  }

#Menu  { line-height: 17px; background-color: #eee; padding: 10px; position: absolute; top: 100px; right: 20px; width: 150px; border: solid 1px #999; voice-family: inherit }
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}


.entry-content,
.comment-content,
.trackback-content {
    margin: 0;
    line-height: 1.5;
}

.entry-tags {
    margin: 0 0 10px 10px;
}

.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }

.entry-tags-list {
    list-style:none;
    padding: 0px;
}

.entry-footer,
.comment-footer,
.trackback-footer {
    margin: 0 0 20px 0;
    border-top: 1px solid #dae0e6;
    padding-top: 3px;
    color: #666;
    font-size: 10px;
    text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer {
    margin-left: 10px;
}


img.left,
img.right,
img.reg
{
	display: inline;
	padding: 2px;
}

a:hover img.left,
a:hover img.right,
a:hover img.reg
{
	padding: 2px;
}

a:hover img.hdr
{ 
float: none; 
}

img.left
{
	float: left;
	margin: 0 10px 0 0;
}

img.right
{
	float: right;
	margin: 0 0 0 10px;
}

img.reg
{ float: left; margin-right: 10px; }

img.hdr
{ float: none; }
