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

/* CSS Reset v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End reset */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #26247b;
}

#wrapper {
	position: relative;
	width: 955px;
	height: 430px;
	padding-top: 170px;
	margin: 0 auto;
	background-image: url(../images/RugglesContest_Splash-bg2.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}

#wrapper-home, #wrapper-prizes, #wrapper-contest, #wrapper-how-to, #wrapper-downloads {
	position: relative;
	width: 955px;
	height: 600px;
	padding: 0;
	margin: 0 auto;
	background-image: url(../images/RugglesContest_main-bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}

#wrapper-winners {
	position: relative;
	width: 955px;
	height: 780px;
	padding: 0;
	margin: 0 auto;
	background-image: url(../images/Winners_main-bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}

#wrapper-rules, #wrapper-prizes-details {
	position: relative;
	width: 955px;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	background-color: #FFF;
}

#footer-container {
	width: 955px;
	height: 80px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#footer-container p {
	margin: 0;
	padding-top: 10px;
	font-size: 8px;
	line-height: 10px;
	color: #FFF;
}

#meltdown {
	width: 153px;
	height: 186px;
	position: absolute;
	right: 20px;
	bottom: 0;
	z-index: 100;
}

#social-icons {
	width: 135px;
	height: 106px;
	position: absolute;
	right: 270px;
	bottom: 70px;
	z-index: 100;
}

#winners-social-icons {
	width: 135px;
	height: 126px;
	position: absolute;
	left: 270px;
	bottom: 50px;
	z-index: 100;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 955px;
	height: 90px;
	background-image: url(../images/Ice-cream-bottom.png);
	background-repeat: no-repeat;
	z-index: 90;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 901;
	width: 345px;
	height: 316px;
	background-image: url(../images/Ruggles-Logo.png);
	background-repeat: no-repeat;
}

/* Main Navigation */

#main-nav-container {
	width: 955px;
	height: 144px;
	background-image: url(../images/Main-nav-bg.png);
	background-repeat: no-repeat;
}

ul#main-nav {
	float: right;
	list-style-type: none;
	padding-top: 8px;
	width: 200px;
	height: 20px;
}

ul#main-nav li {
	display: inline;	
}

ul#main-nav li a {
	padding-right: 11px;
	font-size: 12px;	
	font-weight: bold;
	color: #FFF200;
	text-decoration: none;
	font-weight: bold;
}


ul#main-nav li a:hover, #home li.home a, #contest li.contest a, #prizes li.prizes a, #how-to li.how-to a, #rules li.rules a, #downloads li.downloads a, #upload-entry li.upload-entry a, #view-entries li.view-entries a, #contest-winners li.contest-winners a {
	color: #ED1C24;
	text-decoration: none;
}

/* Main Navigation */

/* Sub Navigation */

ul#sub-nav {
	padding-bottom: 10px;
	list-style-type: none;
	width: 680px;
	height: 12px;
}

ul#sub-nav li {
	display: inline;	
}

ul#sub-nav li a {
	padding-right: 8px;
	font-size: 9px;	
	color: #FFF;
	text-decoration: none;
}

ul#sub-nav li a:hover {
	color: #ED1C24;
	text-decoration: underline;
}

/* Sub Navigation */

#splash {
	width: 470px;
	height: 256px;
	/*background-color: #00FF00;*/
	text-align: center;
	font-weight: bold;
	color: #FFF200;
	margin-left: 335px;
}

#reminder {
	width: 470px;
	height: 256px;
	/*background-color: #00FF00;*/
	text-align: center;
	margin-left: 400px;
}

#reminder p {
	padding-bottom: 10px;
	color: #000;
	font-size: 16px;
	line-height: 19px;
}

#reminder a:link, a:active, a:visited {
	color: #ed1c24;
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	text-decoration: underline;
}

#reminder a:hover {
	color: #2E3192;
}

.reminder {
	color: #000;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
}

.reminderRED {
	color: #ed1c24;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
}

.weekly {
	width: 380px;
	height: 50px;
	margin: 55px 0 0 90px;
	color: #000;
	text-align: center;
	font-weight: bold;
	
}

.weeklyRed {
	color: #ED1C24;
}

h1 {
	padding-top: 10px;
	font-size: 18px;
	line-height: 21px;
}

h2 {
	padding-top: 20px;
	font-size: 22px;
	line-height: 27px;
	color: #FFFFFF;
}

#guy-video {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 80;
	width: 462px;
	height: 308px;
	background-image: url(../images/Splash-Guy-Video.png);
	background-repeat: no-repeat;
}

#splash p {
	padding: 5px 0 20px 0;
	color: #FFF200;
	font-size: 15.75px;
	line-height: 21px;
	font-style: italic;
}


a:link.Click-Me, a:active.Click-Me, a:visited.Click-Me {
	margin-top: 0px;
	padding: 5px;
	width: 120px;
	height: 30px;
	background-color: #2E3192;
	font-size: 14px;
	font-style: normal;
	color: #FFF;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
}

a:hover.Click-Me {
	background-color: #FFF;
	color: #ED1C24;
}

#home-left-container {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 70;
	width: 955px;
	height: 517px;
	background-image: url(../images/Home-Guy-Video.png);
	background-repeat: no-repeat;
}

#contest-content-container {
	position: absolute;
	top: 175px;
	right: 88px;
	z-index: 80;
	clear: both; 
	width: 380px;
	height: 110px;
}

#contest-content-container p {
	color: #000066;
	font-size: 15px;
	line-height: 18px;
	padding: 5px 0;
}

#contest-content-container a:link, #contest-content-container a:visited, #contest-content-container a:active  {
	color: #000066;
	font-size: 15px;
	line-height: 18px;
	text-decoration: underline;
}

#contest-content-container a:hover {
	color: #ed1c24;
}

#howto-content-container-left {
	position: absolute;
	bottom: 55px;
	right: 323px;
	z-index: 80;
	clear: both;
	width: 253px;
	height: 130px;
}

#howto-content-container-right {
	position: absolute;
	bottom: 65px;
	right: 50px;
	z-index: 80;
	clear: both;
	width: 255px;
	height: 120px;
}

#howto-content-container-left,  #howto-content-container-right, p {
	color: #000;
	font-size: 10px;
	line-height: 11px;
	padding: 5px 0;
}

#howto-content-container-left,  #howto-content-container-right, p strong {
	color: #ed1c24;
}

#howto-left-container {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 70;
	width: 366px;
	height: 352px;
	background-image: url(../images/How-to-girl.png);
	background-repeat: no-repeat;
}

#howto-right-container {
	position: absolute;
	bottom: 10px;
	right: 8px;
	z-index: 70;
	width: 584px;
	height: 525px;
	background-image: url(../images/How-to-bg.png);
	background-repeat: no-repeat;
}

#winner-grand-prize {
	position: absolute;
	top: 30px;
	left: 370px;
	z-index: 200;
	/*width: 191px;*/
	width: 450px;
	height: 145px;
}

#winner-grand-prize h1 {
	margin-top: 18px;
	font-weight: 900;
	font-size: 16px;
	line-height: 18px;
	color: #ed1c24;
	text-align: center;
}

#winner-grand-prize p {
	font-size: 11px;
	line-height: 13px;
	color: #ed1c24;
	text-align: center;
}

.winner-grand-prize {
	float: left;
}

#winners-left-container {
	position: absolute;
	bottom: 60px;
	left: 0;
	z-index: 70;
	width: 458px;
	height: 406px;
	background-image: url(../images/Winners_announcer.png);
	background-repeat: no-repeat;
}

#winners-right-container {
	position: absolute;
	top: 120px;
	right: 29px;
	z-index: 70;
	width: 469px;
	height: 449px;
	background-image: url(../images/Winners-video-bg.png);
	background-repeat: no-repeat;
}

#video-container {
	position: absolute;
	width: 424px;
	height: 254px;
	top: 65px;
	right: 20px;
	z-index: 100;
}

.contestants {
	margin: 330px 0 0 10px;
	font-size: 15px;
	line-height: 13px;
	color: #ed1c24;
}

ul.contestants {
	margin: 20px 0 0 10px;
	list-style-type: none;
}

ul.contestants li {
	float: left;
	width: 85px;
	height: 95px;
	font-size: 8.5px;
	line-height: 10px;
	color: #FF0000;
	padding: 0 6.25px 0 0;
}

ul.contestants li img {
	padding-bottom: 3px;
}

.clear {
	clear: left;
}

/*
ul#contestants li a:link, ul#contestants li a:active, ul#contestants li a:visited {
	font-size: 9px;
	line-height: 10px;
	color: #FF0000; 
	text-decoration: none;
}

ul#contestants li a:hover {
	font-size: 9px;
	line-height: 10px;
	color: #FF0000; 
} */

#video-howto-container {
	position: absolute;
	width: 424px;
	height: 254px;
	top: 140px;
	right: 91px;
	z-index: 100;
}

#rules-left-container {
	position: absolute;
	top: 245px;
	left: 0;
	z-index: 70;
	width: 364px;
	height: 350px;
	background-image: url(../images/VideoContest-Rules.png);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 200px;
	font-size: 11px;
}

#rules-left-container a:link, a:active, a:visited {
	font-size: 10px;
	line-height: 12px;
	color: #2E3192;
	text-decoration: underline;
}

#rules-left-container a:hover {
	color: #FF3333;
}

#rules-container {
	width: 530px;
	height: 100%;
	margin: 0 0 0 390px;
	padding: 0 0 20px 0;
}

#rules-container h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	color: #000;
}

#rules-container p, ul {
	margin: 10px 0;
	font-size: 10px;
	line-height: 12px;
	color: #000;
}

#rules-container ul {
	margin-left: 15px;
	list-style-type: disc; 
}

#rules-container li {
	margin: 0;
}


p.smalltext {
	font-size: 10px;
	color: #000;
	padding: 0;
}

