/* hide unwanted items */
.header, .advertisement, .sections, .archives, .polls, .links, .search, .inner-nav, .inner-nav-articles, .headline, .caption, .large-image-box, .comment_form, .papers, .inner a img, ul.pagination, .article_list .summary .read-more {
	display: none;
}

/* clear all floats and margins */
* {
	margin: 0;
	float: none;
	clear: both;
}

/* remove links text */
a:link:after,
a:visited:after {
	content: '';
}

/* show links for footer */
.footer-bottom a:link:after,
.footer-bottom a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

.print {
	display: block;
	width: 100%;
}
.print-image {
	display: block;
	clear: both;
	height: auto;
	width: auto;
}

.content, .main-article, .footer-links, .copyright, .category-head, .category-float  {
	width: 100%;
}

.main-article, category-float {
	clear: both;
}

.footer-bottom .copyright li, .footer-bottom .footer-links li {
	display: block;
	border-right: 0px;
	float: none;
}
.footer-bottom .footer-links li a {
	border-right: 0px;
	margin: 0px;
	padding: 0px;
}

.border {
	border: 0px;
}

.article_list {
	float: none;
}
.article_list ul, .article_list h2, .article_list .summary {
	float: none;
	width: 100%;
}
.article_list h2, .article_list .summary {
	margin-left: 5px;
}
.category-head {
	margin-bottom: 0px;
}