/*
 * homepage.css
 * CSS definitions for Jagged Globe homepage
 * (c) Climbers.net, 2011
 */

/* Wrapper DIV for entire page */
#wrap {
  position: relative;
  }

/* Page Header + Top Navigation bar styles */
#top UL {
  padding-left: 0px;
  }
  
#top H1 {
  position: absolute;
  top: 90px;
  left: 140px;
  right: 0px;
  width: 400px;
  height: 43px;
  background: none;
  text-indent: 0;
  }

#top #logo {
  padding-left: 31px;
  padding-top: 19px;
  }
  
#topnav {
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 50px;
  left: 150px;
  width: 750px;
  }

#topnav a, #topnav a:visited {
  width: 75px;
  padding: 6px 7px 6px 7px;
  }
  
/* Main page body styles */
#oldLayer {
  position: absolute;
  left: 0px;
  top: 150px;
  width: 900px;
  height: 362px;
  z-index: 1;
  background-color: #069;
  }

#newLayer {
  position: absolute;
  left: 0px;
  top: 150px;
  height: 362px;
  width: 900px;
  z-index: 2;
  color: #FFF;
  background: #069;
  opacity: 0;
  filter:alpha(opacity=0);
  }

#topBox {
  position: absolute;
  left: 650px;
  top: 0px;
  width: 220px;
  height: 140px;
  z-index: 10002;
  background: url(images/hm/hp_search_bg.gif) top left #EEE;
  padding: 5px;
  font-size: 95%;
  }

#topBox A {	
  display: block;
  height: 20px;
  margin: 0px 5px 20px 5px;
  color: #036;
  }

#topBox A:visited, #newsContent A:visited {
  color: #036;
  }
  
#topBox A:hover, #newsContent A:hover {
  color: #09F;
  text-decoration: none;
  }

#topBox a.textSubmit, #newsContent a.textSubmit {	
  font-weight: normal;
  }

#newsContentContainer {
  position: absolute;
  left: 650px;
  top: 150px;
  width: 230px;
  z-index: 10001;
  overflow: hidden;
  height: 4px;
  }

#newsContent {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10003;
  background-color: #EEE;
  border-bottom: 4px solid #069;
  padding: 5px;
  width: 230px;
  opacity: .90;
  -moz-opacity:0.9;
  filter:alpha(opacity=90);
  }

#newsContent TD {
  color: #333;
  font-size: 85%;
  vertical-align: top;
  }

#newsContent A {	
  color: #036;
  }

#hpText {
  position: absolute;
  left: 80px;
  top: 530px;
  width: 540px;
  height: 180px;
  z-index: 1;
  color: #666;
  }

#hpText IMG {
  padding: 0 17px 17px 0;
  }

#hpText A:hover {
  color: #F90;
  }
  
#topBox FORM {
  margin: 10px 0px 50px 0px;
  }

/* #searchForm {
  margin: 10px 0px 50px 0px;
  } */

#searchText {
  background:url(images/hm/search_icon.gif) left center no-repeat #FFF;
  padding-left: 18px;
  width: 150px;
  border: 1px solid #CCC;
  color: #666;
  }

#searchText:focus {
  color: #000;
  }

#searchGo {
  background: #FFF;
  border: 1px solid #CCC;
  width: 40px;
  }

#searchGo:hover {
  background: #F90;
  color: #FFF;
  }

/* Page Footer styles */
#foot {
  position: absolute;
  left: 0px;
  top: 615px;
  color: #aaa;
  }
  
#foot A {
  color: #aaa;
  }

