@charset "UTF-8";

/*@import url("reset.css");*/

/*body
{ 
background-image: url('images/background.gif');
background-repeat: repeat;
}*/

img {
	border:none;
}

.inputbox{
		background:none;
		font-size:45px;
		font-family: Georgia, "Times New Roman", Times, serif;
		height: 53px;
		color:#FFFFFF;
		border: solid #ffffff 3px;
		width:760px;
		padding:4px;
		margin-bottom:10px;
		margin-top: 10px;
}


#everything	{
	position:relative;
	margin: 50px auto;
	width:800px;
}
	
#weather_picture {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	/*border: solid white 2px;*/
}

#info {
	position:absolute;
	padding-left:10px;
	padding-right:10px;
	left:0px;
	top:0px;
	/*width:790px;
	height:533px;*/	
	z-index:2;
	color:#ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:50px;
	text-transform:lowercase;
	/*overflow:auto;*/
}

#city_choose {
	position:absolute;
	padding-left:10px;
	padding-right:10px;
	left:0px;
	top:0px;
	/*width:790px;
	height:533px;*/	
	z-index:2;
	color:#ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:45px;
	text-transform:lowercase;
	/*overflow:auto;*/
}

#nav {
	z-index:3;
	font-style:italic;
	padding-left:10px;
	color:#ffffff;
	position:absolute;
	width:800px;
	left:0px;
	top:510px; /* with NEW! top = 500px */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	text-transform:lowercase;
}

/*#new {
	position:absolute;
	top:550px;
	left:375px;
	z-index:4;
}*/

.city_select {
	font-size:37px;
}

.headline {
	font-size:70px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #ffffff;
	outline: none;
}

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

a.selected:link, a.selected:visited, a.selected:active {
	text-decoration:none;
	color:#008bd3;
	outline: none;
}

a.selected:hover	{
	color:#008bd3;
	text-decoration: none;
}

