<!------------------------------------------------ Style by Schnedi ---------------------------------------------------------------->

body {
	margin:0;
       top:0;
}

#clock{
	position:absolute; top:0px; left:0px; width:280px; height:100px; text-align:center; z-index:70;
	font-weight:900; 
	font-size:60px;
	color: white;
	text-shadow: 0px 1px 1px black;
	font-family: Helvetica;
       opacity: 0.2;
}
#ampm{color:aeaeae;}

#hours{
       position:absolute; top:25px; left:0px; width:280px; height:100px; text-align:center; z-index:99;
	font-family: Helvetica;
	font-weight: 900;
	color: white;
	text-shadow: 0px 1px 1px black;
	text-transform: uppercase;
	font-size: 17px;
}
#minutes{color:aeaeae;}
#minutesunit{color:white;}


.main {
	text-align:center;
	color: white;
	font-family:Helvetica;
	font-size:10px;
	font-weight: 900;
	padding:2px 2px 2px 2px;
	background-color:transparent;
}
#main td {
	font-size:10px;
	border:1px solid #98bf21;
	padding:2px 2px 2px 2px;
}
#main tr {
	font-size:10px;
}
#daysofweek {
       position:relative; top:52px; left:32px; width:280px; height:100px; text-align:center; z-index:100;
	text-shadow: 0px 1px 1px black;
	color: white;
	font-size: 14px;
	font-weight: 100;
	font-family:Helvetica;
	padding: 0 3px;
}
#today{
       position:relative; top:52px; left:32px; width:280px; height:100px; text-align:center; z-index:100;
	text-shadow: 0px 0px 3px white;
	color: white;
	font-family:Helvetica;
	font-size: 17px;
	font-weight: 900;
	padding: 0 3px;
}
#trans2{-webkit-transform: translate(30px,10px);}
.month{display:none;}
.year{display:none;}


#month{
	position:absolute; top:85px; left:0px; width:280px; height:100px; text-align:left; z-index:70;
	font-weight:900; 
	font-size:13px;
	color: aeaeae;
	text-shadow: 0px 1px 1px black;
	font-family: Helvetica;
	text-transform: uppercase;
}
#date{color:white;}


#Weather{
	position:absolute;top:85px; left:0px; text-align:right; width:280px; height:100px; z-index:100;
	font-size: 13px;
	font-weight:900;
	text-shadow: 0px 1px 1px black;
	font-family: Helvetica;
}
#city{color:aeaeae;}
#temp{color:white;}