html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Arial, Helvetica, sans-serif;
	line-height:1.2;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	text-align:center;
	margin-top:20px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

h1{
	font-size:180%;
	margin:10px;
	margin-left:20px;
	font-weight:bold;
}

ul#current{
	width: 200px;
	margin:20px;
	margin-top:26px;
	float:left;
}
.sectionTitle{
	border-width:1px;
	border-style:solid;
	border-bottom:0;
	height:23px;
}
h2{
	font-weight:bold;
	font-size:105%;
	padding:2px 4px;
	line-height:1;
}
ul li ul{
	padding:8px;
	margin-bottom:20px;
	background-color:#fff;
	border:1px solid #ccc;
	border-top:none;
	background-image:url('images/bg_white_bottom.png');
	background-position:bottom;
	background-repeat:repeat-x;
}
ul#current li ul li{
	margin:0;
	border:none;
}
li#temp{
	background-color:#ffa500;
	border-color:#ca8838;
	background-image:url('images/bg_orange.png');
}
li#humidity{
	background-color:#be8af7;
	border-color:#cb7de3;
	background-image:url('images/bg_purp.png');
}
li#rain{
	background-color:#0000ff;
	border-color:#7f9fe7;
	background-image:url('images/bg_blue.png');
}
li#alerts{
	background-color:#ff0000;
	border-color:#eda0a0;
	background-image:url('images/bg_red.png');
}
li#wind{
	background-color:#00ff00;
	border-color:#53d259;
	background-image:url('images/bg_green.png');
}
li#forecast{
	background-color:#f9e36b;
	border-color:#d8dd4c;
	background-image:url('images/bg_yellow.png');

}
ul#forecastBox{
	margin-top:20px;
	width:500px;
	float:left;

}
h3{
	font-size:90%;
	font-weight:bold;
}

ul#alerts li{
	margin:5px 0 10px 0;
	font-size: 75%;
}
strong{
	font-weight:bold;
	color:#333;
}