/*
	Author   - Neill Harmer	
	Company  - Element Fusion
	
	Style    - style-iphone.css	
*/


	
/* THINGS TO HIDE! */
.mHide, 
.search, 
.bigButton, 
#featuredImage, 
#footerWrapper,
#navigation, 
.breadCrumb	{
	display: none;
}

.mShow {
	display: block;
}
		
		
		
		
		
/* REWRITES */	
#showMenu {
	position: absolute;
	top: 0;
	right: 5px;
	z-index: 9999;
}
	#mobileMenu {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: url(img/menu_bg.png);
		z-index: 9998;
		width: 100%;
		padding-bottom: 20px;
		text-align: right;
	}
		#mobileMenu .mobileNav {
			padding: 40px 5px 20px 60px;				
		}
			#mobileMenu .mobileNav li {
				font-size: 15px;
				float: right;
				clear: right;
				margin-bottom: 15px;
				display: block;
				float: none;
				text-transform: uppercase;
			}
				#mobileMenu .mobileNav li a {color: #fefefa; display: block;}
				
				
#featuredContent {float: left; clear: left;}

#header h1 {width:250px; height:90px; background:url(img/logo-mobile.png) left top no-repeat; }
#header h1 a { width:250px; height:90px;}

#extraContent .extraColumn {float: none;}

#primaryContent,
#secondaryContent,
#tertiaryContent {
	float: left;
	width: 290px;
	clear: both;
}
				

















