/*div {
  border: 1px solid red;
}*/

body {
  margin: 0;
  padding: 0;
	background-color: #060b1e;
	color: #686868;
	font-family: Verdana, sans-serif;
	font-size: 95%;
}

body * {
	margin: 0;
	padding: 0;
}

#heading {
	position: relative;
 	left: 0px;
	top: 0px;
  width: 100%;
	height: 140px;  /* yes, 140, not 141 - cures a spurious pixel on the Android browser */
	background-position: top left;
	background-image: url(http://daylightmap.com/theme/header/north.jpg);
	background-color: #D6D6D6; 
	background-repeat: repeat-x;
}

h1 {
  color: #4fa4ff;
	background-color: transparent;
	font-family: 'Kaushan Script', Verdana, cursive;
	font-size: 70px;
	font-weight: lighter;
	position: absolute;
	top: 20px;
	left: 60px;
	line-height: 110%;
	z-index: 1;
	text-shadow: #343434 3px 3px 4px;
}

.fader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#heading .fader {
	background-image: url(images/header_fade.png);
  background-repeat: repeat-x;
}
#footer .fader {
	background-image: url(images/footer_fade.png);
  background-repeat: repeat-x;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  background-color: #EBEBEB;
}

#navbar {
	background-color: #D6D6D6;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}

#navbar ul {
	padding-left: 75px;
}

#navbar ul li {
	float: left;
	width: 6.5em;
	list-style: none;
	line-height: 180%;
	padding-bottom: 2px; 
}

#navbar .current {
	color: black;
}

.clearer {
  clear: left;
}

.nowrap {
  white-space: nowrap;
}

#content {
	position: relative;
	left: 0;
	top: 0;
	margin: 2em auto;
	min-height: 400px;	
	line-height: 130%;
	width: 70em;
	max-width: 90%;
	padding: 0 5%;
  background-color: #EBEBEB;
}

h2 {
  margin-top: 1.5em;
}

a {
	color: #1C4481;
}

a:visited {
	color: #966732;
}

.opening {
	font-style: italic;
	font-weight: lighter;
	font-size: 100%;
	margin-top: 20px;
}

#content ul {
	margin-top: 1em;
	padding-left: 2.5em;
}
#content ol {
	padding-left: 2.5em;
}

#content li {
  margin-top: .5em;
}
#content li li {
  margin-top: 0;
}

/*
  padding: 79px 47px 152px 33px;
  background-image: url(images/n1_portrait.png);
*/
.screen_portrait {
  margin-bottom: 1em;
  width: 288px; 
  padding: 96px 61px 109px 60px;
  background-image: url(images/nexus_s_port.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;  
  border: none;
}
/*
  padding: 37px 149px 43px 82px;
  background-image: url(images/n1_landscape.png);
*/
.screen_landscape {
  margin-bottom: 1em;
  width: 480px; 
  padding: 27px 117px 38px 120px;
  background-image: url(images/nexus_s_land.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;  
  border: none;
}

table {
  min-width: 320px;
  margin: 20px auto;
}
th {
  vertical-align: bottom;
}
td {
  border: 1px solid #868686; 
  padding: .5em;
}


#tegfan_link {
	color: black;
}

#footer {
	position: relative;
	left: 0;
	top: 0;
	height: 141px;
	background-position: top left;
	background-image: url(http://daylightmap.com/theme/header/south.jpg);
  background-repeat: repeat-x;
	color: Black;
	margin-top: 7px;
	clear: both;
}

#footer p {
	font-size: x-small;
	text-align: center;
	margin-top: 5px;
	position: relative;
	z-index: 1;
}

p {
	margin-top: 1em;
}
