body {
	margin: 0;
	padding: 0;
	background: #588658;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
}

a, a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	margin: 0;
	padding: 0;
}

div#left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 100%;
	background: #000;
}

img#logo {
	position: absolute;
	top: 55px;
	left: 0px;
}

img#rotate {
	position: absolute;
	top: 275px;
	left: 0px;
	width: 300px;
	height: 380px;
}

div#navigation {
	position: absolute;
	top: 53px;
	left: 320px;
	font-size: 14px;
	line-height: 25px;
}

div#highlights {
	position: absolute;
	top: 53px;
	left: 445px;
	text-transform: lowercase;
	font-size: 14px;
	line-height: 25px;
}

div#highlights h2 {
	font-size: 14px;
	color: #000;
	line-height: 25px;
	margin: 0;
	padding: 0;
}

form.google {
	margin-top: 23px;
}

form.google input {
	border: 1px solid #717272; /* 60% black */
}

div#contact {
	width: 200px;
	height: 175px;
	position: absolute;
	top: 53px;
	left: 750px;
	text-align: right;
	color: #000;
	font-size: 12px;
	line-height: 17px;
}

div#feed1aheader, div#feed1bheader, div#feed2header {
	position: absolute;
	text-transform: lowercase;
	background: #000;
	font-size: 14px;
	/* font-weight: bold; */
	line-height: 30px;
	padding-left: 20px;
}

div#feed1aheader, div#feed1bheader {
	width: 220px;
	height: 30px;
	left: 300px;
}

div#feed1aheader {
	top: 275px;
}

div#feed1bheader {
	top: 465px;
}	

div#feed1bheader a, div#feed1bheader a:link, div#feed1bheader a:visited, div#feed1bheader a:active {
	font-weight: normal;
}

div#feed2header {
	width: 390px;
	height: 30px;
	top: 275px;
	left: 540px;
}

div#feed2header select {
	color: #000;
	background: #fff;
	border-color: #b0bb30;
	border-width: 1px;
	font-size: 9px;
	line-height: 9px;
}

div#feed2header td {
	padding-right: 10px;
}

div#feed2header td#selector {
	font-size: 12px;
	font-weight: normal;
}

div#feed1a, div#feed1b {
	width: 200px;
	height: 160px;
	position: absolute;
	left: 300px;
	overflow: hidden;
}

div#feed1a, div#feed1b, div#feed2 {
	font-size: 12px;
	line-height: 15px;
	padding-left: 20px;
	padding-right: 20px;
	/* color: #383d40; */
	color: #000;
}

div#feed1a ul, div#feed1b ul, div#feed2 ul {
	list-style-type: disc;
	margin-left: 1em;
	margin-top: 12px;
}

div#feed1a ol, div#feed1b ol, div#feed2 ol {
	list-style-type: decimal;
	margin-left: 1.4em;
	margin-top: 12px;
}

h3 {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: -1em;
}

div#feed1a {
	top: 305px;
	background: #ffd799;
}

div#feed1b {
	top: 495px;
	background: #ccccd7;
	overflow: auto;
}

div#feed2 {
	position: absolute;
	width: 370px;
	height: 350px;
	top: 305px;
	left: 540px;
	overflow: auto;
	background: #c0e6ff;
}

div#feed1a a, div#feed1b a, div#feed2 a,
div#feed1a a:link, div#feed1b a:link, div#feed2 a:link,
div#feed1a a:visited, div#feed1b a:visited, div#feed2 a:visited,  
div#feed1a a:active, div#feed1b a:active, div#feed2 a:active {
	/* color: #383d40; */
	/* color: #000; */
	color: #006699; /* blue */
}

/* why is blogger adding this to the bottom of every rss item */
div.blogger-post-footer {
	height: 0;
	margin-top: -2em;
}

/* for embedded videos in kwh daily entries */
object {
	margin-top: 0;
	margin-bottom: 0;	
}

object.left {
	float: left;
	margin-left: 0;
	margin-right: 10px;
}

object.right {
	float: right;
	margin-left: 10px;
	margin-right: 0;	
}

div#footer {
	position: absolute;
	width: 410px;
	height: 12px;
	top: 655px;
	left: 540px;
	text-align: right;
	font-size: 12px;
	padding-top: 18px;
	vertical-align: bottom;
	text-transform: lowercase;
}
