/*
Theme Name: Keleko
Description: Child theme for the Twenty Ten theme 
Author: Greg Freeman
Template: twentyten
*/

@import url("../twentyten/style.css");

body {
	background: #acd9f7;
}

#wrapper {
	border: 1px solid #8ec6ec;
}

#branding img {
	border-top-color: #1b80c3;
	border-bottom-color: #1b80c3;
}

#access {
	background: #04385a url(images/menu-bg.png) repeat-x;
}

#access li:hover > a {
	background: #0b5e96;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	font-weight: bold;
}

#content .entry-title {
	color: #004a7b;
}

.entry-title a:link,
.entry-title a:visited {
	color: #004a7b;
}

.entry-title a:hover {
	color: #ff4b33;
}
