@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}

body {
	background: #CEF6E3;
	font-family: Georgia, serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #333;
}

a {
	color: #088A85;
	text-decoration: none;
}

a:hover {
	color: #088A85;
	text-decoration: underline;
}

#header h1 {
	color: #088A85;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: .05em;
	font-style: italic;
	font-size: 2em;
	line-height: 1em;
	z-index: 20;
	border: 0 solid white;
	margin-top: 100px;
	text-decoration: underline;
}

#header a {
	color: #088A85;
	text-decoration: none;
}

img {
	border: 0px;
	margin: 10px 0 10px 0;
}

.page-title, .asset-name, .entry-title {
	font-size: 1.5em;
	margin: 10px 0px 15px 0px;
}

.asset {
	margin-right: 160px;
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 15px;
	border-top: thin solid #088A85;
}

.asset-header {
	font-size: 1.3em;
}

.asset-content {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* basic page structure */
#container {
	width: 1100px;
	height: 2500px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0 0 0 100px;
	border: 0px solid white;
}

#container-inner {
	position: absolute;
	top: 0px;
	left: 0px;
}

#container #alpha {
	border: 0px solid #009999;
	width: 700px;
	position: absolute;
	top: 0px;
	left: 201px;
}

#alpha-inner {
	margin: 10px;
}

#container #beta {
	border: 0px solid #339999;
	width: 153px;
}

#beta-inner {
	margin-top: 30px;
}

#windspeed {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	color: red;
	border: thin solid red;
	text-align: right;
	width: 200px;
	height: 200px;
	font-size: 1em;
	line-height: 1.5em;
	font-family: Georgia, serif;
	font-weight: bold;
	
}

#header {
	border: 0 solid #088A85;
	width: 153px;
	z-index: 100;
	margin: 0;
	padding: 0;
}

#header-inner {
}

/* Beta styles */
#beta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: .7em;
	line-height: 1.4em;
	text-transform: uppercase;
	color: #088A85;
}

#beta a {
	text-decoration: none;
	color: inherit;
}

#beta a:hover {
	text-decoration: underline;
}

#beta #theta {
	border-top: thin dotted #088A85;
	padding-top: 10px;
}

#beta #theta #theta {
	border-top: 0px dotted #088A85;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
}

#beta #gamma {
	margin-top: 50px;
	border-top: thin dotted #088A85;
	padding-top: 10px;
}



/* auto weather stuff */

.auto-weather div {
	margin: 10px;
	width: 150px;
	height: 200px;
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: .6em;
	font-style: italic;
	background-color: #FFF;
	border: thin solid #999;
}

.auto-weather .entry div {
	position: relative;
	height: auto;
	background: inherit;
}

.auto-weather {
	position: relative;
	width: 150px;
	height: 200px;
	margin: 0px 10px 10px 0px;
	float: left;
}

.auto-weather .entry {
	width: 150px;
	height: 200px;
	background-color: #FFF;
	border: thin solid #088A85;
	overflow: hidden;
	color: #088A85;
}

.auto-weather .entry a {
	color: #999999;
}

.auto-weather .content { 
	margin: 5px 15px 5px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.4em;
	border: 0px;
	width: auto;
	position: relative;
	text-align: left;
}

.auto-weather .entry .content .weather-notes, .auto-weather .entry .content .posted-from {
	font-size: .5em;
	line-height: .9em;
	border: 0px;
	padding: 0px;
	margin: 0px;
	position: relative;
}

.auto-weather .head { 
	display: none;
	margin: 0px auto 0px auto;
	height: 10px;
	width: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	border: 0px;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: lowercase;
	font-size: .4em;
	color:#999999;
	background: transparent;
}

.auto-weather .entry .head, .auto-weather .entry .footer { 
	margin: 10px auto 10px auto;
	width: 80px;
	text-align: center;
	border: 0px;
	display: block;
	color:#999999;
}

/* -------- subpage styles ---------- */
.subpage #container #alpha {
	border: 0px solid white;
}

.subpage .auto-weather {
	width: 200px;
	height: 250px;
	background: white;
	border: thin solid gray;
}

.subpage .auto-weather  div {
	position: static;
}

.subpage .auto-weather .head {
	margin: 10px auto 10px auto;
	width: 80px;
	text-align: center;
	border: 0px;
	display: block;
	color:#999999;
}

.subpage .auto-weather .content {
	margin: 5px 15px 5px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.4em;
	border: 0px;
	position: relative;
	text-align: left;
	background: white;
	height: auto;
}

.subpage .auto-weather .footer {
	background: white;
	width: auto;
	height: auto;
	border: 0px;
}