@charset "utf-8";


/*********************************************************************
**********************************************************************
**********************************************************************
       
					   Hey, eager templater!!!
				
All of this stuff in this top section is structure/layout, and
is highly recommended to not betouched unless you know what you
are doing.  Changing the values can result in a broken layout.
It is recommended you stick to the template PSD provided and cut 
graphics out to the sizes provided for the most efficient and
predictable results.  Just jump to the "Customization Time" area
to get started!

**********************************************************************
**********************************************************************
*********************************************************************/

body {}

/*============= Background ====================*/
#container-bg {}
#container-list {}
#container-list .clear {}

/*Header*/
#container-list-header { } /* Header Background */
#container-list-header h1 { } /* Header Text */

/*============= Featured Carousel ====================*/
#featured-contest-items {}
#featured-contest-items h1 {} /* Featured Contest Text */ 
.es-carousel-wrapper {} /* Background Color for Carousel Buttons */ 
.es-nav span {} /* Previous and Next Button Color */

/*Container-Contest*/
#container-contestitems { } /* Background Color of Contest Area */

/*Container-Contest*/
#container-contestitems ul.contest-sorting {} /* Sorting bar Background Color */
#container-contestitems ul.contest-sorting li {border-top:none; border-bottom:none;} /* Border Divider Color */
#container-contestitems ul.contest-sorting li a {} /* Link text color */

/*============= Buttons ====================*/
#container-contestitems ul {}
#container-contestitems ul li {}
#container-contestitems p.contest-description {} /* Contest Description Color */
#container-contestitems p.contest-dates {} /* Contest Date Color */
.contest-contentcontainer a.contest-enterbutton {} /* Button Hover State color */
.contest-contentcontainer a.contest-enterbutton:hover {} /* Enter Button Text */

/*============= Contest List Individual Contest  ====================*/
#container-contestitems ul li div.contest-contentcontainer{}
#container-contestitems ul li div.contest-item {} /* Background for contest container */
#container-contestitems ul li div.container-header {} /* Header  */
#container-contestitems ul li div.container-header h1 {} /* Header Text */
#container-contestitems ul li div.contest-item div.contest-thumb-container { } /* Thumbnail Container */
#container-contestitems ul li div.contest-item img.contest-thumb {} /* Thumbnail Background Color, Padding, and Border */
#container-contestitems ul li div.empty_contest {color:#999; font-weight:bold; } /* Font Color for No Current, Upcoming, or Closed Contest */ 

/*============= Footer ====================*/
#container-footer {}
#container-footer p {}
#container-footer a {}

/*********************************************************************
**********************************************************************
**********************************************************************
       
					   Customization Time!!!
				
				The vast majority of any changes
				you'll do will be here.  Colors,
				backgrounds, font styles, can be
				changed from here.  Have fun! 

**********************************************************************
**********************************************************************
*********************************************************************/

body {background:#000 url(http://library.listenernetwork.com/xinban/skins/pointradio/bg-body.jpg) repeat top center; }

/*============= Background ====================*/
#container-bg {}
#container-list {}
#container-list .clear {}

/*Header*/
#container-list-header {  background: none; } /* Header Background */
#container-list-header h1 { color:#FFF;} /* Header Text */

/*============= Featured Carousel ====================*/
#featured-contest-items {}
#featured-contest-items h1 {background:#999; color:#FFF; font-size:18px;} /* Featured Contest Text */ 
.es-carousel-wrapper {background:#999;} /* Background Color for Carousel Buttons */ 
.es-nav span {color:#FFF;} /* Previous and Next Button Color */

/*Container-Contest*/
#container-contestitems { background:#FFF; } /* Background Color of Contest Area */

/*Container-Contest*/
#container-contestitems ul.contest-sorting { background:#CCC; } /* Sorting bar Background Color */
#container-contestitems ul.contest-sorting li {border:none; border-right:1px solid #999; border-left:1px solid #FFF;} /* Border Divider Color */
#container-contestitems ul.contest-sorting li.active { background:#999999; } /* Navigation bar active state */
#container-contestitems ul.contest-sorting li a {color:#666; font-weight:bold;} /* Link text color */
#container-contestitems ul.contest-sorting li.active a {color:#FFF;}  /* Navigation bar active state text color */


#container-contestitems ul {}
#container-contestitems ul li {}
#container-contestitems p.contest-description {color:#666;} /* Contest Description Color */
#container-contestitems p.contest-dates {color:#666; font-weight:bold; font-size:14px; } /* Contest Date Color */

/*============= Buttons ====================*/
.contest-contentcontainer a.contest-enterbutton {background: #ffaf00; color:#FFF;} /* Button Normal State color and Text Color */   
.contest-contentcontainer a.contest-enterbutton:hover {background: #333;} /* Button Hover State color */

/*============= Contest List Individual Contest  ====================*/
#container-contestitems ul li div.contest-contentcontainer{border:1px solid #ccc; border-top:none; padding:15px 10px;}
#container-contestitems ul li div.contest-item {background:#FFF;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;} /* Background for contest container */
#container-contestitems ul li div.container-header {background: #065590;
background: -moz-linear-gradient(top,  #ffffff 0%, #0b7cd1 2%, #065590 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#0b7cd1), color-stop(100%,#065590));
background: -webkit-linear-gradient(top,  #ffffff 0%,#0b7cd1 2%,#065590 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#0b7cd1 2%,#065590 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#0b7cd1 2%,#065590 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#0b7cd1 2%,#065590 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#065590',GradientType=0 ); -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; padding:5px;} /* Header  */
#container-contestitems ul li div.container-header h1 {font-size:16px; padding:5px; position:relative; color: #fff;} /* Header Text */
#container-contestitems ul li div.contest-item div.contest-thumb-container { } /* Thumbnail Container */
#container-contestitems ul li div.contest-item img.contest-thumb {background:#FFF; padding:10px; border:1px solid #CCC; } /* Thumbnail Background Color, Padding, and Border */

/*============= Footer ====================*/
#container-footer {font-style:italics; background:#999;}
#container-footer p {color:#FFF;}
#container-footer a {color:#FFF;}





