/* 
	:: http://www.privatespice.com ::

	Author: Antonio Greco
	
	Date: 24.10.07
	
	Rel: index.php

	Format: Layout | Text
	
	Media: Screen
*/

/******************	

Start : Share and cascade
	
******************/

	/*   Welcome Content   */
	#welcome-container span{padding-top:10px; display:block;}
	
	/*	Vote Area	*/
	.resultsAnswerCell span, #resultsTotalVotes span{font-weight:bold;}

/******************	

Start : Elements
	
******************/


	
/******************	

Start : Id's
	
******************/

	/*	Header	*/	
	#home-girls{position:absolute; top:116px; left:0; width:761px; height:171px; z-index:1;}
	
	/*   Welcome Content   */
	#welcome-container{ position:absolute; top:355px; left:10px; width:339px; height:148px; z-index:1;}
	
	#welcome-header{position:absolute; top:300px; left:10px; width:339px; height:48px; z-index:1;}
	#htw-ad{position:absolute; top:508px; left:10px; width:338px; height:119px; z-index:1;}
	
	/*	Video Content */
	#video-edge{position:absolute; top:300px; left:363px; width:36px; height:330px; z-index:1;}
	#video-player{background:url(../imgs/home/videoBg.gif) no-repeat !IMPORTANT; position:absolute; top:300px; left:399px; width:352px; height:330px; z-index:1;}
	
	/*	Vote Area	*/
	#voteArea{position:absolute; top:648px; left:10px; width:363px; height:300px; z-index:1; background:url(../imgs/home/voteBg.jpg) no-repeat;}
	#voteResults{margin:45px 0 0 20px}
	#votePoll{margin:35px 0 0 20px;}
	#voteForm{margin:0; padding:0;}
	#voteLink{border:none; position:absolute; top:265px; left:157px;}
	#voteLink:hover{cursor:pointer;}
	#votePollTable{border:none;}
	#pollQuestionCell{height:40px; vertical-align:top;}
	#voteResultsTable{border:none; width:320px;}
	#resultsQuestionCell{height:35px; vertical-align:top;}
	#resultsTotalVotes{height:25px; vertical-align:bottom;}
	
	/* Schedule Area */
	#wot-date{position:absolute; top:692px; left:35px; width: 143px; z-index:2;}
	#wot-schedule{position:absolute; top:711px;	left:37px; width:310px; height:184px; z-index:2; overflow:auto;}
	#wot-highlightBox{position:absolute; top:648px; left:10px; width:363px;	height:300px; z-index:1;}
	#fullSchedule-button{position:absolute; top:912px; left:166px;width:195px; height:25px; z-index:2;}
	
	/*	Programme Content	*/
	#pro-header{position:absolute; top:690px; left:411px; width: 315px; z-index:2;}
	#pro-name{font-size:14px; font-weight:bold;}
	#pro-img{position:absolute; top:734px; left:411px; width:317px; height:154px; z-index:2;}
	#pro-highlightBox{position:absolute; top:648px; left:388px; width:363px; height:300px; z-index:1;}
	#whatsOn-button{position:absolute; top:912px; left:544px; width:195px; height:25px; z-index:2;}

	/*	Footer Content	*/
	#copyright{position:absolute; top:958px; left:68px; z-index:2;}
	#homeBg{position:absolute; top:0px; left:0px; width:761px; height:989px; z-index:0;}

/******************	

Start : Classes
	
******************/

	/*	Vote Area	*/
	.pollRadioCell{height:25px; vertical-align:top;}
	.resultQuestCell{vertical-align:top; width:115px;}
	.resultsAnswerCell{height:20px; vertical-align:top;}
	.pollSpacer{height:10px; background-color:#FCD657; margin:0 10px 0 0;}
	
	/* Schedule Area */
	.hr-dashed{border-top:1px dashed #ffffff; width:90%; display:block;}
	
