/*
	Theme Name: Ann Kroeker Child Theme
	Theme URI: http://successcreeations.com
	Description: This is a customization of the Twenty Ten theme for Ann Kroeker.
	Author: SuccessCREEations, Inc.
	Author URI: http://successcreeations.com
	Version: 1.0

	
	Template: twentyten


*/
/* Get the TwentyTen Stylesheet */
@import url("../twentyten/style.css");

/* Change Hyperlink Colors */

a:link {
	color: #4D8BBE;
	}
a:visited {
	color: #194F7C;
	}
a:active,
a:hover {
	color: #178056;
	}

/* Change Header Border Colors */
#branding img {
	border-top: 4px solid #4D8BBE;
	border-bottom: 1px solid #ACDC79;
	}

/* Hide TwentyTen Site Title */
#site-title {
	display: none;
	}
	
/* Change Main Site Navigation Bar Colors */	
#access {
	background: #ACDC79;
	}

#access a {
	color: #4F728F;
	text-shadow 0px 1px 1px #FFFFFF;
	}

#access ul ul a {
	background: #7BB1DF;
	color: #4F728F
	}
	
#access li:hover > a,
#access ul ul :hover > a {
	background: #7BB1DF;
	color: #194F7C;
	}
	
#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 {
	color: #194F7C;
	}
	
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #194F7C;
	}
	
/* Content */
.page-title a:active,
.page-title a:hover {
	color: #178056;
	}

#content .entry-title {
	color: #000;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 0;
}

.entry-title a:active,
.entry-title a:hover {
	color: #178056;
	}

.entry-meta a,
.entry-utility a {
	color: #888;
	}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #178056;
	}

.navigation a:active,
.navigation a:hover {
	color: #178056;
	}
	
/* Comments */
.reply a:hover,
a.comment-edit-link:hover {
	color: #178056;
	}
	
/* Footer */
#colophon {
	border-top: 4px solid #ACDC79;
	}

#site-info a {
	color: #4D8BBE;
	text-decoration: none;
	text-shadow: 1px 1px #7BB1DF;
}
