/* Global CSS Reset */
* {
  padding: 0;
  margin: 0;
}
body {
  text-align: center;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode',Arial, Verdana, sans-serif;
  font-size: small;
  line-height: 1.4;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { 
  margin: 0 0 .6em 0;
  padding: 0;
}
li, dd { 
  margin-left:2%;
}
fieldset {
  padding: .5em;
}

img { border: 0; }
/* End Global CSS Reset */
div#wrap {
	width: 760px;
	margin: 2em auto;
	text-align:center;
	background: #fff;
font-size: 90%; }
h1 { font-size: 160%; }
h2 { font-size: 150%; }
h3 { font-size: 130%; }
h4 { font-size: 115%; }
div#main, div#contL, div#contR {
       text-align: left;
       position: relative;
}
div#header {
	background: #000;
	text-align: left;
	position: relative;
	color: #fff;
}
div#head_text {
	position: relative;
	width: 760px;
	margin: 0 auto;
}
#head_text h1 a {
	background: url(images/site/firefly_logo.gif) no-repeat left;
	text-indent: -9999px;
        margin: 0;
        padding: 90px 0 0 0;
        display: block;
}
img#logo {
  display: none;
}
div#list {
  position: absolute;
  top: 10px;
  right: 0;
}
div#list input.email {
 color: #469538;
}
ul#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
ul#nav li {
  display: inline;
  margin: 0;
  padding: 0;
}
ul#nav li a:link, ul#nav li a:visited {
  float: left;
  display: block;
	text-decoration: none;
	color: #fff;
	letter-spacing: 2px;
	border-bottom: 3px solid #000;
  margin-left: 1em;
  font-weight: bold;
  font-size: 14px;
}
ul#nav li a#link_home:hover, body#home ul#nav a#link_home {
	border-color: red;
}
ul#nav li a#link_about:hover, body#about ul#nav a#link_about {
	border-color: orange;
}
ul#nav li a#link_oils:hover, body#oils ul#nav a#link_oils {
	border-color: orange;
}
ul#nav li a#link_reflections:hover, body#reflections ul#nav a#link_reflections {
	border-color: yellow;
}
ul#nav li a#link_events:hover, body#events ul#nav a#link_events {
	border-color: lime;
}
ul#nav li a#link_dvd:hover {
	border-color: green;
}
ul#nav li a#link_contact:hover, body#contact ul#nav a#link_contact {
	border-color: blue;
}
div#main {
	margin: 0 auto;
        position: relative;
}
div#contL {
	width: 360px;
	float: left;
}
div#contR {
  margin-left: 390px;
}
body#home #contL {
      float: left;
      width: 300px;
}
body#home #contR {
        margin-left:330px;
}
body#reflections #contL, body#oils #contL, body#power23 #contL, body#events #contL {
	width: 240px;
	float: left;
        overflow: hidden;
}
body#reflections #contR, body#oils #contR, body#power23 #contR, body#events #contR {
  margin-left: 270px;
/* was 320 */
}
div#mssHolder {
  overflow: hidden;
  width: 425px;
  height: 285px;
}
div#other_proj {
        clear: both;
        text-align: left;
	margin-top: .5em;
	padding: 10px 0;
}
div.other, div.otherlast {
  float:left;
  width:30%;
}
div.other {
  margin:0 32px 0 0;
}
div.otherlast {
  margin: 0;
}
div.other h3, div.otherlast h3 {
  text-align: center;
  margin: .3em 0;
}
div#footer {
  background: #000;
  clear: both;
  color: #fff;
  text-align: left;
  font-size: 80%;
}
div#footer p {
  width: 760px;
  margin: 0 auto;
  padding: .8em 0 .4em 0 ;
  position: relative;
}
div.entry {
  margin: 0 0 3em 0;
}

.left {
	float: left;
	padding: 0 10px 0 0;
}
.right {
	float: right;
	padding: 0 0 0 10px;
}
h2 {
  background: url(/images/site/firefly_gr.gif) no-repeat 50% left;
  padding-left: 25px;
  border-bottom: 1px solid #FED52F;
}
form#contact_form table {
  width: 95%;
}
form#contact_form td {
  padding: .1em 0 .1em 0;
}
form#contact_form td.label {
  padding: 1em 0 .2em 0;
}
form#contact_form td.help {
  border: 1px solid #ccc;
  background-color: #e0e0e0;
  padding: 2px 5px;
}
form#contact_form input, form#contact_form textarea {
  width: 100%;
}
a:link {font-weight: bold; text-decoration: none; color: #469538}
a:visited {font-weight: bold; text-decoration: none; color: #49703C;}
a:hover {text-decoration: underline; color: #469538;}
a:active {}
p.instruct {
  color: #666;
  font-size: .9em;
  margin: 0;
  padding: 0;
}
p.credit {
  font-size: .85em;
  text-align: right;
  line-height: 1em;
}
div.entry_title {
  position: relative;
}
div.entry_title h2 {
}
div.entry_info {
  position: relative;
  top: -1em;
  left: 0;
  font-size: .9em;
  padding: 3px;
  color; #999;
  margin-left: 25px;
}
span.bbw {
  position: absolute;
  top: 2px;
  right: 0;
}
div.event_title {
 color: #469538
}
div.right p, div.left p {
  font-size: .85em;
  text-align: right;
  line-height: 1em;
}