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

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

/* Content Coloring */
h2, .message-text {
	color: #F6C42C;
}
h3, #sidebar h3 {
	color: #333;
}
a:link, a:visited {
	color: #D0A525;
}
a:hover, a:active {
	color: #D0A525;
}
th {
	background: #FFCE2E;
	color: #333;
}
pre, code {
}

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

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

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

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

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

.blog-comments-rss-link,
.blog-archive-link-disabled, 
.blog-category-link-disabled {
	background: url(../../images/themes/gold/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/gold/ul3_bullets.jpg) bottom left no-repeat;	
}

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