/* //////////////////////////////////// PRIMARY COLORS ///////
	Colors are grouped into foreground(fg#),background(bg#), border(b#)
	
COLOR 1: Includes main navigation and slider background.
#6B6A55

COLOR 2: Includes active navigation, block titles.
#333333

COLOR 3: Includes dropdown navigation, highlight dark links.
#222222

COLOR 4: Includes all main headline links.
#2f2f2f

BACKGROUND: #000000
HIGHLIGHT-WHITE: #ECEBE8
HIGHLIGHT-DARK: #484848
BREAKING NEWS: #FEB80A
CORE SLDIER: #2B2A21

------- COLOR 1 ------- */
.fg1	{color:#6B6A55!important;}
.bg1	{background-color:#6B6A55!important;}
.b1	{border-color:#6B6A55!important;}

.highlight-dark,
ul.dropdown,
ul.dropdown li,
.mega-bg,
#businessSearch.search-box,
#calendarSearch.search-box{
	background-color:#6B6A55;}
ul.dropdown,
ul.dropdown li,
.marketplace.sectionHead,
.blox-title h3,
.blox-title h3 a,
#blox-wrapper .heading.detail h1 a,
.calendar-widget-event-list h3{
	border-color:#6B6A55;
	color:#6B6A55;}
/* ------- COLOR 2 ------- */
.fg2 {color:#333333!important;}
.bg2 {background-color:#333333!important;}
.b2  {border-color:#333333!important;}

ul.dropdown li.active-vertical,
ul.dropdown li.active-horizontal,
own li.hover,
ul.dropdown li:hover,
ul.dropdown ul li.hover,
ul.dropdown ul li.hover a,
ul.dropdown ul li:hover,
ul.dropdown ul li:hover a,
.day-partition,
#blog-archives-list h4{
	background-color:#333333!important;}
.blox-title,
.blox-title a,
.blox-sub-title,
.blox-sub-title a,
.blox-title h3,
.blox-sub-title h4,
.blox-index h3,
#blox-footer .footer-section-block h4,
#blox-footer p,
.soft .blox-title h3 a,
.marketplace.categoriesList h3,
.marketplace.categoriesList h3 a,
.marketplace div h3,
.marketplace .blox-title h3{
	border-color:#333333;
	color:#333333;}
ul.dropdown ul,
ul.dropdown ul li{
	border-color:#333333;}
/* ------- COLOR 3 ------- */
.fg3	{color:#222222!important;}
.bg3	{background-color:#222222!important;}	
.b3	{border-color:#222222!important;}

ul.dropdown ul,
ul.dropdown ul li{
	background-color:#222222!important;}	
.highlight-dark .blox-title,
.highlight-dark .blox-sub-title,
.highlight-dark .blox-title h3,
.highlight-dark .blox-sub-title h4,
.highlight-dark p,
.highlight-dark a,
.highlight-dark .blox-list li a,
#blox-html-container .highlight-dark .blox-comments li,
#blox-html-container .highlight-dark .blox-comments li a,
#blox-html-container .highlight-dark .blox-comments li a em,
.blox-comments li a,
.blox-no-comments li a,
.blox-comments li span.blox-updated,
.blox-list li{
	border-color:#222222!important;
	color:#222222!important;}
/* ------- COLOR 4 ------- */
.fg4	{color:#2f2f2f!important;}
.bg4	{background-color:#2f2f2f!important;}	
.b4	{border-color:#2f2f2f!important;}	

#user-comment-area #comment-log-in-area .button a,
#aboutThisSection .moreInfo,
.marketplace .blox-featured-listings-holder li h5.moreInfo,
.heading.heading-cal .button.submit,
#eventDetail .button.submit{
	background-color:#2f2f2f;}
a,
.blox-bottom-block-holder ul li a,
.slideshow-rule .item-list .group .item h4 a,
.slideshow-rule .item-list .group .item h4 a:hover,
.blox-column .blox-list li .blox-headline a,
#blox-story-text p a,
.online-package-options li a,
.calendar-widget-event-list .blox-recent-block a,
.calendar .blox-specials-gallery ul li a,
.calendar .blox-recent-list li h4 a,
li.search-result.event a,
.blox-list li em{
	color:#2f2f2f;}
/* ------- PAGE COLOR ------- */
#blox-html-container{
	background-color:#000000;}
p.copyright{color:#fff;}
p.copyright a{color:#ddd;}
/* ------- HIGHLIGHT COLORS ------- */
.highlight-white{
	background-color:#fff!important;}
.highlight-light{
	background-color:#ECEBE8!important;}
.highlight-dark{
	background-color:#999!important;}
/* -------- BREAKING NEWS ---------- */
.blox-breaking-news,
.blox-breaking-news ul,
.blox-breaking-news ul li{background-color:#7F7E6F!important;}
/* -------- CORE SLIDER ---------- */
.core-slider  {background:#2B2A21!important;}