/* Background Colors */
body {
	background: url(../../images/themes/emerald/bg_body.jpg);
}
#headerWrapper {
	background: url(../../images/themes/emerald/bg_header.jpg) top left repeat-x;
}
#pageHeader {
	color: #CCFFF0;
}

/* Tab Bar Colors */
#parentNav {
	background: url(../../images/themes/emerald/bg_parentNav.jpg) top left repeat-x;
}
#parentNav .current, 
#parentNav .current:hover, 
#parentNav .currentAncestor, 
#parentNav .currentAncestor:hover {
	color: #FFF;
	background: url(../../images/themes/emerald/tabs.jpg) top right no-repeat;
}
#parentNav a {
	background: url(../../images/themes/emerald/tabs.jpg) top left no-repeat;
}
#parentNav a:hover, 
#parentNav a:active {
	background: url(../../images/themes/emerald/tabs.jpg) top center no-repeat;
}

/* Content Coloring */
h2, .message-text {
	color: #009897;
}
h3, #sidebar h3 {
	color: #006666;
}
a:link, a:visited {
	color: #009897;
}
a:hover, a:active {
	color: #006666;
}
th {
	background: #009897;
	color: #FFF;
}
pre, code {
	color: #009897;
}

#secondChild ul ul ul li a {
	background: url(../../images/themes/emerald/ul3_bullets.jpg) left top no-repeat;
	color: #009897;
}
#secondChild ul ul ul li a:hover {
	background: url(../../images/themes/emerald/ul3_bullets.jpg) left bottom no-repeat;
}
#secondChild ul ul ul li .current {
	background: url(../../images/themes/emerald/ul3_bullets.jpg) left bottom no-repeat;
}
#secondChild ul ul ul li .currentAncestor {
	background: url(../../images/themes/emerald/ul3_bullets.jpg) left top no-repeat;
	color: #009897;
}

#secondChild ul ul ul ul li a {
	background: transparent url(../../images/themes/emerald/ul4_bullets.png) left top no-repeat;
	color: #009897;
}
#secondChild ul ul ul ul li a:hover {
	background: url(../../images/themes/emerald/ul4_bullets.png) left bottom no-repeat;
}
#secondChild ul ul ul ul li .current {
	background: url(../../images/themes/emerald/ul4_bullets.png) left bottom no-repeat;
}
#secondChild ul ul ul ul li .currentAncestor {
	background: url(../../images/themes/emerald/ul4_bullets.png) left top no-repeat;
	color: #009897;
}

#secondChild ul ul ul ul ul li a {
	background: url(../../images/themes/emerald/ul5_bullets.jpg) left top no-repeat;
	color: #009897;
}
#secondChild ul ul ul ul ul li a:hover {
	background: url(../../images/themes/emerald/ul5_bullets.jpg) left bottom no-repeat;
}
#secondChild ul ul ul ul ul li .current {
	background: url(../../images/themes/emerald/ul5_bullets.jpg) left bottom no-repeat;
}
#secondChild ul ul ul ul ul li .currentAncestor {
	background: url(../../images/themes/emerald/ul4_bullets.png) left top no-repeat;
	color: #009897;
}


/* Form Styles */
.form-input-field:hover, 
.form-input-field:focus, 
.form-input-button:hover, 
.form-input-button:focus {
	background: #CCFFF0;
}


/* Blog Bullets */
.blog-archive-link-enabled,
.blog-category-link-enabled,
.blog-rss-link,
.blog-comments-rss-link {
	background: url(../../images/themes/emerald/ul3_bullets.jpg) top left no-repeat;
}

.blog-comments-rss-link,
.blog-archive-link-disabled, 
.blog-category-link-disabled {
	background: url(../../images/themes/emerald/ul3_bullets.jpg) top left no-repeat;
}
.blog-archive-link-enabled:hover,
.blog-category-link-enabled:hover,
.blog-rss-link:hover,
.blog-comments-rss-link:hover {
	background: url(../../images/themes/emerald/ul3_bullets.jpg) bottom left no-repeat;	
}

/* Footer Styles */
#footerTop {
	background: url(../../images/themes/emerald/bg_footerTop.png);
}
#footer {
	background: url(../../images/themes/emerald/bg_footerGradient.jpg) top left repeat-x;
}
#footer .content {
	background: url(../../images/themes/emerald/bg_footerTab.png) top center no-repeat;
	color: #9bfeff;
}
#footer a:link, #footer a:visited {
	color: #9bfeff;     
	border-color: #9bfeff;
}
#footer a:hover, #footer a:active {
	color: #e6ffff;
}
