#header {
	width: 1000px;
	height: 136px;
	overflow: hidden;
	background: #f5f5f5;
	position: relative;
	box-shadow: 0 0 3px #c1c1c1;
border-top: 10px solid #53fce6;
border-bottom: 10px solid #6d6c6c;
}

#logo {
	position: absolute;
	bottom: 0;
	left: 20px;
top:20px;
	background: url(img/logo.png) no-repeat;
	width: 180px;
	height: 100px;
	
	padding-top: 0px;
	
	margin-bottom: 4px;
	
}

#logo i {
	padding-top: 3px;
	font-size: 20px;
	text-transform: lowercase;
}

.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;
}

#adr {
	position: absolute;
	bottom: 12px;
	right: 15px;
        top:35px;
	display: block;
	overflow: hidden;
}

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

#topnav {
	position: absolute;
	top: 1px;
	right: 15px;
	display: block;
background:#c03459;
}

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

#topnav li {
	float: left;
	display: block;
	height: 24px;
	line-height: 24px;
	padding-right: 7px;
	margin-right: 7px;
	background: url(img/topnav_br.png) no-repeat right center;
}

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

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

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

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

#topnav li.feed a {
	color: #76b5e2;
}

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

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