@charset "utf-8";


/*---------------- information -------------------*/

/*------ post-information -----*/
#information dl.post-information{
	position: relative;
	text-align: right;
	margin: 0 5px 0;
	padding-bottom: 7px;
}
#information dl.post-information dt,
#information dl.post-information dd.tags{
	display: none;
}
#information dl.post-information dd.date{
	position: absolute;
	left: 0;
	font-size: 88%;
	color: #999999;
}
#information dl.post-information dd.category,
#information dl.post-information dd.permalink,
#information dl.post-information dd.bookmark{
	font-size: 80%;
	color: #999999;
	display: inline;
	padding-right: 2px;
	margin-right: 5px;
	border-right: 1px solid #999999;
	vertical-align: middle;
}
#information dl.post-information dd.category:after,
#information dl.post-information dd.permalink:after,
#information dl.post-information dd.bookmark:after{
	content: " ";
}
#information dl.post-information dd.bookmark{
	border: 0;
	margin-right: 0;
	padding-right: 0;
}
#information dl.post-information dd.bookmark ul,
#information dl.post-information dd.bookmark ul li,
#information dl.post-information dd.bookmark ul li img{
	display: inline;
	vertical-align: middle;
}

/*------ reaction -----*/
#information ul.reaction{
	font-size: 88%;
	margin: 16px 0 0 0;
	padding-top: 12px;
	border-top: 1px solid #CCCCCC;
}
#information ul.reaction li{
	display: inline;
}

/*------ postNavigation -----*/
#information ul.postNavigation{
	font-size: 88%;
	padding: 10px;
	margin: 16px 0 0 0;
	border: 1px solid #999999;
}
#information ul.postNavigation li{
	margin: 3px 0 3px 15px;
	list-style-type: disc;
}
#information ul.pager{
	margin: 35px 0 0 -10px;
	text-align: center;
}
#information ul.pager li{
	display: inline;
}
#information ul.pager li.newer{
	padding-right: 5px;
	margin-right: 10px;
	border-right: 1px solid #999999;
}
#information ul.pager li.newer:after{
	content: " ";
}

/*------ comments -----*/
#information div#comments{
	font-size: 88%;
	margin-top: 25px;
}
#information div#comments h2{
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
}
#information div#comments dl.log dt{
	margin-top: 12px;
	font-weight: bold;
	color: #666666;
}
#information div#comments dl.log dt span.date{
	color: #999999;
	font-size: 88%;
}
#information div#comments dl.log dd p{
	margin-top: 8px;
}
#information div#comments form{
	margin: 15px 10px 0;
}
#information div#comments legend{
	display: none;
}
#information div#comments fieldset{
	border: 1px solid #CCCCCC;
	margin: 12px 0 0 0;
	padding: 2px 12px 12px;
	background: #F1F1F1;
}
#information div#comments fieldset #comment-author,
#information div#comments fieldset #comment-email,
#information div#comments fieldset #comment-url,
#information div#comments fieldset #comment-text{
	border: 1px solid #999999;
	font-size: 100%;
}
#information div#comments fieldset dl dt{
	color: #666666;
	font-weight: bold;
	margin-top: 10px;
}
#information div#comments fieldset dl dd{
	margin-top: 3px;
}

/*------ trackback -----*/
#information div#trackback{
	font-size: 88%;
	margin-top: 16px;
}
#information div#trackback h2{
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
}
#information div#trackback dl.info dt{
	margin-top: 12px;
	font-weight: bold;
	color: #666666;
}
#information div#trackback dl.info dd{
	margin-top: 5px;
	margin-left: 16px;
	line-height: 1.2;
}

/*------ blogNavigation -----*/
#information dl.blogNavigation{
	margin: -9px 0 0 0;
}
#information dl.blogNavigation dt{
	margin: 25px 0 0 0;
	font-weight: bold;
}
#information dl.blogNavigation dd form{
	margin: 7px 0 0 0;
}
#information dl.blogNavigation dd form legend{
	display: none;
}
#information dl.blogNavigation dd form fieldset{
	border: 0;
	margin: 0;
	padding: 0;
}
#information dl.blogNavigation dd ul.tagCloud li{
	margin: 0;
	display: inline;
	list-style-type: none;
}
#information div.blogparts ul{
	margin-left: 0;
	padding-left: 0;
}
#information div.blogparts ul li{
	margin: 10px 0 0;
	padding: 0;
	list-style-type: none;
}
