/*  base.css holds default values to be used regardless if
the lite.css or dark.css is implemented.  */
.container{background:#1785bc url('../images/bg.png') no-repeat; width:1084px; height:800px; position:relative; margin:0px auto; text-align:center;}
 
 
 /* countdown styling */
 #defaultCountdown{position:absolute; top:280px; left:300px; width:488px;}
.countdown_section{display:inline-block; height:80px; padding:13px 33px 10px 33px; text-align:center; padding-top:10px; color:#70c2eb; font-size:15px;line-height:1.3em;} 
.countdown_amount{font-weight:bold; font-size:35px; color:#fff; line-height:1.1em;text-shadow: 0px 2px 0px #086b9d;}
 
 
/* text/paragraph styling */
#text{position:absolute; top:365px; left:252px; width:600px;text-align:left; font-family:Georgia; }
#text p{font-size:19px; font-family:Georgia; font-style:italic; color:#e1f4fe;}
#text p strong{font-weight:bold; font-size:19px; color:#e1f4fe; font-style:italic; font-family:Georgia; }
  
   
/* signup styling */
#signup-container{position:absolute; top:660px; left:350px;  width:400px;}

#signup-container input[type="text"],
#signup-container a#signup{background:url('../images/resources.png') no-repeat; display:inline-block;}

#signup-container input[type="text"]{padding-top:4px; background-position:0px 0px; height:26px; width:283px; color:#92ceec; font-family:Georgia; font-size:16px; border:none; padding-left:7px;}
#signup-container input[type="text"]:hover{background-position:0px -34px;}
#signup-container input[type="text"].focused{color:#fff;font-family:Georgia;font-size:15px;} 

#signup-container a#signup{background-position:-292px -2px; text-indent:-1000px; height:30px; width:86px; margin-left:5px; margin-bottom:4px;}
#signup-container a#signup:hover{background-position:-292px -35px;}

#submit{position:absolute; top:730px;}


/* errors styling */
#errorscontainer{position:absolute; top:695px; width:100%; text-align:center;}
#errorscontainer p.error{color:#FFAD4E; width:300px; margin:auto; font-size:14px; padding:2px; padding-left:20px; background:url('../images/error.png') 0px 5px no-repeat; text-align:left;}


/*copyright styling */
#copy{position:absolute; top:715px; left:225px; font-size:10px; color:#3b9bcb}


/*debugging*/
#result{color:#fff; border:solid 1px #fff; padding:10px; position:absolute; top:740px;}
#result h1{#fff;} 