/* ---------- Styles for the Editor - why these can't be totally seperate I don't know... ---------- */

p, .paragraph {
	font-size: 1.3em;
	font-family: Gerogia, 'Times New Roman', Serif;
	background-color: #fff;
	padding: 0 0 10px 0;
	color: #333;
}

li {
	font-size: 1.3em;
	font-family: Gerogia, 'Times New Roman', Serif;
	background-color: #fff;
	padding: 0 0 10px 0;
	color: #333;
}

/* ---------- Resets for the editor styles that cock everything up ---------- */

#intro_text p {
	font-size: 2.2em;
	line-height: 1.4em;
	color: #fff;
	background: none;
	font-variant: small-caps;
	padding: 0;
}

div.city_text p {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #333;
	padding: 0;
}

div.city_text p.link {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
	height: auto;
}

#events p {
	padding: 0 262px 12px 12px;
	font-size: 1.4em;
	background: none;
	font-weight: normal;
	letter-spacing: 0.04em;
	letter-spacing: 1px;
	line-height: 1.5em;
	color: #fff;
}

#city_intro_text p {
	padding: 0 10px 10px 10px;
	background: none;
	line-height: 1.3em;
	font-size: 1.3em;
	letter-spacing: 1px;
	color: #fff;
}

div.activity_text p {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #333;
	letter-spacing: 1px;
	height: 70px;
	padding: 0;
}

#more_information p {
	font-size: 1.5em;
	letter-spacing: 1px;
	padding: 10px 20px 1.5em 20px;
	line-height: 1.4em;
	color: #fff;
	background: none;
}

#top_navigation li {
	background: none;
	font-size: 1em;
	text-transform: uppercase;
	list-style: none;
	letter-spacing: 1px;
}

#locator_bar ul li {
	font-size: 1.8em;
	padding: 0;

}

#more_information li {
	font-size: 1.8em;
	letter-spacing: 1px;
	padding: 0 0 5px 10px;
	line-height: 1.4em;
	color: #fff;
	font-variant: small-caps;
	text-shadow: #000 0 1px 1px;
	background: none;
}

#section_links li {
	font-size: 2em;
	letter-spacing: 0.05em;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	display: block;
	background: none;
}

#intro_text li {
	display: inline;
	font-size: 1.6em;
	font-variant: small-caps;
	margin: 0 10px 0 0;
	color: #fff;
	letter-spacing: 1px;
	text-shadow: #000 0 1px 1px;
	background: none;
}

