﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html
{
    
}

body
{
    background-color: #d4f5ff;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link, a:visited, a:hover, a:active
{
    color: #ec008b;
    text-decoration: underline;
}

p, ul
{
    margin-bottom: 10px;
    line-height: 1.5em;
}

img
{
    border: 0;
}


.page
{
    width: 825px;
    margin-left: auto;
    margin-right: auto;
}

#logoContainer
{
    position: absolute; 
    z-index: -1;
}

#menu
{
    margin-bottom: 0px;
    color: #000;
    padding-top: 150px;
}

#menu ul
{
    display: inline;
    
}

#menu li
{
    display: inline;
    list-style-type: none;
    font-size: 1.75em;
    padding: 10px;
    color: #ec008b;
    font-weight: bold;
}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active
{
    color: #ec008b;
    text-decoration: none;
    padding: 5px;
}

#main
{
    padding: 30px 30px 15px 10px;
    margin-bottom: 20px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#entryContainer
{
    margin-top: 10px;
}

#stars
{
    background-image: url(/Assets/Images/stars.png);
    background-repeat: no-repeat;
    height: 663px;
    width: 792px;
    position: absolute;
    z-index: -4;
    top: 120px;
}

#footer
{    
    color: #039dcc;
    text-align: left;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    width: 700px;
    font-size: .95em;
    padding: 0px;
}

#footer div
{
    float: left;
    padding-left: 40px;
}

#footer ul
{
    margin: 0;
}

#footer li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer a
{
    color: #039dcc;
}

#lightbox
{
}

#lightbox #content
{    
    background-image: url(/Assets/Images/light-box3.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-top: 10px;
    height: 440px;
}

#watch
{
    display: none;
}

#intro
{
    width: 418px;
    float: left;
}

#intro h2
{
    color: #444444;
    padding-top: 20px;
}

#intro p
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

div#terms div
{
    margin-bottom: 3px;
}


#registerNow
{
    margin-top: 30px; 
    margin-left: 45px; 
    text-align: center;
    float: left;
}

#registerNow a
{
    text-decoration: none;   
}

h1
{
    margin-top: 5px;
    margin-bottom: 2px;
    color: #ec008b;
    font-size: 2.8em;
}

h2
{
    color: #59b75b;
    margin: 0;
    font-weight: normal;
    font-size: 2em;
}

h4
{
    font-size: 1.9em;
}

h5
{
    font-size: 1.5em;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #ec008b;
}

h6
{
    font-size: 1em;
    margin-bottom: 6px;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

fieldset
{
    border: 0;
    margin: 0;            
}

fieldset div
{
    margin-bottom: 10px;
    
}

label
{
    float: left;
    display: block; 
    width: 160px;      
}

input
{
    width: 300px;
    border: 1px solid #CCC;
}


textarea 
{
    border: solid 1px #cccccc;
    width: 300px;
}

select
{
    width: 302px;
    border: solid 1px #cccccc;
}

input[type="checkbox"]
{
    float: left;
    width: 20px;
    border: 0;
}

.contestEntry
{
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
}

.contestEntry p
{
    margin: 0;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: #ec008b;
}

.hidden
{
    display: none;
}

.left
{
    float: left;
}

.field-validation-error
{
    color: #ec008b;
    padding: 5px;
}

.input-validation-error
{
    border: 1px solid #ec008b;
    background-color: #FFF7FB;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}