/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 14, 2014, 10:21:30 PM
    Author     : ry60003333
*/



h1.home {
    text-transform: uppercase;
    color: #77dff1;
    font-family: LeagueGothicRegular;
    font-size: 80px;
    font-weight: lighter;
    text-shadow: 0px 2px 0px #000;
    margin: 30px 0 0 0;
}

h2.home {
    text-transform: uppercase;
    color: #77dff1;
    font-family: LeagueGothicRegular;
    font-size: 24px;
    font-weight: lighter;
    text-shadow: 0px 2px 0px #000;
    margin: 15px 0 15px 20px;
    text-align: center;
}

h1.home,
h2.home {
  font-family: Georgia, serif;
  margin-bottom: 1em;
}
h1.home {
  font-size: 2em;
  line-height: 3em;
}
h2.home {
  font-size: 1.2em;
  line-height: 1.5em;
}


		.clear {
		clear: both;
		}
		
		.progress {
		height: 110px;
		margin: 80px 0;
		background: url(../images/progress-container.png) no-repeat;
		position: relative;
		}
		
		.txt-launch-day-hat {
		background: url(../images/txt-launch-day-hat.png) no-repeat;
		width: 117px;
		height: 159px;
		position: absolute;
		top: -120px;
		right: -45px;
		}
		
		.txt-launch-day {
		background: url(../images/txt-launch-day.png) no-repeat;
		width: 112px;
		height: 110px;
		position: absolute;
		top: -80px;
		right: -40px;
		}
		
		.progress-bar {
		height: 43px;
		background: #72dbf1 url(../images/progress-bar.png) repeat-x;
		position: absolute;
		top:14px;
		left: 0px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		}
		
		.progress-bar-container {
		width: 930px;
		height: 70px;
		margin-left: 13px;
		position: relative;
		}

div.worlds
{
    
}

div.ad
{
    text-align: center;
}

span.updating
{
    color: #FFCC00;
}

span.starting
{
    color: #FFCC00;
}

a:link {
    color:#85C8FF;
    text-decoration: none;
}    

/* unvisited link */
a:visited {
    color:#85C8FF;
    text-decoration: none;
}

/* visited link */
a:hover {
    color:#85C8FF;
    text-decoration: none;
}

/* mouse over link */
a:active {
    color:#85C8FF;
    text-decoration: none;
}
/* selected link */