﻿#Contest{
  font-size: 20px;
  line-height: 24px;
  color: #353F27;
  font-weight: bold;
  width: 800px;
  margin-left: -70px;
}

#ContestTitle {
  background: #CBCB71;
  padding-top: 2px;
  text-align: center;
  margin-top: 20px;
}
#Blurb {
  font-size: 24px;
  line-height: 28px;
  color: #7F7F3D;
  font-weight: bold;
  background: #DEDBB9;
  margin:auto;
  padding: 20px;
}

#Contest h2{
  font-family: "burnaby-stencil-1","burnaby-stencil-2";
  color: #222;
  font-size: 38px;
}
    
#Prizes {
  background: #DEDBB9;
  color: #222;
  font-size: 38px;
  padding-top: 1px;
  margin: 0 auto;
  width: 600px;
}
#Prizes #Title {
  font-family: "rosewood-std-1","rosewood-std-2";
  font-size: 32px;
  background: #C7C4A6;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  padding-left: 10px;
  margin: 8px;
}
#Prizes td.First {
  color: #222;
  font-size: 22px;
  border-bottom: dashed #c00000 1px;
  white-space: nowrap;
}
#Prizes td {
  color: #c00000;
  font-size: 17px;
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: dashed #c00000 1px;
}

div#Step1 {
  background: #DEDBB9;
  color: #222;
  padding-top: 1px;
  margin: 0 auto;
  margin-top: 30px;
  width: 700px;
}
    
div#Step1 #Title {
  font-family: "rosewood-std-1","rosewood-std-2";
  background: #C7C4A6;
  color: #222;
  font-size: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  padding-left: 10px;
  margin: 8px;
}
div#Step1 #Blurb {
  font-size: 16px;
  line-height: 20px;
  color: #c00000;
  font-weight: bold;
  margin: auto;
  padding: 20px;
  text-align: center;
}

div#EntryForm {
  background: #DEDBB9;
  color: #222;
  padding-top: 1px;
  margin: 0 auto;
  margin-top: 30px;
  width: 700px;
}
    
div#EntryForm #Title {
  font-family: "rosewood-std-1","rosewood-std-2";
  background: #C7C4A6;
  color: #222;
  font-size: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  padding-left: 10px;
  margin: 8px;
}
div#EntryForm #Blurb {
  font-size: 16px;
  line-height: 20px;
  color: #c00000;
  font-weight: bold;
  margin: auto;
  padding: 20px;
}
    
div#EntryForm td.First{
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  color: #353F27;
  padding-left: 40px;
}
div#EntryForm input[type=text], div#EntryForm select{
  font-family: verdana;
  font-size: 15px;
  width: 200px;
  background: #F6F1DA;
  border: solid #FCB9B9 2px;
}
div#EntryForm textarea{
  font-family: verdana;
  font-size: 15px;
  width: 200px;
  background: #F6F1DA;
  border: solid #FCB9B9 2px;
}
div#EntryForm input[type=submit]{
  height: 42px;
  background: #800000;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  font-family: Arial;
  border: solid #fff 1px;
}

div#Rules {
  background: #DEDBB9;
  color: #000;
  font-size: 38px;
  padding-top: 1px;
  margin: 0 auto;
  margin-top: 30px;
  width: 700px;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
}
div#Rules div#Info {
  padding: 20px;
  font-size: 15px;
  line-height: 20px;
}
div#Rules div#Info p {
  font-size: 15px;
  line-height: 20px;
}
    
div#Rules #Title {
  font-family: "rosewood-std-1","rosewood-std-2";
  background: #C7C4A6;
  color: #222;
  font-size: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  padding-left: 10px;
  margin: 8px;
}
    
div#mainContent_Message{
  font-size: 20px;
  background: #C7C4A6;
  border: dotted #c00000 1px;
  margin: 20px;
  color: #c00000;
  text-align: center;
  padding: 15px;
  display: none;
}

.contestTitle {
	width:640px;
	background-color:#dedbb9;
	background-image:url(../images/contesttitle.gif);
	background-repeat:no-repeat;
	background-position:top;
	font-size:20px;
	padding:85px 5px 15px 5px;
	text-align:center;
	margin:20px auto 10px auto;
	border:1px solid black;
}
.contestFrame {
	width:709px;
	height:538px;
	background-image:url(../images/contest_frame.png);
	background-repeat:no-repeat;
	padding:54px;
	margin:auto;
}
.ContestFrameBig {
	width:709px;
	height:1200px;
	background-image:url(../images/contest_frame_big.png);
	background-repeat:no-repeat;
	padding:54px;
	margin:auto;
}
.contestLeftPane {
  font-size: 93%;
	float:left;
	width:285px;
	height:468px;
	background-image:url(../images/note.png);
	background-repeat:no-repeat;
	background-position:top;
	padding: 15px 30px 10px 35px;
	margin:0px 0px 0px 0px;
}
.contestRightPane {
	float:right;
	width:350px;
	height:528px;
	background-repeat:no-repeat;
	background-position:top;
}
.instructions {
  font-size: 93%;
  width:645px;
	background-image:url(../images/instruction_note.png);
	background-repeat:no-repeat;
	background-position:top;
	padding: 15px 30px 10px 35px;
	margin:auto;
}
.polaroid {
	width:346px;
	height:348px;
	background-image:url(../images/polaroid.png);
	margin:20px auto 0px auto;
	padding-top:29px;
}
.photoArea {
	position:relative;
	width:287px;
	height:262px;
	background-color:#000000;
	background-position:top;
	margin: 0px auto 0px auto;
	text-align:center;
	background-repeat:no-repeat;
	z-index:1;
	border: solid #000 1px;
}
.photoDetails {
	width:306px;
	height:47px;
	margin:0px 0px 0px 20px;
	font-size:22px;
	font-family: bradley hand itc, Futura, "Comic Sans MS", cursive;
	font-weight:bold;
	text-align:center;
}
.prevarrow {
	background-image:url(../images/prevarrow.png);
	background-position:top;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 30px;
	text-decoration: none;
	width: 50px;
	height: 38px;
	margin-top:10px;
	cursor: pointer;
	font-size: 12px;
	color: #fff;
}
.nextarrow {
	background-image:url(../images/nextarrow.png);
	background-position:top;
	background-repeat: no-repeat;
	width: 50px;
	height: 38px;
	margin-top:10px;
	padding-top: 7px;
	padding-left: 10px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}

.rating {
	width:360px;
	height:65px;
	padding-bottom:30px;
	padding-top:7px;
	margin:10px auto 0px auto;
	background-image:url(../images/card.png);
	background-repeat:no-repeat;
	background-position:top;
}
.tape {
	position: relative;
	width: 236px;
	height: 40px;
	background-image: url(../images/tape2.png);
	margin: -302px auto auto auto;
	z-index: 2;
}
.zoom {
	width:14px;
	height:13px;
	font-size:13px;
	text-align:left;
	margin:270px 0px 0px 30px;
}
.zoom:hover {
	cursor:pointer;
}
.entry {
	width:750px;
	background-image:url(../images/entry.jpg);
	background-repeat:no-repeat;
	background-color:#dedbb9;
	background-position:top;
	font-size:20px;
	padding:110px 5px 15px 5px;
	text-align:center;
	margin:20px auto 10px auto;
	border:1px solid black;

}
#btn 
{
  display:inline-block;
	background: url(../images/btn.png) no-repeat;
	width:300px;
	height:20px;
	color:#FFFFFF;
	padding:10px;
	text-decoration:none;
	margin-left:-20px;
}

#btn:hover {
	background: url(../images/btn-dark.png) no-repeat;
}

.results {
  -moz-box-shadow: 2px 2px 10px #000;
  -webkit-box-shadow: 2px 2px 10px #000;
  box-shadow: 2px 2px 10px #000;
}

.square 
{
  width:274px;
  text-align:center;
  display:inline;
  margin:38px;
  padding:20px;
  float:left;
  background:#FFF;
  -moz-box-shadow: inset 0 0 2px #000, 2px 2px 10px #000;
  -webkit-box-shadow: inset 0 0 2px #000, 2px 2px 10px #000;
  box-shadow: inset 0 0 2px #000, 2px 2px 10px #000;
}

.text {
  margin-top:20px;
}

















/* button */
.button {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 10px 10px;
    margin: 0 -8px;
    text-shadow: 2px 2px 1px #595959;
    filter: dropshadow(color=#595959, offx=1, offy=1);
    text-decoration: none;
}

/* button shapes */
.square {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.rounded {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.shape-1 {
    -webkit-border-radius: 5px 50px 5px 50px;
    border-radius: 5px 50px 5px 50px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomleft: 50px;
    -moz-border-radius-bottomright: 5px;
}

.shape-2 {
    -webkit-border-radius: 50px 5px 50px 5px;
    border-radius: 50px 5px 50px 5px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 50px;
}

/* button colors */
.blue {
    border: solid 1px #004F72;
    background-color: #3BA4C7;
    background: -moz-linear-gradient(top, #3BA4C7 0%, #1982A5 100%);
    background: -webkit-linear-gradient(top, #3BA4C7 0%, #1982A5 100%);
    background: -o-linear-gradient(top, #3BA4C7 0%, #1982A5 100%);
    background: -ms-linear-gradient(top, #3BA4C7 0% ,#1982A5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1982A5', endColorstr='#1982A5',GradientType=0 );
    background: linear-gradient(top, #3BA4C7 0% ,#1982A5 100%);
    -webkit-box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;
    -moz-box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;
    box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;
}

.blue:hover {
    background-color: #1f97bf;
    background: -moz-linear-gradient(top, #1f97bf 0%, #0b7396 100%);
    background: -webkit-linear-gradient(top, #1f97bf 0%, #0b7396 100%);
    background: -o-linear-gradient(top, #1f97bf 0%, #0b7396 100%);
    background: -ms-linear-gradient(top, #1f97bf 0% ,#0b7396 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b7396', endColorstr='#0b7396',GradientType=0 );
    background: linear-gradient(top, #1f97bf 0% ,#0b7396 100%);
}

.blue:active {
    background-color: #1b7694;
    background: -moz-linear-gradient(top, #1b7694 0%, #0d6380 100%);
    background: -webkit-linear-gradient(top, #1b7694 0%, #0d6380 100%);
    background: -o-linear-gradient(top, #1b7694 0%, #0d6380 100%);
    background: -ms-linear-gradient(top, #1b7694 0% ,#0d6380 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6380', endColorstr='#0d6380',GradientType=0 );
    background: linear-gradient(top, #1b7694 0% ,#0d6380 100%);
}

.green {
    border: solid 1px #3b7200;
    background-color: #88c72a;
    background: -moz-linear-gradient(top, #88c72a 0%, #709e0e 100%);
    background: -webkit-linear-gradient(top, #88c72a 0%, #709e0e 100%);
    background: -o-linear-gradient(top, #88c72a 0%, #709e0e 100%);
    background: -ms-linear-gradient(top, #88c72a 0% ,#709e0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#709e0e', endColorstr='#709e0e',GradientType=0 );
    background: linear-gradient(top, #88c72a 0% ,#709e0e 100%);
    -webkit-box-shadow: 0px 0px 1px #66FF00, inset 0px 0px 1px #FFFFFF;
    -moz-box-shadow: 0px 0px 1px #66FF00, inset 0px 0px 1px #FFFFFF;
    box-shadow: 0px 0px 1px #66FF00, inset 0px 0px 1px #FFFFFF;
}

.green:hover {
    background-color: #7fb52f;
    background: -moz-linear-gradient(top, #7fb52f 0%, #67910b 100%);
    background: -webkit-linear-gradient(top, #7fb52f 0%, #67910b 100%);
    background: -o-linear-gradient(top, #7fb52f 0%, #67910b 100%);
    background: -ms-linear-gradient(top, #7fb52f 0% ,#67910b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67910b', endColorstr='#67910b',GradientType=0 );
    background: linear-gradient(top, #7fb52f 0% ,#67910b 100%);
}

.green:active {
    background-color: #638f22;
    background: -moz-linear-gradient(top, #638f22 0%, #486608 100%);
    background: -webkit-linear-gradient(top, #638f22 0%, #486608 100%);
    background: -o-linear-gradient(top, #638f22 0%, #486608 100%);
    background: -ms-linear-gradient(top, #638f22 0% ,#486608 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#486608', endColorstr='#486608',GradientType=0 );
    background: linear-gradient(top, #638f22 0% ,#486608 100%);
}

.red {
    border: solid 1px #720000;
    background-color: #c72a2a;
    background: -moz-linear-gradient(top, #c72a2a 0%, #9e0e0e 100%);
    background: -webkit-linear-gradient(top, #c72a2a 0%, #9e0e0e 100%);
    background: -o-linear-gradient(top, #c72a2a 0%, #9e0e0e 100%);
    background: -ms-linear-gradient(top, #c72a2a 0% ,#9e0e0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e0e0e', endColorstr='#9e0e0e',GradientType=0 );
    background: linear-gradient(top, #c72a2a 0% ,#9e0e0e 100%);
    -webkit-box-shadow: 0px 0px 1px #FF3300, inset 0px 0px 1px #FFFFFF;
    -moz-box-shadow: 0px 0px 1px #FF3300, inset 0px 0px 1px #FFFFFF;
    box-shadow: 0px 0px 1px #FF3300, inset 0px 0px 1px #FFFFFF;
}

.red:hover {
    background-color: #b52f2f;
    background: -moz-linear-gradient(top, #b52f2f 0%, #910b0b 100%);
    background: -webkit-linear-gradient(top, #b52f2f 0%, #910b0b 100%);
    background: -o-linear-gradient(top, #b52f2f 0%, #910b0b 100%);
    background: -ms-linear-gradient(top, #b52f2f 0% ,#910b0b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#910b0b', endColorstr='#910b0b',GradientType=0 );
    background: linear-gradient(top, #b52f2f 0% ,#910b0b 100%);
}

.red:active {
    background-color: #8f2222;
    background: -moz-linear-gradient(top, #8f2222 0%, #660808 100%);
    background: -webkit-linear-gradient(top, #8f2222 0%, #660808 100%);
    background: -o-linear-gradient(top, #8f2222 0%, #660808 100%);
    background: -ms-linear-gradient(top, #8f2222 0% ,#660808 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660808', endColorstr='#660808',GradientType=0 );
    background: linear-gradient(top, #8f2222 0% ,#660808 100%);
}

.gray {
    border: solid 1px #333333;
    background-color: #8f8f8f;
    background: -moz-linear-gradient(top, #8f8f8f 0%, #616161 100%);
    background: -webkit-linear-gradient(top, #8f8f8f 0%, #616161 100%);
    background: -o-linear-gradient(top, #8f8f8f 0%, #616161 100%);
    background: -ms-linear-gradient(top, #8f8f8f 0% ,#616161 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#616161',GradientType=0 );
    background: linear-gradient(top, #8f8f8f 0% ,#616161 100%);
    -webkit-box-shadow: 0px 0px 1px #999999, inset 0px 0px 1px #FFFFFF;
    -moz-box-shadow: 0px 0px 1px #999999, inset 0px 0px 1px #FFFFFF;
    box-shadow: 0px 0px 1px #999999, inset 0px 0px 1px #FFFFFF;
}

.gray:hover {
    background-color: #808080;
    background: -moz-linear-gradient(top, #808080 0%, #545454 100%);
    background: -webkit-linear-gradient(top, #808080 0%, #545454 100%);
    background: -o-linear-gradient(top, #808080 0%, #545454 100%);
    background: -ms-linear-gradient(top, #808080 0% ,#545454 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#545454',GradientType=0 );
    background: linear-gradient(top, #808080 0% ,#545454 100%);
}

.gray:active {
    background-color: #6b6b6b;
    background: -moz-linear-gradient(top, #6b6b6b 0%, #4a4a4a 100%);
    background: -webkit-linear-gradient(top, #6b6b6b 0%, #4a4a4a 100%);
    background: -o-linear-gradient(top, #6b6b6b 0%, #4a4a4a 100%);
    background: -ms-linear-gradient(top, #6b6b6b 0% ,#4a4a4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4a', endColorstr='#4a4a4a',GradientType=0 );
    background: linear-gradient(top, #6b6b6b 0% ,#4a4a4a 100%);
}

