@import url(../style.css);
body {
	font-size: 1.2em;
}
div {
	width: 98% !important; 
	float: none !important;
	overflow: visible !important;
}
* {
	background-image: none !important;
	background-color: transparent !important;
	color: #000000 !important;
}
img {
	border: none;	
}
.nav_top {
	display: none;	
}
.nav_arrow_top {
	display: none;	
}
.contain_header {
	display: none;	
}
.breadcrumb {
	display: none;	
}
#sidebar_primary,
#sidebar_secondary {
	display: none;	
}
#footer {
	display: none;	
}

.post ul, .post ul li {
	list-style-position: outside;
	margin: 0 0 0 8px;
	padding: 0;
	list-style-type: disc;
}

/*--- POSTS ---*/
.post_headline.nodate h2 {
	padding: 0;	
}
.date_big {
	text-align: left;	
	height: auto;
	width: auto;
	margin: 0;
}
.date_big span.day {
	display: inline;
}
.date_big span.month {
	font-size: 22px;
	display: inline;
	padding-left: 0.3em;
	font-weight: bold;
}
.post {
	clear: both;
	padding: 1em 0;
	border-bottom: 1px solid #666666;
}
.post_headline h2 {
	padding-left: 0;	
}
.post_content {
	padding: 0;	
}
ul.meta-section {
	width: auto;
	margin: 0;
}
ul.meta-section li {
	padding-left: 0;	
}
ul.meta-section li span {
	padding-left: 0;	
}
ul.meta-section .post-taxonomy {
	display: none;
}
ul.meta-section .post-saf {
	display: none;
}
ul.meta-section .post-comments {
	display: none;
}
.link_prev,
.link_next {
	display: none;	
}

/*---- FORMS ----*/
.formwrapper form input,
.formwrapper form textarea {
	border: 1px solid #666666 !important;	
}


