﻿#container
{
    border: solid 1px;
    background-color: #bebebe;
}
#header
{
    background: #bebebe;
}
h1
{
    color:Black;
    border-bottom: solid 2px black;
    text-align: center;
}
h2,
#container h2
{
    color: black;
    text-align: left ;
}
#header h1
{
    color: black;
    border-bottom: solid 2px black;
    text-align: center;
}
#header h2,
#header h3
{
    background: #bebebe;
    text-align: center;
    margin: 0px;
    padding: 0px;
    padding-bottom: 4px;
}
#links
{
    background-color: #bebebe;
    margin-left: 5px;
}
#main,
#main p,
#main li,
#main ul
{
    background-color: #bebebe;
    margin-top: 1em;
    margin-right: 5px;
    margin-left: 5px;
}
#main p.comment
{
	margin-left: 60px;
	font-style: italic;
}

#main h2,
#main h3
{
    clear: right;
    text-align: left;
}
input.btn
{
    margin: 3px;
    color: black;
    font-size: 84%;
    font-weight: bold;
    border: 2px solid;
    border-color: #f0f0f0 #909090 #909090 #f0f0f0;
    background-color: #cecece;
}

input.btnhov
{
    border-bottom-color: black;
    border-right-color: black;
    border-top-color: #fcfcfc;
    border-left-color: #fcfcfc;
}
#news
{
    background-color: red;
    margin-right: 5%;
}
body
{
    font-family: Verdana, Arial, Sans-Serif;
    margin: 0;
    padding: 0;
}
#footer
{
    clear: both;
    background: silver;
}
img.floatedright
{
    float: right;
    margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
    padding-bottom: 5px;
}
img.floatedrightunder
{
    clear: right;
    float: right;
    margin-left: 5px;
	margin-top: 5px;
    padding-bottom: 5px;
}

body
{
    font-family: verdana, arial, sans-serif;
}
h1
{
    color: black;
    border-bottom: solid 2px black;
    text-align: center
}
h2
{
    color: black;
    text-align: center;
}
h2, p
{
    background-color: #bebebe;
    margin-left: 120px;
}
h4.underphoto,
h5.underphoto,
h6.underphoto {
	clear: right;
}
div.nav,
div.nav a.Link {
  font-family: verdana, arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

div.nav {
  background-color: #c0c0c0;
  border: 2px solid;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  padding: 4px 2px 4px 2px;
  text-align: left;
  clear: both;
}

div.nav a.Link {
  background-color: transparent;
  border: 1px solid #c0c0c0;
  color: #000000;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.nav a.Link:hover {
  background-color: transparent;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  color: #000000;
}

div#weatherandmoon {
	width: 600px;
}

div#weather {
	position: relative;
	top: 0px;
	left: 0px;
    width: 350px;
    margin-right: 5px;
    text-align: center;
}

div#weather h2,
div#weather p {
    margin-left: 5px;
    text-align: center;
}

div#lunarphase
{
	width: 200px;
	margin: 0px;
	position: absolute;
	top: 197px;
	left: 399px;
}
p#lunarphasenote {
	margin: 0px;
}
div#lunarphase h2,
div#lunarphase p
{
	margin: 0px;
    padding: 0px;
    text-align: center;
}

div#clearskychart {
	clear: both;
}
div#clearskychart,
div#clearskychart h2,
div#clearskychart p {
    width: 700px;
    margin-left: 0px;
    text-align: center;
}

td#weathercell {
	width: 360px;
}

td#lunarphasecell {
	width: 110px;
}

td#lunarphasecell,
td#lunarphasecell h2,
td#lunarphasecell p {
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
}

table.specification-table th {
	text-align: left;
	font-weight: bold;
}
td.specification-table-heading {
	text-align: left;
	font-weight: bold;
}
div.placeholderbutton,
div.placeholderbutton form
div.placeholderbutton btn {
	visibility: hidden;
}
img.hitcountimg {
	position: relative;
	bottom: -4em;
}