@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	outline: 0 !important;
	font-size: 100% !important;
	vertical-align: baseline !important;
	background: transparent !important;
}
body {
    background:#fff !important;
	line-height: 1 !important;
}
ol, ul {
	list-style: none !important;
}
blockquote, q {
	quotes: none !important;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '' !important;
	content: none !important;
}

/* remember to define focus styles! */
:focus {
	outline: 0 !important;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none !important;
}
del {
	text-decoration: line-through !important;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse !important;
	border-spacing: 0 !important;
}

a img { border: none !important; }






#header_container,
#left_container,
#content_container_top,
#content_container_bottom,
#footer_container,
.post-header .comment{
	display:none !important;
}

#content_main_container,
#right_content, 
#posts{
	display:block !important;
	width:900px !important;
	margin:0 !important;
	padding: 0 !important;
}


.post-header, 
.post-header .post-date, 
.post-header .post-date .year, 
.post-header .post-title, 
.post-header .post-title h1, 
.post-header .post-title h2,
.post-entry{
	background:none !important;
	border:none !important;
	clear:both !important;
	color:#000000 !important;
	float:none !important;
	margin:0 !important;
	padding:0 !important;
	text-align:left !important;
	width:auto !important;
}
