@charset "utf-8";

#accordion span, #accordion h3, #dialog span {
	padding: 0;
}
.wrapperBlog {
	width: 100%;
	height: auto;
	padding: 5px 10px;
}
.wrapperBlog a:link, .wrapperBlog a:visited {
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: #FFF;
}
.entryBlog {
	border-left: solid 0.5pt #8ab757;
	width: 440px;
	margin: 15px 0 0 15px;
	height: auto;
	overflow: hidden;
	font-weight: 200;
	font-size: 12px;
	padding: 0 0 0 10px;
}
.entryBlog div a:link, .entryBlog div a:visited {
	color: #8ab757;
	font-weight: 200;
	font-size: 12px;
	text-decoration: underline;
}

#catLinks {
	border: solid 0.5pt #8ab757;
	padding: 10px;
	margin: 5px 0 15px 0;
	width: auto;
}
#catLinks a:link, #catLinks a:visited, #catLinks span {
	font-size: 12px;
	color: #FFF;
	font-weight: 200;
	margin: 0 5px;
}
.wrapperBlog h2 {
	margin: 15px 0 0 0;
	cursor: pointer;
}
.published {
	font-size: 9px;
	color: #CCC;
	font-style: italic;
}
