/* ARTICLES */

/* LOAD ADDITIONAL CSS FILES */
@import url('../../../../css/pages/article.css');	/* Global article styles */
@import url('comments.css');						/* Comment styles */

#page_background {
	background: transparent url("../../img/bg/article_page.png") left top repeat-y;
}

#article_content a, #article_content a:visited {
	color: #ea6524;
}

#article_content a:hover {
	color: #999;
}

h2.kicker {
	font-size: 14px !important;
	line-height: 1.3em;
	text-transform: none !important;
}