body {
	margin: 0;
	padding: 0;
	background-image: url(images/bannerstretch.gif);
	background-repeat: repeat-x;
	font-family: "Lucida Grande", Verdana, Trebuchet, sans-serif;
}
h2 {
	font: bold 14px;
	color: #666;
	margin: 0;
	padding: 0;
}
a:link {
	text-decoration: none;
	color: #900;
}
a:visited {
	text-decoration: none;
	color: #71616d;	
}
a:hover {
	color: #c00;
	text-decoration: underline;
}
img {
	border: none;
}

/* layout */

#banner {
	height: 151px;
	width: 900px;
	margin: 0;
	padding: 0;
}
#container{
	margin: 0 10px 0 26px;
}
#left {
	position: absolute;
	left: 26px;
	background: #ebe9e2 url(images/leftbg.gif) repeat-x top left;
	width: 237px;
}
#right {
	margin: 0 140px 0 260px;
	padding: 25px 0 0 0;
	text-align: left;
}
#foot1 {
	margin: 0 470px 0 260px;
	padding: 0;
	text-align: left;
}
#recent {
	position: absolute;
	right: 156px; 
	width: 300px; 
	color: #777;
	font-size: 12px;
	padding: 25px 10px 0 0;
	text-align: right;
	line-height: 135%;
}
#nav {
	position: absolute;
	right: 26px;
	width: 100px;
	background-color: #ebe9e2;
	border: 1px solid #333;
	border-top: 1px solid #ebe9e2;;
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #333;
}
#rss {
	position: absolute;
	right: 26px;
	top: 300px;
	width: 100px;
	margin: 0;
	padding: 0 0 8px 0;
	text-align: center;
}

/* styles */

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	margin: 3px;
}
#nav a:link, #nav a:visited {
	color: #666;
	text-decoration: none;
}
#nav a:link#current, #nav a:visited#current, #nav a:hover {
	color: #000;
	text-decoration: none;
}
.post {
	font-size: 12px;
	line-height: 135%;
	padding: 0 10px 5px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #dad8d1;
}
#right p, #foot1 p {
	margin: 0;
	padding: 8px 5px;
	text-align: justify;
}
.permlink {
	font-size: 10px;
	text-align: right;
	line-height: 100%;
	color: #888;
}
#recent ul {
	list-style: none;
	padding: 0;
	margin: 8px 0 0 0;
	font-size: 11px;
}
#recent a:link {
	font-size: 12px;
}
.leftcontent {
	padding: 20px;
	text-align: left;
	color: #333;
	font-size: 10px;
}
.delicious-posts {
	font-size: 10px;
	padding: 25px 5px 0 0;
}
.delicious-posts ul, .delicious-posts li, .delicious-banner {
	margin: 0;
	padding: 0 0 8px 0;
	list-style: none;
}
.delicious-post {
	padding-bottom: 10px;
}
.delicious-banner {
	font-size: 16px;
	margin-bottom: 5px;
}
.delicious-posts a:hover {
	text-decoration: underline;
}
.delicious-posts a {
	text-decoration: none;
	color: #900;
	display: block;
}
.delicious-post a {
	color: #524a7f;
	font-weight: bold;
	padding-bottom: 1px;
}
p.delicious-extended{
	font-size: 10px;
	padding-left: 10px;
	color: #333;
}

/* date format */
.the_date {
	display: block;
	text-align: center;
	float: left;
	font-family: Verdana, Arial, sans-serif;
	background: url(images/datebg.gif) no-repeat;
	margin-right: 10px;
	width: 46px;
	height: 69px;
	color: #666;
	line-height: 110%;
}
.date_m {
	display: block;
	font-size: 12px;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
}
.date_d {
	display: block;
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: center;
	color: #888;
}
.date_y {
	display: block;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: center;
}