* {
	margin: 0;
}
html, body {
	height: 100%;
}
#container_blog {
	width: 960px;
	text-align: left;	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px auto;
	background-color: #fff;
}
#content_blog {
	float: left;
	width: 960px;
	background-color: #fff;
}
#content_blog .top {
	padding: 0px 0px 0px 30px;
	height: 25px;
	background: url('../image/title_border_solid.png') no-repeat #ffffff;
	background-position: 25px 23px;
}
#content_blog .top2 {
	padding: 0px 0px 0px 30px;
	height: 25px;
	background: url('../image/title_border_broken.png') no-repeat #ffffff;
	background-position: 25px 23px;
}
#content_blog .top h1, .heading, h1 {
	color: #000000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
}
#content_blog .middle {
	background: #ffffff;
	padding: 25px 25px 90px 25px;
}
.storycontent {
	padding-top: 7px;
}
#blogLeft {
	position: relative;
	top: -25px;
	float: left;
	width: 529px;
}
#blogRight {
	position: relative;
	float: right;
	width: 350px;
}
hr {
	height:1px;
	border-width:0;
	color:gray;
	background-color:gray;
	margin: 10px 0 10px 0;
}
li {
	list-style-type: none;
}
h2 {
	font-size: 13px;
}
#commentlist li {
	position: relative;
	left: -20px;
	padding: 2px;
	padding-top: 10px;
	border-bottom: 1px solid #eee;
}
/* KK Stuff */
div#siteInfo_blog {
   display:none;
   overflow: auto;
   position: absolute;
   bottom: 33px;
   right: -5px;
   width: 340px;
   height: 219px;
   background-image: url('../image/bubbleLogo.png');
   background-repeat: no-repeat;
   z-index: 100;
}
div#siteInfo_blog a {
   color: #888888;
   text-decoration: none;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 20px;
   outline-style: none;
   position: relative;
   left: 135px;
   top: 12px;
}
div#siteInfo_blog a:hover {
   color: #666666;
}

