/*Color Theme Default */
/*Header Background*/
.header-color-bg {
background-color:#040608;
}

/*Primary Color Background*/
.theme-color-primary {
background-color:#2f3946;
}

.sidebar .theme-color-header-bg {
	background-image:url(/sxm/css/themes/foxxhole/rr-header.png);
background-repeat:no-repeat;
}

.contentRR .theme-color-header-bg {
	background-image:url(/sxm/css/themes/foxxhole/center-header-primary.png);
background-repeat:no-repeat;
}

.theme-color-header-rr {
	background-image:url(/sxm/css/themes/foxxhole/rr-header.png);
background-repeat:no-repeat;
}

.theme-color-header-primary-center {
	background-image:url(/sxm/css/themes/foxxhole/center-header-primary.png);
background-repeat:no-repeat;
}

.theme-color-header-secondary-center {
	background-image:url(/sxm/css/themes/foxxhole/center-header-secondary.png);
background-repeat:no-repeat;
}


/*Twitter BG*/
.twtr-widget-1, .twtr-doc, .twtr-ft {
	background-color:#2f3946 !important;
}
/*Secondary Color Background*/
.theme-color-secondary {
background-color:#3b6979;
}

/*Content Color Background*/
.theme-color-content-bg {
background:#fff;
}

/*Title Color*/
.theme-color-header {
color:#fff !important;
}
/*Link Color*/
.channel-page a {
color:#00adee;
}

/*Visited Link Color*/
.sidebar .rr-nav  a:hover {
color:#045d7e;
}

.SXM_SubNav  a:hover {
color:#045d7e;
}

/*Arrows*/
.theme-arrow {
	background-image:url("rr-nav-arrow.png");
}

.ie6 .theme-arrow {
    background-image:url("rr-nav-arrow-ie.png");
}

.theme-hor-divide {
background-image:url("divider.png");
}

.theme-ver-divide {
background-image:url("vDivider.png");
}