/* @override css/enhanced.css */

@import url(baseline.css);

/* ENHANCED STYLESHEET */

/* Reset */
html, body, {margin: 0; border: none; padding: 0}

/* Browser/Device-Specific Layout Styles */

	/*
html {background: white url(http://d.acumob.com/iphonebg.png) no-repeat center 20px}
	body#content {background: transparent; margin: 73px auto}
	div.wrapper {background: transparent url(../images/background_stripes.png) repeat; width: 480px; height: 300px ; overflow: hidden !important; overflow-y: scroll !important; position: relative; margin: 0 auto 20px;}
	
	@media only screen and (max-device-width: 480px) {
	html {background: transparent url() no-repeat center center !important}
	body#content {margin: 0 auto !important}
	body.portrait {width: 100% !important;}
	body.landscape {min-width: 480px !important;}
	div.wrapper {background: transparent url() repeat; height: 100% !important; width: 100% !important; margin: 0 !important;}
	}
*/

	/* WHEN VIEWED IN A DESKTOP BROWSER */
	html {background: white url(http://d.acumob.com/iPhone_3Galt.jpg) no-repeat center 20px}
	body#content {background: transparent; margin: 148px auto}
	div.wrapper {background: transparent url(../images/background_stripes.png) repeat; width: 337px; height: 480px ; overflow: hidden !important; overflow-y: scroll !important; position: relative; margin: 0 auto 20px;}
	
	/* WHEN VIEWED ON A HIGH FIDELITY MOBILE DEVICE */
	@media only screen and (max-device-width: 480px) {
	html {background: transparent url(../images/background_stripes.png) repeat !important}
	body#content {margin: 0 auto !important}
	body.portrait {width: 100% !important;}
	body.landscape {min-width: 480px !important;}
	div.wrapper {background: url(../images/background_stripes.png) repeat; height: 100% !important; width: 100% !important; margin: 0 !important;}
	}

/* Enhanced Layout */

div#header {
	height: 66px;
	padding-top: 10px;
	background: url(../images/header_enhanced.jpg) no-repeat center center;
}

div#header p {
	display: none;
}

div#header h1 {
	text-indent: -2000px;
	color: white;
	display: block;
}