

body, div, img, h1, h2, h3, ul, ol, li, a, form {
	position: static;
	float: none;
	padding: 0;
	margin: 0;
	background: white;
	color: black;
	font-family: arial, helvetica, verdana;
	font-size: 12px;
}

.header, .footer, .sidebar, .postcomments, .singlebuttons, embed, .hidden {
    display: none;
}

h1 {
    font-size:19px !important;
    
}

a {
    text-decoration: none;
}

div.breadcrumb {
    padding-bottom:20px;
}

div.leftbar {
    float:left;
    padding-right:20px;
    width:160px;
}

div.postcontent {
    float:left;
    width:510px !important;
}

.postcontent {
    padding-bottom:10px;
}

div.postcontent p.meta {
    margin-top:0px;
    padding-top:0px;
}

img {
	border:none;
}
div.sociable {
    display: none;
}
div.breadcrumb {
    display: none;
}
div.leftbar h1 {
    margin-top: 20px;
}
div.wrapper {
    width: 100% !important;
}
div.postcontent p img {
    display: none;
}
div.postcontent p {
    font-size: 13px;
}

