/* CSS Document */
.blog_img {
	border:1px solid #EEE;
	padding: 1px; margin-right:5px
}
.title{
	margin-top:20px;
	font-weight: bold;
	font-size: 14px;
	color:#666666;
}
.title a {
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana,Arial;
}
.blog_date{
	margin:5px 0px 5px 0px;
	background-image:url(../img/generic/icon_calendar.png);
	background-repeat:no-repeat;
	padding-left:20px;
	height:16px;
	text-align:left;
}
.main_body{
	margin-top:10px;
	overflow:auto;
}
.category{
	padding:5px;
	background-color:#f7f7f7;
	margin:10px 0px 0px 0px;
}

.menus{
	padding:5px;
	margin:10px 0px 0px 0px;
	float:left;
	width:250px;
	font-weight:bold;
}
#search{
	background-image:url(../img/generic/icon_search.png);
	background-repeat:no-repeat;
	background-position:3px 3px;
}
#sites{
	background-image:url(../img/generic/icon_file.png);
	background-repeat:no-repeat;
	background-position:3px 3px;
}
#archives{
	background-image:url(../img/generic/icon_meta.png);
	background-repeat:no-repeat;
	background-position:3px 3px;
}
#cats{
	background-image:url(../img/generic/icon_categories.png);
	background-repeat:no-repeat;
	background-position:3px 3px;
}
.menu_cnt{
	margin-left:20px;
	font-weight:normal;
}
	

