/* reset styles */
body, ul, li, form {
	margin: 0px;
	padding: 0px;
}

body {
    font-family: Helvetica, sans-serif;
    font-size: 13px;
}

a {
    color : #0000CC;
}

a img {
	border: 0pt;
}

li {
    list-style: none;
/*    display: inline;*/ /* display: block makes bullets invisible! */
}
/* reset styles */

input.radio {
    margin: 0px 3px 0px 0px;
    position: relative;
    top: 3px;
}

a.animated {
    text-decoration: none;
}

a.animated:hover {
    text-decoration: underline;
}

body {
    padding: 10px;
    padding-bottom: 15px;
    overflow: auto;
    font-size: 15px;
    line-height: 20px;
}

a.external {
    padding-right: 13px;
    background: url(/img/external.png) no-repeat right;
}

span.logo {
    padding-left: 20px;
    background: url(/img/weather_cloudy.png) no-repeat left;
}

ul.examples {
    padding-left: 25px;
}

.examples li {
    margin: 5px 0px;
    list-style-type: circle;
}