/*  
This resets every element back to 0 as to make take it as close to basic for every browser as possible
*/

html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd,q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-color: #333333;
	font-size:62.5%;
}

ol { 
	color: white;
} 

ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*End of standard css start*/



p {
	font-weight: normal;
	font-family:Arial;
	font-size: 12px;
	color: white;
	line-height: 18px;
	padding: 0px 10px 0px 10px;
}
.smallp
{
font-size: 9px;
line-height: 12px;
}
h1 {
	font-weight: normal;
	font-family:Georgia;
	font-size: 17pt;
	color: white;
	line-height: 37px;
	padding: 0px 10px 10px 10px;
	clear:both;
}


h2 {
	font-weight: normal;
	font-family:Georgia;
	font-size: 12pt;
	color: white;
	line-height: 30px;
	padding: 0px 5px 0px 15px;
}


/*Main page layout*/

#headerSurround {
	top: 0px;
	margin:0 auto;
	width: 100%;
	border:0px;
	border-style: solid;
	background-image: url(../images/crossbar.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FF5100;
	height: 381px;
}

#cp-headerSurround {
	top: 0px;
	margin:0 auto;
	width: 100%;
	border:0px;
	border-style: solid;
	background-image: url(../images/crossbar.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FF5100;
	height: 320px;
}

#header{
	margin:0 auto;
	padding-left: 0px;
	overflow:hidden;
	width: 1000px;
	background-image: url(../images/header.png);
	background-position: top left;
	height: 381px;
}

#cp-header{
	margin:0 auto;
	width: 1000px;
	padding: 0;
	background-image: url(../images/cp-header.png);
	height: 219px;
}

#cp-nav{
	margin:0 auto;
	width: 100%;
	height:58px;
	background: none;
	padding:0 0 0 0px;
}
#cp-nav-contain{
	margin:0 auto;
	width: 1000px;
}


* html #cp-nav{
	padding:0 0 0 0px;
}

#fullwidth {
	margin:0 auto;
	width: 1000px; 
}


#contentSurround {
	margin:0 auto;
	width: 100%;
	border:0px;
	border-style: solid;
	background-color: #FF5100;
	height: 150px;
}

#contentSurround-front {
	margin:0 auto;
	width: 100%;
	border:0px;
	border-style: solid;
	background-color: #FF5100;
	height: 400px;
}

#contentSurround-prize{
	margin:0 auto;
	width: 100%;
	border:0px;
	border-style: solid;
	background-color: #FF5100;
	height: 550px;
}


#content-container {
	margin:0 auto;
	width: 1000px;
}

#contentSurround-rules{
	margin:0 auto;
	width: 100%;
	border:0px;
	border-style: solid;
	background-color: #FF5100;
	height: 960px;
}

#contentSurround-entries {
	margin:0 auto;
	width: 100%;
	border:0px;
	border-style: solid;
	background-color: #FF5100;
	height: 1200px;
}

#contentSurround-shortlist {
	margin:0 auto;
	width: 100%;
	border:0px;
	border-style: solid;
	background-color: #FF5100;
	height: 1700px;
}

hr.clear{
	clear:both;
	padding:20px;
	visibility:hidden;
}

#contentSurround-judges {
	margin:0 auto;
	width: 100%;
	border:0px;
	border-style: solid;
	background-color: #FF5100;
	height: 1400px;
}

#twit-twit{
	padding-left: 45px;
	background-image: url(../images/twitter.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}


#theentries li{
	background-image: url(../images/videoframe-small2.png);
	background-position: 0 52px;
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
	float: left;
}

#fullyoutube{
	background-image: url(../images/videoframe2.png);
	background-repeat: no-repeat;
	background-color: #FF5100;
	float:left;
	width: 400px;
}

#youtubepos{
	padding-top: 7px;
	padding-left: 20px;
	padding-bottom: 10px;
}

#theentries{
	padding: 0 0 0 7px;
	clear: both;
}

#theshortlist{
	padding: 0 0 0 7px;
	clear: both;
}

#theshortlist li{
	background-image: url(../images/videoframe-small2.png);
	background-position: 0 52px;
	background-repeat: no-repeat;
	width: 440px;
	float: left;
}

#theshortlist li a{
	float: left;
}

#theshortlist li a img{
	margin-left: 10px;
	margin-top: 30px;
}

#theshortlist li p.description{
	width: 200px;
	float: left;
	margin-left:30px;
}

#toppagination{
	clear: both;
	float: right;
}
	
#bottompagination{
	clear: both;
	float: right;
}

.pagination li{
	float: left;
	font-size: 18px;
	font-family: Arial;
}

.pagination li a{
	width: 26px;
	height: 30px;
	padding-top: 4px;
	display: block;
}

#winnercopy{
	width: 400px;
	float: left;
}

.pagination li a.selected{
	text-decoration: none;
}

.pagination li.previous{
	background-image: url(../images/arrow-small-left.png);
	background-repeat: no-repeat;
	text-indent: -8300px;	
}
.pagination li.previous a{
	width: 31px;
}

.pagination li.next{
	background-image: url(../images/arrow-small-right.png);
	background-repeat: no-repeat;
	text-indent: -8300px;
}
.pagination li.next a{
	width: 25px;
}

#theentries li{
	padding-left: 10px;
}

#theentries h2{
	top: -10px;
	left: -20px;
	min-height: 60px;
	position: relative;
}

.judge_pic
{
	margin-top: 7px;
	margin-left: 13px;
}
#content {
	width: 930px;
	margin:0 auto;
	background-color: #FF5100;
	padding-left:50px;
}

#footerSurround{
	margin:0 auto;
	width: 100%;
	background-image: url(../images/crossbar-footer.png);
	background-position: top left;
	background-repeat: repeat-x;
	height: 100%;
	background-color: #333333;
}

#footer{
	margin:0 auto;
	width: 1000px;
	height: 41px;
}

#footer-content{
	margin:0 auto;
	width: 1000px;
	height:100px;
	background-color: #333333;
}

#footer-content a{
	text-decoration: none;
	color:white;
}
#footer-content a:hover{
	color:#FF5100;
}
#footer-content a:visited{
	color:white;
}




.left{
	float:left;
}

.right{
	float:right;
}


/*Front Page navigation items*/

#nav{
	float:left;
	width:454px;
	height: 178px;
	background: none;
	margin: 35px 0 0 0px;
	margin-top:35px;
	margin-left:180px;
}

* html #nav{
	margin-left: 90px;
}


#fake-cp-nav{
	float:left;
	width:40px;
	height: 80px;
	border: 1px solid black;
}


#nav ul { 
    list-style: none;
	padding: 0;
	margin: 0;
} 

#nav li { 
    list-style:none;
	padding: 0;
	margin: 0;
} 

#nav a { 
    overflow: hidden; 
    background-repeat: no-repeat; 
} 

#nav a span{ 
    display: none; 
}

#cp-nav ul { 
    list-style: none;
} 

#cp-nav li { 
    list-style:none;
} 

#cp-nav a { 
    overflow: hidden; 
    background-repeat: no-repeat; 
} 

#cp-nav a span{ 
    display: none; 
}

.theprize a{
	background-image: url(../images/main-theprize.png);
	padding: 0 196px 54px 0; 
	margin: 0;
}

.theentries a{
	background-image: url(../images/main-theentries.png);
	padding: 0 220px 54px 0; 
	clear:right;
}

.therules a{
	background-image: url(../images/main-therules.png);
	padding: 0 192px 53px 0; 
	margin: 5px 0 0 35px;
}

.thejudges a{
	background-image: url(../images/main-thejudges.png);
	padding: 0 215px 53px 0; 
	margin: 5px 0 0 0px;
	clear:right;
}

.theshortlist a{
	background-image: url(../images/main-theshortlist.png);
	padding: 0 329px 52px 0; 
	margin: 5px 0 0 85px;
}


.theprize a:hover{
	background-image: url(../images/main-theprize-selected.png);
}

.theentries a:hover{
	background-image: url(../images/main-theentries-selected.png);
}

.therules a:hover{
	background-image: url(../images/main-therules-selected.png);
}

.thejudges a:hover{
	background-image: url(../images/main-thejudges-selected.png);
}

.theshortlist a:hover{
	background-image: url(../images/main-theshortlist-selected.png);
}



.theprize-small a{
	background-image: url(../images/content-theprize.png);
	padding: 0 150px 58px 0; 
}
.theprize-small-selected a{
	background-image: url(../images/content-theprize-selected.png);
	padding: 0 150px 58px 0; 
}
.theprize-small a:hover{
	background-image: url(../images/content-theprize-selected.png);
}

.theentries-small a{
	background-image: url(../images/content-theentries.png);
	padding: 0 168px 58px 0;
	margin-left: 5px;
}
.theentries-small-selected a{
	background-image: url(../images/content-theentries-selected.png);
	padding: 0 168px 58px 0;
	margin-left: 5px;
}
.theentries-small a:hover{
	background-image: url(../images/content-theentries-selected.png);
}

.therules-small a{
	background-image: url(../images/content-therules.png);
	padding: 0 144px 58px 0; 
	margin-left: 5px;
}
.therules-small-selected a{
	background-image: url(../images/content-therules-selected.png);
	padding: 0 144px 58px 0; 
	margin-left: 5px;
}
.therules-small a:hover{
	background-image: url(../images/content-therules-selected.png);
}

.thejudges-small a{
	background-image: url(../images/content-thejudges.png);
	padding: 0 165px 58px 0; 
	margin-left: 5px;
}

.thejudges-small-selected a{
	background-image: url(../images/content-thejudges-selected.png);
	padding: 0 165px 58px 0; 
	margin-left: 5px;
}
.thejudges-small a:hover{
	background-image: url(../images/content-thejudges-selected.png); 
}

.theshortlist-small a{
	background-image: url(../images/content-theshortlist.png);
	padding: 0 266px 57px 0; 
	margin-left: 5px;
}

.theshortlist-small-selected a{
	background-image: url(../images/content-theshortlist-selected.png);
	padding: 0 266px 57px 0; 
	margin-left: 5px;
}

.theshortlist-small a:hover{
	background-image: url(../images/content-theshortlist-selected.png);
}

#cp-divide {
	float:left;
	width: 975px;
	height: 35px;
	margin:0 auto;
	background-image: url(../images/cp-divide.png);
	background-color: #FF5100;
}


/*Content area*/

#divider {
	width: 14px; 
	height:347px;
	background-image: url(../images/content-divide.png);
	margin: 15px 15px 0 15px;
}

.tleft{
	
}

.tright{

}

.textarea{
	margin-top: 15px;
	height: 347px;
	width: 425px;
}

.cp-textarea{
	margin-top: 0px;

	width: 420px;
}

.full{
	margin-top: 15px;
	width: 900px;
	clear: both;
}

/*Latest video area*/

#latestvid {
	height:60px;
	width:260px;
	margin-left:16px
}

#latestvid h1{
	padding: 0 0 0 0 ;
	margin: 0 0 0 0;
}

#latestvid p{
	margin: 0 0 0 0;
	padding: 10px 0 0 3px;
}


/*Next and Previous video controlls*/

#controls{
	float:left;
	width:120px;
	height: 50px;
	background: none;
}

#controls a { 
    overflow: hidden; 
    background-repeat: no-repeat; 
} 

#controls a span{ 
    display: none; 
} 

#previous-vid{
	background-image: url(../images/arrow-left.png);
	padding: 0 44px 44px 0; 
	margin: 0 10px 0 0;
}

#next-vid{
	background-image: url(../images/arrow-right.png);
	padding: 0 44px 44px 0; 
	margin: 0 0 0 0;
}

#video-player{
	float:left;
	margin: 10px 0 0 0;
	width: 431px;
	height: 276px;
	background-image: url(../images/videoframe.png);
}

#placeholder {
	background-image: url(../images/placeholder.png);
	width: 397px;
	height: 247px;
	margin: 12px 0 0 18px;
}




/*Video listing page*/

.video-item {
	width:215px;
	height:164px;
	margin: 5px 5px 15px 5px;
}

.small-video-surround {
	width:200px;
	height:128px;
	margin: 5px 5px 10px 5px;
	background-image: url(../images/videoframe-small.png);
}

.small-video-divide {
	width:207px;
	height:10px;
	margin: 2px 2px 2px 2px;
	background-image: url(../images/video-divide.png);
}



/*Judges listing page*/

.judge {
	width:290px;
	height:580px;
	margin: 5px 1px 5px 1px;
}

.judge-surround {
	width:282px;
	height:161px;
	margin: 5px 5px 5px 5px;
	background-image: url(../images/judges-surround.png);
}

.judge-divide {
	width:286px;
	height:14px;
	margin: 2px 2px 2px 2px;
	background-image: url(../images/judges-divide.png);
}

.judge p{
	font-size: 12px;
}


#prec-link{
	float:left;
	
	background: none;
	margin: 0px 0 0 100px;
	width:400px;
}

* html #prec-link{
	margin: 0px 0 0 50px;
}


#prec-link a { 
	float:left;
    overflow: hidden; 
    background-repeat: no-repeat; 
} 

#prec-link a span{ 
    display: none; 
}


#mainpage{
	padding: 0 600px 150px 0; 
}

.rule1 {
	background-image: url(../images/r1.gif);
	width: 125px;
	height: 40px;
	background-repeat: no-repeat;
}

.rule2 {
	background-image: url(../images/r2.gif);
	width: 144px;
	height: 40px;
	background-repeat: no-repeat;
}

.rule3 {
	background-image: url(../images/r3.gif);
	width: 144px;
	height: 40px;
	background-repeat: no-repeat;

}

.rule4 {
	background-image: url(../images/r4.gif);
	width: 144px;
	height: 40px;
	background-repeat: no-repeat;
}

.rule5 {
	background-image: url(../images/r5.gif);
	width: 144px;
	height: 40px;
	background-repeat: no-repeat;
}

.rule6 {
	background-image: url(../images/r6.gif);
	width: 144px;
	height: 40px;
	background-repeat: no-repeat;
}
.rule7 {
	background-image: url(../images/r7.gif);
	width: 144px;
	height: 40px;
	background-repeat: no-repeat;
}
.rule8 {
	background-image: url(../images/r8.gif);
	width: 144px;
	height: 40px;
	background-repeat: no-repeat;
}
.rule9 {
	background-image: url(../images/r9.gif);
	width: 144px;
	height: 40px;
	background-repeat: no-repeat;
}
#content span{
	display:none;
}

.rule{
	margin: 5px 0px 15px 0;
	padding: 0 0 0 0;
}
.ruleright
{
margin-left: 10px;
}
a
{
color: #ffffff;
}

#precedent{
	background-image: url(../images/precedent.png);
	width:161px;
	height: 40px;
	overflow: hidden; 
    background-repeat: no-repeat; 
}

#precedent a { 
    overflow: hidden; 
    background-repeat: no-repeat; 
} 

#precedent a span{ 
    display: none; 
}

#bottomlink{
	padding: 0 161px 40px 0; 
}




label
{
width: 150px;
float: left;
text-align: right;
margin-right: 0.5em;
margin-bottom: 5px;
display: block
}

input
{
width: 200px;
float: left;
margin-right: 0.5em;
margin-bottom: 5px;
display: block;
background-color: #FFA87F;
}

.tick{
width: 10px;
float: left;
margin-right: 0.5em;
margin-bottom: 5px;
display: block

}

select
{
width: 204px;
float: left;
margin-right: 0.5em;
margin-bottom: 5px;
display: block;
background-color: #FFA87F;
}

.submit input
{
margin-top: 20px;
margin-right: 40px;
float:right;
} 


.judge h2{
	line-height: 20px;
}

span#cntdwn{
font-family:Georgia;
font-size:18px;
color:black;
width:180px;
text-align:left;
float:left;
}

#countdown{
	float:right;
	background-image: url(../images/countdown.png);
	width:159px;
	height: 140px;
	margin-right: 20px;
	padding-top: 50px;
	padding-left:40px;
	display: none;
}

#pageme {
	top: 0px;
	margin:0 auto;
	width: 1000px;
	border:0px;
	overflow:hidden;
}

.margin{
	margin-right: 35px;
}

* html .margin{
	margin-right: 18px;
}
