<html>
<title>CityTools Ambient News</title>

<head>

<meta name="viewport" content="initial-scale=2.3;" />
<meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=3.0;" />


	<link media="screen" href="/ambient/iphone/iphone_ambient.css" rel="stylesheet" type="text/css" />
	<link media="screen" href="/ambient/iphone/other.css" rel="stylesheet" type="text/css" />
	



<script type="application/x-javascript">
    
    addEventListener("load", function()
    {
        setTimeout(updateLayout, 0);
    }, false);

    var currentWidth = 0;
    
    function updateLayout()
    {
        if (window.innerWidth != currentWidth)
        {
            currentWidth = window.innerWidth;

            var orient = currentWidth == 320 ? "profile" : "landscape";
            document.body.setAttribute("orient", orient);
            setTimeout(function()
            {
                window.scrollTo(0, 1);
            }, 100);            
        }
    }

    setInterval(updateLayout, 400);
    
</script>



<script type="text/javascript">
function ClearInput(value, id){
// This calls our function ClearInput, and the two variables we will need for it to function the original value and the id.

var input = document.getElementById(id); // Gets the input field based on its id.

if(value == input.value){
 // If the default value is equal to the current value.
input.value = ''; // Empty It.

}else{
	 // Else the value is not equal to the current input field value.
	input.value = input.value; // Leave it the same.
	} // End Else.
} // Close Function.
</script>






</head>

<body>


@media only screen and (max-device-width: 480px) {
.navigation {
display: none;
}
} 

body { background: black;
	display: block; }

my_list .inline{ border: none;
	width: 100%;
}

#search_results{ background: black;
		color:#aaa;
		font-size: 1.2em; } 
 .newshed a {
	color: #a45e08;
	font-size: 1.2em;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: 600;
}
.hilite{ 
	color: #cc8811;
	 }

.small_light {  font-size: .5em;
		}

.description{
	font-size: 1em;
	color: #a0a9a4;
	padding-left: .3em;
	padding-right: .3em;
	font-family: arial, helvetica, sans-serif;

}

.description a{
	text-decoration: none;
	font-size: .9em;
	color: #4890a2;
}

#htmltagcloud {
  color: #777;
  text-align:  center;
  font: 1.6em "arial bold", arial, helvetica, Verdana, Verdana, sans-serif;
  line-height: 1.4em;
  background: black;

}

.search { float:right;
	  font-size: 1.4em;
	  clear: both;
	  padding: 2px;
	  margin:0;
          background:black;
	  width: 100%;
	  text-align: right;
}

.search input{ font-size: .8em;
		color: #00387b; }

#htmltagcloud a { color: #777;}

#htmltagcloud .tagcloud0 { font-size: 70%;	}
#htmltagcloud .tagcloud0 a {text-decoration: none;color:#898174;}
#htmltagcloud .tagcloud1 { font-size: 75%;}
#htmltagcloud .tagcloud1 a {text-decoration: none;color:#a7a7a7;}
#htmltagcloud .tagcloud2 { font-size: 80%;}
#htmltagcloud .tagcloud2 a {text-decoration: none; color: #D5cDCA;}
#htmltagcloud .tagcloud3 { font-size: 85%;}
#htmltagcloud .tagcloud3 a {text-decoration: none;color:#444ee;}
#htmltagcloud .tagcloud4 { font-size: 90%;}
#htmltagcloud .tagcloud4 a {text-decoration: none;color:#a7a7a7;}
#htmltagcloud .tagcloud5 { font-size: 95%;}
#htmltagcloud .tagcloud5 a {text-decoration: none;}
#htmltagcloud .tagcloud6 { font-size: 100%;}
#htmltagcloud .tagcloud6 a {text-decoration: none;color:#aaa;}
#htmltagcloud .tagcloud7 { font-size: 105%;}
#htmltagcloud .tagcloud7 a {text-decoration: none; color: #9d9892;}
#htmltagcloud .tagcloud8 { font-size: 110%;}
#htmltagcloud .tagcloud8 a {text-decoration: none; color: #a6a6a6;}
#htmltagcloud .tagcloud9 { font-size: 115%;}
#htmltagcloud .tagcloud9 a {text-decoration: none;color:#4e4e4e;}
#htmltagcloud .tagcloud10 { font-size: 120%;}
#htmltagcloud .tagcloud10 a {text-decoration: none;color: #b3ad9d;}
#htmltagcloud .tagcloud11 { font-size: 125%;}
#htmltagcloud .tagcloud11 a {text-decoration: none;}
#htmltagcloud .tagcloud12 { font-size: 130%;}
#htmltagcloud .tagcloud12 a {text-decoration: none;color: #666;}
#htmltagcloud .tagcloud13 { font-size: 135%;}
#htmltagcloud .tagcloud13 a {text-decoration: none; color: #89817f;}
#htmltagcloud .tagcloud14 { font-size: 140%;}
#htmltagcloud .tagcloud14 a {text-decoration: none;}
#htmltagcloud .tagcloud15 { font-size: 145%;}
#htmltagcloud .tagcloud15 a {text-decoration: none;}
#htmltagcloud .tagcloud16 { font-size: 150%;}
#htmltagcloud .tagcloud16 a {text-decoration: none;}
#htmltagcloud .tagcloud17 { font-size: 155%;}
#htmltagcloud .tagcloud17 a {text-decoration: none;}
#htmltagcloud .tagcloud18 { font-size: 160%;}
#htmltagcloud .tagcloud18 a {text-decoration: none;color:#a7a7a7;}
#htmltagcloud .tagcloud19 { font-size: 165%;}
#htmltagcloud .tagcloud19 a {text-decoration: none;}
#htmltagcloud .tagcloud20 { font-size: 175%;}
#htmltagcloud .tagcloud20 a {text-decoration: none;}
#htmltagcloud .tagcloud21 { font-size: 180%;}
#htmltagcloud .tagcloud21 a {text-decoration: none;}
#htmltagcloud .tagcloud22 { font-size: 185%;}
#htmltagcloud .tagcloud22 a {text-decoration: none;}
#htmltagcloud .tagcloud23 { font-size: 190%;}
#htmltagcloud .tagcloud23 a {text-decoration: none;}
#htmltagcloud .tagcloud24 { font-size: 195%;}
#htmltagcloud .tagcloud24 a {text-decoration: none;   color: #89817f;}

.bbtn {
	font-size: .8em;
	}


</body>
</html>






