/* Match Header & menu for Wordpress and Zenphoto, by Charley
-------------------------------*/
#header {
  width: 761px;
  height: 200px;
  margin: 20px auto 0 auto;
  background: #fff url('/theme/kubrickheader.jpg') no-repeat bottom center ; 
}

#header .description, #headerimg h1 {
  display: none;
}

hr {
  display: none;
}

/* Match Menu to wordpress theme, by Charley
-------------------------------*/

.menucontainer{
  display: block;
  width: 700px;
  margin: -80px auto 50px auto;
  padding: 0;
  height: 0;

  }

.menu {
margin: 0 28px 0 0 ;
padding: 0;
  }

.menu li {
  list-style-type: none;
  float: right;
  }

.menu li a{
  color: #866b60;
  padding-left: 3;
  padding-right: 3;
  padding-top: 20px;
  padding-bottom: 3px;
  margin: 0 15px 0 15px;
  overflow: hidden;
  display: block;
  position: relative;
  text-decoration: none;
  border-bottom: solid 5px #C4A593;
  text-transform: uppercase;  
}

.menu li a:hover {
  border-bottom: solid 5px lightblue;
  }
.menu li.current_page_item a {
  border-bottom: solid 5px lightblue;
  }
.menu li.current-cat a {
  border-bottom: solid 5px lightblue;
  }
.menu #current_page_item {
  border-bottom: solid 5px lightblue;
  }


.menu li.page-item-0 a {
  background: url('/theme/menu/about.jpg') no-repeat;
  height: 0;

  width: 101px;

}


