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

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

/* Content Coloring */
h2, .message-text {
	color: #3637C3;
}
h3, #sidebar h3 {
	color: #6ABBCF;
}
h4, #sidebar h4 {
	color: #7CBB4D;
}
a:link, a:visited {
	color: #6ABBCF;
}
a:hover, a:active {
	color: #3637C3;
}
th {
	background: #C9FF9F;
	color: #333;
}
pre, code {
	color: #3637C3;
}

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

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

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

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

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

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

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