#header h1 {
	margin-left: 30px;
	width: 200px;
	float:left;
}

#header h1 a {
	background-image:url(../img/logo-blog.gif);
	display:block;
	height:60px;
	width:200px;
	background-repeat:no-repeat;
	text-decoration:none;
	outline:0;
}

#header h1 a:hover{
	background-image:url(../img/logo-blog.gif);
	background-position:0px -70px;
}

#header h1 a span {display:block;text-indent:-9999px;}
#menu li.select {text-align:right; padding-right:20px;}
#breadcrumbs {background-image:url(../img/breadcrumbs-blog.gif)}
.date span{color:#04535D;font-size:1em;}
