body {
	margin: 0px 0px 20px 0px;
	background-color: #444;
	text-align: center;   
	font-family:  "Lucida Grande", Verdana, sans-serif;
	}

a img {
	border: none;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #444;
	}

a:link {
	color: #333;
	}

a:visited {
	color: #333;
	}

a:active {
	color: #333;
	}

a:hover {
	color: #333;
	background-color: #C9C2AF;
	}


h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	}

#container {
	line-height: 130%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 700px;
	background-color: #C9C2AF;
	}

#banner {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-align: center;
	height: 166px;
	background-image:url(../images/erie.jpg)
	}

#banner-img {
	display: none;
	}


#banner a {
	color: #FFFFFF;
	text-decoration: none;
	}

#banner h1 {
	font-size: xx-large;
	}

#banner h2 {
	font-size: small;
	}

#center {
	float: left;
	width: 490px;
	border-right: 1px dotted #CCC;
	overflow: hidden;
	}

.content {
	float: left;
	padding: 15px 15px 5px 15px;
	color: #444;
	background-color: #FCF4E7;
	font:  12px/17px "Lucida Grande", Verdana, sans-serif;
	}

#right {
	margin-left: 490px;
	}

.content p, .content ul {
	text-align: left;
    margin: 0;
	margin-bottom: 10px;
	}

.content blockquote {
	line-height: 17px;
	}

.content li {
	padding: 0;
	margin-top: 5px;
	}

.content ul {
	padding: 0;
	margin-left: 15px;
	}

.content img {
	border: 10px solid #C9C2AF;
	margin-bottom: 10px;
	}

.content h2 {
	color: #444;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	}

.content h3 {
	font: bold 14px/18px Verdana, serif;
	color:#444; 
	text-decoration:none; 
	margin-bottom: 10px;
	}

.content h3 a {
	color:#444; 
	text-decoration: none; 
	}
	
.content h4 {
	color:#444; 
	font-size:12px; 
	line-height: 15px;
	margin-bottom:0;
	padding-bottom: 0;
	}

.content p.posted {
	color: #444;
	font-size: x-small;
	background-color: #C9C2AF;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.content p.posted a {
	color: #666;
    text-decoration: none;
	border-bottom: 0px;
	}

.content p.posted a:hover {
	color: #666;
    text-decoration: underline;
	}

.sidebar {
	padding: 10px;
	font-size: 11px;
	line-height: 140%;
	color: #444;
	}

#calendar {
  	line-height: 140%;
	color: #FFF;
	
	font-size: x-small;
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	color: #444;
	
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}

.sidebar h2 {
	color: #fff;font-size: x-small;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #444;
	margin: 10px -10px 5px -10px;
	padding: 5px 10px;
	}
	
h2.first {
	margin-top: -10px;
	margin-bottom: 0;
}

.sidebar ul {
	padding-left: 0;
	margin: 0;
	margin-bottom: 15px;
	}

.sidebar ul ul {
	margin-bottom: 0;
	}

.sidebar #categories ul {
	padding-left: 0;
	}

.sidebar li {
	color: #444;
	font-size: 11px;
	text-align: left;
	line-height: 150%;
	list-style-type: none;
	margin-bottom: 5px;
	}

.sidebar #categories li {
	list-style-type: none;
	}

.sidebar p {
	margin-bottom: 5px;
	margin-top: 5px;
	}

.sidebar img {
	border: 3px solid #FFFFFF;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

#powered {
	
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #FFF;
	margin-top: 50px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}
#footer {
	clear: both;
	border-top: 1px #333 dotted;
	padding: 10px;
	font-size: x-small;
	background-color: #ABA6A0;
}