/*
Theme Name: niagaracharter.com
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: niagara charter
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100%;
	font-family: georgia,arial, sans-serif;
	background-image: url(images/backgrounds/default.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-color: #647678;
	color: #d5fbff;
}

body.erie {
	background-image: url(images/backgrounds/erie.gif);
}

body a {
	color: #d5fbff;
}

div.clear {
	clear: both;
}

iframe {
	width: 670px;
	height: 1400px;
	overflow: hidden;
}

#page {
	margin: auto auto;
	width: 1025px;
}

#content {
	float: right;
	width: 700px;
	padding: 25px;
}

#content #header {
	margin-bottom: 25px;
}

#content #header h1 a {
	display: block;
	width: 718px;
	height: 68px;
	text-indent: -9999px;
	background-image: url(images/logo2.png);
	background-repeat: no-repeat;
}

#content #header small {
	font-size: 100%;
}

#content div.entry {
	margin-top: 10px;
}

#content p {
	margin: 10px 0;
	line-height: 140%;
}

#content ul {
	margin: 1em 0 1em 2em;
}

#content ul li {
	margin: 10px 0;
}

#content img {
	border: #ffffff solid 2px;
}

#content img.alignright {
	float: right;
	clear: right;
	margin: 20px 0 20px 20px;
}

#content h2 {
	font-size: 200%;
}

#content h3 {
	margin-top: 15px;
}

#content div.entry h3 {
	font-size: 120%;
}

#content img.alignleft {
	float: left;
	clear: left;
	margin: 20px 20px 20px 0;
}

#content img.aligncenter {
	display: block;
	clear: both;
	margin: 15px auto;
}

#google-map {
	width: 631px;
	height: 441px;
	border: #2F3738 solid 2px;
	
	font-family: helvetica, arial, sans-serif;
	color: #333333;
}

#google-map a {
	color: #0000ff;
}

#sidebar {
	float: left;
	width: 200px;
	padding: 0 25px;
	background-color: #2f3738;
}

#sidebar #slideshow {
	width: 200px;
	height: 151px;
	border: white 2px solid;
}

#sidebar #slideshow h2 {
	display: none;
}

#sidebar #weather-widget {
	width: 200px;
	height: 50px;
	background-color: #000000;
}

#sidebar h2 {
	font-size: 110%;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li.widget {
	margin: 25px 0;
}

li.widget_page_link_manager h2 {
	display: none;
}

li.widget_page_link_manager ul li {
	margin: 0;
}

li.widget_page_link_manager ul li ul li {
	margin: 0 0 0 15px;
	font-size: 90%;
}

#sidebar a {
	text-decoration: none;
}

.ngg-navigation {
  padding-bottom: 15px;
}

#footer {
	float: right;
	padding: 25px;
}

#footer ul {
	width: 100%;
	list-style: none;
}

#footer ul li {
	float: left;
	display: inline;
	margin-right: 2px;
}

#footer ul li img {
	height: 70px;
}

#footer p {
	clear: both;
}