/* printer styles */
* { padding:0; margin:0; }
fieldset, img { border:0; }
label, a { cursor:pointer; }
body, textarea, input, table, select { font-size:100%; font-family:Verdana, Helvetica, Arial, sans-serif; }
option { padding-right:0.5em; }

#content ul, #content ol, #content dd { margin-left:2em; padding-bottom: 1em; }
h1, h2, h3, h4, h5, h6 { font-family: Arial, Sans-Serif; font-size:100%; }
h1{
	font-size:2.6em;
}
h2{
	font-size:2.3em;
}
h3 {
	font-size:1.3em;
	margin:.25em 0;
}
h4 {
	font-size:1.2em;
	margin:.75em 0;
}
p { padding-bottom:1em; }
address{
	font-style:normal;
}
abbr,
acronym{
	border-bottom:1px dotted #000;
}

hr, #content a.more { display:none; }

#header em{
	display:none;
}

#content .contactform{
	display:none;
}
#skipLinks,
#sidebar,
#menuLevel1M,
#search,
#footer h2,
#feeds,
#pagemap{
	display:none;
}
#main {
	margin:5px 10px;
	position:relative;
	font-size:11px;
	color:#333;
}

	#main * {
		margin:0;
		text-decoration:none;
	}

	a { color:#333; }

	#content {
		line-height:2em;
		color:#333;
	}

		#content h2 {
			margin:1em 0;
		}

		#content p {
			text-indent:2em;
		}
/* post ratings */
.post-ratings-loading{
	display:none !important;
}

/* site and logo mini info after image */
#gallery div{
	display:none;
}
/* page navi */
.wp-pagenavi{
	display:none;
}
/* zoom text */
#zoom-text{
	display:none;
}