/*
 orange #FD663B
 yellow #C98C07 - seeds
 green #3B5B34 - butterfly
 neutral #C6B680 - tree
*/

body {
 font-size: 76%;
 font-family: verdana, arial, sans-serif;
 color: #566;
}
a.whatThis {
 cursor: help;
}
a.xmlFeed {
 background-image: url("images/feed.gif");
 background-position: 0% 50%;
 background-repeat: no-repeat;
 padding: 2px 0 2px 22px;
}
a.xmlFeed:hover {
 background-color: transparent;
 color: #3B5B34;
}
a, a:hover, a:visited {
 color: #3B5B34;
}
a:hover {
 text-decoration: underline;
}

li a:hover, p a:hover {
 color: #FFFFFF;
 background: #3B5B34;
}
img {
 border: none;
}

body {
 background: #808080;
}

div#container {
 position: relative;
 margin: auto;
 width: 600px;
 background: #FFFFFF;
 border-right: 2px dotted #808080;
 border-left: 2px dotted #808080;
}

div.header h1 {
 position: absolute;
 top: 80px;
 color: #C6B680;
 font-size: 2em;
}

div#nav {
 position: absolute;
 right: 0px;
 top: 95px;
}

div#nav ul, div#nav li {
 margin: 0px;
 display: inline;
 list-style: none;
 font-size: 1.2em;
}

div#nav li {
 padding-right: 10px;
}

div.content {
 position: relative;
 top: 20px;
 border-top: 1px dotted #808080;
 margin: 10px;
 padding-right: 180px;
 padding-bottom: 40px;
}

div.content h1 {
 font-size: 1.4em;
}
div.content h2 {
 font-size: 1.2em;
}
div.content h3 {
 font-size: 1em;
}
p.important, p.important p {font-size: 1.4em;}
div.content div.vevent {margin-top: 10px;}
div.content div.vevent abbr {border-bottom: none;}
div.content div.sideBar {
 position: absolute;
 top: 0px;
 right: 0px;
 height: 350px;
 width: 150px;
 padding-left: 15px;
 padding-right: 5px;
 border-left: 1px dotted #808080;
 border-bottom: 1px dotted #808080;
}
div.content div.sideBar ul.related_articles, div.content div.sideBar ul.recent_articles {
 list-style: square;
 padding-left: 1.2em;
}
div.content div.sideBar ul.related_articles li, div.content div.sideBar ul.recent_articles li {
  margin-bottom: 0.3em;
  font-size: 90%;
}
div.content div.sideBar form.search input.button {
  position: absolute;
}
div.comments, div.comment {
 border: 1px double #808080;
 width: 210px;
 margin-top: 10px;
 padding: 4px;
}
div.comments div.comment {
 width: 200px;
 background: #BAC9B0;
}
div.comment p {
 margin-top: 0px;
}
div.even {
 background: #BAC9B0;
}
div.odd {
 background: #FDEFAC;
}
div.footer {
 border-top: 1px dotted #808080;
 font-size: 90%;
 height: 170px;
 padding-left: 10px;
 padding-right: 10px;
 position: relative;
 text-align: right;
 margin-top: 20px;
}
div.footer div.about {
 position: absolute;
 left: 0px;
 width: 160px;
 text-align: left;
 font-size: 100%;
}
div.footer div.utils {
 left: 200px;
 position: absolute;
 text-align: left;
 top: 0px;
 width: 170px;
}
div.footer div.utils ul.onsite {
 font-size: 1.1em;
 list-style: none;
 margin:0;
 margin-left: 0px;
 margin-top: 5px;
 padding:0;
 width: 200px;
}
div.footer div.event {
 margin:0;
 left: 450px;
 padding: 0;
 position: absolute;
 text-align: left;
 top: 0px;
 width: 120px;
}
div.postList span.morelink {
 display: none;
}
form.paypalForm {
 margin-top: 10px;
}
form.search {
 margin-top: 10px;
}
div.articleButtons {
 text-align: right;
}
div.articleButtons a {
 background: #C6B680;
 color: #FFFFFF;
 padding: 2px 4px;
 border:1px solid #eee;
 border-right:1px solid #aaa;
 border-bottom:1px solid #aaa;
 text-decoration:none;
}
div.vcard {
 float: right;
 margin: 10px;
}
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}
/*end sIFR Styles
