/* ------------------- Menus ------------------- */

/* Top */

#navTop {
 float: left;
 width: 100%;
 background: #efefef;
 line-height: normal;
}  

#twitter_update_list li {padding-bottom: 10px;}	 
 	
.blog li {padding-top: 20px} 

div.feedburnerFeedBlock ul {
margin-left:0;
list-style-type: none; 
padding:0px 30px;
}

div.feedburnerFeedBlock ul ul {
list-style-type: disc;padding-left:20px
}

div.feedburnerFeedBlock ul ol {
list-style-type: decimal;
}

div.feedburnerFeedBlock ul li span.headline {
font-weight:bold;
display:block;
margin:12px 0 0 0;
}  

div.feedburnerFeedBlock img {
border: none;
}


#creditfooter {display:none}   


#navSidebar a {font-size: 11px}	 
  

#navTop ul {
 margin: -35px 0 0 0;
 padding: 10px 10px 0 10px;
 list-style: none;
}

#navTop li {
 display: inline;
 margin: 0;
 padding: 0;
}

#navTop a {
 float: left;
 background: url("images/tableftF.gif") no-repeat left top;
 margin: 0;
 padding: 0 0 0 4px;
 text-decoration: none;
}

#navTop a span {
 float: left;
 display: block;
 background:url("images/tabrightF.gif") no-repeat right top;
 padding: 5px 9px 4px 6px;
 color: #666;
 margin-right: 1px;
}
 
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navTop a span {float:none;}
/* End IE5-Mac hack */
#navTop a:hover span {color: #000;}
#navTop a:hover {background-position:0% -42px;}
#navTop a:hover span {background-position:100% -42px;}

/* Sidebar */

#navSidebar {
  list-style: none;
  font-size: 1em;
  width: 170px;
  padding-top: 35px;
  height: auto !important; 
  height: 140px; 
  min-height: 140px;
  padding-left: 30px;
  background: url(images/sidebar.png) no-repeat;
}

#navSidebar ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#navSidebar a, #navSidebar a:link{
  font: normal normal 13px/1.6em Verdana, sans-serif;
  color: #000;
  display: block;
  text-decoration: none;
  padding: 0 0 0;
  font-weight:normal;
}

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

/* ------------------- Typography/Colors ------------------- */

/* ----- Colors ----- */

body { background: #88ba14 url(images/bg.png) repeat 0% 0%; }

h1, h2, h3, h4, h5, h6 { color: #006628; clear: both; }

.header h1, .header h2 { color: #e6f0cd; }

div.layout { background-color: #fff; border-top: 5px solid #006628; border-left: 5px solid #006628; border-bottom: 5px solid #003214; border-right: 5px solid #003214; }

div.menu1 { background: #fff; }

div.header { background: url(images/header.jpg) no-repeat 0% 0%; }

div.footer { background: url(images/footer.png) repeat-x 0% 30px; }

.bg_main { background: url(images/bg_main.png) no-repeat 0% 0%; }

/* ----- Typography ----- */

/* Verdana */

.verdana {
  font: normal normal 13px/1.6em Verdana, sans-serif;
  text-transform: normal;
  letter-spacing: normal;
}

.verdana h1 {
  font: normal normal 44px/1.2em Verdana, sans-serif;
  text-transform: normal;
  letter-spacing: 1px;
}

.verdana h2 {
  font: normal normal 28px/1.2em Verdana, sans-serif;
  text-transform: normal;
  letter-spacing: 1px;
}

.verdana h3 {
  font: normal normal 24px/1.2em Verdana, sans-serif;
  text-transform: normal;
  letter-spacing: 1px;
}

.verdana h4 {
  border-top: 1px solid #b8b8b8;
  color: #999;
  font: normal normal 18px/1.3em Verdana, sans-serif;
  text-transform: normal;
  letter-spacing: 1px;
  margin-top: 9px;
}

.header h1 { padding: 0 0 0 110px; }

.header h2 { padding: 0 0 0 95px; }

.container h2 { font-weight: bold; }

div.header ul { 
  background-color: transparent;
  color: #fff;
  list-style-type: none;
  margin: 0 0 8px 95px;
  padding: 0;
}

div.sidebar-left { 
  font-size: 11px;
  line-height: 1.4em;
}

.sidebar-left h4 {
  background: url(images/side_bar_h4.png) no-repeat 0% 0%;
  border-top-width: 0;
  color: #fff;
  height: 30px;
  margin-left: -10px;
  padding: 17px 0 0 8px;
}

/* Text Gradient */

.rainbow {
  background: transparent;
  display: block;
  position: relative;
  height: 1px;
  overflow: hidden;
  z-index: 4;
}

.rainbow span {
  position: absolute;
  top: 0;
  left: 1px;
  display: block;
  xwhite-space: nowrap;
}
  
a .rainbow span { /* For within floated elements. */
    white-space: nowrap; 
}

.rainbows-highlight {
  color: #fff !important;
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  z-index: 2;
}

.rainbows-shadow {
  color: #000 !important;
  display:block;
  position: absolute;
  top: 1px;
  left: 2px; /* can be one or two depending on 90 or 135 degree global light */
  z-index: 3;
}

.back .text .rainbows-shadow {
  color: #fff !important;
  opacity: 0.3;
}

/* ------------------- Site Styles ------------------- */

p, ul, ol, blockquote, table, form { margin: 0.9em 0;  }

h1, h2, h3, h4 { clear: both; }

ul { list-style-type: square; margin-left: 2.7em; }

ol { list-style-type: decimal; margin-left: 3.15em; }

blockquote { border: 1px dotted #006628; margin: 0.9em 1.5em; padding: 5px 10px; }

blockquote p { 
  color: #666;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: 1px;
  line-height: 1.4em;
  margin: 0 0 0.9em 0;
}

input, textarea { 
  border: 1px solid #b8b8b8;
  padding: 4px;
}

button { 
  background-color: #88ba14;
  border: 1px solid #006628;
  color: #fff;
  font-weight: bold;
  line-height: normal;
  padding: 4px;
}

button:hover, .buttons:hover {
  cursor: pointer; 
  opacity:.60; 
  filter: alpha(opacity=60); 
  -moz-opacity: 0.60; 
}

input:focus, textarea:focus {
  background-color: #e6f0cd;
  border: 1px dotted #2ba22c;
}

input:hover, textarea:hover {
  *background-color: #e6f0cd;
  *border: 1px dotted #2ba22c;
}

textarea {
  font: normal normal 13px/1.4em Arial, sans-serif;
  /* font: normal normal 13px/1.6em Verdana, sans-serif; */
  /* font: normal normal 14px/1.5em "Trebuchet MS", sans-serif; */
  /* font: normal normal 13px/1.7em Georgia, serif; */
  height: 200px;
  overflow: auto;  
  width: 300px;
}

table { 
  border-top: 1px solid #006628;
  border-left: 1px solid #006628;
  width: 100%; 
}

td.header { 
  background-color: #006628;
  color: #fff;
  font-weight: bold;
}

td {
  border-right: 1px solid #006628;
  border-bottom: 1px solid #006628;
  padding: 5px 10px;
}

.stripe { background-color: #e6f0cd; }

a, a:link { color: #00e; text-decoration: underline; }

a:hover { text-decoration: none; }

img { border: 0; }

/* ------------------- Gallery ------------------- */

#gallery {
  clear: both;
  float: left;
  margin: 0.9em 0;
}

#gallery .nav {
  margin: 0 0 0.9em 0;
}

#gallery img {
  border: 1px solid #fff;
}

#gallery img:hover {
  border: 1px solid #000;
}

#galleryPopup img:hover {
  border: 0;
  cursor: text;
  opacity: 1.00; 
  filter: alpha(opacity=100); 
  -moz-opacity: 1.00;
}

#galleryPopup {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  border: 1px solid #000;
  background-color: #fff;
  z-index: 100;
}

#galleryLoader {
  z-index: 101;
}

#galleryPopup .content {
  font: normal normal 13px/1.4em Arial, sans-serif;
  /* font: normal normal 13px/1.6em Verdana, sans-serif; */
  /* font: normal normal 14px/1.5em "Trebuchet MS", sans-serif; */
  /* font: normal normal 13px/1.7em Georgia, serif; */
  padding: 10px;
}

#galleryPopup .url {
  padding: 5px 0;
}

#galleryPopup h1 {
  font-size: 18px;
  margin: 0;
  margin-bottom: 4px;
}

/* ------------------- Classes ------------------- */

.floatLeft { float: left; }
.floatRight { float: right; }

img.floatLeft { float: left; margin: 5px 10px 9px 0; }
img.floatRight { float: right; margin: 5px 0 9px 10px; }
img.border { border: 1px solid #000; padding: 4px; }

img.thumbLand { 
  background: url(images/thumbLandscape.gif) no-repeat right bottom;
  border: 1px solid #fff;
  height: 75px;
  width: 100px;
}

img.thumbPort {
  background: url(images/thumbPortrait.gif) no-repeat right bottom;
  border: 1px solid #fff;
  height: 100px;
  width: 75px; 
}

img.land { 
  background: url(images/landscape.gif) no-repeat right bottom;
  border: 1px solid #fff;
  height: 240px;
  width: 320px;
}

img.port {
  background: url(images/portrait.gif) no-repeat right bottom;
  border: 1px solid #fff;
  height: 320px;
  width: 240px;
}

.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */

.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.important { color: #c00; font-weight: bold; }

.sidebox {
  border-bottom: 1px solid #006628;
  border-right: 1px solid #006628;
  margin: -14px 0 .9em -10px;
  width: 198px;	

}

.sidebox p {
  padding: 5px;
}

/* CLEAR FIX*/
.clear:after {content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
  .clear {display: block;}
/* End hide from IE-mac */