body {
	margin:20px 0px; padding:0px;
	/* Need to set margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	}
	
DIV#container {
	width:800px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
	background-color:#fff;
	}

/* DIV#menu A {
    color: #DE4046;
    } */

#nav {
    float: right;
    margin-top: -50px;
    }

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 50px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:50px; /* for IE5/Win only */
	}
	
#nav a:hover, #nav a.selected:hover {
	background-position: 0 -50px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -100px;
	}

#thome a {
	width: 125px;
	background: url(/images/home.gif) top left no-repeat;
	}

#tabout a {
    width: 125px;
    background: url(/images/weblog.gif) top left no-repeat;
    }

#tportfolio a {
    width: 125px;
    background: url(/images/portfolio.gif) top left no-repeat;
    }

#tresume a {
    width: 125px;
    background: url(/images/resume.gif) top left no-repeat;
    }

DIV#mainbar {
    margin-left: 335px;
    margin-top: 30px;
    width: 450px;
    }

DIV#mainbar H2, DIV#mainbar H3 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    }

DIV#mainbar H2.list {
    font-size: 16px;
    margin-bottom: 5px;
    }

DIV#mainbar H3 {
    font-size: 16px;
    margin: 2px 0;
    }

DIV#mainbar A H3 {
	color: #000;
	}

DIV#mainbar P {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    }

DIV#mainbar P>STRONG, LI>STRONG {
    color: #777;
    }

DIV#mainbar LI {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-left: -15px;
    }

DIV#mainbar OL {
    list-style-type: none;
    margin-left: -25px;
    }

DIV#mainbar BLOCKQUOTE {
    margin-left: 15px;
    }

DIV#mainbar A {
    color: #D22229;
    text-decoration: none;
    }

DIV#mainbar A:hover {
    text-decoration: underline;
    }

DIV.image {
    float: left;
    padding: 10px;
    width: 110px;
    height: 175px;
    text-align: center;
    background-color: #DDD;
    margin-right: 20px;
    margin-bottom: 20px;
    }

DIV.image DIV.caption {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    margin-top: 5px;
    }

DIV.image A IMG {
    border: 1px solid #D22229;
    }
   
DIV.spacer {
    clear: both;
    }

DIV#leftimage {
    position: absolute;
    left: 120px;
    top: 157px;
    width: 120px;
    }

DIV.category, SPAN.metadata {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    }

SPAN.metadata {
    display: block;
    font-weight: normal;
    border-bottom: 1px dotted #000;
    padding-bottom: 10px;
    }

SPAN.navigation {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    font-family: Verdana, sans-serif;
    font-size: small;
    }

DIV.excerpt {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: 22px;
	}

/* DIV#mainbar BLOCKQUOTE {
	background-color: #DDD;
	margin: 10px 0;
	padding: 1px 10px;
	} */

DIV#mainbar BLOCKQUOTE {
	border-left: 2px solid #D22229;
	margin-left: 0;
	padding-left: 15px;
	}

DIV#sabifoo {
    position: absolute;
    left: 120px;
    top: 130px;
    width: 200px;
    }

DIV#sabifoo H2 {
    font-size: small;
    font-family: Verdana, sans-serif;
    }

UL#sabifoo-list {
    margin: 0;
    padding-left: 0;
    }

UL#sabifoo-list LI {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    font-size: x-small;
    font-family: Verdana, sans-serif;
    margin-bottom: 10px;
    padding-bottom: 3px;
/*    text-align: justify; */
    }

UL#sabifoo-list LI P {
    display: inline;
    }

UL#sabifoo-list LI SPAN.sabifoo-timestamp {
    color: #D22229;
    }
