/* 

Document:				iPhone.css
Last edited by:			Steven Fenwick
Documentation:			www.stevenfenwick.com
Notes:					Specific file for iPhone and small devices

CSS used in this file is current testing for iPhone and small devices [WIP]
-----------------------------------------------------------------

/*	1.	Global reset and site defaults	*/
body {
	font-size: 98%;
	background: #000;
	color: #000 !important;
	}

h1 {
	font-size: 1.6em;
	}

p, li {
	color: #000 !important;
	}

#top_nav ul {
	position: absolute;
	z-index: 1000;	
	left: 284px;
	list-style: none;
	background: url(../images/top_nav_bgrd.jpg) top right repeat-y #8d8d8d;
	margin-top: -68px;
	}

#top_nav li {
	float: left;
	font-size: 0.9em;
	width: 94px;
	height: 36px;
	}


#main_section_right {
	display: none;
	}
	
#header span#titles {
	display: none !important;
	}

#main_section p#top_para {
	font-size: 1.4em;
	color: #009933;
	}

#main_section p.contact span {
	display: none;
	}

#main_section_left p#to_the_top {
	display: none;
	}
	
#footer li {	
	color: #fff !important;
	}