* { margin:0; padding:0; }

body {
	font-family:'Trebuchet MS', verdana, arial;
	background-color:#ddd;
	height:100%;
	padding-left:5px;
	}

#all { 
	width:1075px;
	margin:0 auto;
	overflow: visible;
	}

#weathercom {
	position: relative;
/*	right: 40px; */
	padding:5px 0 0 5px;

	}


/* BASIC TAGS */

p	{
	font-size:15px;
	color:#333;
	}

h1	{
	font-size:18px;
	color:#777;
	}

h2	{
	font-size:30px;
	color:#000;
	padding:0 0 5px 0;
	}

h3	{
	font-size:26px;
	color:#777;
	padding:30px 0 5px 0;
	}

img {
	border-style:none;
	border-width:0;
	padding:0;
	}

span {
	color:#73b615;
	}

div#bubble span {
	padding-top:5px;
	}


/* HEADER */

#header { 
	width:770px;
	float:left;
	background: #f0e2b3 url(/asset/img/white_corner.png) no-repeat bottom left;	
	}

div#header select { 
	height:25px; 
	width:105px;
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#e77403;
	margin:10px 0 0 15px;
	border:1px solid #e77403;
	background-color:#eee;
	}

#country { 
	height:23px; 
	float:left;
	width:200px;
	font-size:16px;
	font-weight:bold;
	color:#e77403;
	margin:10px 0 0 5px;
	padding-left:5px;
	background-color:#fff;
	border:1px solid #e77403; 
	}

#button { 
	float:left;
	margin:10px 80px 0 5px;
	height:25px; 
	font-size:16px;
	border:none;
	}

div#header h1 { 
	float:left;
	margin:5px 20px 5px 30px;
	font-weight:normal;
	color:#fff;
	color:#0d5236;
	font-size:14px;
	}


div#header p { 
	float:left;
	height:25px; 
	margin:10px 0 0 5px;
	font-weight:normal;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	}

div#header a { 
/*	padding:0 0 0 20px; */
	padding:0;
	}

div#header h2 { 
	padding:0;
	margin:0;
	font-weight:bold;
	color:#fff;
	font-size:25px;
	}

div#header h3 { 
	letter-spacing:1px;
	padding:0 0 5px 0;
	margin:-10px 0 0 0;
	font-weight:bold;
	color:#fff;
	font-size:14px;
	}

div#header a { 
	text-decoration:none;
	color:#fff;
	}

/* CONTENT */

#content { 
	clear:both;
	padding:0 0 20px 30px;
	width:950px;
	background: #fff url(/asset/img/bottom.gif) no-repeat bottom left; 
	}


/*  LEFT BLOCK CURRENT TEMPERATURE */ 

#current {
	width:180px;
	padding:10px 0 0 0;
	}

div#current p {
	font-weight:bold;
	color:#73b615;
	font-size:14px;
	padding-left:50px;
	} 

div#current img {
	clear:both;
	}

#currentcloud {
	padding:0 0 0 20px;
	margin-top:10px;
	}

#daytemp {
	float:left;
	padding:0 10px 0 0px;
	}

#tonight {
	float:left;
	font-weight:normal;
	font-size:16px;
	width:30px;
	text-align:center;
	color:white;
	margin-top:12px;
	padding:1px 5px;
/*	background-color:#777;		*/
	background: #777 url(/asset/img/corners_night.gif) no-repeat bottom left; 
	}

h2#tonight a:hover {
	cursor:default;
	}

#tonight:hover {
	float:left;
	font-weight:normal;
	font-size:16px;
	width:30px;
	text-align:center;
	color:white;
	margin-top:8px;
	padding:1px 5px;
	color:#fff;
	background: #777 url(/asset/img/corners_night_hover.gif) no-repeat bottom left; 
	cursor:default;
	}

h2#tonight a {
	text-decoration:none;
	color:white;
	}


#wind {
	clear:both;
	}


/*  NEXT DAYS REPORT */

div#report {
	width:132px;
	padding:10px 13px 0 5px;
	}

div#report, div#current, div#content {
	float:left;
	}

#weekend {
	color:#e48d11;
	}

#textreport {
	position:absolute; 
	width:132px;
	}

div#textreport p {
	padding-bottom:5px;
	font-weight:bold;
	color:#73b615;
	font-size:14px;
	}

#sun	{
	padding:70px 0 0 0;
	height:61px;
	}

div#temp {
	background-color:#fff;
/*	background: #fff url(/asset/img/block_corners.png) no-repeat top left; */
	padding:5px 0 0 0;
	}

div#temp h2 {
	text-align:center;
	font-weight:normal;
	padding:3px 0 5px 0;
	}

div#night {
	margin-top:5px;
	background-color:#777;
/*	background: #777 url(/asset/img/block_corners_bottom.png) no-repeat bottom left; */
	}

div#night p {
	color:#fff;
	text-align:center;
	padding:2px 0 4px 0;
	}


/* FOOTER */


p#menu { 
	float:left;
	height:40px;
	}

p#menu b {
	padding-right:20px;
	font-weight:normal;
	}

#copy  {	
	float:right;  
	text-align:right;
	padding-right:100px;
	}


/* ZEN */

body#zen {
	background-color:#fff;
	}

body#zen p {
	color:#999;
	font-size:16px;
	padding:10px 0;
	}

body#zen a {
	color:#026fea;
	font-size:16px;
	}

body#zen h1 {
	color:#555;
	font-size:60px;
	text-align:center;
	padding:300px 100px 0 100px;
	}


/*  ABOUT */

div#about {
	clear:both;
	background-color:#fff;	
	padding:20px 30px 50px 30px;
	width:920px;
	background: #fff url(/asset/img/bottom.gif) no-repeat bottom left; 
	}

div#about img {
	float:left;
	padding:20px 30px 0 20px;
	width:206px;
	height:550px;
	}

div#about h1 {
	padding-left:60px;
	}

div#about p {
	padding-bottom:10px;
	}

div#about h3 {
	padding:10px 0 5px 0;
	font-size:20px;
	color:#000;
	}

#android img {
	padding:7px 7px 5px 30px; 
	float:left;
	}

a#appstore img {
	padding:7px 7px 5px 0px; 
	float:left;
	}


div.about span {
	float:left;
	padding-left:205px;
/*	!important; */
	}

.about { 
	width:910px;
	background: #bbb none no-repeat bottom left;
	padding-left:0;  
	}

.highlighted {
	background-color:#ccc; color:black;
	}

div#stories {
	padding-top:20px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin-top:30px;
	margin-bottom:20px;
	}

.signature {
	text-align:right;
	}

div#stories img {
	padding:0 20px 0 20px;
	height:165px;
	width:165px;
	margin:0;
	}

div.story {
	clear:both;
	height:185px;
	padding-top:20px;
	}

div.realstory {
	clear:both;
	padding:20px 0 30px 0;
	width:650px;
	}

ol {
	list-style:none;
	font-size:13px;
	color:#000;
	padding:20px 0 0 10px;
	font-weight:normal;
	}

li {
	font-weight:normal;
	}

h3.stats {
	padding-top:80px;	
	}

li div {
	float:left;
	text-align:right;
	color:#73b615;
	width:40px;
	padding-right:5px;
	}

/* BUBBLE */

#footer {	
	background-color:#ddd;
	clear:both;
	margin:10px auto 0 auto;
	padding:5px 105px 5px 5px;
	width:980px;
	}

#bubble {
	vertical-align:bottom;
	float:left;
	height:100px;
	width:875px;
	background: #eee url(/asset/img/bottom_bubble.gif) no-repeat bottom left; 
	}

div#bubble span {
	display:block;
	background: transparent url(/asset/img/top.gif) no-repeat top left; 
	height:100px;
	width:875px;
	}

div#bubble h1 {
	color:#999;
	font-size:22px;
	text-align:left;
	padding:35px 0 0 100px;
	}

#weathercomadv {
	width:980px;
	margin:0 auto;
	padding-left:76px;
	}

div#weathercomadv p {
	font-size:10px;
	}

div#weathercomadv a {
	color:#777;
	}


/* LINKS */

a:link, a:visited {
	color:#026fea;
	text-decoration:underline;
	}

a:hover, a:active {
	text-decoration:none;
	color:#b64603;
	}

/* OTHER */

.hiddenPic {display:none;}