@charset "UTF-8";
/* CSS Document */
#blog .post{
	clear:both;
	padding-top:20px;
}
#blog .date{
	background-image:url(../images/blog_date.png);
	width:60px;
	height:60px;
	float:left;
	margin-right:10px;
	text-align:center;
	position:relative;
	margin-bottom:10px;
}
#blog .date .month{
	font-size:125%;
	display:block;
	font-weight:bold;
	position:absolute;
	top:6px;
	left:0px;
	width:60px;
}
#blog .date .day{
	margin:0px;
	padding:0px;
	display:block;
	font-size:240%;
	color:#FE81A7;
	position:absolute;
	top:28px;
	left:0px;
	width:60px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	#blog .date .day{
		top:25px;
	}
}
#blog .image{
	margin-right:10px;
	float:left;
	margin-bottom: 10px;
}
#blog .image img{
	height:60px;
}
#blog .title{
	float:left;
	width: 660px;
	height:65px;
}
#blog .title h2{
	xfont-size:220%;
	font-weight:normal;
	padding-bottom:0px;
	margin-bottom:0px;
}
#blog .title h1,
#blog .title h2 {
	xposition:relative;
	xcolor:#FFF;
}
#blog .title p{
	padding-top:0px;
	margin-top:10px;
	font-size:110%;
	color:#2D907C;
	position:absolute;
	bottom:0px;
	left:0px;
}
#blog .body{
	clear:both;
	background-color:#FFF;
	color:#666;
	background-image:url(../images/post_bot.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#blog .body2{
	padding:20px;
	background-image:url(../images/post_top.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
#blog .body p{
	margin:0px;
}
#blog .comments{
}
#blog .comments a{
	color:#FFF;
}
#blog .comments .add{
	margin:10px 0px 10px 0px;
}
#blog .comment {
	clear:both;
}
#blog .comment p{
	margin:0px;
}
#blog .comment .content {
	float:left;
	margin-bottom:10px;
	width:600px;
	background-repeat:no-repeat;
	background-position:bottom left;
}
#blog .comment .content h3 {
	color:#FC6;
	font-size:120%;
	margin-bottom:5px;
}
#blog .comment .content p {
	margin-bottom:5px;
}
#blog .comment .content2 {
	padding:15px;
	background-repeat:no-repeat;
	background-position:top left;
}
#blog .comment.type1 .content2{
	background-image:url(../images/post_top1.gif);
}
#blog .comment.type1 .content{
	background-color:#3AAC93;
	background-image:url(../images/post_bot1.gif);
}
#blog .comment.type2 .content2{
	background-image:url(../images/post_top2.gif);
}
#blog .comment.type2 .content{
	background-color:#41BAA0;
	background-image:url(../images/post_bot2.gif);
}
#blog .comment .image {
	width:100px;
	height:100px;
	float:left;
	background-repeat:no-repeat;
}
#blog .comment.type1 .image{
	background-image:url(../images/blog_comment1.gif);
}
#blog .comment.type2 .image{
	background-image:url(../images/blog_comment2.gif);
}
#navbar-iframe {
	  height:0px;
	  visibility:hidden;
	  display:none;
}
#container {
	margin-top:-50px;
}
