/* This style sheet only applies when a page is viewed on a handheld like a palm */

body {
	background-image: none;
	background-color: white;
    font-family: serif;
    margin: none;
}

h1, h2, h3, h4 {
	font-family: serif;
	border: none;
	background-color: white;
	color: #047;
}

#wrapper {

}

#maincontent:before {
	content: "This page has been specially formatted for your handheld.";
    font-style: italic;
	text-align: center;
	color: #AAA;
}


/* main navigation bar at top of each page*/
div#navbar {
	height: auto;
	width: auto;
	min-width: auto;
	background-color: white;
	float: top;
	clear: both;
}

div#navbar h3 {
    font-family: "Garamond", "Times", "serif";
	color: black;
	whitespace: nowrap;
	margin: 0.2em;
	background-color: white;
	padding: 0.2em;
}

div#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: black;
	line-height: 1em;
	white-space: auto;
}

div#navbar li {
	list-style: outside;
	list-style-type: disc;
	display: block;
}

div#navbar li a {
	text-decoration: none;
	padding: 0.3em 1em;
	color: black;
	border:none;
}

div#navbar li a:link {
    color: blue:
}

div#navbar li a:visited {
    color: blue;
}

div#navbar li a:hover {
    color: #FFF;
    background-color: #3366FF;
}

/* changes appearance of currently selected navbar tab */
body#home a#homenav,
body#software a#softwarenav,
body#news a#newsnav,
body#links a#linksnav,
body#donations a#donationsnav,
body#contact a#contactnav,
body#disclaimer a#disclaimernav,
body#faq a#faqnav,
body#picks a#picksnav {
	background-color: white;
}


div.ads {
	visibility: hidden;
	width: 0px !important;
	border: none;
}

ul#footer {
	visibility: hidden;
	width: 0px !important;
	border: none;
}

