body {
	background-color: #fff;
	color: #000;
	font: 14px helvetica, arial, sans-serif;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

#header {
	background: #333 url(images/weather-bg.png);
	color: #fff;
	padding: 3em 2em 1.25em;
}
#header #tag {
	text-align: center;
	font-size: 1.25em;
	float: left;
	margin-right: 25px;
	color: #ddd;
	background: #333 url(images/weather-bg.png) -28px -42px;

	-webkit-border-radius: 15px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 15px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
/* 				text-shadow: #0a0a0a 0 0 5px; */
}
			
#header #tag #actual {
	background-color: rgba(21, 21, 21, 0.4);
	padding: 7px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

#header #tag img.icon {
	padding-bottom: 15px;
	border-bottom: 1px solid #555;
}

#header #tag a {
	text-decoration: none;
	font-size: 90%;
	color: #d9220e;
}

#header h1 {
	font-size: 4em;
	line-height: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0;
	text-shadow: #0a0a0a 0 0 7px;
}
#header h1 a { color: #fff; text-decoration: none; }
#header h1 a:hover { text-decoration: underline; }

#header h2 {
	color: #ddd;
	padding-left: 231px;
	text-shadow: #111 0 0 7px;
}

#main {
	padding: 2em;
	padding-left: 260px;
}

#descr {
	width: 600px;
}

.wide {
	width: 800px !important;
}

.wide img {
	padding: 5px;
}

#descr a {
	font-weight: bold;
	color: #d9220e;
}

#features {
	position: relative;
	background-color: #d2ebf2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 600px;
	float: left;
	overflow-y: visible;
/*
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
*/
	font-size: 0.85em;
	margin: 10px 0 50px 0;
}

#features img {
	position: absolute;
	right: -25px;
	top: -15px;
}

#screenshots {
	position: absolute;
	text-align: center;
	padding: 0;
	width: 200px;
	background: #ccc;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #bbb));
	border: 1px solid #ccc;
	right: -28px;
	bottom: -50px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	font-size: 105%;
	font-weight: bold;
	text-shadow: 0 1px #eee;
}

#screenshots a { 
	display: block;
	color: #490000; text-decoration: none; 
}


#features ul {
	list-style: none;
	margin: 1em 25px 30px 0;
	padding: 15px 15px 0 15px;
}

#features ul li {
	width: 180px;
	height: 4em;
	
	margin: 0 25px 20px 0;
	padding: 0;
	color: #333;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	float: left;
}

#features ul li .icon {
	float: left;
	width: 18px;
	height: 18px;
	margin: 3px 5px 2.2em 0;
	background-color: #93c4d5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#features ul li.title {
	width: 405px;
	height: 1.5em;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}
#features li.title h3 {
	margin: 0;
	padding: 0;
	line-height: 0.25em;
}
			
.copyright {
	font-size: 0.75em;
	color: #555;
	line-height: 1.5em;
	width: 375px;
	clear: both;
}
