.weblog #skipnav {
	background: transparent url(icon_weblog.png) no-repeat;
	}

.weblog #navigation a, #navigation a[href="http://decaffeinated.org"]:hover, #navigation a[href="http://decaffeinated.org"]:focus, #navigation a[href="http://decaffeinated.org"]:active {
	border-bottom: 3px solid #FC3;
	}

#navigation h1 a[href="http://decaffeinated.org"]:hover, #navigation h1 a[href="http://decaffeinated.org"]:focus, #navigation h1 a[href="http://decaffeinated.org"]:active, #navigation ul a[href="http://decaffeinated.org"]:hover, #navigation ul a[href="http://decaffeinated.org"]:active, #navigation ul a[href="http://decaffeinated.org"]:focus {
    border-bottom: none;
    }

.weblog #content a:link, .weblog #content h2:after, .weblog #content h2, .weblog #content h2 a:visited, .weblog #footer p:hover a:link {
	color: #FF9900;
	background: transparent;
	}

.weblog #content a:visited, .weblog #footer p:hover a:visited {
	color: #7F663F;
	background: transparent;
	}

.weblog #content a:hover, .weblog #footer p:hover a:hover {
	color: #F90;
	background: transparent;
	text-decoration: underline;
	}

#navigation ul {
	position: absolute;
	width: 680px;
	top: 46px;
	right: 0px;
	}

.weblog #navigation ul {
	visibility: visible;
	}

.weblog #navigation ul a:link, #navigation ul a:visited {
	color: #CCC;
	background: transparent;
	}

.weblog #navigation ul a, #navigation ul a:link, #navigation ul a:hover {
	padding: 6px 8px;
	margin: 0;
	border-bottom: 0px;
	font: normal 10px "Verdana", "Arial", "Helvetica", sans-serif;
    line-height: 0px;
	}

.weblog #navigation ul a:hover {
	color: #666;
	background: transparent;
	}
	
.weblog blockquote, .weblog .conversation {
	margin: 20px;
	padding: 0 10px;
	border-left: 5px solid #FD9;
	}

.weblog blockquote .conversation {
	margin: 0;
	padding: 0;
	border: none;
	}

.weblog a .floatright {
	border: none;
	}

.weblog .postmetadata {
	color: #DDD;
	font: normal 9px "Verdana", "Arial", "Helvetica", sans-serif;
	text-align: right;
	margin: -5px 0 0 0;
	border-top: 1px solid #EEE;
	}

.weblog .postmetadata .byline, .weblog .postmetadata .author {
	display: none;
	}

.weblog .postmetadata .timestamp {
	background: #FFF;
	position: relative;
	top: -7px;
	padding-left: 10px;
	}

.weblog .postmetadata:hover {
	color: #666;
	border-top: 1px solid #CCC;
	}