@import url(../luna/luna.css);

/* Logo size and image source */

#logo {
  width: 300px;
  height: 89px;
  background: transparent url(images/logo.gif) top left no-repeat;
  text-indent: -9999px;
  z-index:-1
}

/* If the height of your logo changes from the original, then you will probably
want to also change the vertical position of the login link */

#loginbar a {
  margin-top: 65px;
}

#header {
  background: transparent url(images/x.gif) top right no-repeat;
}

/* Hide the right sidebar */

#ocwrapper {
  border-right-width: 0px;
}
#rightsidebar {
  display: none;
}
#contentheader .error, #contentheader .message {
  margin: 0px;
}

/* Change background color and font size */

body {
  margin: 0px;
  padding: 0px;
  color: #000000;
  background: #ffffff;
  font: normal 14px MS Mincho, Symbol, tahoma, geneva, verdana, sans-serif;
  text-align: left;
}

/* Change background color of search bar, footer and link description */

.searchbar {
  margin-bottom: 3px;
  padding: 10px 10px;
  border-bottom: 0px solid #ffffff;
  background: #ffffff;
  margin-top: -9px;
}


#footer {
  margin-top: 3px;
  padding: 5px;
  border-top: 1px solid #57594b;
  background: #F0F8FF;
}


.linklisting .linkdescription, .review .reviewcontent {
  margin: 0px 0px 5px 0px;
  padding: 5px;
  border: 1px solid #bbbfa1;
  background: #F0F8FF;
  overflow: hidden;
}

/* Move navigation to right */

.navbar {
  margin-left: 165px;
}

.searchbar {
  margin-left: 1px;
  padding: 1px 1px;
}
