#top-news { position: relative; line-height: 100%; background: #FC0 url(../i/top_news_bg.png) repeat-x top left; zoom: 1; z-index: 0; }
#top-news:after { display: block; clear: both; height: 0; visibility: hidden; content: "."; }
#top-news img { display: block; }
#top-news h1 { padding: 10px 20px; margin: 0; line-height: 100%; width: 350px; float: left; margin-right: 20px; }
#top-news p { padding: 10px 20px; margin: 0 0 0 410px; }
#top-news a { color: #FFF; }
#top-news a:hover { color: #000;}

#news-slideshow { overflow: hidden; background: #000 url(../i/newsfeedbg.png) repeat-x top left; margin-bottom: 10px; padding: 10px 0; }
#news { height: 295px; color: #AAA; overflow: hidden; }
#newstitle { font-size: 18px; line-height: 16px; padding-bottom: 4px; color: #555; letter-spacing: -1px; text-transform: uppercase; border-bottom: 1px dotted #444; }
#newstitle strong { color: #888; }
#news_items h1 { color: #FFF; margin-bottom: 16px; font-size: 22px; }
#news_items { height: 100%; }
#news_items div { height: 100%; }
#news_items a { color: #FC0; }
#news_items a:hover { color: #CA0; }
#news_items a.more-link { color: #FFF; }
#news_items a.more-link:hover { color: #FC0; }
#news_items .button { color: #000; background-position: 0 -105px; font-weight: bold; }
#news_items .button:hover { background-position: 0 -35px; color: #000; }

#slideshow { height: 295px; background: #000; overflow: hidden; }

#dots { font-size: 36px; font-weight: bold; text-align: right; position: absolute; top: 0; right: 0; overflow: hidden; height: 20px; padding-top: 5px; }
.dot { display: block; float: left; text-decoration: none; color: #444; line-height: 10px;  }
.dot:hover { color: #FC0; }
.dot.activeSlide { color: #FFF; cursor: default; }

#paused { font-size: 12px; text-transform: uppercase; color: #555; letter-spacing: 3px; position: absolute; right: 0; bottom: 0; z-index: 20; }

#twib { margin-bottom: 10px; }
#twib-header, #lotm-header { background: #410057 url(../i/gradients.png) repeat-x 0 -70px; font-size: 20px;  padding: 4px 10px; color: #FFF; text-transform: uppercase; font-weight: bold; }

/* LINK OF THE MOMENT
----------------------------------------------------------- */
#lotm-header em { color: #888; text-transform: lowercase; font-size: 18px; letter-spacing: -1px; }
#lotm a { display: block; font-size: 16px; margin-bottom: 5px; font-style: normal; }
#lotm .pad { color: #888; font-style: italic; overflow: hidden; }
a#lotm-archives-link { float: right; font-size: 11px; margin-top: 20px; color: #444; text-decoration: none; font-style: normal; }
a#lotm-archives-link:hover { text-decoration: underline; }

/* ---------------------------------------------------------------------- */
/* COUNTDOWN
/* ---------------------------------------------------------------------- */
	
	#countdown { padding: 5px 0 20px; overflow: hidden; }
	#countdown h1 { font-size: 12px; color: #888; float: left; margin: 0; padding: 0; }
	#countdown h1 strong { display: block; font-size: 50px; text-transform: uppercase; color: #000; font-weight: bold; letter-spacing: -2px; line-height: 40px; }
	#countdown #numbers { float: right; }
	#countdown .countdown_section { display: block; float: left; width: 60px; padding: 0 10px; color: #444; font-weight: bold; font-size: 11px; text-transform: uppercase; text-align: center; border-left: 1px solid #DDD; }
	#countdown .countdown_section:first-child { border-left: 0; }
	#countdown .countdown_amount { position: relative; font-size: 50px; line-height: 50px; display: block; color: #AAA; font-weight: bold; letter-spacing: -2px; }
	
