/*#header {
	max-width: 1000px;
	width:100%;
	height: 136px;
	overflow: hidden;
	background: url(img/b_top.png) no-repeat bottom;
	position: relative;
}*/
#header {
  background: none repeat scroll 0 0 #f4f4f2;
  border: 1px solid #dfdfdd;
  height: 136px;
  margin-bottom: 0;
  margin-top: 5px;
  overflow: hidden;
  position: relative;
/*  width: 100%;*/
}
/*#date {
	position: absolute;
	top: 1px;
	left: 30px;
	background: url(img/b_date.png) no-repeat;
	width: 156px;
	height: 20px;
	line-height: 18px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}*/
#date {
  background: url("img/b_date.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  font-size: 0.9em;
  font-weight: bold;
  height: 20px;
  line-height: 18px;
  margin-left: 4%;
  text-align: center;
  top: 1px;
  width: 156px;
}

#logo {
  bottom: 0;
  height: 96px;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 336px;
}

.blogheader {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 194px;
}
.blogheader h1 {
	font-size: 2.1em;
	line-height: 1.3em;
	font-weight: normal;
	letter-spacing: -1px;
}

#ad468 {
	position: absolute;
	bottom: 20px;
	right: 25px;
	display: block;
	overflow: hidden;
	border: 1px solid #c5d0d3;
}

#ad468 img {
	display: block;
	overflow: hidden;
}

#topnav {
	position: absolute;
	top: 1px;
	right: 25px;
	display: block;
}

#topnav ul {
	float: left;
	display: block;
	height: 24px;
	line-height: 24px;
	background: url(img/topnav_m.png) repeat-x;
	font-weight: bold;
}

#topnav li {
  background: url("img/topnav_br.png") no-repeat scroll right center rgba(0, 0, 0, 0);
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
  margin-right: 10px;
  padding-left: 17px;
  padding-right: 10px;
}
#topnav li:last-child {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#topnav li.feed {
	margin-right: 0;
	padding-right: 0;
	background: none;
}

#topnav li.left {
	margin-right: 0;
	padding-right: 0;
	background: none;
	width: 20px;
	background: url(img/topnav_l.png) no-repeat left;
}

#topnav li.right {
	margin-right: 0;
	padding-right: 0;
	background: none;
	width: 20px;
	background: url(img/topnav_r.png) no-repeat right;
}

#topnav a {
	float: left;
	display: block;
	height: 24px;
	line-height: 24px;
	color: #7c8d95;
}

#topnav li.feed a {
	color: #297eb9;
}

#topnav a:hover, #topnav li.feed a:hover {
	color: #333;
}

#options {
	position: absolute;
	bottom: 20px;
	left: 225px;
	width: 116px;
	height: 23px;
	background: url(img/options.png) no-repeat top;
}
#options:hover {background: url(img/options.png) no-repeat bottom}