/* @override http://dev.designinnovations.net/mobileburn/css/foundation.css */
/* ==================== 1. HTML RESET ==================== */
body {
	min-width:1px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	line-height: 1;
}
html, 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, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	font-size: 100%;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size: 100%;
}
html, body, form, fieldset {
	line-height: 120%;
}
a img,:link img,:visited img {border:none}
:focus {
	outline: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
table {max-width:100%;}

/* =============== CLEARFIX =============== */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* =============== BOX CONTAINERS =============== */
.outer-box {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    display: inline;
	padding:0px;
	margin: 0px;
}
/*#ie6 .outer-box {
	margin-right: -3px;
	position: relative;
	left: 3px;}*/
.inner-box {
    width: auto;
    height: auto;
	padding: 0px;
    margin: 0px;
	top: 0;
	left: 0;
	display: block;
}

/* =============== MEDIA HANDLING =============== */
.print-no {}
.print-yes {}
.screen-yes { display: block!important;}
.screen-no, .hide { 
	position:absolute;
	left:0px;
	top:-500em;
	width:1px;
	height:1px;
	overflow:hidden;
}
.handheld-yes {}
.handheld-no {}
.oldbrowser-yes {}
.oldbrowser-no {display: block!important; /* Mac IE5 has blank page without this */}