/* ##############################################
#												#
#	Esportsify Stylesheets						#
#	Author: Gavin Weeks							#
#	Platform: Esportsify by Gavin Weeks			#
#												#
###############################################*/

/* ---- GENERIC ---- */

a, .streams .section-list li h2 a, .videos .section-list li h2 a:hover, .tooltip .arrow, #navigation ul li a:hover, .nav_right ul li a:hover, #carousel h2 a:hover, .full-name, #lead-headlines li h3 a:hover
{
	color: #d70000;
}
	
.tooltip, #the-posts .post-author .is-admin, #the-posts .post-author .is-team, #the-posts .post-author .is-mod
{
	background: #d70000;
}

.button, .button input, .button a 
{
	background: url(../../images/colors/red/button-off.png) center center; 
}

.button:hover, .button input:hover, 
.button a:hover, 
.post-amounts li:hover,
.widget ul.widget-list .icon:hover 
{
	background: #d70000 url(../../images/colors/red/button-on.png) center center;
}


.widget ul.widget-list .comments:hover
{
	background: url(../../images/colors/red/comments-on.png) no-repeat;
}

.widget ul.widget-list .downloads:hover{
	background: url(../../images/colors/red/download-on.png) no-repeat;
}

/* ---- HEADER ---- */
#head_surround 
{
	background: url(../../images/colors/red/header.png) center top no-repeat;
}

/* ---- SPOTLIGHT ---- */
.carousel-nav li span.active 
{
	background: url(../../images/colors/red/carousel-on.png) no-repeat;
}

#carousel_surround .next 
{
	background: url(../../images/colors/red/arrow-right-off.png) no-repeat
}

#carousel_surround .next:hover 
{
	background: url(../../images/colors/red/arrow-right-on.png) no-repeat
}

#carousel_surround .prev 
{
	background: url(../../images/colors/red/arrow-left-off.png) no-repeat
}

#carousel_surround .prev:hover 
{
	background: url(../../images/colors/red/arrow-left-on.png) no-repeat;
}

/* ---- SPONSORS ---- */
.sponsors_list li:hover {background: url(../../images/colors/red/sponsor-on.png) no-repeat;}


/* ---- PAGE ---- */
.pagination li { background-image: url(../../images/colors/red/button-off.png) center center;}
.pagination li.current {background-image: url(../../images/colors/red/button-on.png) center center; }

#footer_nav{
	background: url(../../images/colors/red/footer-nav-bg.png) center bottom repeat-x;
	}
