/* @override http://fullsail.no-ip.org/~bberger/mdd/zflick/css/handheld.css */
/* BASE IMPORTS */
/*@import url("average.css") handheld and (min-width: 176px), screen and (min-width: 176px);*/

@import url("average.css") handheld and (min-width: 176px), screen and (min-width: 176px);
@import url("best.css") handheld and (min-width: 320px), screen and (min-width: 320px), only screen and (max-device-width: 480px);

a,img { border: none; }
body { 
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	padding: .5em;
}

img {
	border: none; outline: none;
}

/* hide video div */
#video {
	display: none;
}


h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 2em;
	color: #6F911D;
}

h2 {
	font-size: 1.5em;
	color: #304432;
}

h2.props {
	margin:0;
	padding:0;
	background: none;
	font-size: 1.2em;
}

h3 {
	font-size:  1.25em;
}


p, li {
	font-size: 1em;
}

p {
	margin: 0 0 1.25em 0;
	line-height: 1.4;
}


ul {
	list-style-position: inside;
}


input#email {
	font-size: 1.2em;
	padding: 5px;
	width: 90%;
	color: #5D5D5D;
}

a {
	color: #586E00;
}