body,html{background:#111;}


/* SIGNAL AND LINK COLOR */
input[type=submit]:hover, 
input[type=submit]#searchsubmit:hover, #searchsubmit-flex:hover, 
#nav ul li.current_page_ancestor a, 
#nav ul li.current_page_item a,
#homebutton a.active,
#shortcuts ul li a,
a.button,
.shortcut_hover
{
	background-color:#8f000f;
	
}

a{
	color:#8f000f;	
	}


/* DARK COLOR */
input[type=submit],
#footer,
#nav ul,
#nav ul ul li a,
#homebutton a,
#tabnav li.active a,
h2.trigger

{
	background-color:#EEE;	
	}
	
a:hover {color:#464646; }

/* MEDIUM DARK COLOR */
#search,
input[type=submit]#searchsubmit, #searchsubmit-flex,
#nav ul li a:hover,
#nav ul ul li.current_menu_parent ul li a:hover, 
#nav ul ul li.current-menu-ancestor ul li a:hover, 
#nav ul ul li.current-menu-item ul li a:hover, 
#nav ul ul li a:hover,
#homebutton a:hover,
#tabnav li a,
h2.trigger:hover,
h2.active,
.slider-full 
{
	
	background-color:#A3BEC9;
	
}

#nav, #homebutton{border-bottom:2px solid #CCC;}

/* LIGHT COLOR */
.sidebar, .author-box{background:#f7f7f7;}


.caption-sidebar {
	
	background:url(../img/shared/caption_red.png) no-repeat  left -126px;

}
.caption-sidebar span {
	
	background:url(../img/shared/caption_red.png) no-repeat  right -63px;
	
}

.caption {
	
	background:url(../img/shared/caption_red.png) no-repeat  left top;

}
.caption span {
	
	background:url(../img/shared/caption_red.png) no-repeat  right -63px;
	
}