* {
	background: none !important;
	background-image: none !important;
	color: #000;
}

acronym, abbr {
	border-bottom: none;
}

li.widget h2 {
	color: #000 !important;	
}

body {
	font-size: 12pt;
	line-height: 1.25;
}

#main {
	max-width: none;
	width: 100%;
	font-size: 12pt;
	line-height: 1.25;
	border: none;
}

#header {
	overflow: visible;
	min-height: none;
}

#header-widgets {
	min-height: 0;
}

#skip {
	display: none;
}

#subhead {
	display: none;
}

#quick-nav {
	display: none;
}

#search {
	display: none;
}

#content-nav {
	display: none;
}

#content-primary {
	clear: both;
	width: 100%;
	float: none;
	padding-left: 0;
	overflow: visible;
	min-height: 0 !important;
}

#content-primary.no-sidebar {
	width: 100%;
}

#content-primary .article ul.commentlist li .reply {
	display: none;
}

#content-primary .article .comment-link {
	float: left;
	font-size: 1.5em; /* 18 */
	line-height: 2;
	width: 30%;
	padding-left: 1em;
}

#content-primary .article .comment-link a {
	font-weight: normal;
}

#content-primary .article .other-meta {
	float: right;
	width: 65%;
}

#content-primary #commentform {
	display: none;
}

#respond {
	display: none;
}

#content-sidebar {
	width: 100%;
	float: none;
	min-height: 0 !important;
}

#content-sidebar li.widget {
	width: 20.5%;
	margin: 0 2% 1.5em;
	float: left;
}

#footer .widget_nav_menu {
	display: none;	
}

/* ************* */

.external {
	display: none !important;
}

.print_exempt {
	display: none !important;	
}

/* additional enhancements for user agents that support them */

#content-primary .article p a[href]:after, #content-primary .article li a[href]:after {
	content: " (" attr(href) ")";
}

#content-primary .article a[href].noprintexpand:after {
	content: "";
}

#content-primary .article p a[href^="#"]:after {
	display: none;
}

#content-primary .article a[href^="#"] {
	background: #fff !important;
	color: #000 !important;
}
*/