/*div, img, #map_screenshot, #globe_screenshot, #clock_screenshot, li, #second_quote, #first_quote {  
border: 1px solid red;
}*/

#content {
	font-size: 0.9em;
}

#navbar li {
   font-size: 1em;
   line-height: 1.2em;
	margin-right: 2px;
}

/*index.html*/

#map_screenshot {
margin-top: 80px;
margin-left: 0px;
}

p#second_quote {
position: absolute;
top: 185px;
left: 15px;
}

p.intro {
float: left;
padding: 20px 0px 0px 0px;
margin-bottom: 0;

}
#footer {
width: 80%;
margin-top: 0px;
padding-top: 10px;
font-size: .7em;
line-height: 1.3em;
}

/*globe.html*/

#content.globe {
margin: 50px 10px 10px 10px;	
}

.globe #globe_screenshot_secondary {
float: none;
margin: 10px 10px 0px 5px;	
}

.globe p#first {
margin: 0 10px 0 5px;	
}

.globe #moon_screenshot {
	margin: 5px;
}

.globe p {
	margin-left: 5px;
}

/*clock*/

.clock #clock_screenshot_secondary {
margin-top: 5px;
	
}

.clock #first {
clear: left;
margin-top: 10px;	
margin-left: 5px;
}

.clock #widget_screenshot {
float: left;
margin-left: 0px;
}

.clock p#after_widget {
clear: left;
}

.clock h4 {
margin: 10px 0 0 5px;
font-size: 1em;	
}

.clock h3 {
margin: 10px 0 10px 5px;
	
}

.clock #compass_screenshot {
float: left;
margin: 10px 0 0 0;
}

/*map*/

.map #map_screenshot_secondary {
width: 100%;
height: auto;
margin-left: -10px;	
}

.map #first {
margin-top: 25px;
margin-left: 5px;
}

/*faq*/

.faq h3 {
font-size: 1.1em;
	
}
.faq #first {
padding-top: 10px;
}

.faq h5 {
margin: 0px auto;
}

/*updates*/

.updates #first {
	padding-top: 10px;
}

.updates table {
width: 100%;
margin: 0;
padding: 0;	
}

.updates td.nowrap {
white-space: normal;
}

.updates td {
	padding-left: 2px;
}

/*download*/

.download .download_links {
	margin-left: 0;
	margin-right: 0;
}









