/* Category List */
#content .kb_categories {
	margin: 20px 0;
}
#content .kb_categories h1.title,
#content .kb_categories h2.title,
#content .kb h1.title,
#content .kb h2.title,
#content .kb_latest_posts h2.title {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 120%;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	
	background: url(/content/themes/main/images/kb/bg-shade-border.png) bottom repeat-x;
	color: #000;
	text-shadow: 1px 1px #fff;
}

#content .kb_categories>ul {
	width: 710px;
	margin: 0;
	padding: 0;
}

#content .kb_categories>ul>li {
	float: left;
	width: 290px;
	min-height: 40px;
	height: auto !important;
	height: 40px;
	list-style: none;
	margin: 0 30px 30px 0;
	padding: 0 0 0 32px;
}

.kb_categories .children {
	/*padding-top: 10px !important;*/
}
.kb_categories .children li {
	height: auto !important;
	height: 40px;
	list-style: none;
}


#content .kb_categories ul h3.title {
	font-size: 14px;
	margin: 0 0 2px 0;
}

#content .kb_categories > ul > li {
	background: url(/content/themes/main/images/kb/icon-file.png) no-repeat;
}
/* latest post */


/* kb common */
.kb_categories a {
	color: #0b406e !important;
	text-decoration: none;
}

/* -----------------------------------
	Post Styles 
-----------------------------------*/
.kb_latest_posts .entry {
	float: left;
	width: 100%;
	margin-bottom: 20px !important;
	padding-bottom: 20px !important;
	min-height: 200px !important;
	overflow: hidden;
}

.kb_latest_posts .entry .entry-info {
	float: left;
	width: 120px;
	margin-right: 20px;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}

.kb_latest_posts .entry .post-content {
	float: left;
	width: 435px;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}

.kb_latest_posts #archives {
	margin-bottom: 40px;
}

.kb_latest_posts  .entry-content {
	float: none;
	width: 100%;
}

.kb_latest_posts .full-width .entry-content {
	width: 100%;
}

.kb_latest_posts .entry .entry-info ul {
	margin: 0 !important;
	padding: 0 !important;
}

.kb_latest_posts .entry .entry-info ul li {
	background-position: 0 2px !important;
	font-size: 10px;
	list-style: none;
	line-height: 120%;
	margin: 0;
	padding: 2px 0 7px 20px;
}

.kb_latest_posts .entry .entry-info ul li.thumb {
	margin-bottom: 10px;
	padding-left: 0;
}


.kb h1.title, .kb .entry h2.title, .kb_latest_posts h1.title,
.kb_latest_posts .entry h2.title {
	font: italic bold 24px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	line-height: 110%;
	margin: 0 0 35px 0;
	padding-bottom: 15px;
}

.kb_latest_posts .entry h2.title {
	font-size: 18px;
}

.kb_latest_posts .entry h3.title {
	margin: 0 0 10px 0;
}

.kb_latest_posts .entry {
	border-bottom: 1px solid #eee;
}

body.single .entry,
body.page .entry {
	border-bottom: none;
}

.kb_latest_posts .entry .entry-info ul li {
	background: url(/content/themes/main/images/kb/icon-date.png) no-repeat;
}

.kb_latest_posts .entry .entry-info ul li.thumb {
	background: none;
}

.kb_latest_posts .entry .entry-info ul li.thumb img {
	border: 10px solid #eee;
}

.kb_latest_posts .entry .entry-info ul li.cat {
	background: url(/content/themes/main/images/kb/icon-cat.png) no-repeat;
}

.kb_latest_posts .entry .entry-info ul li.comments {
	background: url(/content/themes/main/images/kb/icon-comment.png) no-repeat;
}

.kb_latest_posts h1.title,
.kb_latest_posts .entry h2.title {
	background: url(/content/themes/main/images/kb/bg-shade-border.png) bottom repeat-x;
	color: #000;
	text-shadow: 1px 1px #fff;
}
