/* Base Overwriting */
a, a:visited, a:active {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #f22d27;
  text-decoration: underline;
  font-weight: normal;
}

h2 {
	color: #f22d27;
}

.title  {
	background:  url(orange/title-bg.png) center repeat-x;
}

input[type="button"], input[type="button"]:focus, input[type="button"]:active {
	background:  url(orange/title-bg.png) center repeat-x;
	color:#fff;
	cursor:pointer;
	border: 1px solid #fff;
	padding: 1px 4px;
	border: 0px;
}

input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
  border: 1px solid #f22d27;
}

a.category, a.category:visited, a.category:active {
  color: #00ff00;
}

a.category:hover {
  color: #00ff00;
}

.category_big {
	color:#fff;
}

.category_big a {
  color: #f22d27;
}

/* Template */

#head {
	background: url(orange/head-bg.png) center top repeat-x;
}

#header  {
	background: url(orange/header.png) center top no-repeat;
}

#navigation  {
	background: url(orange/navigation-bg.png) center top no-repeat;
}

#footer {
	background: url(orange/footer-top-bg.png) center top no-repeat;
}


#footer-lights {
	background: url(orange/footer-lights.png) 40px 0 no-repeat;
}

/* Navigation */

#navigation ul li .hover {
	background: url(orange/navi-hover.png) center top repeat-x;
}

#navigation ul li .hover-home {
	background: url(orange/navi-hover-home.png) center top repeat-x;
}


#navigation ul li ul li a:hover {
	color: #f22d27;
}

#navigation ul li ul li a, #navigation ul li ul li a:active, #navigation ul li ul li a:visited {
	background: url(orange/subnav.png) 5px 11px no-repeat;
}

/* Search */

#quicksearch, #quicksearch:focus {
	color: #FFFFFF;
}

/* Features */

#features li.ui-tabs-nav-item a b {
	color: #f22d27;
}

/* Login */

#login {
	background: url(orange/login-bg.png) -1px 0 no-repeat;
}

#login_u, #login_u:focus, #login_u:active, #login_p, #login_p:focus, #login_p:active {
	color: #f22d27;
}

/* Sponsors */

#sponsor-prev {
	background: url(orange/sponsor-arr-l.png) 10px 0 no-repeat;
}

#sponsor-next {
	background: url(orange/sponsor-arr-r.png) 10px 0 no-repeat;
}

/* News */

.news-date {
	background: url(orange/news-date-bg.png) 0 0 no-repeat;
}

#news-switch {
	background: url(orange/news-switcher-bg.png) 0 0 no-repeat;
}

/* sc_headlines.php */

#sc_headlines_out {
	background: url(orange/sc-headlines-bg.png) 0 0 no-repeat;
}

#sc_headlines a:hover span{
	color: #f22d27 !important;
}

#sc-hl-pl a:hover {
	background: url(orange/pl-hover.png) center top no-repeat;
	text-decoration: none;
	color: #000;
}

#sc-hl-pl b {
	background: url(orange/pl-hover.png) center top no-repeat;
}

#sc_headlines a b {
	color: #f22d27;
}

/* sc-results.php */

#sc-results-top {
	background: url(orange/sc-results-top.png) center top no-repeat;
}

#sc-results-top span:hover, #sc-results-top span.ac {
	background: url(orange/war-t-hover.png) center top no-repeat;
	color:#fff;
}

/* sc_videos.php */

#sc_videos {
	background: url(orange/sc-videos-bg.png) center top no-repeat;
}

#toogleList {
	background: url(orange/more-videos.png) 0 0 no-repeat;
}

#playerfunc a, #playerfunc a:active, #playerfunc a:visited{ 
	background: url(orange/playerfunc.png) 0 0 no-repeat;
}

#progress {
	background: #f22d27;
}

/* latesttopics.php */

#latesttopics_top {
	background: url(orange/board-top.png) 0 0 no-repeat;
}

#latesttopics_top a, #latesttopics_top a:active, #latesttopics_top a:visited {
	background: url(orange/more-threads.png) 0 0 no-repeat;
}

#latesttopics_con a, #latesttopics_con  a:active, #latesttopics_con  a:visited {
	background: url(orange/sc-latesttopics.png) 0 0 no-repeat;
}

#latesttopics_con a:hover {
	color:#f22d27;
	background: url(orange/sc-latesttopics-hover.png) 0 0 no-repeat;
}

/* Sidepanel */

.jScrollPaneDrag {
	background: #f22d27;
}

#ts_content * {
	color:#f22d27 !important;
}