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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* clearing & floating */
.clearingfix:after{
    content: ".";
    display: block;
    line-height: 0px;
    clear: both;
    visibility: hidden;
}

.clearingfix{
    display: block;
}

.floatbox{
    overflow: hidden;
}

/* =Structure
----------------------------------------------- */
html, body {
background: url(images/pop-bg.png);
width:100%;
height:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:1.25em;
}

/* Headings */
h1 {
font-size:36px;
color:#FFCB08;
line-height:1em;
margin:45px 0 40px 0;
}
h2 {
font-size:30px;
color:#000;
line-height:1em;
margin:40px 0 20px 0;
}
h3 {
font-size:14px;
color:#FFCB08;
line-height:1em;
margin:20px 0 25px 0;
}
p {
line-height:1.5em;
margin-bottom:12px;
}
.entry-content {
margin:0;
padding:20px;
}
.btnPring {
padding:2px 22px;
margin-left:10px;
color:#FFF;
background-color:#333;
text-decoration:none;
}
/* =Print
----------------------------------------------- */

@media print {
body {
	background: none !important;
	font-size: 10pt;
}