
/*
Author: Brad Micallef
http://www.manage-your-project.com
Version: 1.0
Date: 20070728

This template may be used as-is, modified, and replicated and made into a derivitive work, so long 
as this comment block remains intact.

HTML & CSS Template for iPhone
*/
/*Layout and presentation*/
body, html
{
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family:"Lucida Grande", Verdana, Arial;
}
body
{
	padding: 10px;
}
div.content
{
	padding: 10px;
}
#bodytext
{
	color: black;
	font-family: Times;
	font-size: medium;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
/*Font family & sizes*/
div.content, h1, div.rectangle h2, div.cell
{	
	font-family:"Lucida Grande", Verdana, Arial;
	font-size: 17px;
	font-weight: bold;
	color:black;
	background-color:white;
}
div.content, h1, div.rectangle h2, div.cell
{	
	font-family:"Lucida Grande", Verdana, Arial;
	font-size: 17px;
	font-weight: bold;
	color:black;
	background-color:white;
}
div.rectangle p, div.rectangle a, div.rectangle li, div.content, input, textarea, select
{	
	font-family: helvetica;
	font-weight: normal;
	font-size: 15px;	/* Apple specifies inner-rectangle text to be 17px 	*/
						/* However in practice this does not appear to be 	*/
						/* correct. Feel free to change this to suit.		*/
	color:black;
}
div.rectangle span
{
	font-family: helvetica;
	font-weight: bold;
	font-size: 15px;
}
/*HTML elements*/
div.rectangle
{
	overflow: hidden;	/* Prevents long unbroken text strings from */
						/* pushing the viewport off-screen			*/
	margin-bottom: 7px;
	background-color: white;
	border: 1px solid rgb( 217, 217, 217 );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
h1, div.rectangle h2, div.rectangle span, div.rectangle p, div.rectangle a, div.rectangle li
{
	padding: 0;
	margin: 0;
}
h1 {
	font-weight: bold;
	color: #fff;
	font-size:125%;
	margin: 0 0 10px 0;
	background:#000;
}
h2
{
	font-weight: bold;
	color: #ccc;
	font-size:100%;
	margin: 0 0 10px 0;
}
div.rectangle p
{
	margin-bottom: 7px;
}
div.rectangle h2
{
	font-weight: bold;
	color:#CCC;
	padding: 0 0 10px 0;
}
div.rectangle a
{
	color:black;
	font-weight:400;
}
#Draw{
	background-color:#FFF;
}
hr
{
	border: 0;
	height: 1px;
	background-color: rgb( 197, 204, 211 );
	clear: both;
}
/*Field elements*/
input, textarea, select
{
	width: 95%;
}
input.radio, input.checkbox, input.button, input.submit
{
	width: auto;
}
input.button, input.submit
{
	margin-bottom: 10px;
}
input.button
{
	float: left;
}
input.submit
{
	float: right;
}
/*iPhone Cell element*/
div.cell
{
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid rgb( 197, 204, 211 );
	position: relative;
	color:black;
}
	div.cell div.link
	{
		position: absolute;
		right: 10px;
		top: 10px;
		width: 20px;
		height: 20px;
		
	}
.infobox{display:none;}
