h1, h2, h3, h4, h5, h6, blockquote, body, cite, code, del, div, em, html, span, form, fieldset, img, ul, ol, dl, dt, dd, li, table, td, th, strong, ins, p, q, a, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0;
	padding: 0;
	border: 0;
}
article, aside, canvas, cite, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
a:hover, a:active {
	outline: none;
}
a, a:visited {
	text-decoration: none;
}
body {
	font-size: 100%;
	line-height: 130%;
}
iframe, embed, object {
	max-width: 100% !important;
}
article {line-height:150%}

del {
	text-decoration: line-through;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
.entry img, .post img, article img{
	width: auto;
	height: auto;
}
img, object, embed {
	max-width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: bold;
	vertical-align: bottom;
}
td {
	font-weight: normal;
	vertical-align: middle;
}
pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}
input, select {
	vertical-align: middle;
}
input[type=button], input[type=submit], button {
	cursor: pointer;
}
p {
	margin-bottom: 1.1em;
}

input, textarea, select, option, optgroup, button {
	font-size: 1em;
}

h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
}

input {
	box-sizing: content-box;
}

input[type="search"] {
	-webkit-appearance: none; 	
}

.alignRight {
	text-align: right;
}
.alignLeft {
	text-align: left;
}
.alignCenter, .aligncenter {
	text-align: center;
}
.small, small {
	font-size: 0.85em;
}
strong, .strong {font-weight:bold;}
.onLeft {
	float: left;
}
.onRight {
	float: right;
}
.onCenter, div.wp-caption.aligncenter, img.aligncenter  {
	margin-left: auto;
	margin-right: auto;
}

img.onLeft, img.alignleft {float: left; margin-right:10px;}
img.onRight, img.alignright {float: right; margin-left: 10px; }

.imgMid {vertical-align:middle;}

.clear {
	clear: both;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}  