#navigation { float: left; }

#navigation ul { float: right; }

#navigation li.active a:link,
#navigation li.active a:visited
{
	color: #555555;
	background-color: #ffffff;
}

#content-wrapper { width: 65%; }

#content pre { width: 360px; overflow: hidden; }
#wrapper h3.post-title a:link, 
#wrapper h3.post-title a:visited
#wrapper h4.post-title a:link, 
#wrapper h4.post-title a:visited
#wrapper h5.post-title a:link, 
#wrapper h5.post-title a:visited


{
	border-bottom-width: 0;
}

.date {
/*	background: url(images/date.gif) no-repeat; */
	height: 54px;
        font-weight: bold;
       	margin-bottom: 0px;
	width: 54px;
	text-align: center;
	float: left;
	margin-top: 15px;
}
.date .month {
        display: block;
	color: #000000;
	padding: 2px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 2px;
	font-weight: bold;
	margin-bottom: 3px;
}
.date .day {
	display: block;
	color: #000000;
	font: 2.3em Georgia;
	padding-top: 0px;
	text-align: center;
	margin-top: -8px;
}

#extras { padding-right: 0; margin-right: 0; margin-left: 8px; padding-left: 0; }

#extras #friends ul { padding-left: 0; margin-left: 20px; }

#extras #links { width: 250px; }
body
{
	margin: 0;
	padding: 0;
	color: #222222; 
	background-image: url(images/bg.gif); 
	background-repeat: repeat-x; 
        background-color: #6E9CC7; 
        font: normal 76% "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}