/**************************************************************
  general
 **************************************************************/

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: auto;
}

a {
  outline: none;
}

a.external {
  padding-right: 16px;
  background: url(/images/external.png) no-repeat top right;
}

/**************************************************************
  colors
 **************************************************************/

.container, a, h3.status {
  color: #eee6d0;
}

.container {
  background: #2a2c31;
}

body, #content, li.selected {
  background: #3e4147;
}

#nav li.selected a, #nav li.selected a {
  color: #eee6d0;
}

a:hover, #nav li a:hover, #nav li a:hover {
  color: #b87b5f;
}

div#header {
  background: url(/images/logo.gif) no-repeat 0 0;
}

/**************************************************************
  books/book
 **************************************************************/

#books {
  padding-top: 30px;
}

#books > ul {
  float: left;
}

#books > li {
  float: left;
  width: 180px;
  height: 180px;
}

.book {
  margin: auto;
}

.icon {
  position: absolute;
  display: none;
}

  td.cover {
    padding: 0;
    height: 180px;
    vertical-align: bottom;
  }

    td.cover img.selected {
      opacity: 0.4;
    }

/**************************************************************
  banner
 **************************************************************/

#header a#logo {
  float: left;
  display: block;
  width: 261px;
  height: 95px;
  text-indent: -5000px;
}

div.login_logout, div.login_logout div {
  float: right;
}

.error, .notice, .success {
  margin-top: 5px;
  clear: right;
  float: right;
}

div#header {
  height: 95px;
}

#nav {
  font-size: 120%;
}

    #nav ul {
      float: left;
      margin: 0;
    }

    #nav li {
      float: left;
      display: block;
      border-top: 1px solid #3e4147;
      border-right: 1px solid #3e4147;
    }

    #nav a {
      text-decoration: none;
      padding: 10px;
      display: block;
    }

    #nav form {
      float: left;
      margin-left: 10px;
      margin-top: 10px;
    }

/**************************************************************
  login/register form
 **************************************************************/

#logister_form {
  margin-top: 15px;
}

#logister_form p {
  margin-bottom: 8px;
}

#logister_form label {
  float: left;
  clear: left;
  width: 100px;
  text-align: right;
  margin-right: 15px;
}

#logister_form input {
  margin-top: -2px;
}

#logister_form #submit {
  margin-left: 115px;
}

#openid_url {
  background: url(/images/login-bg.gif) no-repeat #FFF 5px;
  padding-left: 25px;
  width: 300px;
}

/**************************************************************
  facebox
 **************************************************************/

#facebox a:link    {color: black;}
#facebox a:visited {color: black;}
#facebox a:hover   {color: black;}
#facebox a:active  {color: black;}
#facebox a:focus   {color: black;}

#facebox .body {
  width: 850px;
}

#action_links {
 position: absolute;
 bottom: 65px;
 right: 10px;
 padding: 10px;
}

/**************************************************************
  statuses "contextual menu"
 **************************************************************/

.statuses {
  display: none;
  position: absolute;
  z-index: 2000;
}

.statuses a {
  text-decoration: none;
  display: block;
  padding: 5px 10px;
  background: #2a2c31;
  font-weight: bold;
}


/**************************************************************
  count hints
 **************************************************************/

.count {
  color: #b87b5f;
  position: absolute;
  top: 0;
  right: 2px;
  font-size: 9px;
}

