/* CSS Document */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#header h1 {
	display: none;
}

#rotatepic {
	display: none;
}
#header {
	background-image: url(../images/head_mobile.jpg);
	background-position: top center;
	padding-top: 75px;
	background-repeat: no-repeat;
}
#searchform_handheld {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0 0 10px 0;
}
#searchform_handheld label {
	font-weight: bold;
}
#q_handheld {
	border: 1px solid #7D270E;
	height: 18px;
}
#q_handheld, #btnG_handheld {
	vertical-align: middle;
}
#search, #quicklinks {
	display: none;
}
#header ul {
	background-color: #7D270E;
	padding: 5px;
	margin: 0;
	font-family: Georgia;
	color: #DBD6AA;
	list-style: none;
	font-weight: bold;
}
#header ul a {
	font-family: Georgia,Palatino,"Times New Roman","Times Roman",serif;
	color: #DBD6AA;
	text-decoration: none;
	text-transform: uppercase;
}
#outer {
	padding: 5px;
}
#outer ul {
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
}
h1, h2, h3, h4, h5 {
	font-family: Georgia,Palatino,"Times New Roman","Times Roman",serif;
	font-weight: normal;
	color: #762514;
}
.post .postpic {
	border: 5px solid #D0D2B6;
}
h2, h3 {
	margin: 0.75em 0 0.25em 0;
}
#subscribe h3,
#search h3,
#mayor h3,
#citycouncil h3,
#quicklinks h3 {
	font-size: 1.5em;
}
#mayor h3, #citycouncil h3 {
	margin-bottom: 0;
}
#footer {
	background-color: #242323;
	color: #969696;
	font-size: 77%;
	text-align: center;
	padding: 10px;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#footer ul li a {
	border-right: 1px solid #656565;
	margin-right: 1px;
	padding-right: 5px;
}
#footer ul li.last a {
	border: none;
}
#footer a {
	color: #969696;
}
#copyright {
	margin-top: 10px;
}

