/* iphone reset
------------------------------*/
body, p, h1, h2, h3, ul, li, div {
	margin: 0;
	padding: 0;	
}
p, h1, h2, h3, li {
	padding: 0 10px;
}

/* hide class
-------------------------------*/
.hide {
	display: none;
}
body {
	background: #fff;
	color: #222;
	font-family: Helvetica, sans-serif;
	font-size: 87.5%;
	
}

div.branding {
	background: #363636;
	height: 1.5em;
	color: #fff;
	/*color: #222;*/
	border-bottom: 1px solid #666;
	text-align: center;
	padding: 10px 0;
	/*text-shadow: 0px 1px 0px #ddd;*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#363636), to(#000));
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#000));*/
}
/* navigation
----------------------------*/
#navigation ul li a {
	background: #fff;
	border: 1px solid #999;
	color: #222;
	display: block;
	font-size: 106%;
	font-weight: bold;
	padding: 12px 10px;
	text-decoration: none;
	margin-bottom: -1px;
}
#navigation li:first-child a {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
#navigation li:last-child a {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

/* menubutton - guaranteed in iphone/ipod only
-------------------------------*/
div.branding div.menuButton {
	position: absolute;
	cursor: pointer;
	top: 7px;
	left: 6px;
	height: 30px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
	line-height: 28px;
	border-width: 0 8px 0 8px;
	-webkit-border-image: url(../img/button.png) 0 8 0 8;
	
}
/* main
--------------------------------*/
#main {
	margin: 1em;
	font-family: Georgia, serif;
	line-height: 1.5em;
}
#main p {
	margin-bottom: 1em;
}
h1,h2, h3 {
	font-family: helvetica;
	font-size: 16px;
}
/* secondary
-----------------------------------------*/
#secondary h3, #footer {
	font-weight: normal;
	font-size: 0.8em;
}
/* form
-----------------------------------------*/

#contact-form input, #contact-form textarea {
	border: 1px solid #666;
	padding: 0.3em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#contact-form input, #contact-form textarea {
	font-family: arial, sans-serif;
	font-size: 1em;
	width: 18em;
	
}

#main form p  {
	line-height: 1em;
	padding: 0.8em;
}

label {
	
	display: block;
	padding: 0 0 0.2em;
	
}
label span {
	color: #a21404;
}


button.submit {
	font-weight: bold;
	width: auto;
	font-size: 1em;
	border: 1px solid #bbb;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 0.5em 1em;
	background: #efefef;
	font-family: "Myriad Pro","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
button.submit:hover {
	background: #666;
	color: #fff;
}


