html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
/*GENERAL STYLING*/
body {
	background-color:#ffffff;
	background-repeat:repeat-x;
	font-family:arial, helvetica, sans-serif;
	color:#000000;
	text-align:justify;

}
a {
	color: #000000;
	text-decoration:none;
	outline: none;
}
a:hover {
	text-decoration:none;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
#pagewrap {
	width: 615px;
	margin: 0 auto;
}
.post-image {
	text-align:center;
	margin: 0 0 15px;
}
.post-caption {
	text-align:center;
	font:.9em/100% Arial, Helvetica, sans-serif;
}
.footer {
	text-align:center;
	font-style:italic;
	font-size:.8em;
} 	