/* Design en stylesheets by: */
/* Andre Brocatus Design Consultancy */
/* Andre Brocatus */
/* www.brocatus.com */
/* andre@brocatus.com */

/* general layout START */

body {
	width: 100%;
	text-align: center;
}

#header {
	display: none;
}

#content_wrapper {
	background: none;
	width: 100%;
	border: none;
}

#content {
	background: none;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	margin-top: 16px;
}

#content_both {
	width: 100%;
}

#content_main {
	width: 100%;
}

#content_menu {
	display: none;
}

#sidebar {
	display: none;
}

#footer_wrapper {
	display: none;
}

#footer {
	display: none;
}

.clear {
	clear: both;
}

/* content START */

.homepageitem {
	padding: 8px 20px 0 20px;
	width: auto;
}

.back_nav {
	display: none;
}

#article p.download {
	display: none;
}

#article p.link {
	display: none;
}

#article h3 {
	font-weight: bold;
	margin-bottom: 0;
}

#article li {
	list-style: outside;
	margin-left: 1.5em;
}

#tags {
	display: none;
}

div#article_tools {
	display: none;
}

ul#article_functions {
	display: none;
}

ul#article_social {
	display: none;
}

#content_main h2 {
	font-weight: bold;
	font-size: 20px;
}

#comments {
	width: 100%;
	display: none;
}

#comments h2 {
	padding: 16px 0;
}

#comments .comment {
	width: 100%;
	margin: 0 -10px;
	padding: 8px 10px;
	margin-bottom: 8px;
	padding-top: 32px;
	position: relative;
}

#comments .oneven {
	background: #FFFFFF;
}

#comments .even {
	background: #F4F4F4;	
}

#comments .comment_by {
	display: inline;
	color: #515152;
	position: relative;
}

#comments .comment_date {
	display: inline;
	color: #515152;
	position: relative;
}

#comments dl {
	margin: 0;
}

#comments dt {
	margin: 0;
}

#comments dd {
	clear: both;
	width: 100%;
	color: #515152;
}

#comment_form {
	display: none;
}

#disclaimer p {
	display: none;
}

#related_articles h2 {
	display: none;	
}
.article_compact {
	display: none;
}
