@charset "UTF-8";
/* CSS Document */

/*======GENERAL LAYOUT STYLES=======*/
body {
	background-color:#d6c8a3;
	font-family:Verdana, Geneva, sans-serif;
	/*background-image:url('../images/site-bg/wall4.jpg');*/
}

.site{
	background-image:url('../images/layout/bg-faker.jpg');
	background-position:middle;
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
}

.home_title{
	font-size:16px;
	color:#FF9900;
	padding:10px;
	
}

.home_p{
	font-size:14px;
	color:#FFF;
	padding:0px 10px 10px 10px ;
	line-height:20px;
}

.home_link{
	color:#FF9900;
	
}

/*====CONTENT CONTAINER IDS====*/

#home{
	width:1000px;
	height:630px;
	background-image:url('../images/full-pages/home-bg.jpg');
}


#contest{
	width:1000px;
	height:630px;
	background-image:url('../images/full-pages/contest-bg.jpg');
}

#submit{
	width:1000px;
	height:630px;
	background-image:url('../images/full-pages/submit-bg.jpg');
}

#watch{
	width:1000px;
	height:630px;
	background-image:url('../images/full-pages/watch-bg.jpg');
}
/*====SEARCH BAR STUFF===*/

.search{
	background-image:url("../images/layout/search-bar.jpg");
	background-repeat:no-repeat;
	background-position:center;
	height:100px;
	padding:0px;
	margin:0px;
}

.searchBox{
	position:relative;
	top:40px;
	left:230px;
}
.noResults{
	background-image:url("../images/layout/Past-Contest-Header-Name.jpg");
	background-repeat:no-repeat;
	background-position:center;
	height:100px;
	padding:0px;
	margin:0px;
	color:#FF9900;
}

.noResults p
{
	position:relative;
	top:30px;
}

.findButton
{
	position:relative;
	top:40px;
	left:230px;
}

 .sort{
	position:relative;
  	top:20px;
	left:450px;
	color:#FF9900;
	width:300px;
	font-size:12px;
}

.sort a{
	color:#FF9900;
	font-size:12px;
	text-decoration:none;
}

.sort a:hover{
	color:#FFF;
}


#pagination{
	position:relative;
	text-align:right;
  	top:3px;
	left:700px;
	color:#FF9900;
	width:170px;
	font-size:12px;
}

#pagination a{
	color:#FF9900;
	text-decoration:none;
}

#pagination .current{
	color:#CCCCCC;
	font-style:italic;
}

#pagination .disabled{
	color:#000000;
}

/*====PAGE HEADERS======*/

#videosHeader{
	width:1000ßpx;
	height:212px;
	background-image:url("../images/page-headers/videos-header.jpg");
}

#favesHeader{
	width:1000ßpx;
	height:212px;
	background-image:url("../images/page-headers/faves-header.jpg");
}

#finalistsHeader{
	width:1000ßpx;
	height:212px;
	background-image:url("../images/page-headers/finalists-header.jpg");
}

#winnersHeader{
	width:1000ßpx;
	height:212px;
	background-image:url("../images/page-headers/winners-header.jpg");
}

#submissionsHeader{
	width:1000ßpx;
	height:212px;
	background-image:url("../images/page-headers/submissions-header.jpg");
}




/*======VIDEO CONTAINERS=====*/

.fave{
	background-image:url("../images/video-bg/les-fave-bg.jpg");
	background-repeat:no-repeat;
	background-position:center;
	width:1000px;
	height:230px;
}

.contest{
	background-image:url("../images/video-bg/contest-submission-bg.jpg");
	background-repeat:no-repeat;
	background-position:center;
	width:1000px;
	height:230px;
}

.finalist{
	background-image:url("../images/video-bg/contest-finalist-bg.jpg");
	background-repeat:no-repeat;
	background-position:center;
	width:1000px;
	height:230px;
}

.fan{
	background-image:url("../images/video-bg/fan-video-bg.jpg");
	background-repeat:no-repeat;
	background-position:center;
	width:1000px;
	height:230px;
}

.novids{
	background-image:url("../images/video-bg/no-vids-bg.jpg");
	background-repeat:no-repeat;
	background-position:center;
	width:1000px;
	height:230px;
}

.nofaves{
	background-image:url("../images/video-bg/no-faves-bg.jpg");
	background-repeat:no-repeat;
	background-position:center;
	width:1000px;
	height:230px;
}

/*winners*/

#contestName
{
	background-image:url("../images/layout/Past-Contest-Header-Name.jpg");
	background-repeat:no-repeat;
	background-position:center;
	height:100px;
	padding:0px;
	margin:0px;
}

.contestNameText{
	position:relative;
	top:40px;
	color:#FF9900;
	font-weight:bold;
	font-size:16px;
}

.first_place{
	background-image:url("../images/video-bg/first-place-bg.jpg");
	background-repeat:no-repeat;
	background-position:center;
	width:1000px;
	height:230px;
	position:relative;
}

.second_place{
	background-image:url("../images/video-bg/second-place-bg.jpg");
	background-repeat:no-repeat;
	background-position:center;
	width:1000px;
	height:230px;
	position:relative;
}

.third_place{
	background-image:url("../images/video-bg/third-place-bg.jpg");
	background-repeat:no-repeat;
	background-position:center;
	width:1000px;
	height:230px;
	position:relative;
}

.runner_up{
	background-image:url("../images/video-bg/runner-up-bg.jpg");
	background-repeat:no-repeat;
	background-position:center;
	width:1000px;
	height:230px;
	position:relative;
}

.honourable_mention{
	background-image:url("../images/video-bg/hm-bg.jpg");
	background-repeat:no-repeat;
	background-position:center;
	width:1000px;
	height:230px;
	position:relative;
}

/*========VIDEO CONTENT========*/

.vid_img{
	position:relative;
	top:35px;
	left:120px;
}

.vid_title{
	position:relative;
	top:-120px;
	left:380px;
	font-size:16px;
	font-weight:bold;
	width:400px;
	
}

.vid_details
{
	text-align:left;
	width:400px;
	height:120px;
	position:relative;
	top:-120px;
	left:380px;
	font-size:10px;
}

.vid_desc{
	text-align:left;
	width:400px;
	height:120px;
	overflow:auto;
	overflow-x: hidden; 
	position:relative;
	top:-220px;
	left:380px;
	font-size:12px;
}

.vid_desc a{
	color:#ff0000;;
}

.vid_prize{
text-align:left;
	width:400px;
	height:120px;
	overflow:auto;
	overflow-x: hidden; 
	position:relative;
	top:-100px;
	left:380px;
	font-size:12px;
}
/*=====================INDIVIDUAL PAGE STYLES=======================*/


/*======HOMEPAGE===*/
.homeEmbed{
	position:relative;
	top:125px;
	left:340px;
	width:500px;
	background-color:#000;
	/*-moz-opacity:.65; filter:alpha(opacity=65); opacity:.65;*/
}


/*=======CONTEST========*/
#contestText{
	position:relative;
	top:0px;
	left:165px;
	width:400px;
	font-size:12px;
	font-size:14px
}

#contestText h2{
	color:#cc0035;
}

#contestText a{color:#cc0035;}
#contestText a:hover{ text-decoration:underline;color:#ff9900;}
#contestText a:visited{color:#cc0035;}

#finalist-link{
	position:relative;
	top:450px;
	left:655px;
	width:193px;
	height:87px;
	background-image:url("../images/layout/finalists-link.png");
	background-repeat:no-repeat;
	background-position:center;
}

#winners-link{
	position:relative;
	top:450px;
	left:655px;
	width:193px;
	height:87px;
	background-image:url("../images/layout/winners-link.png");
	background-repeat:no-repeat;
	background-position:center;
}

#contest-links-hidden{
	position:relative;
	top:450px;
	left:655px;
	width:193px;
	height:87px;
	background-repeat:no-repeat;
	background-position:center;
}

#contestText a{
	color:#314d78;
}


#prize-header{
	background-image:url("../images/layout/show-prizes.jpg");
	background-repeat:no-repeat;
	background-position:center;
	height:100px;
	padding:0px;
	margin:0px;
}

#hiddenButton
{
	width:227px;
	height:56px;
	position:relative;
	left:100px;
	top:20px;
}

.showPrizes
{
	display:block;
}

.hidePrizes{
	display:none;
}


#firstPrize {
	position:relative;
	background-image:url("../images/video-bg/Fire-Starting-Prizes-First.jpg");
	background-repeat:no-repeat;
	background-position:center;
	width:1000px;
	height:230px;
}
#secondPrize {
	position:relative;
	background-image:url("../images/video-bg/Fire-Starting-Prizes-Second.jpg");
	background-repeat:no-repeat;
	background-position:center;
	width:1000px;
	height:230px;
}
#thirdPrize {
	position:relative;
	background-image:url("../images/video-bg/Fire-Starting-Prizes-Third.jpg");
	background-repeat:no-repeat;
	background-position:center;
	width:1000px;
	height:230px;
}
#runnerUpPrize {
	position:relative;
	background-image:url("../images/video-bg/runner-up-prize-bg.jpg");
	background-repeat:no-repeat;
	background-position:center;
	width:1000px;
	height:230px;
}


.pastcontests{
	background-image:url("../images/layout/Past-Contests-bar.jpg");
	background-repeat:no-repeat;
	background-position:center;
	height:100px;
	padding:0px;
	margin:0px;
}
/*==========Past Contests=============*/
.pastContest{
	background-image:url("../images/video-bg/fan-video-bg.jpg");
	background-repeat:no-repeat;
	background-position:center;
	width:1000px;
	height:230px;
}

.contestImg
{
	position:relative;
	top:35px;
	left:120px;
	width:500px;
}

.contestName{
	position:relative;
	top:-140px;
	left:380px;
	font-weight:bold;
	width:400px;
}

.contestDesc{
	text-align:left;
	width:400px;
	height:120px;
	overflow:auto;
	overflow-x: hidden; 
	position:relative;
	top:-140px;
	left:380px;
	font-size:12px;
}

.contestDesc a{
	color:#000;
}






/*=======Submit Pages=====*/

#submitForm{
	width:300px;
	position:relative;
	left:520px;
	top:40px;
	font-size:12px;
	
}

#formSuccess{
	width:300px;
	position:relative;
	left:520px;
	top:50px;
	font-size:12px;
	
}

#submitForm .FormName, .FormEmail, .FormURL, .FormTitle, .FormDesc, .FormTags, .FormTOS, .FormSubmit{
	padding-bottom:10px;
}


.FormTOS{
	font-size:10px;
	padding-bottom:10px;
}

/*======WATCH PAGE=========*/

.watchTitle{
	position:relative;
	top:90px;
	left:400px;
	font-size:18px;
	padding-bottom:10px;
}
.watchEmbed{
	position:relative;
	top:35px;
	left:315px;
}

.watchDetails{
	width:500px;
	height:175px;
	position:relative;
	top:45px;
	left:315px;
	color:#000000;
}

.watchName{
	padding-top:10px;
	padding-left:10px;
	padding-bottom:5px;
	font-size:14px;
	font-weight:bold;
}

.watchDesc{
	padding-left:10px;
	font-size:12px;
}