body {
	background: none;
}

#header {
	background: url(../images/customlogo.gif) no-repeat;
	width: 800px;
	height: 222px;
	margin: 0 auto;
	text-align:center;
	padding: 12px 0px 0px 0px;
	/*border-bottom: 4px #00b7ea solid;*/
}


#header h1 {
	display: none;
}

#header h2 {
	display: none;
}

#home, #left, #right {
	padding-top:0px;
}

#header h1 {
	color: #333;
}

#header h1 a {
	color:#333;
}

.post a {
	color:#999;
	text-decoration:none;
}

.post a:hover {
	text-decoration: underline;
}

.post h2 a {
	color:#333;
}

p a {
	color:#333;
	text-decoration:none;
}

.post_date {
	background:url(../images/calendar-grey.gif) no-repeat;
}

.post_day {
	color: #333;
}

.sidebar_item {
	border-bottom: 2px #666 solid;
}

.sidebar_item h3 {
	color:#333;
}

.sidebar_item ul li a {
	color: #333
}

.sidebar_item ul li a:hover {
	color: #333;
}

.navigation a {
	color:#333;
}

.navigation a:hover {
	text-decoration: underline;
}

.sidebar_item h3 {
	color:#333;
}

#footer-bg {
	border-top: none;
	background: none;;
}

#footer {
	border-top: 1px #666 solid;
}

#footer-home h3 {
	color: #333;
}

#footer-home .sidebar_item, #footer-home .sidebar_item ul li a {
	border-bottom: none;
	color: #333;
}

#footer-home .sidebar_item ul li a:hover {
	color: #000;
}

h2.sectionhead {
	border-bottom: 2px solid #666;
	color: #333;
}