/* CSS Document */

body, h1, h2, h3, h4, ul, li, div, 
#navigation ul a, 
div#logo a { 
	color: #000000;
	background: #ffffff;
	background-image: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
	display: block;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	position: static;
	border: 0px;
	clear: both;
}

div#logo a, 
#navigation ul a { 
	text-indent: 0px;
}

#navigation ul a { 
	color: #000000;
	text-decoration: underline;
}
ul, li { 
	list-style-type: disc;
}

.nonmobile, 
div#OT_searchWrapperAll, 
div#photos, 
div#left-column img,
div#sidebar img, 
div#eatmail { 
	display: none;
}
div#wrap { 
	max-width: 480px;
}

h1 { font-size: 1.25em; }
h2 { font-size: 1.125em; }
h3 { font-size: 1.0625em; }
h4, h5, h6 { font-size: 1em; }

