@charset "utf-8";
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,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:Arial, Helvetica, sans-serif;vertical-align:baseline;margin:0;padding:0;}
body{line-height:1.4;color:#000;background:#fff;}
html, body {height: 100%;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:400;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}
.clearfloat:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}* html .clearfloat{zoom:1;}*:first-child+html .clearfloat{zoom:1;}
h1,h2,h3,h4,h5,h6,strong,b,dt,th{font-weight:700;color:#686461;font-family: "Helvetica Neue", Arial, sans-serif;}
address,cite,em,i,caption,dfn,var{font-style:italic;}
h1{font-size:2em;margin:0 0 .75em;}
h2{font-size:1.5em;margin:1em 0 0.5em; }
h3{font-size:1.167em;margin:1em 0 1em; border-top: 1px solid #686461; padding:1em 0 0 0; }
h4{font-size:0.8em;margin:0 0 0.8em;border-bottom:1px solid #ccc;}
h5{font-size:.834em;margin:0 0 1.8em;}
h6{font-size:.75em;margin:0 0 2em;}
p,ul,ol,dl,blockquote,pre{margin:0 0 1em;}
img.left{display:inline;float:left;margin:0 1.5em .75em 0;}
img.right{display:inline;float:right;margin:0 0 .75em .75em;}

.home {
background:url(../images/bg.jpg) no-repeat top center #fff;
}

.home2 {
background:url(../images/bg.jpg) no-repeat top center, url(../images/bg3.jpg) center 1538px repeat-y;
}
#swfContainer {
  display: none;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#site {
min-height:768px;
width:1000px;
margin:0 auto;
position: relative;
z-index: 13;
}

#header {
height:50px;
background:rgba(255,255,255,0.9);
box-shadow:0 0 20px 0 rgba(0,0,0,0.5);
-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,0.5);
-moz-box-shadow:0 0 20px 0 rgba(0,0,0,0.5);
display:none;
position:fixed;
width:100%;
text-align:center;
z-index:1000;
}

#sponsors {
float:right;
width:200px;
text-align:center;
padding:20px;
background:rgba(0,0,0,0.05);
position:fixed;
top:50px;
right:0;
display:none;
}

#sponsors p {
margin:0 0 10px; padding:0;
}

.no-rgba #header {
background:#fff;
display:block;
border-bottom:1px solid #ccc;
}

object,embed {
position:relative;
z-index:500;
}

#nav {
height:50px;
width:1000px;
margin:0 auto;
}

#nav li a {
display:block;
line-height:50px;
text-decoration:none;
padding:0 20px;
}

#nav li.current a {
font-weight:700;
}

#content h2 {
color:#F57921;
font-size:42px;
font-weight:700;
font-family:"Helvetica Neue",Arial,sans-serif;
}

#content h3 {
text-transform:uppercase;
}

#content p,#content li {
font-size:14px;
line-height:26px;
}

#content ul,#content ol {
margin:0 0 20px 40px;
}

#content ul li {
list-style-type:disc;
margin:0 0 10px;
}

#content ol li {
list-style-type:decimal;
margin:0 0 10px;
}

#top {
float:left;
width:1000px;
height:700px;
position:relative;
}

#header #nav #button {
display:block;
}

#button {
background:#f57921;
background:rgba(244,120,30,0.9);
display:inline-block;
color:#fff;
text-decoration:none;
font-weight:700;
font-size:28px;
line-height:1;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-moz-box-shadow:0 2px 4px rgba(0,0,0,0.5);
-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.5);
text-shadow:0 -1px 1px rgba(0,0,0,0.25);
border-bottom:1px solid rgba(0,0,0,0.25);
position:absolute;
top:300px;
right:175px;
cursor:pointer;
text-transform:uppercase;
}

#button a, #checkout a {
color:#fff;
text-decoration:none;
display:block;
padding:15px 25px;
}

#checkout{
background:#f57921;
background:rgba(244,120,30,0.9);
display:inline-block;
color:#fff;
text-decoration:none;
font-weight:700;
font-size:28px;
line-height:1;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-moz-box-shadow:0 2px 4px rgba(0,0,0,0.5);
-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.5);
text-shadow:0 -1px 1px rgba(0,0,0,0.25);
border-bottom:1px solid rgba(0,0,0,0.25);
cursor:pointer;
text-transform:uppercase;
}

#about, #awards {
margin:200px 0 0;
}

#about,#call-for-entries,#categories-rules,#submit-entries,#entry-kits,#contacts,#awards,#tickets {
float:left;
width:600px;
min-height:800px;
padding:40px 0 0;
}

a {
color:#f57921;
text-decoration:underline;
}

a:hover {
color:#cb5b0c;
text-decoration:none;
}

#nav ul,#nav li {
float:left;
}

.bold {
color: #000;
font-weight: 700;
}

.orange {
color: #f57921;
font-weight:700;
}

.appnitro {
font-family:Lucida Grande, Tahoma, Arial, Verdana, sans-serif;
font-size:small;
}

.appnitro li {
width:96%;
list-style-type:none;
}

fieldset {
border:1px solid #ccc;
padding:10px 10px 20px;
}

#content form ul {
font-size:100%;
list-style-type:none;
width:100%;
margin:0;
padding:0;
}

#content form li {
display:block;
position:relative;
margin:0;
padding:4px 5px 2px 9px;
}

.buttons {
clear:both;
display:block;
margin-top:10px;
}

* html form li div {
display:inline-block;
}

form li div {
color:#444;
margin:0 4px 0 0;
padding:0 0 8px;
}

form li span {
color:#444;
float:left;
margin:0 4px 0 0;
padding:0 0 8px;
}

form li div.left {
display:inline;
float:left;
width:48%;
}

form li div.right {
display:inline;
float:right;
width:48%;
}

.clear {
clear:both;
}

form li .datepicker {
cursor:pointer!important;
float:left;
height:16px;
width:16px;
margin:.1em 5px 0 0;
padding:0;
}

.form_description {
border-bottom:1px dotted #ccc;
clear:both;
display:inline-block;
margin:0 0 1em;
}

.form_description[class] {
display:block;
}

.form_description p {
font-size:95%;
line-height:130%;
margin:0 0 12px;
}

form li.section_break {
border-top:1px dotted #ccc;
margin-top:9px;
padding-bottom:0;
padding-left:9px;
padding-top:13px;
width:97%!important;
}

form ul li.first {
border-top:none!important;
margin-top:0!important;
padding-top:0!important;
}

form .section_break h3 {
font-size:110%;
font-weight:400;
line-height:130%;
margin:0 0 2px;
}

form .section_break p {
font-size:85%;
margin:0 0 10px;
}

input.button_text {
overflow:visible;
width:auto;
padding:0 7px;
}

.buttons input {
font-size:120%;
margin-right:5px;
}

label.description {
border:none;
color:#222;
display:block;
font-size:95%;
font-weight:700;
line-height:150%;
padding:0 0 1px;
}

span.symbol {
font-size:115%;
line-height:130%;
}

input.text {
background:#fff;
border-bottom:1px solid #ddd;
border-left:1px solid #c3c3c3;
border-right:1px solid #c3c3c3;
border-top:1px solid #7c7c7c;
color:#333;
font-size:100%;
margin:0;
padding:2px 0;
}

input.file {
color:#333;
font-size:100%;
margin:0;
padding:2px 0;
}

textarea.textarea {
background:#fff;
border-bottom:1px solid #ddd;
border-left:1px solid #c3c3c3;
border-right:1px solid #c3c3c3;
border-top:1px solid #7c7c7c;
color:#333;
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
font-size:100%;
width:99%;
margin:0;
}

select.select {
color:#333;
font-size:100%;
background:#fff;
border-bottom:1px solid #ddd;
border-left:1px solid #c3c3c3;
border-right:1px solid #c3c3c3;
border-top:1px solid #7c7c7c;
margin:1px 0;
padding:1px 0 0;
}

input.currency {
text-align:right;
}

label.choice {
color:#444;
display:block;
font-size:100%;
line-height:1.4em;
width:90%;
margin:-1.55em 0 0 25px;
padding:4px 0 5px;
}

select.select[class] {
margin:0;
padding:1px 0;
}

:first-child+html select.select[class] {
margin:1px 0;
}

.safari select.select {
font-size:120%!important;
margin-bottom:1px;
}

input.large {
width:99%;
}

textarea.small {
height:5.5em;
}

textarea.medium {
height:10em;
}

textarea.large {
height:20em;
}

#error_message {
background:#fff;
border:1px dotted red;
margin-bottom:1em;
padding-left:0;
padding-right:0;
padding-top:4px;
text-align:center;
width:99%;
}

#error_message_title {
color:#DF0000;
font-size:125%;
margin:7px 0 5px;
padding:0;
}

#error_message_desc {
color:#000;
font-size:100%;
margin:0 0 .8em;
}

#error_message_desc strong {
background-color:#FFDFDF;
color:red;
padding:2px 3px;
}

form li.error {
background-color:#FFDFDF!important;
border-bottom:1px solid #EACBCC;
border-right:1px solid #EACBCC;
margin:3px 0;
}

form li.error label {
color:#DF0000!important;
}

form p.error {
clear:both;
color:red;
font-size:10px;
font-weight:700;
margin:0 0 5px;
}

form .required {
color:red;
float:none;
font-weight:700;
}

form li.highlighted {
background:rgba(0,0,0,0.1);
}

form .guidelines {
background:#f5f5f5;
border:1px solid #e6e6e6;
color:#444;
font-size:80%;
left:100%;
line-height:130%;
position:absolute;
top:0;
visibility:hidden;
width:42%;
z-index:1000;
margin:0 0 0 8px;
padding:8px 10px 9px;
}

form .guidelines small {
font-size:105%;
}

.no_guidelines .guidelines {
display:none!important;
}

.no_guidelines form li {
width:97%;
}

.no_guidelines li.section {
padding-left:9px;
}

.form_success {
clear:both;
text-align:center;
margin:0;
padding:90px 0 100px;
}

ul.password {
margin-top:60px;
margin-bottom:60px;
text-align:center;
}

.password h2 {
color:#DF0000;
font-weight:700;
margin:0 auto 10px;
}

.password input.text {
font-size:170%!important;
width:380px;
text-align:center;
}

.password label {
display:block;
font-size:120%!important;
padding-top:10px;
font-weight:700;
}

#li_captcha {
padding-left:5px;
}

#li_captcha span {
float:none;
}

.embed #form_container {
border:none;
width:100%;
}

.embed #footer {
text-align:left;
padding-left:10px;
width:99%;
}

.embed #footer.success {
text-align:center;
}

.embed form.appnitro {
margin:0;
}

#content form li:after,.buttons:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}

* html form li,* html .buttons {
height:1%;
}

form li div.left .medium,form li div.right .medium,select.large {
width:100%;
}

form li div label,form li span label {
clear:both;
color:#444;
display:block;
font-size:9px;
line-height:9px;
padding-top:3px;
margin:0;
}

.form_description h2,.form_success h2 {
clear:left;
font-size:160%;
font-weight:400;
margin:0 0 3px;
}

form hr,.embed #top,.embed #bottom,.embed h1 {
display:none;
}

input.checkbox,input.radio {
display:block;
height:13px;
line-height:1.4em;
width:13px;
margin:6px 0 0 3px;
}

input.small,select.small {
width:25%;
}

input.medium,select.medium {
width:50%;
}

form li.highlighted .guidelines,form li:hover .guidelines {
visibility:visible;
}
