@charset "utf-8";

/* 공통 */
.mt_page {
	padding:10px;
}
#content h3 {
	border-bottom:1px solid #cccccc;
}

/* 첫페이지 Metatools 블록 */
#mt_home {
}
/* 최근글 블록*/
.mt_post {
	margin-top:7px;
	padding-bottom:3px;
	border-bottom:1px dashed #ccc;
}
	/* 최근글 제목 */
	.mt_post h2 {
	}
		.mt_post h2 a {
		}
	/* 최근글 정보 */
	.mt_post .info {
		text-align:right;
		font-size:90%;
		padding-right:10px;
		margin-bottom:5px;
	}
		.mt_post .info a {
			color:#333;
		}
		.mt_post .info .blog {
		}
		.mt_post .info .user {
		}
		.mt_post .info .category {
		}
	/* 최근글 미리보기 이미지 */
	.mt_post .preview {
		float:left;
		margin-right:7px;
		margin-bottom:7px;
		border:1px solid #cccccc;
	}
		.mt_post .preview img {
			border:0px;
		}
	/* 최근글 내용 */
	.mt_post .content {
		padding-right:10px;
		margin-bottom:5px;
	}
	/* 최근글 하단 */
	.mt_post .footer {
		clear:left;
	}
		/* 최근글 태그 */
		.mt_post .footer .tags {
			background:url(images/tag.gif) no-repeat left top;
			padding-left:30px;
			font-size:90%;
		}
			.mt_entry .footer .tags a {
			}

/* 사이드바 [블로그바로가기] */
#mt_sb_allblogs {
	font-size: 9pt;
}
	#mt_sb_allblogs select {
		width:100%;
		height:18px;
		font-size: 9pt;
	}
		#mt_sb_allblogs select option {
			font-size: 9pt;
		}

/* 사이드바 [인기,신규,랜덤블로그] 공통 */
.mt_sb {
}
	.mt_sb .blog {
	}
		.mt_sb .blog .title {
			margin-left:7px;
		}
			.mt_sb .blog .title a {
			}
		.mt_sb .blog .user {
			margin-top:-5px;
			margin-bottom:-10px;
			margin-right:15px;
			text-align:right;
		}
			.mt_sb .blog .user a {
				color:#333;
			}

/* 사이드바 [인기블로그] */
#mt_sb_hotblogs {
}

/* 사이드바 [신규블로그] */
#mt_sb_newblogs {
}

/* 사이드바 [랜덤블로그] */
#mt_sb_randomblogs {
}
